summaryrefslogtreecommitdiffstats
path: root/eurephiadm
Commit message (Expand)AuthorAgeFilesLines
* Added functions for processing eurephiaACCESSINFO/eurephiaACCESSLISTDavid Sommerseth2008-12-112-2/+19
* users command: Fixed memory leakDavid Sommerseth2008-12-101-0/+2
* Updated eDBadminGetUserInfo(...) to take filtering parameterDavid Sommerseth2008-12-101-16/+18
* users command: fixed display when more certificates are listedDavid Sommerseth2008-12-101-0/+3
* users cmd: Split useraccount(...) function into show_user(...) and account_ac...David Sommerseth2008-12-101-37/+119
* users command: Simplified the useraccount(...) functionDavid Sommerseth2008-12-101-70/+64
* BUGFIX: Fixed memset(...) going outside its boundariesDavid Sommerseth2008-12-091-1/+1
* users command; Added missing argument to the local help function (-s|--show)David Sommerseth2008-12-091-0/+1
* users command: Added showing associated certificates when using --showDavid Sommerseth2008-12-091-2/+22
* users command: Implemented activate and deactivate account featureDavid Sommerseth2008-12-081-0/+47
* users command: Added --show action, to display user infoDavid Sommerseth2008-12-071-1/+35
* users command: Added forgotten mode (show account details)David Sommerseth2008-12-061-5/+24
* users command: Added framework for activation and deactivation of an accountDavid Sommerseth2008-12-061-5/+65
* More improvements to eurephia_getopt(...)David Sommerseth2008-12-065-13/+12
* Added missing copyright header, corrected another wrong file headDavid Sommerseth2008-12-061-2/+1
* users command: Extended the help sectionDavid Sommerseth2008-12-061-0/+93
* BUGFIX: Do not try to parse arguments which are NULLDavid Sommerseth2008-12-061-0/+4
* Renamed listuser command to users and improved arg parsingDavid Sommerseth2008-12-063-6/+55
* Fixed a missing fclose() in ReadConfig (causing memory leak)David Sommerseth2008-12-061-0/+1
* Fixed memory leak in parsing arguments for the eDBconnect(...) callDavid Sommerseth2008-12-061-0/+1
* Removed debug from eurephia_arraycp(...)David Sommerseth2008-12-061-1/+0
* Added new function for copying char ** (arrays)David Sommerseth2008-12-062-0/+20
* Cleaned up listuser command and added missing freeing of eurephiaUSERLIST structDavid Sommerseth2008-12-062-2/+6
* Added simple user lister (updated listusers command)David Sommerseth2008-12-061-2/+53
* BUGFIX: Removed a free_nullsafe(randdata) on the wrong placeDavid Sommerseth2008-12-061-1/+0
* 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
* 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-032-8/+11
* 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-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