/curl/docs/cmdline-opts/ |
H A D | disallow-username-in-url.md | 4 Long: disallow-username-in-url 5 Help: Disallow username in URL 12 - --disallow-username-in-url $URL 15 # `--disallow-username-in-url` 17 Exit with error if passed a URL containing a username. Probably most useful
|
H A D | user.md | 20 Specify the username and password to use for server authentication. Overrides 23 If you simply specify the username, curl prompts for a password. 25 The username and passwords are split up on the first colon, which makes it 26 impossible to use a colon in the username with this option. The password can, 36 Windows domain name in the username, in order for the server to successfully 40 When using NTLM, the username can be specified simply as the username, without 49 username and password from your environment by specifying a single colon with
|
H A D | mail-rcpt.md | 19 Specify a single email address, username or mailing list name. Repeat this 23 should be specified as the username or username and domain (as per Section 3.5
|
H A D | tlsuser.md | 6 Help: TLS username 19 Set username for use with the TLS authentication method specified with
|
H A D | socks5-basic.md | 17 Use username/password authentication when connecting to a SOCKS5 proxy. The 18 username/password authentication is enabled by default. Use --socks5-gssapi to
|
H A D | proxy-tlsuser.md | 6 Help: TLS username for HTTPS proxy 19 Set username for use for HTTPS proxy with the TLS authentication method
|
H A D | oauth2-bearer.md | 22 is used in conjunction with the username which can be specified as part of the 25 The Bearer Token and username are formatted according to RFC 6750.
|
H A D | proxy-user.md | 19 Specify the username and password to use for proxy authentication. 22 authentication then you can tell curl to select the username and password from
|
H A D | netrc.md | 6 Help: Must read .netrc for username and password 33 the machine host.domain.com with username 'myself' and password 'secret' could
|
/curl/tests/data/ |
H A D | test2075 | 4 --disallow-username-in-url 22 --disallow-username-in-url http://username:password@example.com/
|
H A D | test2027 | 202 Authorization: Digest username="testuser", realm="testrealm", nonce="1", uri="/%TESTNUMBER0100", re… 207 Authorization: Digest username="testuser", realm="testrealm", nonce="2", uri="/%TESTNUMBER0200", re… 216 Authorization: Digest username="testuser", realm="testrealm", nonce="4", uri="/%TESTNUMBER0300", re… 221 Authorization: Digest username="testuser", realm="testrealm", nonce="5", uri="/%TESTNUMBER0400", re… 226 Authorization: Digest username="testuser", realm="testrealm", nonce="5", uri="/%TESTNUMBER0400", re… 231 Authorization: Digest username="testuser", realm="testrealm", nonce="7", uri="/%TESTNUMBER0500", re…
|
H A D | test168 | 83 Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER",… 90 Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER",… 91 Authorization: Digest username="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", r…
|
H A D | test335 | 85 Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER",… 92 Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER",… 93 Authorization: Digest username="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", r…
|
H A D | test894 | 22 POP3 with CR in username
|
H A D | test321 | 19 TLS-SRP with bad username and password
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_USERNAME.md | 19 CURLOPT_USERNAME - username to use in authentication 27 char *username); 33 null-terminated username to use for the transfer. 35 CURLOPT_USERNAME(3) sets the username to be used in protocol 44 When using NTLM, the username can be specified simply as the username without 54 To specify the password and login options, along with the username, use the
|
H A D | CURLOPT_PROXYUSERNAME.md | 19 CURLOPT_PROXYUSERNAME - username to use for proxy authentication 27 char *username); 33 null-terminated username to use for the transfer. 35 CURLOPT_PROXYUSERNAME(3) sets the username to be used in protocol
|
H A D | CURLOPT_DISALLOW_USERNAME_IN_URL.md | 19 CURLOPT_DISALLOW_USERNAME_IN_URL - disallow specifying username in the URL 33 username. 67 enabled and a URL containing a username is specified.
|
H A D | CURLOPT_USERPWD.md | 18 CURLOPT_USERPWD - username and password to use in authentication 31 string for the connection. The format of which is: [username]:[password]. 34 specify the username part with the domain name in order for the server to 38 When using NTLM, the username can be specified simply as the username without 60 in a username containing a colon using this option. Use CURLOPT_USERNAME(3)
|
H A D | CURLOPT_NETRC.md | 42 libcurl uses a username (and supplied or prompted password) supplied with 46 Only machine name, username and password are taken into account (init macros 61 be preferred. The file is scanned for the host and username (to find the 62 password only) or for the host only, to find the first username and password 68 present in the URL is ignored. The file is scanned for the host and username 69 (to find the password only) or for the host only, to find the first username 82 a username or password. 102 The username string for the remote machine.
|
H A D | CURLOPT_SOCKS5_AUTH.md | 31 supported flags are *CURLAUTH_BASIC*, which allows username/password 33 *CURLAUTH_NONE*, which allows no authentication. Set the actual username and 54 /* enable username/password authentication only */
|
H A D | CURLOPT_PROXYUSERPWD.md | 19 CURLOPT_PROXYUSERPWD - username and password to use for proxy authentication 31 Pass a char pointer as parameter, which should be [username]:[password] to use 33 decoded before used, so to include for example a colon in the username you
|
H A D | CURLOPT_PROXY_TLSAUTH_USERNAME.md | 22 CURLOPT_PROXY_TLSAUTH_USERNAME - username to use for proxy TLS authentication 36 username to use for the HTTPS proxy TLS authentication method specified with
|
H A D | CURLOPT_TLSAUTH_USERNAME.md | 20 CURLOPT_TLSAUTH_USERNAME - username to use for TLS authentication 33 username to use for the TLS authentication method specified with the
|
/curl/tests/ |
H A D | sshserver.pl | 101 my $username = $ENV{USER}; # default user 138 $username = $ARGV[1]; 231 if(!$username) { 234 elsif($username eq 'root') { 428 …em("icacls \"" . pathhelp::sys_native_abs_path(pp($hstprvkeyf)) . "\" /grant:r \"$username:(R)\""); 582 my $username_lc = lc $username; 591 push @cfgarr, "AllowUsers $username"; 971 push @cfgarr, "User $username";
|