Home
last modified time | relevance | path

Searched refs:user (Results 101 – 125 of 427) sorted by relevance

12345678910>>...18

/curl/tests/data/
H A Dtest68858 user.mime_type => fake/data
59 user.xdg.origin.url => http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest26428 HTTP with proxy string including http:// and user+password
31 http://we.want.that.site.com/%TESTNUMBER -x http://f%61ke:user@%HOSTIP:%HTTPPORT
H A Dtest89035 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
51 AUTH OAUTHBEARER %b64[n,a=user,%01host=127.0.0.1%01port=%POP3PORT%01auth=Bearer mF_9.B5f-4.1JqM%01%…
H A Dtest94736 …UMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_…
45 AUTH OAUTHBEARER %b64[n,a=user,%01host=127.0.0.1%01port=%SMTPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%…
H A Dtest84534 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
50 A002 AUTHENTICATE OAUTHBEARER %b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B…
H A Dtest8537 …HTTPPORT/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user testing…
H A Dtest71726 # method 2 is SOCKS5 asking for user+password
29 user uz3r
H A Dtest97916 Location: http://%HOSTIP:%HTTPPORT/user/%TESTNUMBER0002
56 GET /user/%TESTNUMBER0002 HTTP/1.1
H A Dtest132155 'imap://imap.%TESTNUMBER:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret -p -x %HOSTIP:%PROXYPORT
64 A002 LOGIN user secret
H A Dtest74226 # method 2 is SOCKS5 asking for user+password
29 user aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…
H A Dtest32023 <p>Connected as user 'jsmith'.</p>
50 simple TLS-SRP HTTPS GET, check user in response
71 s/^<p>Connected as user 'jsmith'.*/FINE/
H A Dtest131959 pop3://pop.%TESTNUMBER:%POP3PORT/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT -u user:secret
68 USER user
H A Dtest47242 "http://fake.fake.fake:8000/%TESTNUMBER/a=あ" -u user:secret --aws-sigv4 "aws:amz:us-east-2:es" --co…
52 Authorization: AWS4-HMAC-SHA256 Credential=user/19700101/us-east-2/es/aws4_request, SignedHeaders=h…
H A Dtest93837user.one:secret -T %LOGDIR/upload%TESTNUMBER -: smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER002 --mail-rcp…
H A Dtest94937 …UMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_…
53 AUTH OAUTHBEARER %b64[n,a=user,%01host=127.0.0.1%01port=%SMTPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%…
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…
/curl/projects/Windows/VC10/lib/
H A D.gitignore9 /*.user
/curl/projects/Windows/VC10/src/
H A D.gitignore9 /*.user
/curl/projects/Windows/VC11/lib/
H A D.gitignore9 /*.user
/curl/projects/Windows/VC11/src/
H A D.gitignore9 /*.user
/curl/projects/Windows/VC12/lib/
H A D.gitignore9 /*.user
/curl/projects/Windows/VC12/src/
H A D.gitignore9 /*.user
/curl/docs/cmdline-opts/
H A Daws-sigv4.md13 - user
15 - --aws-sigv4 "aws:amz:us-east-2:es" --user "key:secret" $URL
H A Danyauth.md15 - --anyauth --user me:pwd $URL
30 Used together with --user.
/curl/lib/
H A Dsocks_gssapi.c126 char *user = NULL; in Curl_SOCKS5_gssapi_negotiate() local
322 user = malloc(gss_send_token.length + 1); in Curl_SOCKS5_gssapi_negotiate()
323 if(!user) { in Curl_SOCKS5_gssapi_negotiate()
330 memcpy(user, gss_send_token.value, gss_send_token.length); in Curl_SOCKS5_gssapi_negotiate()
331 user[gss_send_token.length] = '\0'; in Curl_SOCKS5_gssapi_negotiate()
334 infof(data, "SOCKS5 server authenticated user %s with GSS-API.",user); in Curl_SOCKS5_gssapi_negotiate()
335 free(user); in Curl_SOCKS5_gssapi_negotiate()
336 user = NULL; in Curl_SOCKS5_gssapi_negotiate()

Completed in 33 milliseconds

12345678910>>...18