Home
last modified time | relevance | path

Searched refs:user (Results 301 – 325 of 428) sorted by relevance

1...<<1112131415161718

/curl/tests/data/
H A Dtest7137 user-agent = ""
H A Dtest208139 http://user:pass@%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER#anchor --location --referer ';auto' --wr…
H A Dtest116853 HTTP redirect with credentials using # in user and password
H A Dtest42454 …TESTNUMBER?qqqq#ffff" -w '%{urle.host}+%{urle.path}+%{urle.scheme}+%{urle.user}+%{urle.password}+%…
H A Dtest109756 …TESTNUMBER:%HTTPPORT/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntl…
/curl/docs/cmdline-opts/
H A Dlogin-options.md12 - user
H A Dhttp3.md26 This option allows a user to avoid using the Alt-Svc method of upgrading to
H A Dinsecure.md33 *known_hosts* is a file normally stored in the user's home directory in the
/curl/docs/libcurl/opts/
H A DCURLOPT_FTP_ALTERNATIVE_TO_USER.md33 authenticate if the usual FTP "USER user" and "PASS password" negotiation
H A DCURLOPT_SOCKS5_AUTH.md52 curl_easy_setopt(curl, CURLOPT_PROXY, "socks5://user:pass@myproxy.com");
H A DCURLOPT_USERAGENT.md19 CURLOPT_USERAGENT - HTTP user-agent header
H A DCURLOPT_OPENSOCKETFUNCTION.md55 The *clientp* pointer contains whatever user-defined value set using the
63 the user's discretion. A *CURL_SOCKET_BAD* return value from the callback
H A DCURLOPT_SOCKOPTFUNCTION.md59 additional setsockopt() calls can be done at the user's discretion.
61 The *clientp* pointer contains whatever user-defined value set using the
H A DCURLINFO_CAINFO.md34 option unless set by the user.
H A DCURLINFO_CAPATH.md37 option unless set by the user.
H A DCURLOPT_PROXY_TLSAUTH_PASSWORD.md63 curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_USERNAME, "user");
H A DCURLOPT_NETRC_FILE.md33 for a .netrc file in the current user's home directory.
H A DCURLOPT_TLSAUTH_PASSWORD.md62 curl_easy_setopt(curl, CURLOPT_TLSAUTH_USERNAME, "user");
H A DCURLOPT_PROXY_TLSAUTH_TYPE.md70 curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_USERNAME, "user");
H A DCURLOPT_TLSAUTH_TYPE.md66 curl_easy_setopt(curl, CURLOPT_TLSAUTH_USERNAME, "user");
H A DCURLOPT_UPKEEP_INTERVAL_MS.md34 The user needs to explicitly call curl_easy_upkeep(3) in order to
H A DCURLOPT_RESOLVER_START_FUNCTION.md46 *userdata* is the user pointer set with the
/curl/tests/
H A Dftpserver.pl1186 my ($user, $password) = split(/ /, $args, 2);
1187 fix_imap_params($user, $password);
1191 if ($user eq "") {
1755 my ($user, $secret) = split(/ /, $args, 2);
1760 elsif (($user eq "") || ($secret eq "")) {
1804 my ($user) = @_;
1806 logmsg "USER_pop3 got $user\n";
1808 if (!$user) {
1812 $username = $user;
/curl/lib/
H A Dhttp_digest.c109 userp = data->state.aptr.user; in Curl_output_digest()
H A Dhttp.c272 const char *user; in http_output_basic() local
282 user = data->state.aptr.proxyuser; in http_output_basic()
290 user = data->state.aptr.user; in http_output_basic()
294 out = aprintf("%s:%s", user ? user : "", pwd ? pwd : ""); in http_output_basic()
672 (data->state.aptr.user ? in output_auth_headers()
724 data->state.aptr.user || in Curl_http_output_auth()
4104 char *user, *pass, *host, *port; in req_assign_url_authority() local
4109 user = pass = host = port = NULL; in req_assign_url_authority()
4127 if(user) { in req_assign_url_authority()
4133 if(user) { in req_assign_url_authority()
[all …]

Completed in 68 milliseconds

1...<<1112131415161718