HomeSort by relevance Sort by last modified time
    Searched refs:ntlm_auth (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
curl_ntlm_wb.c 119 const char *ntlm_auth = NULL; local
127 /* Return if communication with ntlm_auth already set up */
133 /* The real ntlm_auth really doesn't like being invoked with an
140 ntlm_auth helper which *doesn't* need it so we might as well try */
173 ntlm_auth = ntlm_auth_alloc;
176 ntlm_auth = NTLM_WB_FILE;
178 if(access(ntlm_auth, X_OK) != 0) {
180 failf(conn->data, "Could not access ntlm_auth: %s errno %d: %s",
181 ntlm_auth, error, Curl_strerror(conn, error));
223 execl(ntlm_auth, ntlm_auth
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 62 static char *ntlm_auth = NULL; variable
70 option_error("ntlm_auth-helper argument must be full path");
75 novm("ntlm_auth-helper argument");
78 if (ntlm_auth != NULL)
79 free(ntlm_auth);
80 ntlm_auth = p;
85 { "ntlm_auth-helper", o_special, (void *) &set_ntlm_auth,
86 "Path to ntlm_auth executable", OPT_PRIV },
274 if (ntlm_auth == NULL)
309 execl("/bin/sh", "sh", "-c", ntlm_auth, NULL);
    [all...]

Completed in 58 milliseconds