Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Updated Copyright dates to include 2010 | David Sommerseth | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg() | David Sommerseth | 2009-09-21 | 1 | -6/+8 |
| | | | | Commands not covered yet are users and certs commands | ||||
* | Corrected some wrong arguments and help screens for eurephiadm blacklist and ↵ | David Sommerseth | 2009-09-13 | 1 | -1/+1 |
| | | | | attempts 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 |
| | |||||
* | Even more commenting. Now the complete eurephiadm should be documented. | David Sommerseth | 2009-09-05 | 1 | -6/+65 |
| | |||||
* | Completed the attempts command in eurephiadm | David Sommerseth | 2009-05-07 | 1 | -10/+94 |
| | | | | Added functionality for resetting and deleting attempt records | ||||
* | Started implementing attempts command in eurephiadm | David Sommerseth | 2009-05-06 | 1 | -0/+236 |
Only simple listing without details is implemented so far. |