/external/curl/lib/ |
D | curl_sasl.c | 1268 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl, in Curl_sasl_parse_url_auth_option() argument 1278 if(sasl->resetprefs) { in Curl_sasl_parse_url_auth_option() 1279 sasl->resetprefs = FALSE; in Curl_sasl_parse_url_auth_option() 1280 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option() 1284 sasl->prefmech = SASL_AUTH_DEFAULT; in Curl_sasl_parse_url_auth_option() 1287 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option() 1299 void Curl_sasl_init(struct SASL *sasl, const struct SASLproto *params) in Curl_sasl_init() argument 1301 sasl->params = params; /* Set protocol dependent parameters */ in Curl_sasl_init() 1302 sasl->state = SASL_STOP; /* Not yet running */ in Curl_sasl_init() 1303 sasl->authmechs = SASL_AUTH_NONE; /* No known authentication mechanism yet */ in Curl_sasl_init() [all …]
|
D | curl_sasl.h | 237 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl, 241 void Curl_sasl_init(struct SASL *sasl, const struct SASLproto *params); 244 bool Curl_sasl_can_authenticate(struct SASL *sasl, struct connectdata *conn); 247 CURLcode Curl_sasl_start(struct SASL *sasl, struct connectdata *conn, 251 CURLcode Curl_sasl_continue(struct SASL *sasl, struct connectdata *conn,
|
D | pop3.c | 352 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa() 353 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in pop3_perform_capa() 545 if(!Curl_sasl_can_authenticate(&pop3c->sasl, conn)) { in pop3_perform_authentication() 552 result = Curl_sasl_start(&pop3c->sasl, conn, FALSE, &progress); in pop3_perform_authentication() 746 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp() 816 result = Curl_sasl_continue(&pop3c->sasl, conn, pop3code, &progress); in pop3_state_auth_resp() 1120 Curl_sasl_init(&pop3c->sasl, &saslpop3); in pop3_connect() 1272 Curl_sasl_cleanup(conn, pop3c->sasl.authused); in pop3_disconnect() 1389 pop3c->sasl.resetprefs = TRUE; in pop3_parse_url_options() 1404 result = Curl_sasl_parse_url_auth_option(&pop3c->sasl, in pop3_parse_url_options() [all …]
|
D | smtp.c | 350 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo() 351 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo() 376 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used in smtp_perform_helo() 489 !Curl_sasl_can_authenticate(&smtpc->sasl, conn)) { in smtp_perform_authentication() 495 result = Curl_sasl_start(&smtpc->sasl, conn, FALSE, &progress); in smtp_perform_authentication() 566 if(data->set.str[STRING_MAIL_AUTH] && conn->proto.smtpc.sasl.authused) { in smtp_perform_mail() 771 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp() 832 result = Curl_sasl_continue(&smtpc->sasl, conn, smtpcode, &progress); in smtp_state_auth_resp() 1157 Curl_sasl_init(&smtpc->sasl, &saslsmtp); in smtp_connect() 1375 Curl_sasl_cleanup(conn, smtpc->sasl.authused); in smtp_disconnect() [all …]
|
D | imap.c | 463 imapc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in imap_perform_capability() 464 imapc->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in imap_perform_capability() 614 if(!Curl_sasl_can_authenticate(&imapc->sasl, conn)) { in imap_perform_authentication() 620 result = Curl_sasl_start(&imapc->sasl, conn, imapc->ir_supported, &progress); in imap_perform_authentication() 911 imapc->sasl.authmechs |= mechbit; in imap_state_capability_resp() 976 result = Curl_sasl_continue(&imapc->sasl, conn, imapcode, &progress); in imap_state_auth_resp() 1445 Curl_sasl_init(&imapc->sasl, &saslimap); in imap_connect() 1658 Curl_sasl_cleanup(conn, imapc->sasl.authused); in imap_disconnect() 1934 imapc->sasl.resetprefs = TRUE; in imap_parse_url_options() 1949 result = Curl_sasl_parse_url_auth_option(&imapc->sasl, in imap_parse_url_options() [all …]
|
D | smtp.h | 70 struct SASL sasl; /* SASL-related storage */ member
|
D | pop3.h | 68 struct SASL sasl; /* SASL-related storage */ member
|
D | imap.h | 74 struct SASL sasl; /* SASL-related parameters */ member
|
/external/curl/tests/data/ |
D | test886 | 42 'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/886' --sasl-ir
|
D | test885 | 42 'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/885' --sasl-ir
|
D | test871 | 42 pop3://%HOSTIP:%POP3PORT/871 -u user:secret --sasl-ir
|
D | test874 | 42 pop3://%HOSTIP:%POP3PORT/874 -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
|
D | test872 | 42 pop3://%HOSTIP:%POP3PORT/872 -u user:secret --sasl-ir
|
D | test944 | 35 …STIP:%SMTPPORT/944' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T -
|
D | test920 | 35 …/920 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T -
|
D | test919 | 35 …/919 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T -
|
D | test922 | 35 …t@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T -
|
D | test945 | 35 …STIP:%SMTPPORT/945' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T -
|
D | test873 | 53 pop3://%HOSTIP:%POP3PORT/873 -u testuser:testpass --sasl-ir
|
D | test921 | 46 …-mail-rcpt recipient@example.com --mail-from sender@example.com -u testuser:testpass --sasl-ir -T -
|
/external/icu/icu4c/source/data/sprep/ |
D | rfc4013.txt | 13 …destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4013.txt --A1 --sasl --C12 --C21 --C22 -…
|
/external/selinux/policycoreutils/po/ |
D | or.po | 2859 msgid "Allow httpd to connect to sasl" 2860 msgstr "sasl ସହିତ ସଂଯୋଗ କରିବା ପାଇଁ httpd କୁ ଅନୁମତି ଦିଅନ୍ତୁ" 3206 msgid "Allow sasl to read shadow" 3207 msgstr "sasl କୁ shadow ପଢ଼ିବା ପାଇଁ ଅନୁମତି ଦିଅନ୍ତୁ"
|
D | kn.po | 2910 msgid "Allow httpd to connect to sasl" 2911 msgstr "sasl ನೊಂದಿಗೆ ಸಂಪರ್ಕಸಾಧಿಸಲು httpd ಅನ್ನು ಅನುಮತಿಸು" 3271 msgid "Allow sasl to read shadow" 3272 msgstr "ಛಾಯೆಯನ್ನು ಓದಲು sasl ಗೆ ಅನುಮತಿಸು"
|
D | gu.po | 2854 msgid "Allow httpd to connect to sasl" 2855 msgstr "sasl સાથે જોડાવા માટે httpd ને પરવાનગી આપો" 3204 msgid "Allow sasl to read shadow" 3205 msgstr "શૅજોને વાંચવા sasl ને પરવાનગી આપો"
|
D | pa.po | 2829 msgid "Allow httpd to connect to sasl" 2830 msgstr "httpd ਨੂੰ sasl ਨਾਲ ਜੁੜਨ ਦੀ ਆਗਿਆ ਦਿਓ" 3169 msgid "Allow sasl to read shadow" 3170 msgstr "sasl ਨੂੰ shadow ਪੜ੍ਹਨ ਦੀ ਇਜਾਜਤ ਦਿਓ"
|