Home
last modified time | relevance | path

Searched refs:user (Results 76 – 100 of 428) sorted by relevance

12345678910>>...18

/curl/tests/data/
H A Dtest98833 -k --ssl-reqd -u '"user:sec"ret{' 'imaps://%HOSTIP:%IMAPSPORT/%TESTNUMBER/;MAILINDEX=1'
42 A002 LOGIN "\"user" "sec\"ret{"
H A Dtest96434 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@åäö.se
43 VRFY user@xn--4cab6c.se
H A Dtest229 HTTP GET with user and password
32 -u fake:user http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest84136 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/ -u user:secret -X 'FETCH 123 BODY[1]'
45 A002 LOGIN user secret
H A Dtest80431 …X=123/;SECTION=1' 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=456/;SECTION=2.3' -u user:secret
40 A002 LOGIN user secret
H A Dtest85745 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
54 USER user
H A Dtest79938 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --login-options AUTH=+LOGIN
47 A002 LOGIN user secret
H A Dtest80835 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'EXAMINE %TESTNUMBER'
44 A002 LOGIN user secret
H A Dtest98214 REPLY STLS -ERR currently unavailable\r\n+OK user accepted\r\n+OK authenticated
41 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret --ssl
H A Dtest85338 pop3://%HOSTIP:%POP3PORT/ -u user:secret
47 USER user
H A Dtest220526 MQTT with very long user name
29 user = %repeat[65536 x a]%:fakepasswd
H A Dtest30133 HTTPS GET with user and password
36 -k -u fake:user https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
H A Dtest88843 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
52 AUTH OAUTHBEARER %b64[n,a=user,%01host=127.0.0.1%01port=%POP3PORT%01auth=Bearer mF_9.B5f-4.1JqM%01%…
H A Dtest110129 NO_PROXY test, with user name in URL
37 http://user:secret@%HOSTIP:%HTTPPORT/gimme/%TESTNUMBER
H A Dtest84342 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
51 A002 AUTHENTICATE OAUTHBEARER %b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B…
H A Dtest49535 user+password in URL with optional netrc
37 # the key is the URL encoded user, which needs to be sent encoded in the
/curl/lib/vauth/
H A Ddigest_sspi.c437 if((userp && !digest->user) || (!userp && digest->user) || in Curl_auth_create_digest_http_message()
439 (userp && digest->user && Curl_timestrcmp(userp, digest->user)) || in Curl_auth_create_digest_http_message()
445 Curl_safefree(digest->user); in Curl_auth_create_digest_http_message()
492 Curl_safefree(digest->user); in Curl_auth_create_digest_http_message()
517 digest->user = strdup(userp); in Curl_auth_create_digest_http_message()
519 if(!digest->user) { in Curl_auth_create_digest_http_message()
530 Curl_safefree(digest->user); in Curl_auth_create_digest_http_message()
672 Curl_safefree(digest->user); in Curl_auth_digest_cleanup()
H A Dcleartext.c130 void Curl_auth_create_external_message(const char *user, in Curl_auth_create_external_message() argument
134 Curl_auth_create_login_message(user, out); in Curl_auth_create_external_message()
/curl/docs/cmdline-opts/
H A Dlist-only.md21 useful if the user wants to machine-parse the contents of an FTP directory
30 line. This is especially useful if the user wants to machine-parse the
35 to be performed instead of RETR. This is particularly useful if the user wants
42 command instead, so the user may use the email's unique identifier rather than
H A Dnetrc.md14 - user
21 Make curl scan the *.netrc* file in the user's home directory for login name
23 enables user authentication. See *netrc(5)* and *ftp(1)* for details on the
H A Dnegotiate.md26 When using this option, you must also provide a fake --user option to activate
28 and password from the --user option are not actually used.
/curl/lib/
H A Dldap.c223 static int ldap_win_bind_auth(LDAP *server, const char *user, in ldap_win_bind_auth() argument
254 if(method && user && passwd) { in ldap_win_bind_auth()
272 const char *user, const char *passwd) in ldap_win_bind() argument
280 inuser = curlx_convert_UTF8_to_tchar((char *) user); in ldap_win_bind()
329 char *user = NULL; in ldap_do() local
365 if(data->state.aptr.user) { in ldap_do()
366 user = conn->user; in ldap_do()
519 rc = ldap_win_bind(data, server, user, passwd); in ldap_do()
521 rc = ldap_simple_bind_s(server, user, passwd); in ldap_do()
527 rc = ldap_win_bind(data, server, user, passwd); in ldap_do()
[all …]
H A Dllist.c141 Curl_node_uremove(struct Curl_llist_node *e, void *user) in Curl_node_uremove() argument
185 list->_dtor(user, ptr); in Curl_node_uremove()
194 Curl_llist_destroy(struct Curl_llist *list, void *user) in Curl_llist_destroy() argument
199 Curl_node_uremove(list->_tail, user); in Curl_llist_destroy()
H A Durl.c698 if(Curl_timestrcmp(data->user, needle->user) || in socks_proxy_info_matches()
1019 if(Curl_timestrcmp(needle->user, conn->user) || in url_match_conn()
1116 if(Curl_timestrcmp(needle->user, conn->user) || in url_match_conn()
2499 conn->socks_proxy.user = conn->http_proxy.user;
2714 if(!conn->user)
2785 if(!conn->user) {
2787 if(!conn->user)
3253 if(temp->user) {
3257 existing->user = temp->user;
3271 existing->http_proxy.user = temp->http_proxy.user;
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_USERPWD.md42 Principal Name) formats. For example **EXAMPLE\user** and **user@example.com**
49 requests to possibly different hosts. libcurl only sends this user and
52 hosts, it does not send the user and password to those. This is enforced to
59 The user and password strings are not URL decoded, so there is no way to send

Completed in 51 milliseconds

12345678910>>...18