Searched refs:CURLAUTH_BASIC (Results 1 – 18 of 18) sorted by relevance
59 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
120 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
111 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
75 return CURLAUTH_BASIC; in parse_auth_name()
143 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_BASIC); in test()
432 if(auth & ~(CURLAUTH_BASIC | CURLAUTH_GSSAPI)) in Curl_SOCKS5()436 if(!(auth & CURLAUTH_BASIC)) in Curl_SOCKS5()
334 else if(avail & CURLAUTH_BASIC) in pickoneauth()335 pick->picked = CURLAUTH_BASIC; in pickoneauth()614 if(authstatus->picked == CURLAUTH_BASIC) { in output_auth_headers()874 *availp |= CURLAUTH_BASIC; in Curl_http_input_auth()875 authp->avail |= CURLAUTH_BASIC; in Curl_http_input_auth()876 if(authp->picked == CURLAUTH_BASIC) { in Curl_http_input_auth()
244 if(user && passwd && (conn->data->set.httpauth & CURLAUTH_BASIC)) { in ldap_win_bind()
446 set->httpauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()447 set->proxyauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()450 set->socks5auth = CURLAUTH_BASIC | CURLAUTH_GSSAPI; in Curl_init_userdefined()
1021 if(data->set.socks5auth & ~(CURLAUTH_BASIC | CURLAUTH_GSSAPI)) in Curl_vsetopt()
706 config->authtype |= CURLAUTH_BASIC; in getparameter()708 config->authtype &= ~CURLAUTH_BASIC; in getparameter()1606 config->socks5_auth |= CURLAUTH_BASIC; in getparameter()1608 config->socks5_auth &= ~CURLAUTH_BASIC; in getparameter()
69 NV(CURLAUTH_BASIC),
955 (long)CURLAUTH_BASIC); in operate_do()
87 curl_easy_setopt(hnd, CURLOPT_HTTPAUTH, (long)CURLAUTH_BASIC);
495 #define CURLAUTH_BASIC (1<<0) /* Basic (default) */ macro501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
697 #define CURLAUTH_BASIC (((unsigned long)1)<<0) macro709 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
17 CURLAUTH_BASIC 7.10.6
168 d CURLAUTH_BASIC c X'00000001'