Searched refs:CURLAUTH_NTLM (Results 1 – 16 of 16) sorted by relevance
61 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
117 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
112 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
81 return CURLAUTH_NTLM; in parse_auth_name()
137 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM); in test()
463 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 …]
214 if(auth & CURLAUTH_NTLM) in Curl_sasl_init()
237 if(authflags & CURLAUTH_NTLM) { in ldap_win_bind_auth()
1070 (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)) &&
1031 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()1114 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()
79 NV(CURLAUTH_NTLM),
1082 config->authtype &= ~CURLAUTH_NTLM; in getparameter()1084 config->authtype |= CURLAUTH_NTLM; in getparameter()
1577 (long)CURLAUTH_NTLM); in single_transfer()
212 CURLAUTH_NTLM 7.10.6
820 #define CURLAUTH_NTLM (((unsigned long)1)<<3) macro
206 d CURLAUTH_NTLM c X'00000008'