Lines Matching full:ntlm_auth
120 const char *ntlm_auth = NULL;
128 /* Return if communication with ntlm_auth already set up */
134 /* The real ntlm_auth really doesn't like being invoked with an
141 ntlm_auth helper which *doesn't* need it so we might as well try */
174 ntlm_auth = ntlm_auth_alloc;
177 ntlm_auth = NTLM_WB_FILE;
179 if(access(ntlm_auth, X_OK) != 0) {
181 failf(conn->data, "Could not access ntlm_auth: %s errno %d: %s",
182 ntlm_auth, error, Curl_strerror(conn, error));
224 execl(ntlm_auth, ntlm_auth,
231 execl(ntlm_auth, ntlm_auth,
331 * to Samba's winbind daemon helper ntlm_auth.
374 * in ntlm_auth.
377 * http://www.samba.org/samba/docs/man/manpages-3/ntlm_auth.1.html
380 * filename of ntlm_auth helper.
384 /* Create communication with ntlm_auth */