Home
last modified time | relevance | path

Searched refs:SASL_AUTH_NONE (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dcurl_sasl.c171 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option()
200 sasl->authmechs = SASL_AUTH_NONE; /* No known authentication mechanism yet */ in Curl_sasl_init()
202 sasl->authused = SASL_AUTH_NONE; /* The authentication mechanism used */ in Curl_sasl_init()
208 unsigned short mechs = SASL_AUTH_NONE; in Curl_sasl_init()
223 if(mechs != SASL_AUTH_NONE) in Curl_sasl_init()
H A Dcurl_sasl.h48 #define SASL_AUTH_NONE 0 macro
H A Dopenldap.c183 SASL_AUTH_NONE, /* Default mechanisms */
600 if(li->sasl.prefmech != SASL_AUTH_NONE) in oldap_connect()
770 li->sasl.prefmech == SASL_AUTH_NONE) { in oldap_connecting()
786 if(li->sasl.prefmech != SASL_AUTH_NONE) in oldap_connecting()
796 else if(li->sasl.prefmech != SASL_AUTH_NONE) in oldap_connecting()
812 if(li->sasl.prefmech != SASL_AUTH_NONE) in oldap_connecting()
H A Dpop3.c386 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()
387 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in pop3_perform_capa()
1444 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1457 case SASL_AUTH_NONE: in pop3_parse_url_options()
H A Dimap.c436 imapc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in imap_perform_capability()
437 imapc->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in imap_perform_capability()
1911 imapc->sasl.prefmech = SASL_AUTH_NONE; in imap_parse_url_options()
1931 case SASL_AUTH_NONE: in imap_parse_url_options()
H A Dsmtp.c331 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()
332 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo()
358 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used in smtp_perform_helo()

Completed in 24 milliseconds