[mythtv-commits] mythtv commit: r11488 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Oct 9 12:55:13 UTC 2006


      Author: danielk
        Date: 2006-10-09 12:55:13 +0000 (Mon, 09 Oct 2006)
New Revision: 11488
   Changeset: http://cvs.mythtv.org/trac/changeset/11488

Modified:

   branches/multiuser/mythtv/programs/mythbackend/mainserver.cpp
   branches/multiuser/mythtv/programs/mythbackend/mainserver.h

Log:

Refs #2532. First pass of cleanup of mainserver.{cpp,h}

{{{
There are a few problems not addressed in this cleanup:
 * The add/del/change account requests should only be handled by the master backend.
 * The delete acccount request should verify that the user being deleted is not logged in.
 * The backend should track which frontends each account is logged into.
 * Account permission changes should be propagated to all the frontends.
 * Passwords should be hashed not plaintext in the DB and when getting passed around MythTV.
 * The SET_ACCOUNT command appears to be misnamed ("GET_ACCOUNT_INFO" maybe?)
 * GET_ACCOUNTSLIST should probably leave out the passwords in the list.
}}}






More information about the mythtv-commits mailing list