Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyright dates | David Sommerseth | 2012-10-08 | 1 | -1/+1 |
| | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm config: Inform if the requested config variable is not found | David Sommerseth | 2010-12-05 | 1 | -1/+5 |
| | | | | | | | This warning is written to stderr, to avoid breaking scripts which might depend on eurephiadm config's behaviour. 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/+9 |
| | | | | Commands not covered yet are users and certs commands | ||||
* | Adopted eurephiadm config command to use the new unified db function, ↵ | David Sommerseth | 2009-09-14 | 1 | -8/+36 |
| | | | | eDBadminConfiguration() | ||||
* | Even more commenting. Now the complete eurephiadm should be documented. | David Sommerseth | 2009-09-05 | 1 | -3/+30 |
| | |||||
* | 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 | -2/+2 |
| | | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct | ||||
* | More improvements to eurephia_getopt(...) | David Sommerseth | 2008-12-06 | 1 | -1/+1 |
| | | | | | | Sending the argument incrementer as reference instead of as value. This way eurephia_getopt(...) can directly increase the incrementer on arguments with extra options. | ||||
* | config command: Added -l | --list to list all db parameters | David Sommerseth | 2008-12-04 | 1 | -0/+9 |
| | |||||
* | Improved help functionality | David Sommerseth | 2008-12-04 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | Now each command can (should!) add a help function. This is done by editing commands.h to add the function name for the function printing out the help text. Added help text for the config command. This help function will be called when eurephiadm is called with: eurephiadm -h <command> eurephiadm --help <command> eurephiadm help <command> In addition the command function should also parse arguments and call the help function when --help or -h argument is given, like eurephiadm config -h eurephaidm config --help | ||||
* | Implemented argparser in edit_config.c | David Sommerseth | 2008-12-04 | 1 | -6/+33 |
| | |||||
* | config command: show only a blank value when value is not found, instead of ↵ | David Sommerseth | 2008-12-02 | 1 | -1/+2 |
| | | | | (null) | ||||
* | config command: only show value and not key = 'val' on query | David Sommerseth | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | Added command for editing eurephia config (in database) | David Sommerseth | 2008-12-02 | 1 | -0/+53 |