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

/haiku-fatelf/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.cpp3053 bool badPassword = false; local
3062 fVolumeManager->GetMountUID(), badPassword,
3080 badPassword = reply->noPermission;
3081 if (!badPassword) {
3086 } while (badPassword);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DAuthenticationServer.h17 uid_t uid, bool badPassword,
H A DAuthenticationServer.cpp30 const char* share, uid_t uid, bool badPassword,
53 error = request.AddBool("badPassword", badPassword);
29 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.cpp3044 bool badPassword = false; local
3053 fVolumeManager->GetMountUID(), badPassword,
3071 badPassword = reply->noPermission;
3072 if (!badPassword) {
3077 } while (badPassword);
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/authentication_server/
H A DAuthenticationPanel.h26 bool badPassword,
H A DAuthenticationServer.cpp183 bool badPassword, port_id replyPort,
190 fBadPassword(badPassword),
328 bool badPassword = true; local
332 request.FindBool("badPassword", &badPassword);
337 if (!badPassword && _GetAuthentication(context, server, share,
344 server, share, badPassword, request.ReplyPort(),
181 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-fatelf/src/apps/webpositive/
H A DAuthenticationPanel.h48 bool badPassword, BString& user, BString& pass,
H A DAuthenticationPanel.cpp136 bool previousRememberCredentials, bool badPassword,
153 if (!badPassword)
186 if (badPassword && previousUser.Length())
200 if (badPassword)
134 getAuthentication(const BString& text, const BString& previousUser, const BString& previousPass, bool previousRememberCredentials, bool badPassword, BString& user, BString& pass, bool* rememberCredentials) argument

Completed in 272 milliseconds