Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed some stray left-over variables no longer in use | David Sommerseth | 2013-06-28 | 1 | -3/+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: Removed inclusion of certinfo.h where not needed | David Sommerseth | 2013-06-07 | 1 | -1/+0 |
| | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm/usercerts: Add support for setting up auth-plugins | David Sommerseth | 2013-05-29 | 1 | -33/+72 |
| | | | | | | | This enables setting authentication plug-in and the alternative authentication username for user-certificate links. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm/usercerts: Added support for username instead of uid on ↵ | David Sommerseth | 2012-11-02 | 1 | -20/+67 |
| | | | | | | | | | | add/delete operations Instead of having to look up the UID manually when adding a user-cert link, it is now possible to user --username | -u instead of --uid | -i and provide a username directly. 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 | -2/+4 |
| | | | | | | | 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> | ||||
* | Updated Copyright dates to include 2010 | David Sommerseth | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Removed not needed variable | David Sommerseth | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Make use of eurephiaXML_ParseResultMsg() in usercerts command | David Sommerseth | 2009-10-19 | 1 | -9/+9 |
| | |||||
* | Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg() | David Sommerseth | 2009-09-21 | 1 | -55/+62 |
| | | | | Commands not covered yet are users and certs commands | ||||
* | Added more of the file path to some file names with name conflicts in Doxygen | David Sommerseth | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | Added debug logging of free_nullsafe() calls as well | David Sommerseth | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Even more commenting. Now the complete eurephiadm should be documented. | David Sommerseth | 2009-09-05 | 1 | -1/+77 |
| | |||||
* | Added --set-fwprofile mode to the eurephiadm usercerts command | David Sommerseth | 2009-09-01 | 1 | -6/+123 |
| | | | | This mode updates the firewall access profile for at user-certs link | ||||
* | Modified eurephiadm users and usercerts commands to use the new db API | David Sommerseth | 2009-09-01 | 1 | -55/+70 |
| | | | | | In regards to modifying usercerts links, make use of the new unified eDBadminUserCertsLink(...) function. | ||||
* | Added simple help screen for usercerts --list | David Sommerseth | 2009-05-10 | 1 | -0/+10 |
| | |||||
* | Added support for setting firewall profiles in eurephiadm/usercerts | David Sommerseth | 2009-04-03 | 1 | -9/+35 |
| | |||||
* | Rewrote eurephiadm/usercerts to use XSLT for listing | David Sommerseth | 2009-04-01 | 1 | -42/+7 |
| | |||||
* | 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 | -3/+2 |
| | | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct | ||||
* | Fixed spelling error in eurephiadm::usercerts command | David Sommerseth | 2009-03-24 | 1 | -2/+2 |
| | |||||
* | Fixed wrong help text info for eurephiadm usercerts command | David Sommerseth | 2009-03-23 | 1 | -5/+4 |
| | | | | Also removed debug info as well | ||||
* | usercerts command: Added add/delete function for user/cert links | David Sommerseth | 2008-12-29 | 1 | -2/+110 |
| | |||||
* | usercerts command: Added list user/cert links | David Sommerseth | 2008-12-28 | 1 | -1/+82 |
| | |||||
* | usercerts command: Added skeleton for a new admin command | David Sommerseth | 2008-12-28 | 1 | -0/+154 |