summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added functions for processing eurephiaACCESSINFO/eurephiaACCESSLISTDavid Sommerseth2008-12-118-6/+147
* users command: Fixed memory leakDavid Sommerseth2008-12-101-0/+2
* Updated eDBadminGetUserInfo(...) to take filtering parameterDavid Sommerseth2008-12-103-52/+73
* 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
* eurephiadb init: Only setup the requiered function pointers in driverDavid Sommerseth2008-12-091-1/+1
* 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
* eDBadminGetUserList(...): Added certificate info into the eurephiaUSERINFO st...David Sommerseth2008-12-091-2/+31
* Added eurephiaCERTINFO and eurephiaCERTLIST structs functionsDavid Sommerseth2008-12-093-18/+101
* Fixed wrong assert criteriaDavid Sommerseth2008-12-081-1/+1
* users command: Implemented activate and deactivate account featureDavid Sommerseth2008-12-081-0/+47
* Do not encapsulate key-value pairs with () in UPDATE modeDavid Sommerseth2008-12-081-3/+13
* Added setnull_flag in the eurephiaUSERINFO structDavid Sommerseth2008-12-082-0/+6
* Fixed a couple of memory leaks in eDBadminUpdateUser(...)David Sommerseth2008-12-081-0/+4
* edb-sqlite: Added update user functionDavid Sommerseth2008-12-081-3/+23
* Added possibility to also set NULL values in UPDATEDavid Sommerseth2008-12-082-2/+3
* Update field mapping to include data type. Improved sqlite_query_mapped(...)...David Sommerseth2008-12-085-72/+207
* edb-sqlite: Update openvpn_users.last_accessed = now() on successful loginDavid Sommerseth2008-12-081-0/+13
* users command: Added --show action, to display user infoDavid Sommerseth2008-12-071-1/+35
* Added eDBadminGetUserInfo(...) function, to retrieve user infoDavid Sommerseth2008-12-072-3/+47
* Extended sqlite.[ch] with sqlite_query_mapped(...)David Sommerseth2008-12-072-1/+35
* Merged eurephiadb_common.[ch] into eurephiadb_mapping.[ch]David Sommerseth2008-12-074-125/+76
* Fixed eDBmkMapping_USERINFO(...) to let the uid_str be NULL if uid == 0David Sommerseth2008-12-071-2/+6
* 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-062-2/+21
* users command: Extended the help sectionDavid Sommerseth2008-12-061-0/+93
* Changed from user-side field name 'recid' to simply 'id'David Sommerseth2008-12-061-6/+7
* BUGFIX: Do not try to parse arguments which are NULLDavid Sommerseth2008-12-061-0/+4
* Added missing shared source for edb-sqlite.soDavid Sommerseth2008-12-061-0/+1
* Moved over from earlier commit to use unified db translationDavid Sommerseth2008-12-068-176/+54
* Improved unified database field mappingDavid Sommerseth2008-12-062-0/+120
* Improved and unified the db mapping functions and definitionsDavid Sommerseth2008-12-062-0/+191
* 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 free function eurephiaUSERLIST structs. Added possible valgrind issue.David Sommerseth2008-12-062-1/+13
* BUGFIX: Fixed free() which valgrind complained about.David Sommerseth2008-12-061-1/+1
* Added simple user lister (updated listusers command)David Sommerseth2008-12-061-2/+53
* Added sorting in db driver in eDBadminGetUserList(...). Improved comments.David Sommerseth2008-12-062-6/+50
* BUGFIX: Made some functions more nullsafe and fixed wrong function declaratio...David Sommerseth2008-12-062-6/+10
* BUGFIX: Removed a free_nullsafe(randdata) on the wrong placeDavid Sommerseth2008-12-061-1/+0
* Added admin function to give a list of usersDavid Sommerseth2008-12-063-2/+81