Searched refs:ntlm_auth (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/ |
D | curl_ntlm_wb.c | 120 const char *ntlm_auth = NULL; in ntlm_wb_init() local 174 ntlm_auth = ntlm_auth_alloc; in ntlm_wb_init() 177 ntlm_auth = NTLM_WB_FILE; in ntlm_wb_init() 179 if(access(ntlm_auth, X_OK) != 0) { in ntlm_wb_init() 182 ntlm_auth, error, Curl_strerror(conn, error)); in ntlm_wb_init() 224 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init() 231 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init()
|
/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 | 544 …e NTLM delegation to winbind's ntlm_auth helper, where FILE is ntlm_auth's absolute filename (defa… 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/ |
D | test1310 | 72 # set path to fake_auth instead of real ntlm_auth to generate NTLM type1 and type 3 messages
|