Home
last modified time | relevance | path

Searched refs:CURLAUTH_NTLM (Results 1 – 20 of 20) sorted by relevance

/curl/tests/libtest/
H A Dlib590.c61 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
H A Dlib547.c117 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
H A Dlib555.c112 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
H A Dlibauthretry.c81 return CURLAUTH_NTLM; in parse_auth_name()
H A Dlibntlmconnect.c137 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM); in test()
/curl/docs/libcurl/opts/
H A DCURLINFO_HTTPAUTH_AVAIL.md59 auth % CURLAUTH_NTLM ? "NTLM ":"");
H A DCURLINFO_PROXYAUTH_AVAIL.md60 auth % CURLAUTH_NTLM ? "NTLM ":"");
H A DCURLOPT_HTTPAUTH.md76 ## CURLAUTH_NTLM section
/curl/lib/
H A Dhttp.c386 else if(avail & CURLAUTH_NTLM) in pickoneauth()
387 pick->picked = CURLAUTH_NTLM; in pickoneauth()
445 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
446 (data->state.authhost.picked == CURLAUTH_NTLM)) { in http_perhapsrewind()
522 if(data->state.authhost.picked == CURLAUTH_NTLM && in Curl_http_auth_act()
617 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()
913 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()
915 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()
916 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()
918 if(authp->picked == CURLAUTH_NTLM) { in Curl_http_input_auth()
H A Dcurl_sasl.c216 if(auth & CURLAUTH_NTLM) in Curl_sasl_init()
H A Dldap.c239 if(authflags & CURLAUTH_NTLM) { in ldap_win_bind_auth()
H A Durl.c928 bool wantNTLMhttp = ((data->state.authhost.want & CURLAUTH_NTLM) && in ConnectionExists()
933 CURLAUTH_NTLM) && in ConnectionExists()
3707 if((data->state.authhost.picked & CURLAUTH_NTLM) &&
3714 if((data->state.authproxy.picked & CURLAUTH_NTLM) &&
H A Dsetopt.c1052 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()
1130 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()
/curl/src/
H A Dtool_setopt.c79 NV(CURLAUTH_NTLM),
H A Dtool_getparam.c1530 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
1532 config->authtype |= CURLAUTH_NTLM; in getparameter()
H A Dtool_operate.c1435 (long)CURLAUTH_NTLM); in single_transfer()
/curl/docs/libcurl/
H A Dsymbols-in-versions212 CURLAUTH_NTLM 7.10.6
H A Dlibcurl-tutorial.md441 curl_easy_setopt(handle, CURLOPT_PROXYAUTH, CURLAUTH_NTLM);
/curl/include/curl/
H A Dcurl.h821 #define CURLAUTH_NTLM (((unsigned long)1)<<3) macro
/curl/packages/OS400/
H A Dcurl.inc.in206 d CURLAUTH_NTLM c X'00000008'

Completed in 111 milliseconds