summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/adminaccess.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>
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Fixed several memleaks in the eurephiadm related code pathsDavid Sommerseth2011-01-101-6/+12
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* eurephiadm adminaccess: Corrected wrong error messageDavid Sommerseth2010-12-141-1/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* eurephiadm/adminaccess: Check granted accesses before modifying themDavid Sommerseth2010-10-221-2/+42
| | | | | | | | | | It was reported that it was possible to grant the same access level several times using the eurephiadm adminaccess command. This is now fixed by quering the access levels for the user before executing the grant or revoke operation. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> Report-URL: https://sourceforge.net/tracker/index.php?func=detail&aid=3092583&group_id=236344&atid=1099760
* eurephiadm, adminaccess: Minor updates to the help screensDavid Sommerseth2010-07-301-7/+7
|
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-211-7/+11
| | | | Commands not covered yet are users and certs commands
* Modified eurephiadm and eurephia_init programs to use the new ↵David Sommerseth2009-09-211-10/+35
| | | | eDBadminAccessLevel() function
* Removed not valid argument for eurephiadm adminaccess commandDavid Sommerseth2009-09-141-1/+0
|
* 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-5/+68
|
* Rewrote eurephiadm/adminaccess to use XSLT for listingDavid Sommerseth2009-03-311-34/+3
|
* 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
* eurephiadm - renamed useraccess command to adminaccessDavid Sommerseth2009-03-241-0/+368