summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* certs command: Can parse SSL certificate files when registering cert.David Sommerseth2008-12-202-20/+203
* certs command: Added a simple add certificate functionDavid Sommerseth2008-12-201-1/+153
* Corrected wrong field name (org->organisation) in field mappingDavid Sommerseth2008-12-201-1/+1
* Added skeleton for certs commandDavid Sommerseth2008-12-203-1/+153
* Corrected wrong declaration of xmlExtractContent(...) and xmlGetNodeContent(...)David Sommerseth2008-12-202-8/+12
* sqlite3: Corrected some compiler warningsDavid Sommerseth2008-12-201-2/+2
* sqlite3: Added eDBadminAddCertificate(...) functionDavid Sommerseth2008-12-201-2/+51
* Added field mapping for the certificates tableDavid Sommerseth2008-12-202-27/+39
* users command: Added FIXME reminder - add certificate info in add_user(...)David Sommerseth2008-12-191-0/+2
* users command: Updated help textsDavid Sommerseth2008-12-191-6/+15
* users command: Fixed a memory leak in add user functionDavid Sommerseth2008-12-191-0/+1
* users command: Added support for --password, to change a users passwordDavid Sommerseth2008-12-191-1/+54
* users command: cosmetic patch for users --show --lastlogDavid Sommerseth2008-12-191-3/+5
* Changed from numeric session status code to text in eDBadminGetUserInfo(...) ...David Sommerseth2008-12-193-1/+14
* users command: Made a simpler lastlog view as wellDavid Sommerseth2008-12-191-32/+39
* users command: Added showing a users lastlogDavid Sommerseth2008-12-191-1/+83
* users command: Added viewing login attempts and blacklist info for a specifie...David Sommerseth2008-12-191-1/+31
* sqlite - admin: Added fetching blacklist info for user account.David Sommerseth2008-12-191-0/+24
* sqlite - admin: Added fetching login attempt for user. Fixed a memory leak a...David Sommerseth2008-12-191-4/+30
* 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