Searched refs:ntlm_auth (Results 1 – 7 of 7) sorted by relevance
/external/curl/lib/ |
D | curl_ntlm_wb.c | 121 const char *ntlm_auth = NULL; in ntlm_wb_init() local 176 ntlm_auth = ntlm_auth_alloc; in ntlm_wb_init() 179 ntlm_auth = NTLM_WB_FILE; in ntlm_wb_init() 181 if(access(ntlm_auth, X_OK) != 0) { in ntlm_wb_init() 183 ntlm_auth, errno, Curl_strerror(errno, buffer, sizeof(buffer))); in ntlm_wb_init() 221 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init() 228 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init()
|
D | curl_config.h.in | 805 /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */ 808 /* Define absolute filename for winbind's ntlm_auth helper. */
|
/external/ppp/pppd/plugins/ |
D | winbind.c | 62 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/ |
D | curl-confopts.m4 | 603 …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/ |
D | local-configure.patch | 24 /* Define absolute filename for winbind's ntlm_auth helper. */
|
D | configure | 1939 (default: /usr/bin/ntlm_auth)
|
/external/curl/tests/data/ |
D | test1310 | 72 # set path to fake_auth instead of real ntlm_auth to generate NTLM type1 and type 3 messages
|