Home
last modified time | relevance | path

Searched refs:login (Results 1 – 25 of 59) sorted by relevance

123

/curl/docs/cmdline-opts/
H A Dlogin-options.md4 Long: login-options
7 Help: Server login options
14 - --login-options 'AUTH=*' imap://example.com
17 # `--login-options`
19 Specify the login options to use during server authentication.
21 You can use login options to specify protocol specific options that may be
22 used during authentication. At present only IMAP, POP3 and SMTP support login
23 options. For more information about login options please see RFC 2384,
27 Since 8.2.0, IMAP supports the login option `AUTH=+LOGIN`. With this option,
H A Dftp-ssl-control.md5 Help: Require TLS for login, clear for transfer
18 Require SSL/TLS for the FTP login, clear for transfer. Allows secure
H A Dnetrc.md21 Make curl scan the *.netrc* file in the user's home directory for login name
37 login myself
/curl/lib/
H A Dnetrc.c68 char *login = *loginp; in parsenetrc() local
70 bool specific_login = (login && *login != 0); in parsenetrc()
159 if((login && *login) && (password && *password)) { in parsenetrc()
203 state_our_login = !Curl_timestrcmp(login, tok); in parsenetrc()
205 else if(!login || Curl_timestrcmp(login, tok)) { in parsenetrc()
207 free(login); in parsenetrc()
210 login = strdup(tok); in parsenetrc()
211 if(!login) { in parsenetrc()
257 *loginp = login; in parsenetrc()
267 free(login); in parsenetrc()
/curl/tests/data/
H A Dtest8967 --login-options
23 IMAP with --login-options 'AUTH=dummy' (failing)
26 'imap://%HOSTIP:%IMAPPORT/895/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=dummy'
H A Dtest8957 --login-options
32 IMAP with --login-options 'AUTH=*'
35 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=*'
H A Dtest13043 # machine %HOSTIP login user1 password commented
44 machine %HOSTIP login user1 password passwd1
45 machine %HOSTIP login user2 password passwd2
46 default login userdef password passwddef
H A Dtest49435 cd login
36 put login.bin
42 machine %HOSTIP login user1 password passwd1
H A Dtest130426 machine example.com login admin password passwd
27 machine curl.example.com login none password none
H A Dtest203942 default login userdef password passwddef
43 machine %HOSTIP login user1 password passwd1
44 machine %HOSTIP login user2 password passwd2
H A Dtest79935 IMAP with --login-options 'AUTH=+LOGIN'
38 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --login-options AUTH=+LOGIN
H A Dtest68336 machine %HOSTIP login user1 password passwd1
37 machine %HOSTIP login user2 password passwd2
H A Dtest68236 machine %HOSTIP login user1 password passwd1
37 machine %HOSTIP login user2 password passwd2
H A Dtest99225 SASL verify default mechanisms are reset by login options
31 … --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --login-options "AUTH=XOAU…
H A Dtest13142 machine %HOSTIP login user1 password passwd1
43 machine %HOSTIP login user2 password passwd2
H A Dtest38043 machine %HOSTIP login frankenstein password wrongone
44 machine %HOSTIP login mary password yram
H A Dtest13242 machine %HOSTIP login user1 password passwd1
43 machine %HOSTIP login user2 password passwd2
H A Dtest13342 machine %HOSTIP login user1 password passwd1
43 machine %HOSTIP login mary password drfrank
H A Dtest38147 machine %HOSTIP login frankenstein password wrongone
48 machine %HOSTIP login mary password yram
H A Dtest13444 machine %HOSTIP login user1 password passwd1
45 machine %HOSTIP login user2 password passwd2
H A Dtest156120 Set-Cookie: supersuper=secret; domain=example.com; path=/%TESTNUMBER/login/; secure;
42 Set-Cookie: supersuper=plain; domain=example.com; path=/%TESTNUMBER/login/en;
43 Set-Cookie: supersuper=plain; domain=example.com; path=/%TESTNUMBER/login;
101 .example.com TRUE /%TESTNUMBER/login/ TRUE 0 supersuper secret
H A Dtest62816 SFTP invalid user login (password authentication)
H A Dtest62916 SCP invalid user login (password authentication)
/curl/docs/libcurl/opts/
H A DCURLOPT_LOGIN_OPTIONS.md20 CURLOPT_LOGIN_OPTIONS - login options
35 For more information about the login options please see RFC 2384, RFC 5092 and
38 CURLOPT_LOGIN_OPTIONS(3) can be used to set protocol specific login options,
42 Since 8.2.0, IMAP supports the login option "AUTH=+LOGIN". With this option,
H A DCURLOPT_NETRC.md76 and follow the login and password that are associated with that machine.
95 provide a default anonymous login for hosts that are not otherwise matched,
98 default login anonymous password user@domain
100 ## login \<name\>
107 string if the remote server requires a password as part of the login process.

Completed in 44 milliseconds

123