summaryrefslogtreecommitdiffstats
path: root/eurephiadm
Commit message (Expand)AuthorAgeFilesLines
* usercerts command: Added add/delete function for user/cert linksDavid Sommerseth2008-12-291-2/+110
* usercerts command: Added list user/cert linksDavid Sommerseth2008-12-281-1/+82
* usercerts command: Added skeleton for a new admin commandDavid Sommerseth2008-12-283-0/+161
* certs command: Removed unused certs modes in help functionDavid Sommerseth2008-12-281-4/+0
* certs command: Removed --show mode. All details are available via --list.David Sommerseth2008-12-281-6/+0
* certs command: Added list certificatesDavid Sommerseth2008-12-261-1/+78
* certs command: Added help texts for -A and -DDavid Sommerseth2008-12-261-1/+44
* users command: Added registering and deregistering certificates when adding/d...David Sommerseth2008-12-251-2/+37
* Fixed spelling mistake in XML attribute for certificatesDavid Sommerseth2008-12-222-2/+2
* users command: Added certificate look-up and certificate registration (via fi...David Sommerseth2008-12-221-6/+91
* sqlite3 - Return uid or certid of newly registered users or certificatesDavid Sommerseth2008-12-222-11/+18
* Moved the certfile parsing out from certificate.c into parse_certificate_files.cDavid Sommerseth2008-12-214-149/+247
* Moved all replace_char(...) calls into SQLite3 driver as xmlReplaceChars(...)David Sommerseth2008-12-211-17/+0
* Adjusted the usage of xmlPrint_certs to comply with recent API changesDavid Sommerseth2008-12-211-2/+4
* certs command: Completed delete certificate functionDavid Sommerseth2008-12-211-6/+152
* Moved xmlPrint_certs(...) into certificates.c where it really belongsDavid Sommerseth2008-12-202-68/+72
* Moved field_print_* functions into separate filesDavid Sommerseth2008-12-204-7/+61
* certs command: Can parse SSL certificate files when registering cert.David Sommerseth2008-12-201-19/+196
* certs command: Added a simple add certificate functionDavid Sommerseth2008-12-201-1/+153
* Added skeleton for certs commandDavid Sommerseth2008-12-203-1/+153
* 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
* 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
* Fixed more memory leaks and missing memory initialisation.David Sommerseth2008-12-191-0/+2
* 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
* users command: Added first attempt for add userDavid Sommerseth2008-12-181-0/+157
* users command: BUGFIX: Tried to deactivated never activated accountDavid Sommerseth2008-12-181-0/+1
* 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 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