Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_ntlm_wb.c120 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/
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.m4544 …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/
Dtest131072 # set path to fake_auth instead of real ntlm_auth to generate NTLM type1 and type 3 messages