Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed some stray left-over variables no longer in use | David Sommerseth | 2013-06-28 | 1 | -5/+1 |
| | | | | | | | These variables where used before the XML based response in the admin API was implemented. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm: Added needed include files to be buildable | David Sommerseth | 2013-06-07 | 1 | -0/+1 |
| | | | | | | | This is related to that certinfo has been extended and now need to pull in the openssl/x509.h to compile properly. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm: Removed several memleaks in error situations or when --help was used | David Sommerseth | 2012-10-08 | 1 | -1/+5 |
| | | | | | | | Most of the eurephiadm commands leaked some memory if an error occured or the --help screen was requested. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Fixed several memleaks in the eurephiadm related code paths | David Sommerseth | 2011-01-10 | 1 | -0/+1 |
| | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm users: Revoke all admin access privileges when deleting a user ↵ | David Sommerseth | 2010-12-14 | 1 | -1/+29 |
| | | | | | | | | | | account Matthew Gyurgyik noticed that when deleting a user account, the users granted access levels was still present. This resulted in a rather odd looking list when showing granted access levels. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Updated Copyright dates to include 2010 | David Sommerseth | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Fixed a few misbehaviours in eurephiadm users command | David Sommerseth | 2009-10-02 | 1 | -4/+0 |
| | |||||
* | Rewrote eurephiadm users --delete mode to work with the new ↵ | David Sommerseth | 2009-09-27 | 1 | -18/+21 |
| | | | | eDBadminUserAccount() API | ||||
* | Made eurephiadm users --show, --activate, --deactivate and --password modes ↵ | David Sommerseth | 2009-09-26 | 1 | -39/+87 |
| | | | | | | working again Rewritten to use the new eDBadminUserAccount() API. | ||||
* | Rewrote eurephiadm usres --add to work with the new eDBadminUserAccount() API | David Sommerseth | 2009-09-25 | 1 | -13/+36 |
| | |||||
* | Made eurephiadm users --list work with the new eDBadminUserAccess() API | David Sommerseth | 2009-09-25 | 1 | -5/+46 |
| | |||||
* | Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and ↵ | David Sommerseth | 2009-09-22 | 1 | -16/+21 |
| | | | | | | eDBadminDeleteCertificate() into eDBadminCertificate() Updated eurephiadm utility to make use of this new unified API | ||||
* | Rewritten eurephiadm users command to use eurephiaXML_ParseResultMsg() | David Sommerseth | 2009-09-21 | 1 | -9/+21 |
| | |||||
* | Corrected wrong argument in eurephiadm users --add mode. | David Sommerseth | 2009-09-19 | 1 | -1/+1 |
| | |||||
* | Added debug logging of free_nullsafe() calls as well | David Sommerseth | 2009-09-07 | 1 | -13/+13 |
| | |||||
* | Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe() | David Sommerseth | 2009-09-07 | 1 | -9/+4 |
| | | | | This also improves debugging as well, if debug logging is enabled and log level is >= 40. | ||||
* | Removed more code which is not needed any more | David Sommerseth | 2009-09-05 | 1 | -1/+0 |
| | |||||
* | Removed header file which is no longer needed | David Sommerseth | 2009-09-05 | 1 | -1/+0 |
| | |||||
* | Removed some code which was not needed any more. | David Sommerseth | 2009-09-05 | 1 | -38/+0 |
| | |||||
* | Even more commenting. Now the complete eurephiadm should be documented. | David Sommerseth | 2009-09-05 | 1 | -11/+109 |
| | |||||
* | Modified eurephiadm users and usercerts commands to use the new db API | David Sommerseth | 2009-09-01 | 1 | -14/+30 |
| | | | | | In regards to modifying usercerts links, make use of the new unified eDBadminUserCertsLink(...) function. | ||||
* | Rewrote eurephiadm/users command to user XSLT wherever possible | David Sommerseth | 2009-03-31 | 1 | -89/+28 |
| | |||||
* | Rewrote places using xmlPrint_certs(...) to use the XSLT | David Sommerseth | 2009-03-31 | 1 | -2/+2 |
| | | | | Added XSLT template for displaying certificate info. | ||||
* | Rewrote lastlog and users command to use XSLT for viewing lastlog | David Sommerseth | 2009-03-29 | 1 | -2/+11 |
| | |||||
* | Made the licence explicit GPLv2 only | David Sommerseth | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | Cleaned up the code a little bit | David Sommerseth | 2009-03-26 | 1 | -6/+2 |
| | | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct | ||||
* | eurephiadm - Implemented lastlog command | David Sommerseth | 2009-03-24 | 1 | -86/+1 |
| | | | | | | This lastlog command will list all entries of eurephia sessions. This list can also be filtered by giving proper arguments. | ||||
* | users command: Added registering and deregistering certificates when ↵ | David Sommerseth | 2008-12-25 | 1 | -2/+37 |
| | | | | adding/deleting users | ||||
* | Fixed spelling mistake in XML attribute for certificates | David Sommerseth | 2008-12-22 | 1 | -1/+1 |
| | |||||
* | users command: Added certificate look-up and certificate registration (via ↵ | David Sommerseth | 2008-12-22 | 1 | -6/+91 |
| | | | | file) in add_user(...) | ||||
* | sqlite3 - Return uid or certid of newly registered users or certificates | David Sommerseth | 2008-12-22 | 1 | -5/+8 |
| | |||||
* | Adjusted the usage of xmlPrint_certs to comply with recent API changes | David Sommerseth | 2008-12-21 | 1 | -2/+4 |
| | |||||
* | Moved xmlPrint_certs(...) into certificates.c where it really belongs | David Sommerseth | 2008-12-20 | 1 | -68/+3 |
| | |||||
* | Moved field_print_* functions into separate files | David Sommerseth | 2008-12-20 | 1 | -7/+1 |
| | |||||
* | users command: Added FIXME reminder - add certificate info in add_user(...) | David Sommerseth | 2008-12-19 | 1 | -0/+2 |
| | |||||
* | users command: Updated help texts | David Sommerseth | 2008-12-19 | 1 | -6/+15 |
| | |||||
* | users command: Fixed a memory leak in add user function | David Sommerseth | 2008-12-19 | 1 | -0/+1 |
| | |||||
* | users command: Added support for --password, to change a users password | David Sommerseth | 2008-12-19 | 1 | -1/+54 |
| | |||||
* | users command: cosmetic patch for users --show --lastlog | David Sommerseth | 2008-12-19 | 1 | -3/+5 |
| | |||||
* | users command: Made a simpler lastlog view as well | David Sommerseth | 2008-12-19 | 1 | -32/+39 |
| | |||||
* | users command: Added showing a users lastlog | David Sommerseth | 2008-12-19 | 1 | -1/+83 |
| | |||||
* | users command: Added viewing login attempts and blacklist info for a ↵ | David Sommerseth | 2008-12-19 | 1 | -1/+31 |
| | | | | specified user account | ||||
* | Fixed more memory leaks and missing memory initialisation. | David Sommerseth | 2008-12-19 | 1 | -0/+2 |
| | |||||
* | users command: Added delete user function | David Sommerseth | 2008-12-18 | 1 | -7/+25 |
| | | | | | Readjusted account_activation(...) function to support also deletion of user accounts | ||||
* | users command: Added help text for add user | David Sommerseth | 2008-12-18 | 1 | -1/+10 |
| | |||||
* | users command: Removed XML debug dump, reduced pwd length req. via -P | David Sommerseth | 2008-12-18 | 1 | -3/+1 |
| | |||||
* | users command: Added first attempt for add user | David Sommerseth | 2008-12-18 | 1 | -0/+157 |
| | |||||
* | users command: BUGFIX: Tried to deactivated never activated account | David Sommerseth | 2008-12-18 | 1 | -0/+1 |
| | |||||
* | Cleaned up the code and added a lot of comments. Fixed minor display things. | David Sommerseth | 2008-12-18 | 1 | -24/+42 |
| | |||||
* | users command: Fixed a memory leak | David Sommerseth | 2008-12-18 | 1 | -0/+1 |
| |