summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added extraction of lastlog info in eDBadminGetUserInfo(...)David Sommerseth2008-12-191-43/+104
* Fixed more memory leaks and missing memory initialisation.David Sommerseth2008-12-192-2/+6
* users command: Added delete user functionDavid Sommerseth2008-12-181-7/+25
* users command: Added help text for add userDavid Sommerseth2008-12-181-1/+10
* users command: Removed XML debug dump, reduced pwd length req. via -PDavid Sommerseth2008-12-181-3/+1
* sqlite - BUGFIX: Fixed INSERT INTO statements when using sqlite_query_mapped(...David Sommerseth2008-12-181-2/+8
* users command: Added first attempt for add userDavid Sommerseth2008-12-181-0/+157
* Fixed segfault and wrong XML node extraction in eDBxmlMapping(...)David Sommerseth2008-12-181-2/+2
* sqlite: Fixed segfault int SQLreservedWord(...)David Sommerseth2008-12-181-1/+1
* Added SQLite3 admin functions for adding and deleting usersDavid Sommerseth2008-12-181-2/+90
* Added pwhash attribute in fieldMapping XML for password fields.David Sommerseth2008-12-181-5/+19
* users command: BUGFIX: Tried to deactivated never activated accountDavid Sommerseth2008-12-181-0/+1
* Added more comments and some XML format documentationDavid Sommerseth2008-12-181-4/+28
* Cleaned up the code and added a lot of comments. Fixed minor display things.David Sommerseth2008-12-181-24/+42
* users command: Fixed a memory leakDavid Sommerseth2008-12-181-0/+1
* Removed all other eurephia admin structs which can be replaced by XMLDavid Sommerseth2008-12-183-48/+12
* Removed everything which was connected to the eurephiaUSERINFO struct.David Sommerseth2008-12-188-326/+10
* users command: updated activation/deactivation of usersDavid Sommerseth2008-12-181-41/+61
* Rewrote eDBadminUpdateUser(...) to use XML instead of eurephiaUSERINFODavid Sommerseth2008-12-182-15/+34
* eDBxmlMapping(...) did not honor the setnull attribute correctly.David Sommerseth2008-12-181-10/+17
* Added missing fieldMapping property (table="users")David Sommerseth2008-12-171-0/+1
* Updated eAdminGetUserInfo(...) work after commitDavid Sommerseth2008-12-171-2/+4
* Rewrote eDBxmlMapping(...) to take an XML node instead of a complete XML docu...David Sommerseth2008-12-172-17/+38
* users command: show_user(...) now uses eurephiaXML_CreateDoc(...) when creati...David Sommerseth2008-12-171-3/+1
* Changed eDBxmlMapping(...) function to make use of the new eurephiaXML_getRoo...David Sommerseth2008-12-171-1/+3
* Using the new eurephiaXML_* functions for creating and parsing XMLDavid Sommerseth2008-12-172-12/+19
* Added common eurephiaXML functions for creating and reading eurephia XML docu...David Sommerseth2008-12-172-0/+59
* Corrected field names mentioned as sort keys for users --list -S <sortkey>David Sommerseth2008-12-161-2/+1
* BUGFIX: Made the eDBmkSortKeyString(...) function work againDavid Sommerseth2008-12-161-8/+10
* users command: Rewrote 'list users' to use XMLDavid Sommerseth2008-12-161-14/+15
* Rewrote eDBadminGetUserList(...) to use XMLDavid Sommerseth2008-12-162-27/+19
* Removed not needed pointer - found by compiler warningDavid Sommerseth2008-12-161-1/+1
* Fixed some missing info after change to XMLDavid Sommerseth2008-12-151-3/+12
* Needed to change from #define macro to function to avoid compiler warningDavid Sommerseth2008-12-151-1/+3
* Completed rewriting show_users(...) function for XMLDavid Sommerseth2008-12-152-72/+97
* Added simple functions for extracting char * from XML nodesDavid Sommerseth2008-12-152-0/+86
* Began porting show_user(...) to the new XML APIDavid Sommerseth2008-12-132-16/+38
* Completed rewriting eDBadminGetUserInfo(...) function for XMLDavid Sommerseth2008-12-132-14/+19
* Completed rewriting eDBmkMapping_USERINFO(...) to eDBxmlMapping(...)David Sommerseth2008-12-132-64/+109
* Moved libxml2 check from edb-sqlite to the global CMakeLists.txtDavid Sommerseth2008-12-132-5/+8
* Began porting eDBadminGetUserInfo(...) over to XMLDavid Sommerseth2008-12-131-50/+65
* Added sqlite functions for populating an XML document directlyDavid Sommerseth2008-12-132-0/+27
* Prepared for building with libxml2David Sommerseth2008-12-132-2/+12
* 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-123-9/+30
* Fixed yet another strange SQLite3 parsing issueDavid Sommerseth2008-12-111-1/+1
* Added ACCFLAG_ERRATTEMPT for flagging if the attempt counter > 0David Sommerseth2008-12-113-1/+8
* Corrected a lot of small errors, setting wrong flag and SQL mistakesDavid Sommerseth2008-12-111-4/+9
* Added logincount and setting user account flagsDavid Sommerseth2008-12-113-5/+45