Home
last modified time | relevance | path

Searched refs:user (Results 126 – 150 of 428) sorted by relevance

12345678910>>...18

/curl/docs/cmdline-opts/
H A Danyauth.md15 - --anyauth --user me:pwd $URL
30 Used together with --user.
H A Dquote.md58 ## chown user file
60 user ID specified by the user operand. The user operand is a decimal
61 integer user ID.
H A Dpass.md13 - user
H A Dmail-from.md15 - --mail-from user@example.com -T mail smtp://example.com/
/curl/tests/libtest/
H A Dlib576.c50 if(finfo->strings.user) in chunk_bgn()
51 printf("User: %s\n", finfo->strings.user); in chunk_bgn()
/curl/tests/data/
H A Dtest43941 "http://fake.fake.fake:8000/%TESTNUMBER/?name=me%&noval&aim=b%aad&&&weirdo=*.//-" -u user:secret --…
51 Authorization: AWS4-HMAC-SHA256 Credential=user/19700101/us-east-2/es/aws4_request, SignedHeaders=h…
H A Dtest80526 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER -u user:secret
46 A002 LOGIN user secret
H A Dtest89734 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=123/;SECTION=1' -u user:secret -D %LOGDIR/head-%TE…
43 A002 LOGIN user secret
H A Dtest8056 …want/that/page/%TESTNUMBER -p --proxy1.0 %HOSTIP:%PROXYPORT --user iam:myself --proxy-user youare:…
H A Dtest64481 user.mime_type => text/html
82 user.xdg.origin.url => http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest140733 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -l -u user:secret --libcurl %LOGDIR/test%TESTNUMBER.c
46 USER user
67 curl_easy_setopt(hnd, CURLOPT_USERPWD, "user:secret");
H A Dtest142039 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --libcurl %LOGDIR/test%TESTNUMBE…
52 A002 LOGIN user secret
72 curl_easy_setopt(hnd, CURLOPT_USERPWD, "user:secret");
H A Dtest89425 pop3://user%0dFRIGGING_cmd:secret@%HOSTIP:%POP3PORT/%TESTNUMBER
H A Dtest27557 …PORT/we/want/that/page/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT --user iam:myself --proxy-user youare:…
H A Dtest16754 …hoho.com/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --digest --user digest:…
H A Dtest122959 HTTP with Digest authorization with user name needing escape
76 Authorization: Digest username="\\user\"", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER…
H A Dtest89626 'imap://%HOSTIP:%IMAPPORT/895/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=dummy'
H A Dtest72926 SOCKS4 with very long proxy user name
/curl/lib/vauth/
H A Dspnego_sspi.c92 const char *user, in Curl_auth_decode_spnego_message() argument
152 if(user && *user) { in Curl_auth_decode_spnego_message()
154 result = Curl_create_sspi_identity(user, password, &nego->identity); in Curl_auth_decode_spnego_message()
/curl/lib/
H A Dsmb.h38 char *user; member
H A Dcurl_ntlm_core.h52 CURLcode Curl_ntlm_core_mk_ntlmv2_hash(const char *user, size_t userlen,
H A Dftplistparser.c85 } user; member
173 size_t user; member
181 static void fileinfo_dtor(void *user, void *element) in fileinfo_dtor() argument
183 (void)user; in fileinfo_dtor()
328 finfo->strings.user = parser->offsets.user ? in ftp_pl_insert_finfo()
329 str + parser->offsets.user : NULL; in ftp_pl_insert_finfo()
557 parser->state.UNIX.sub.user = PL_UNIX_USER_PRESPACE; in Curl_ftp_parselist()
567 switch(parser->state.UNIX.sub.user) { in Curl_ftp_parselist()
572 parser->state.UNIX.sub.user = PL_UNIX_USER_PARSING; in Curl_ftp_parselist()
579 parser->offsets.user = parser->item_offset; in Curl_ftp_parselist()
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_TLSAUTH_USERNAME.md30 char *user);
63 curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_USERNAME, "user");
H A DCURLOPT_TLSAUTH_USERNAME.md27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TLSAUTH_USERNAME, char *user);
61 curl_easy_setopt(curl, CURLOPT_TLSAUTH_USERNAME, "user");
H A DCURLOPT_QUOTE.md80 ## chown user file
83 user ID specified by the user operand. The user operand is a decimal
84 integer user ID.

Completed in 19 milliseconds

12345678910>>...18