Searched refs:CURLAUTH_NTLM (Results 1 – 15 of 15) sorted by relevance
58 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
118 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
110 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
79 return CURLAUTH_NTLM; in parse_auth_name()
149 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM); in test()
354 else if(avail & CURLAUTH_NTLM) in pickoneauth()355 pick->picked = CURLAUTH_NTLM; in pickoneauth()449 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()450 (data->state.authhost.picked == CURLAUTH_NTLM) || in http_perhapsrewind()612 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()829 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()830 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()831 if(authp->picked == CURLAUTH_NTLM || in Curl_http_input_auth()839 *availp &= ~CURLAUTH_NTLM; in Curl_http_input_auth()840 authp->avail &= ~CURLAUTH_NTLM; in Curl_http_input_auth()[all …]
1324 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_setopt()1412 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_setopt()3111 bool wantNTLMhttp = ((data->state.authhost.want & CURLAUTH_NTLM) || in ConnectionExists()5815 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()5821 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()
23 CURLAUTH_NTLM 7.10.6
61 NV(CURLAUTH_NTLM),
615 config->authtype |= CURLAUTH_NTLM; in getparameter()620 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
886 (long)CURLAUTH_NTLM); in operate_do()
498 #define CURLAUTH_NTLM (1<<3) /* NTLM */ macro
647 #define CURLAUTH_NTLM (((unsigned long)1)<<3) macro
163 d CURLAUTH_NTLM c X'00000008'
9589 CURLAUTH_NTLM (or CURLAUTH_ANY and libcurl then picked NTLM), libcurl would10586 CURLAUTH_NTLM and/or CURLAUTH_BASIC. The PROXAUTH is similar to HTTPAUTH,10878 CURLAUTH_NTLM to libcurl, or --ntlm for the curl tool. Test case 67 and 68