Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib590.c58 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
Dlib547.c118 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlib555.c110 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlibauthretry.c79 return CURLAUTH_NTLM; in parse_auth_name()
Dlibntlmconnect.c149 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM); in test()
/external/curl/lib/
Dhttp.c354 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 …]
Durl.c1324 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()
/external/curl/docs/libcurl/
Dsymbols-in-versions23 CURLAUTH_NTLM 7.10.6
/external/curl/src/
Dtool_setopt.c61 NV(CURLAUTH_NTLM),
Dtool_getparam.c615 config->authtype |= CURLAUTH_NTLM; in getparameter()
620 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
Dtool_operate.c886 (long)CURLAUTH_NTLM); in operate_do()
/external/google-breakpad/src/third_party/curl/
Dcurl.h498 #define CURLAUTH_NTLM (1<<3) /* NTLM */ macro
/external/curl/include/curl/
Dcurl.h647 #define CURLAUTH_NTLM (((unsigned long)1)<<3) macro
/external/curl/packages/OS400/
Dcurl.inc.in163 d CURLAUTH_NTLM c X'00000008'
/external/curl/
DCHANGES.09589 CURLAUTH_NTLM (or CURLAUTH_ANY and libcurl then picked NTLM), libcurl would
10586 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