Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dcurl_ntlm_wb.c124 const char *ntlm_auth = NULL; in ntlm_wb_init() local
136 /* Return if communication with ntlm_auth already set up */ in ntlm_wb_init()
142 /* The real ntlm_auth really doesn't like being invoked with an in ntlm_wb_init()
149 ntlm_auth helper which *doesn't* need it so we might as well try */ in ntlm_wb_init()
183 ntlm_auth = ntlm_auth_alloc; in ntlm_wb_init()
186 ntlm_auth = NTLM_WB_FILE; in ntlm_wb_init()
188 if(access(ntlm_auth, X_OK) != 0) { in ntlm_wb_init()
189 failf(data, "Could not access ntlm_auth: %s errno %d: %s", in ntlm_wb_init()
190 ntlm_auth, errno, Curl_strerror(errno, buffer, sizeof(buffer))); in ntlm_wb_init()
228 execl(ntlm_auth, ntlm_aut in ntlm_wb_init()
[all...]

Completed in 2 milliseconds