HomeSort by relevance Sort by last modified time
    Searched full:sasl (Results 1 - 25 of 258) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/curl/lib/
curl_sasl.c 24 * RFC4422 Simple Authentication and Security Layer (SASL)
27 * RFC7628 A Set of SASL Mechanisms for OAuth
28 * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
75 * This is used to cleanup any libraries or curl modules used by the sasl
109 * Convert a SASL mechanism name into a token.
117 * Returns the SASL mechanism token or 0 if no match.
147 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl,
157 if(sasl->resetprefs)
    [all...]
curl_sasl.h 57 /* SASL machine states */
85 /* Protocol dependent SASL parameters */
97 /* Get SASL response message */
101 struct SASL {
117 /* This is used to cleanup any libraries or curl modules used by the sasl
126 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl,
129 /* Initializes an SASL structure */
130 void Curl_sasl_init(struct SASL *sasl, const struct SASLproto *params)
    [all...]
  /external/curl/tests/data/
test840 5 SASL
6 SASL AUTH EXTERNAL
7 SASL-IR
17 CAPA SASL-IR
test871 5 SASL
6 SASL AUTH PLAIN
7 SASL-IR
42 pop3://%HOSTIP:%POP3PORT/871 -u user:secret --sasl-ir
test872 5 SASL
6 SASL AUTH LOGIN
7 SASL-IR
42 pop3://%HOSTIP:%POP3PORT/872 -u user:secret --sasl-ir
test885 5 SASL
6 SASL AUTH EXTERNAL
7 SASL-IR
42 'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/885' --sasl-ir
test886 5 SASL
6 SASL AUTH EXTERNAL
7 SASL-IR
42 'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/886' --sasl-ir
test833 5 SASL
6 SASL AUTH CRAM-MD5
7 SASL AUTH PLAIN
8 SASL DOWNGRADE
44 IMAP CRAM-MD5 authentication with SASL downgrade
test835 5 SASL
6 SASL AUTH DIGEST-MD5
7 SASL AUTH PLAIN
8 SASL DOWNGRADE
46 IMAP DIGEST-MD5 authentication with SASL downgrade
test879 5 SASL
6 SASL AUTH CRAM-MD5
7 SASL AUTH PLAIN
8 SASL DOWNGRADE
46 POP3 CRAM-MD5 authentication with SASL downgrade
test881 5 SASL
6 SASL AUTH DIGEST-MD5
7 SASL AUTH PLAIN
8 SASL DOWNGRADE
48 POP3 DIGEST-MD5 authentication with SASL downgrade
test825 5 SASL
6 SASL AUTH PLAIN
7 SASL-IR
17 CAPA SASL-IR
test826 5 SASL
6 SASL AUTH LOGIN
7 SASL-IR
16 CAPA SASL-IR
test828 5 SASL
6 SASL AUTH OAUTH2
7 SASL-IR
17 CAPA SASL-IR
test839 5 SASL
6 SASL AUTH EXTERNAL
7 SASL-IR
17 CAPA SASL-IR
test874 5 SASL
6 SASL AUTH OAUTH2
7 SASL-IR
42 pop3://%HOSTIP:%POP3PORT/874 -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
test919 5 SASL
6 SASL AUTH PLAIN
7 SASL-IR
35 smtp://%HOSTIP:%SMTPPORT/919 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T -
test920 5 SASL
6 SASL AUTH LOGIN
7 SASL-IR
35 smtp://%HOSTIP:%SMTPPORT/920 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T -
test922 5 SASL
6 SASL AUTH OAUTH2
7 SASL-IR
35 smtp://%HOSTIP:%SMTPPORT/922 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T -
test944 5 SASL
6 SASL AUTH EXTERNAL
7 SASL-IR
35 'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/944' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T -
test945 5 SASL
6 SASL AUTH EXTERNAL
7 SASL-IR
35 'smtp://;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/945' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T -
test834 5 SASL
6 SASL AUTH NTLM
7 SASL AUTH PLAIN
8 SASL DOWNGRADE
45 IMAP NTLM authentication with SASL downgrade
test880 5 SASL
6 SASL AUTH NTLM
7 SASL AUTH PLAIN
8 SASL DOWNGRADE
47 POP3 NTLM authentication with SASL downgrade
test935 5 SASL
6 SASL AUTH CRAM-MD5
7 SASL AUTH PLAIN
8 SASL DOWNGRADE
36 SMTP CRAM-MD5 authentication with SASL downgrade
test936 5 SASL
6 SASL AUTH NTLM
7 SASL AUTH PLAIN
8 SASL DOWNGRADE
37 SMTP NTLM authentication with SASL downgrade

Completed in 593 milliseconds

1 2 3 4 5 6 7 8 91011