Home
last modified time | relevance | path

Searched refs:Authentication (Results 1 – 25 of 101) sorted by relevance

12345

/haiku/src/preferences/mail/ProviderInfo/
H A DReadMe8 resource(4, "POP Authentication") 0;
9 resource(5, "SMTP Authentication") 1;
18 "POP Authentication":
22 "SMTP Authentication":
H A Dhotmail.com.rdef3 resource(4, "POP Authentication") 0;
4 resource(5, "SMTP Authentication") 1;
H A Dmycosmos.gr.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Duoc.gr.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dyahoo.de.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dyahoo.com.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dlycos.de.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dt-online.de.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dgooglemail.com.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dcern.ch.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dfreenet.de.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 0;
H A Daol.com.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Darcor.de.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dshaw.ca.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dgmail.com.rdef4 resource(4, "POP Authentication") 1;
5 resource(5, "SMTP Authentication") 1;
H A Dzoho.com.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dyandex.com.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dgmx.de.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dyandex.ru.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dmail.ru.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Drediffmail.com.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 0;
H A Dmailbox.org.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
H A Dfree.fr.rdef4 resource(4, "POP Authentication") 1;
5 resource(5, "SMTP Authentication") 1;
H A Do2online.de.rdef4 resource(4, "POP Authentication") 0;
5 resource(5, "SMTP Authentication") 1;
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp18 class AuthenticationServer::Authentication { class in AuthenticationServer
20 Authentication() in Authentication() function in AuthenticationServer::Authentication
26 Authentication(const char* user, const char* password) in Authentication() function in AuthenticationServer::Authentication
140 const Authentication& GetDefaultAuthentication() const in GetDefaultAuthentication()
150 Authentication* authentication = fAuthentications.Get(share); in SetAuthentication()
154 authentication = new(std::nothrow) Authentication; in SetAuthentication()
165 Authentication* GetAuthentication(const char* share) const in GetAuthentication()
171 typedef HashMap<HashString, Authentication*> AuthenticationMap;
173 Authentication fDefaultAuthentication;
386 const Authentication* authentication = NULL; in _GetAuthentication()

12345