summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added admin function to give a list of usersDavid Sommerseth2008-12-063-2/+81
* Moved the typedef struct eFieldMap from *common.h to *struct.hDavid Sommerseth2008-12-062-8/+17
* Changed the sortkey type from int to const char *David Sommerseth2008-12-062-10/+14
* Added eurephia_admin_common.[ch]David Sommerseth2008-12-062-0/+214
* Changed admin functions to be prefixed with eDBadmin*, to unify the function ...David Sommerseth2008-12-053-37/+37
* Fixed the missing 'help' page when doing 'help help' or '-h help'David Sommerseth2008-12-042-2/+9
* BUGFIX: Corrected wrong --help|help command behaviourDavid Sommerseth2008-12-041-3/+4
* Fixed missing arghints in help commandDavid Sommerseth2008-12-041-1/+1
* config command: Added -l | --list to list all db parametersDavid Sommerseth2008-12-042-1/+10
* BUGFIX: Avoid showing (null) = (null) when no config params is set in dbDavid Sommerseth2008-12-041-1/+3
* Improved help functionalityDavid Sommerseth2008-12-043-3/+42
* Implemented argparser in edit_config.cDavid Sommerseth2008-12-041-6/+33
* Modified to work with new argparserDavid Sommerseth2008-12-041-7/+5
* Enhanced the argument parser to handle mulitple options to arguments betterDavid Sommerseth2008-12-042-9/+21
* Wrote a replacement getopt for eurephiadmDavid Sommerseth2008-12-044-18/+100
* Added logging of commands being issuedDavid Sommerseth2008-12-031-0/+23
* Fixed a memory leakDavid Sommerseth2008-12-031-0/+1
* Moved administration functions (eDBadmin*) into adminstration.cDavid Sommerseth2008-12-033-364/+381
* Workaround to avoid getting existing eurephiadb template db block rebuildingDavid Sommerseth2008-12-031-1/+4
* Fixed wrong data type for the access variable in eDBadminAuth(...)David Sommerseth2008-12-031-2/+2
* BUGFIX: Logout works properly again and improved logout status changeDavid Sommerseth2008-12-032-8/+12
* Show info when login failsDavid Sommerseth2008-12-031-0/+6
* Changed the logout behaviour to avoid login and/or access control check when ...David Sommerseth2008-12-034-14/+17
* config command: show only a blank value when value is not found, instead of (...David Sommerseth2008-12-021-1/+2
* Enhanced the access control by introducing access levelsDavid Sommerseth2008-12-025-46/+105
* 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
* Added database functions for editing the openvpn_config tableDavid Sommerseth2008-12-023-0/+52
* 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
* Merge branch 'master' into eurephiadmDavid Sommerseth2008-12-022-2/+4
|\
| * Added login and logout info messages when log-level is 1David Sommerseth2008-12-021-0/+2
| * Made some messages clearer in efw-iptablesDavid Sommerseth2008-12-021-2/+2
* | 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
* | Fixed memory leak. Was missing a sqlite_free_results(...)David Sommerseth2008-11-301-0/+1
* | Completed login/logout from eurephiadm. Added config file parser.David Sommerseth2008-11-301-19/+160
* | BUGFIX: Avoid core dump on eurephia_log(...) if eurephiaCTX is NULLDavid Sommerseth2008-11-301-1/+1