Searched refs:CURLAUTH_NTLM (Results 1 – 16 of 16) sorted by relevance
59 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
120 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
115 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
79 return CURLAUTH_NTLM; in parse_auth_name()
139 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM); in test()
380 else if(avail & CURLAUTH_NTLM) in pickoneauth()381 pick->picked = CURLAUTH_NTLM; in pickoneauth()471 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()472 (data->state.authhost.picked == CURLAUTH_NTLM) || in http_perhapsrewind()574 if(data->state.authhost.picked == CURLAUTH_NTLM && in Curl_http_auth_act()663 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()910 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()913 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()914 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()916 if(authp->picked == CURLAUTH_NTLM || in Curl_http_input_auth()[all …]
1024 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()1028 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()3722 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&3729 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
202 if(authflags & CURLAUTH_NTLM) { in ldap_win_bind_auth()
874 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()957 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()
30 CURLAUTH_NTLM 7.10.6
722 config->authtype |= CURLAUTH_NTLM; in getparameter()727 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
71 NV(CURLAUTH_NTLM),
1241 (long)CURLAUTH_NTLM); in single_transfer()
498 #define CURLAUTH_NTLM (1<<3) /* NTLM */ macro
735 #define CURLAUTH_NTLM (((unsigned long)1)<<3) macro
187 d CURLAUTH_NTLM c X'00000008'