Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
Dlib590.c61 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
Dlib547.c117 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlib555.c112 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlibauthretry.c81 return CURLAUTH_NTLM; in parse_auth_name()
Dlibntlmconnect.c137 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM); in test()
/third_party/curl/lib/
Dhttp.c463 else if(avail & CURLAUTH_NTLM) in pickoneauth()
464 pick->picked = CURLAUTH_NTLM; in pickoneauth()
560 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
561 (data->state.authhost.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
665 if(data->state.authhost.picked == CURLAUTH_NTLM && in Curl_http_auth_act()
763 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()
1054 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()
1057 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()
1058 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()
1060 if(authp->picked == CURLAUTH_NTLM || in Curl_http_input_auth()
[all …]
Dcurl_sasl.c214 if(auth & CURLAUTH_NTLM) in Curl_sasl_init()
Dldap.c237 if(authflags & CURLAUTH_NTLM) { in ldap_win_bind_auth()
Durl.c1070 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
1075 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
3802 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
3809 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
Dsetopt.c1031 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()
1114 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()
/third_party/curl/src/
Dtool_setopt.c79 NV(CURLAUTH_NTLM),
Dtool_getparam.c1082 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
1084 config->authtype |= CURLAUTH_NTLM; in getparameter()
Dtool_operate.c1577 (long)CURLAUTH_NTLM); in single_transfer()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions212 CURLAUTH_NTLM 7.10.6
/third_party/curl/include/curl/
Dcurl.h820 #define CURLAUTH_NTLM (((unsigned long)1)<<3) macro
/third_party/curl/packages/OS400/
Dcurl.inc.in206 d CURLAUTH_NTLM c X'00000008'