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

  /external/curl/lib/
curl_ntlm_wb.c 120 const char *ntlm_auth = NULL; local
128 /* Return if communication with ntlm_auth already set up */
134 /* The real ntlm_auth really doesn't like being invoked with an
141 ntlm_auth helper which *doesn't* need it so we might as well try */
174 ntlm_auth = ntlm_auth_alloc;
177 ntlm_auth = NTLM_WB_FILE;
179 if(access(ntlm_auth, X_OK) != 0) {
181 failf(conn->data, "Could not access ntlm_auth: %s errno %d: %s",
182 ntlm_auth, error, Curl_strerror(conn, error));
224 execl(ntlm_auth, ntlm_auth
    [all...]
curl_ntlm_wb.h 31 to Samba's winbind daemon helper ntlm_auth */
curl_config.h 800 /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
803 /* Define absolute filename for winbind's ntlm_auth helper. */
urldata.h     [all...]
http.c 845 * ntlm_auth for generating the type 3 message later */
    [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...]
  /external/curl/tests/server/
fake_ntlm.c 26 * This is a fake ntlm_auth, which is used for testing NTLM single-sign-on.
28 * daemon helper /usr/bin/ntlm_auth. This tool will accept commands and
194 /* get the ntlm_auth input/output */
  /external/curl/m4/
curl-confopts.m4 544 AC_HELP_STRING([--enable-ntlm-wb@<:@=FILE@:>@],[Enable NTLM delegation to winbind's ntlm_auth helper, where FILE is ntlm_auth's absolute filename (default: /usr/bin/ntlm_auth)])
545 AC_HELP_STRING([--disable-ntlm-wb],[Disable NTLM delegation to winbind's ntlm_auth helper]),
547 want_ntlm_wb_file="/usr/bin/ntlm_auth"
571 dnl ntlm_auth helper will finally be enabled depending
586 [Define to enable NTLM delegation to winbind's ntlm_auth helper.])
588 [Define absolute filename for winbind's ntlm_auth helper.])
  /external/curl/tests/data/
test1310 72 # set path to fake_auth instead of real ntlm_auth to generate NTLM type1 and type 3 messages
  /external/curl/docs/libcurl/opts/
CURLOPT_HTTPAUTH.3 75 is specified at compile time but is typically /usr/bin/ntlm_auth
  /external/curl/tests/
runtests.pl     [all...]

Completed in 302 milliseconds