Home
last modified time | relevance | path

Searched refs:user (Results 176 – 200 of 428) sorted by relevance

12345678910>>...18

/curl/tests/data/
H A Dtest23470 …st.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user testing…
H A Dtest30236 -k -U fake:user -x %HOSTIP:%HTTPPORT https://bad.fakeurl-to.test:%TESTNUMBER/slash/%TESTNUMBER
H A Dtest94026 …RT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T -
H A Dtest86542 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
H A Dtest88342 'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/%TESTNUMBER'
H A Dtest155941 CURLUPART_USER 10000000 bytes user == 3 (Malformed input to a URL function)
H A Dtest86642 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
H A Dtest87042 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user --oauth2-bearer mF_9.B5f-4.1JqM
H A Dtest87142 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret --sasl-ir
H A Dtest81940 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret
H A Dtest88542 'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/%TESTNUMBER' --sasl-ir
H A Dtest83740 'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1'
H A Dtest10531 FTP user+password in URL and ASCII transfer
H A Dtest84840 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --sasl-authzid shared-mailbox
H A Dtest86745 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
H A Dtest87242 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret --sasl-ir
H A Dtest87442 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
H A Dtest93930 …RT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T -
H A Dtest82040 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret
H A Dtest82143 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret
H A Dtest82440 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
/curl/docs/cmdline-opts/
H A Dbasic.md23 Used together with --user.
/curl/docs/libcurl/
H A Dlibcurl-security.md57 For applications that enable .netrc use, a user who manage to set the right
111 the user (as would happen in some kinds of CGI scripts), an attacker could
123 e.g. **sftp://user@some-internal-server/etc/passwd**
236 If cookies are enabled and cached, then a user could craft a URL which
247 scp://user:pass@host/a;date >/tmp/test;
288 # What if the user can set the URL
298 If the user can set the URL, the user can also specify the scheme part to
301 you thought, "ftp://" or "imap://" might be what the user gives your
316 ## consider not allowing the user to set the full URL
400 user to create additional headers or fields that could cause malicious
[all …]
H A Dlibcurl-url.md99 rc = curl_url_get(h, CURLUPART_USER, &user, 0);
103 Extracted parts are not URL decoded unless the user also asks for it with the
111 A user set individual URL parts, either after having parsed a full URL or
126 Set parts are not URL encoded unless the user asks for it with the
/curl/lib/
H A Dhash.c41 hash_element_dtor(void *user, void *element) in hash_element_dtor() argument
43 struct Curl_hash *h = (struct Curl_hash *) user; in hash_element_dtor()
253 Curl_hash_clean_with_criterium(struct Curl_hash *h, void *user, in Curl_hash_clean_with_criterium() argument
270 if(!comp || comp(user, he->ptr)) { in Curl_hash_clean_with_criterium()

Completed in 23 milliseconds

12345678910>>...18