Home
last modified time | relevance | path

Searched refs:ntlm_auth (Results 1 – 7 of 7) sorted by relevance

/external/curl/lib/
Dcurl_ntlm_wb.c122 const char *ntlm_auth = NULL; in ntlm_wb_init() local
181 ntlm_auth = ntlm_auth_alloc; in ntlm_wb_init()
184 ntlm_auth = NTLM_WB_FILE; in ntlm_wb_init()
186 if(access(ntlm_auth, X_OK) != 0) { in ntlm_wb_init()
188 ntlm_auth, errno, Curl_strerror(errno, buffer, sizeof(buffer))); in ntlm_wb_init()
226 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init()
233 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init()
Dcurl_config.h.in858 /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
861 /* Define absolute filename for winbind's ntlm_auth helper. */
/external/ppp/pppd/plugins/
Dwinbind.c62 static char *ntlm_auth = NULL; variable
78 if (ntlm_auth != NULL) in set_ntlm_auth()
79 free(ntlm_auth); in set_ntlm_auth()
80 ntlm_auth = p; in set_ntlm_auth()
274 if (ntlm_auth == NULL) in run_ntlm_auth()
309 execl("/bin/sh", "sh", "-c", ntlm_auth, NULL); in run_ntlm_auth()
468 return ntlm_auth != NULL; in winbind_secret_check()
/external/curl/m4/
Dcurl-confopts.m4603 …e NTLM delegation to winbind's ntlm_auth helper, where FILE is ntlm_auth's absolute filename (defa…
604 AC_HELP_STRING([--disable-ntlm-wb],[Disable NTLM delegation to winbind's ntlm_auth helper]),
606 want_ntlm_wb_file="/usr/bin/ntlm_auth"
630 dnl ntlm_auth helper will finally be enabled depending
645 [Define to enable NTLM delegation to winbind's ntlm_auth helper.])
647 [Define absolute filename for winbind's ntlm_auth helper.])
/external/curl/
Dlocal-configure.patch24 /* Define absolute filename for winbind's ntlm_auth helper. */
Dconfigure1967 (default: /usr/bin/ntlm_auth)
/external/curl/tests/data/
Dtest131072 # set path to fake_auth instead of real ntlm_auth to generate NTLM type1 and type 3 messages