Searched refs:badPassword (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.h17 uid_t uid, bool badPassword,
H A DAuthenticationServer.cpp34 const char* share, uid_t uid, bool badPassword,
57 error = request.AddBool("badPassword", badPassword);
33 GetAuthentication(const char* context, const char* server, const char* share, uid_t uid, bool badPassword, bool* _cancelled, char* _foundUser, int32 foundUserSize, char* _foundPassword, int32 foundPasswordSize) argument
H A DShareVolume.cpp3054 bool badPassword = false; local
3063 fVolumeManager->GetMountUID(), badPassword,
3081 badPassword = reply->noPermission;
3082 if (!badPassword) {
3087 } while (badPassword);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.h26 bool badPassword,
H A DAuthenticationServer.cpp188 bool badPassword, port_id replyPort,
195 fBadPassword(badPassword),
334 bool badPassword = true; local
338 request.FindBool("badPassword", &badPassword);
343 if (!badPassword && _GetAuthentication(context, server, share,
350 context, server, share, badPassword, request.ReplyPort(),
186 UserDialogTask(AuthenticationServer* authenticationServer, const char* context, const char* server, const char* share, bool badPassword, port_id replyPort, int32 replyToken) argument
H A DAuthenticationPanel.cpp91 bool badPassword,
100 if (badPassword)
183 if (badPassword) {
86 GetAuthentication(const char* server, const char* share, const char* previousUser, const char* previousPass, bool previousKeep, bool badPassword, char* user, char* pass, bool* keep) argument
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.h26 bool badPassword, BString& user, BString& pass,
H A DAuthenticationPanel.cpp114 bool previousRememberCredentials, bool badPassword,
131 if (!badPassword)
164 if (badPassword && previousUser.Length())
178 if (badPassword)
112 getAuthentication(const BString& text, const BString& previousUser, const BString& previousPass, bool previousRememberCredentials, bool badPassword, BString& user, BString& pass, bool* rememberCredentials) argument

Completed in 50 milliseconds