summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/users.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed several memleaks in the eurephiadm related code pathsDavid Sommerseth2011-01-101-0/+1
* eurephiadm users: Revoke all admin access privileges when deleting a user acc...David Sommerseth2010-12-141-1/+29
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Fixed a few misbehaviours in eurephiadm users commandDavid Sommerseth2009-10-021-4/+0
* Rewrote eurephiadm users --delete mode to work with the new eDBadminUserAccou...David Sommerseth2009-09-271-18/+21
* Made eurephiadm users --show, --activate, --deactivate and --password modes w...David Sommerseth2009-09-261-39/+87
* Rewrote eurephiadm usres --add to work with the new eDBadminUserAccount() APIDavid Sommerseth2009-09-251-13/+36
* Made eurephiadm users --list work with the new eDBadminUserAccess() APIDavid Sommerseth2009-09-251-5/+46
* Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and eDBadminDe...David Sommerseth2009-09-221-16/+21
* Rewritten eurephiadm users command to use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-211-9/+21
* Corrected wrong argument in eurephiadm users --add mode.David Sommerseth2009-09-191-1/+1
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-13/+13
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-9/+4
* Removed more code which is not needed any moreDavid Sommerseth2009-09-051-1/+0
* Removed header file which is no longer neededDavid Sommerseth2009-09-051-1/+0
* Removed some code which was not needed any more.David Sommerseth2009-09-051-38/+0
* Even more commenting. Now the complete eurephiadm should be documented.David Sommerseth2009-09-051-11/+109
* Modified eurephiadm users and usercerts commands to use the new db APIDavid Sommerseth2009-09-011-14/+30
* Rewrote eurephiadm/users command to user XSLT wherever possibleDavid Sommerseth2009-03-311-89/+28
* Rewrote places using xmlPrint_certs(...) to use the XSLTDavid Sommerseth2009-03-311-2/+2
* Rewrote lastlog and users command to use XSLT for viewing lastlogDavid Sommerseth2009-03-291-2/+11
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-6/+2
* eurephiadm - Implemented lastlog commandDavid Sommerseth2009-03-241-86/+1
* 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-221-1/+1
* 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-221-5/+8
* Adjusted the usage of xmlPrint_certs to comply with recent API changesDavid Sommerseth2008-12-211-2/+4
* Moved xmlPrint_certs(...) into certificates.c where it really belongsDavid Sommerseth2008-12-201-68/+3
* Moved field_print_* functions into separate filesDavid Sommerseth2008-12-201-7/+1
* 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-181-1/+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