launch_daemon: Don't verify passwords.

* Instead, the caller should have done this already. This is really
  outside of the scope of the launch_daemon.
* Fixed Login with empty passwords; removed the (unused) test login
  feature along the way.
This commit is contained in:
Axel Dörfler
2015-07-22 20:43:22 +02:00
parent cb82874e92
commit 560119c9a4
5 changed files with 21 additions and 53 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ public:
status_t Target(const char* name, BMessage& data,
const char* baseName = NULL);
status_t StartSession(const char* login,
const char* password);
status_t StartSession(const char* login);
class Private;