Lines Matching defs:ntlm_auth
124 const char *ntlm_auth = NULL;
136 /* Return if communication with ntlm_auth already set up */
142 /* The real ntlm_auth really doesn't like being invoked with an
149 ntlm_auth helper which *doesn't* need it so we might as well try */
183 ntlm_auth = ntlm_auth_alloc;
186 ntlm_auth = NTLM_WB_FILE;
188 if(access(ntlm_auth, X_OK) != 0) {
189 failf(data, "Could not access ntlm_auth: %s errno %d: %s",
190 ntlm_auth, errno, Curl_strerror(errno, buffer, sizeof(buffer)));
228 execl(ntlm_auth, ntlm_auth,
235 execl(ntlm_auth, ntlm_auth,
382 * to Samba's winbind daemon helper ntlm_auth.
430 * in ntlm_auth.
434 * https://www.samba.org/samba/docs/man/manpages-3/ntlm_auth.1.html
437 * filename of ntlm_auth helper.
441 /* Create communication with ntlm_auth */