summaryrefslogtreecommitdiffstats
path: root/eurephiadm
Commit message (Expand)AuthorAgeFilesLines
* Enhanced the access control by introducing access levelsDavid Sommerseth2008-12-022-13/+30
* config command: only show value and not key = 'val' on queryDavid Sommerseth2008-12-021-1/+1
* Added command for editing eurephia config (in database)David Sommerseth2008-12-023-1/+57
* Moved all declarations which has to do with commands into commands.hDavid Sommerseth2008-12-022-27/+28
* Added dumping of config settings in database as well as only config fileDavid Sommerseth2008-12-021-6/+19
* BUGFIX: cmd_Logout(...) interpreted eDBadminLogout(...) result wrongDavid Sommerseth2008-12-021-2/+2
* BUGFIX: Fixed no logging when log file is given in both config file and on co...David Sommerseth2008-12-021-1/+1
* Added proper argument handling. Allowing log settings to be overridden by co...David Sommerseth2008-12-021-12/+83
* Improved error handling if database_driver is not defined.David Sommerseth2008-12-011-1/+1
* Improved ugly comment errorDavid Sommerseth2008-12-011-1/+1
* Prepared to have eurephiadm commands as one file per commandDavid Sommerseth2008-12-014-30/+108
* Receive eurephiaVALUES struct with config instead of char *db interface.David Sommerseth2008-12-012-5/+44
* Implemented command handling. Missing argument handling yetDavid Sommerseth2008-12-011-7/+99
* Split eurephiadm.c into several filesDavid Sommerseth2008-12-018-343/+523
* Added possibility to add comments in config file using #David Sommerseth2008-12-011-0/+9
* Removed unneeded debug infoDavid Sommerseth2008-12-011-1/+0
* BUGFIX: Fixed missing slash when env.var. EUREHPIA_DIR is usedDavid Sommerseth2008-12-011-1/+2
* BUGFIX: Do not try to parse config line if no separator ('=') is found.David Sommerseth2008-12-011-1/+6
* Changed the exit procedure when auto-logged out, to shutdown properlyDavid Sommerseth2008-11-301-2/+5
* Completed login/logout from eurephiadm. Added config file parser.David Sommerseth2008-11-301-19/+160
* eurephiadm can now use eDBadminValidateSession(...) to use open session. Aut...David Sommerseth2008-11-301-50/+64
* eurephiadm can now login properly and reads and writes session fileDavid Sommerseth2008-11-301-18/+124
* Completed the change of authentication model in database driverDavid Sommerseth2008-11-302-3/+81
* Updated the eurephiadm utility to manage simple loginDavid Sommerseth2008-11-294-2/+154
* Added first skeleton of a command line admin utilDavid Sommerseth2008-11-282-0/+140