summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands.h
Commit message (Collapse)AuthorAgeFilesLines
* eurephiadm: Add support for managing plug-insDavid Sommerseth2013-05-281-0/+6
| | | | | | | This adds the 'plugins' command, which is used to register, remove or modify plug-in parameters. 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>
* eurephiadm: Added a buildinfo commandDavid Sommerseth2010-11-091-0/+6
| | | | | | | This just adds some gathered information about the build, useful for debugging later on. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* Added doxygen comments for the main eurephiadm partsDavid Sommerseth2009-09-041-11/+35
|
* eurephiadm: Implemented the blacklist command for blacklist managementDavid Sommerseth2009-05-091-0/+6
|
* Started implementing attempts command in eurephiadmDavid Sommerseth2009-05-061-0/+6
| | | | Only simple listing without details is implemented so far.
* Renamed fwadmin command to fwprofiles, which is more correctDavid Sommerseth2009-04-021-4/+4
|
* Added the beginning of fwadmin command in eurephiadmDavid Sommerseth2009-03-291-0/+6
|
* Further code cleanupDavid Sommerseth2009-03-261-1/+1
| | | | | Added in addition missing GPLv2 only remarks where it was missing from commit 0712bce6f387121e37501ec323e3da89ce4300c3
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-1/+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-4/+4
|
* eurephiadm: Began implementing useraccess commandDavid Sommerseth2009-03-241-0/+6
| | | | Only listing of user access levels are implemented.
* eurephiadm - Implemented lastlog commandDavid Sommerseth2009-03-241-1/+6
| | | | | | This lastlog command will list all entries of eurephia sessions. This list can also be filtered by giving proper arguments.
* usercerts command: Added skeleton for a new admin commandDavid Sommerseth2008-12-281-0/+6
|
* Added skeleton for certs commandDavid Sommerseth2008-12-201-1/+7
|
* Renamed listuser command to users and improved arg parsingDavid Sommerseth2008-12-061-3/+4
| | | | | Reorganised the command a little bit, to make it more generic for user management
* Fixed the missing 'help' page when doing 'help help' or '-h help'David Sommerseth2008-12-041-1/+2
|
* Fixed missing arghints in help commandDavid Sommerseth2008-12-041-1/+1
|
* config command: Added -l | --list to list all db parametersDavid Sommerseth2008-12-041-1/+1
|
* Improved help functionalityDavid Sommerseth2008-12-041-3/+5
| | | | | | | | | | | | | | | | | | | | 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
* Changed the logout behaviour to avoid login and/or access control check when ↵David Sommerseth2008-12-031-1/+1
| | | | user is about to logout
* Enhanced the access control by introducing access levelsDavid Sommerseth2008-12-021-8/+25
|
* Added command for editing eurephia config (in database)David Sommerseth2008-12-021-1/+3
|
* Moved all declarations which has to do with commands into commands.hDavid Sommerseth2008-12-021-0/+28
|
* Prepared to have eurephiadm commands as one file per commandDavid Sommerseth2008-12-011-0/+29
under the commands/ directory. The declaration of each command is done in the commands.h file. Implemented changes from commit 525361b6dc382d5086e9e2b0539f3248ee239023 in eurephiadm as well. Reorganised and improved some comments as well.