summaryrefslogtreecommitdiffstats
path: root/eurephiadm
Commit message (Expand)AuthorAgeFilesLines
...
* users command: Fixed a memory leakDavid Sommerseth2008-12-181-0/+1
* Removed everything which was connected to the eurephiaUSERINFO struct.David Sommerseth2008-12-182-2/+0
* users command: updated activation/deactivation of usersDavid Sommerseth2008-12-181-41/+61
* Added missing fieldMapping property (table="users")David Sommerseth2008-12-171-0/+1
* users command: show_user(...) now uses eurephiaXML_CreateDoc(...) when creati...David Sommerseth2008-12-171-3/+1
* Using the new eurephiaXML_* functions for creating and parsing XMLDavid Sommerseth2008-12-171-6/+17
* Corrected field names mentioned as sort keys for users --list -S <sortkey>David Sommerseth2008-12-161-2/+1
* users command: Rewrote 'list users' to use XMLDavid Sommerseth2008-12-161-14/+15
* Fixed some missing info after change to XMLDavid Sommerseth2008-12-151-3/+12
* Completed rewriting show_users(...) function for XMLDavid Sommerseth2008-12-152-72/+97
* Began porting show_user(...) to the new XML APIDavid Sommerseth2008-12-132-16/+38
* Fixed a memory leak on logoutDavid Sommerseth2008-12-121-0/+1
* Added username in config fileDavid Sommerseth2008-12-121-5/+10
* Modified flags againDavid Sommerseth2008-12-121-0/+6
* Added ACCFLAG_ERRATTEMPT for flagging if the attempt counter > 0David Sommerseth2008-12-111-0/+3
* Added logincount and setting user account flagsDavid Sommerseth2008-12-111-0/+27
* 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