summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/edit_config.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* eurephiadm config: Inform if the requested config variable is not foundDavid Sommerseth2010-12-051-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 2010David Sommerseth2010-07-301-1/+1
|
* Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-211-6/+9
| | | | Commands not covered yet are users and certs commands
* Adopted eurephiadm config command to use the new unified db function, ↵David Sommerseth2009-09-141-8/+36
| | | | eDBadminConfiguration()
* Even more commenting. Now the complete eurephiadm should be documented.David Sommerseth2009-09-051-3/+30
|
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
|
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-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 Sommerseth2008-12-061-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 parametersDavid Sommerseth2008-12-041-0/+9
|
* Improved help functionalityDavid Sommerseth2008-12-041-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.cDavid Sommerseth2008-12-041-6/+33
|
* config command: show only a blank value when value is not found, instead of ↵David Sommerseth2008-12-021-1/+2
| | | | (null)
* config command: only show value and not key = 'val' on queryDavid Sommerseth2008-12-021-1/+1
|
* Added command for editing eurephia config (in database)David Sommerseth2008-12-021-0/+53