summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/attempts.c
Commit message (Collapse)AuthorAgeFilesLines
* eurephiadm: Removed several memleaks in error situations or when --help was usedDavid Sommerseth2012-10-081-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>
* 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-6/+8
| | | | Commands not covered yet are users and certs commands
* Corrected some wrong arguments and help screens for eurephiadm blacklist and ↵David Sommerseth2009-09-131-1/+1
| | | | attempts 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
|
* Even more commenting. Now the complete eurephiadm should be documented.David Sommerseth2009-09-051-6/+65
|
* Completed the attempts command in eurephiadmDavid Sommerseth2009-05-071-10/+94
| | | | Added functionality for resetting and deleting attempt records
* Started implementing attempts command in eurephiadmDavid Sommerseth2009-05-061-0/+236
Only simple listing without details is implemented so far.