summaryrefslogtreecommitdiffstats
path: root/eurephiadm/eurephiadm.c
Commit message (Expand)AuthorAgeFilesLines
* Correct ugly boundary checks in database initDavid Sommerseth2014-12-051-1/+1
* Updated copyright datesDavid Sommerseth2012-10-081-2/+2
* eurephiadm: Fixed some memory cleanup with libxml2 and libxsltDavid Sommerseth2012-10-081-1/+2
* Fixed an overflow issue with memset() in eurephiadmDavid Sommerseth2010-07-301-1/+1
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-2/+2
* Merge branch 'syslog'David Sommerseth2009-09-281-7/+3
|\
| * Added extra parameter to eurephia_log_init() to set log ident for syslogDavid Sommerseth2009-09-241-1/+1
| * Rewritten the eurephia_log() to support syslog logging as wellDavid Sommerseth2009-09-241-6/+2
* | Reworked and unified admin authentication and registration functions to eDBad...David Sommerseth2009-09-281-20/+127
|/
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-4/+4
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-2/+2
* Cleaned up and added some missing commentsDavid Sommerseth2009-09-051-1/+1
* Added doxygen comments for the main eurephiadm partsDavid Sommerseth2009-09-041-4/+100
* Fix error setting eurephiadm_xslt_path in eurephiadmDavid Sommerseth2009-03-291-5/+7
* Prepared for linking in libxsltDavid Sommerseth2009-03-291-0/+5
* Further code cleanupDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-1/+2
* Use global EUREPHIAVERSION instead of the local EUREPHIADMVERSIONDavid Sommerseth2009-03-231-3/+1
* Fixed a memory leak on logoutDavid Sommerseth2008-12-121-0/+1
* Added username in config fileDavid Sommerseth2008-12-121-5/+10
* More improvements to eurephia_getopt(...)David Sommerseth2008-12-061-3/+1
* Fixed memory leak in parsing arguments for the eDBconnect(...) callDavid Sommerseth2008-12-061-0/+1
* Fixed the missing 'help' page when doing 'help help' or '-h help'David Sommerseth2008-12-041-1/+7
* BUGFIX: Corrected wrong --help|help command behaviourDavid Sommerseth2008-12-041-3/+4
* BUGFIX: Avoid showing (null) = (null) when no config params is set in dbDavid Sommerseth2008-12-041-1/+3
* Improved help functionalityDavid Sommerseth2008-12-041-0/+15
* Modified to work with new argparserDavid Sommerseth2008-12-041-7/+5
* Wrote a replacement getopt for eurephiadmDavid Sommerseth2008-12-041-18/+17
* Added logging of commands being issuedDavid Sommerseth2008-12-031-0/+23
* BUGFIX: Logout works properly again and improved logout status changeDavid Sommerseth2008-12-031-1/+1
* 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-031-7/+10
* Enhanced the access control by introducing access levelsDavid Sommerseth2008-12-021-5/+5
* Moved all declarations which has to do with commands into commands.hDavid Sommerseth2008-12-021-27/+0
* 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
* Added proper argument handling. Allowing log settings to be overridden by co...David Sommerseth2008-12-021-12/+83
* Prepared to have eurephiadm commands as one file per commandDavid Sommerseth2008-12-011-30/+42
* Implemented command handling. Missing argument handling yetDavid Sommerseth2008-12-011-7/+99
* Split eurephiadm.c into several filesDavid Sommerseth2008-12-011-343/+4
* 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-301-2/+77
* Updated the eurephiadm utility to manage simple loginDavid Sommerseth2008-11-291-2/+58