summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/usercerts.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed some stray left-over variables no longer in useDavid Sommerseth2013-06-281-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 neededDavid Sommerseth2013-06-071-1/+0
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* eurephiadm/usercerts: Add support for setting up auth-pluginsDavid Sommerseth2013-05-291-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 Sommerseth2012-11-021-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 usedDavid Sommerseth2012-10-081-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 pathsDavid Sommerseth2011-01-101-0/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* Removed not needed variableDavid Sommerseth2009-11-031-1/+1
|
* Make use of eurephiaXML_ParseResultMsg() in usercerts commandDavid Sommerseth2009-10-191-9/+9
|
* Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-211-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 DoxygenDavid Sommerseth2009-09-111-1/+1
|
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-1/+1
|
* 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
|
* Even more commenting. Now the complete eurephiadm should be documented.David Sommerseth2009-09-051-1/+77
|
* Added --set-fwprofile mode to the eurephiadm usercerts commandDavid Sommerseth2009-09-011-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 APIDavid Sommerseth2009-09-011-55/+70
| | | | | In regards to modifying usercerts links, make use of the new unified eDBadminUserCertsLink(...) function.
* Added simple help screen for usercerts --listDavid Sommerseth2009-05-101-0/+10
|
* Added support for setting firewall profiles in eurephiadm/usercertsDavid Sommerseth2009-04-031-9/+35
|
* Rewrote eurephiadm/usercerts to use XSLT for listingDavid Sommerseth2009-04-011-42/+7
|
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
|
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-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 commandDavid Sommerseth2009-03-241-2/+2
|
* Fixed wrong help text info for eurephiadm usercerts commandDavid Sommerseth2009-03-231-5/+4
| | | | Also removed debug info as well
* 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-281-0/+154