Searched refs:userpwd (Results 1 – 19 of 19) sorted by relevance
/curl/src/ |
H A D | tool_paramhlp.c | 539 if(!*userpwd) in checkpasswd() 543 psep = strchr(*userpwd, ':'); in checkpasswd() 546 osep = strchr(*userpwd, ';'); in checkpasswd() 548 if(!psep && **userpwd != ';') { in checkpasswd() 562 kind, *userpwd); in checkpasswd() 566 kind, *userpwd, i + 1); in checkpasswd() 573 if(curlx_dyn_addf(&dyn, "%s:%s", *userpwd, passwd)) in checkpasswd() 577 free(*userpwd); in checkpasswd() 578 *userpwd = curlx_dyn_ptr(&dyn); in checkpasswd() 686 if(config->userpwd && !config->oauth_bearer) { in get_args() [all …]
|
H A D | tool_cfgable.h | 94 char *userpwd; member
|
H A D | tool_cfgable.c | 73 Curl_safefree(config->userpwd); in free_config_fields()
|
H A D | tool_getparam.c | 2490 err = getstr(&config->userpwd, nextarg, ALLOW_BLANK); in getparameter()
|
H A D | tool_operate.c | 1026 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd); in config2setopts()
|
/curl/tests/libtest/ |
H A D | libauthretry.c | 33 long auth_scheme, const char *userpwd) in send_request() argument 45 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme); in send_request() 50 test_setopt(curl, CURLOPT_USERPWD, userpwd); in send_request()
|
H A D | lib540.c | 51 static CURLcode init(int num, CURLM *cm, const char *url, const char *userpwd, in init() argument 68 res_easy_setopt(testeh[num], CURLOPT_PROXYUSERPWD, userpwd); in init() 102 static CURLcode loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() argument 112 res = init(num, cm, url, userpwd, headers); in loop()
|
/curl/tests/data/ |
H A D | test898 | 70 …//firsthost.com -L -H "Authorization: Basic am9lOnNlY3JldA==" -H "Cookie: userpwd=am9lOnNlY3JldA==" 84 Cookie: userpwd=am9lOnNlY3JldA==
|
/curl/lib/ |
H A D | http_negotiate.c | 210 Curl_safefree(data->state.aptr.userpwd); in Curl_output_negotiate() 211 data->state.aptr.userpwd = userp; in Curl_output_negotiate()
|
H A D | http_digest.c | 108 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_digest()
|
H A D | http_ntlm.c | 170 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm()
|
H A D | http_aws_sigv4.c | 848 Curl_safefree(data->state.aptr.userpwd); in Curl_output_aws_sigv4() 849 data->state.aptr.userpwd = auth_headers; in Curl_output_aws_sigv4()
|
H A D | c-hyper.c | 1017 if(data->state.aptr.userpwd) { in Curl_http() 1018 result = Curl_hyper_header(data, headers, data->state.aptr.userpwd); in Curl_http() 1170 Curl_safefree(data->state.aptr.userpwd); in Curl_http()
|
H A D | rtsp.c | 402 p_userpwd = data->state.aptr.userpwd; in rtsp_do() 486 Curl_safefree(data->state.aptr.userpwd); in rtsp_do()
|
H A D | http.c | 289 userp = &data->state.aptr.userpwd; in http_output_basic() 336 userp = &data->state.aptr.userpwd; in http_output_bearer() 2644 data->state.aptr.userpwd ? data->state.aptr.userpwd : "", in Curl_http() 2675 Curl_safefree(data->state.aptr.userpwd); in Curl_http()
|
H A D | urldata.h | 1330 char *userpwd; member
|
H A D | url.c | 313 Curl_safefree(data->state.aptr.userpwd); in Curl_close()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PROXYUSERPWD.md | 26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXYUSERPWD, char *userpwd);
|
H A D | CURLOPT_USERPWD.md | 25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_USERPWD, char *userpwd);
|
Completed in 106 milliseconds