Home
last modified time | relevance | path

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

123

/curl/tests/unit/
H A Dunit1304.c30 static char *login; variable
36 login = strdup(""); in unit_setup()
48 Curl_safefree(login); in unit_stop()
67 free(login);
81 free(login);
96 free(login);
111 free(login);
126 free(login);
127 login = strdup("");
159 free(login);
[all …]
/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 Dtest49435 cd login
36 put login.bin
42 machine %HOSTIP login user1 password passwd1
H A Dtest13044 # machine %HOSTIP login user1 password commented
45 machine %HOSTIP login user1 password passwd1
46 machine %HOSTIP login user2 password passwd2
47 default login userdef password passwddef
H A Dtest130426 machine example.com login admin password passwd
27 machine curl.example.com login none password none
H A Dtest203944 default login userdef password passwddef
45 machine %HOSTIP login user1 password passwd1
46 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 Dtest38045 machine %HOSTIP login frankenstein password wrongone
46 machine %HOSTIP login mary password yram
H A Dtest13145 machine %HOSTIP login user1 password passwd1
46 machine %HOSTIP login user2 password passwd2
H A Dtest13244 machine %HOSTIP login user1 password passwd1
45 machine %HOSTIP login user2 password passwd2
H A Dtest13344 machine %HOSTIP login user1 password passwd1
45 machine %HOSTIP login mary password drfrank
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 Dtest13446 machine %HOSTIP login user1 password passwd1
47 machine %HOSTIP login user2 password passwd2
H A Dtest38149 machine %HOSTIP login frankenstein password wrongone
50 machine %HOSTIP login mary password yram
H A Dtest62916 SCP invalid user login (password authentication)
/curl/docs/libcurl/opts/
H A DCURLOPT_LOGIN_OPTIONS.md19 CURLOPT_LOGIN_OPTIONS - login options
34 For more information about the login options please see RFC 2384, RFC 5092 and
37 CURLOPT_LOGIN_OPTIONS(3) can be used to set protocol specific login options,
41 Since 8.2.0, IMAP supports the login option "AUTH=+LOGIN". With this option,
H A DCURLOPT_NETRC.md73 and follow the login and password that are associated with that machine.
92 provide a default anonymous login for hosts that are not otherwise matched,
95 default login anonymous password user@domain
97 ## login \<name\>
104 string if the remote server requires a password as part of the login process.

Completed in 36 milliseconds

123