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()
362 else if(avail & CURLAUTH_NTLM) in pickoneauth()363 pick->picked = CURLAUTH_NTLM; in pickoneauth()456 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()457 (data->state.authhost.picked == CURLAUTH_NTLM) || in http_perhapsrewind()559 if(data->state.authhost.picked == CURLAUTH_NTLM && in Curl_http_auth_act()647 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()878 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()881 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()882 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()884 if(authp->picked == CURLAUTH_NTLM || in Curl_http_input_auth()[all …]
196 if(authflags & CURLAUTH_NTLM) { in ldap_win_bind_auth()
1084 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()1088 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()4060 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()4067 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()
898 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in vsetopt()981 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in vsetopt()
31 CURLAUTH_NTLM 7.10.6
711 config->authtype |= CURLAUTH_NTLM; in getparameter()716 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
71 NV(CURLAUTH_NTLM),
904 (long)CURLAUTH_NTLM); in operate_do()
498 #define CURLAUTH_NTLM (1<<3) /* NTLM */ macro
733 #define CURLAUTH_NTLM (((unsigned long)1)<<3) macro
185 d CURLAUTH_NTLM c X'00000008'