Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eurephiadm: Add support for managing plug-ins | David Sommerseth | 2013-05-28 | 1 | -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 dates | David Sommerseth | 2012-10-08 | 1 | -1/+1 |
| | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm: Added a buildinfo command | David Sommerseth | 2010-11-09 | 1 | -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 2010 | David Sommerseth | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Added doxygen comments for the main eurephiadm parts | David Sommerseth | 2009-09-04 | 1 | -11/+35 |
| | |||||
* | eurephiadm: Implemented the blacklist command for blacklist management | David Sommerseth | 2009-05-09 | 1 | -0/+6 |
| | |||||
* | Started implementing attempts command in eurephiadm | David Sommerseth | 2009-05-06 | 1 | -0/+6 |
| | | | | Only simple listing without details is implemented so far. | ||||
* | Renamed fwadmin command to fwprofiles, which is more correct | David Sommerseth | 2009-04-02 | 1 | -4/+4 |
| | |||||
* | Added the beginning of fwadmin command in eurephiadm | David Sommerseth | 2009-03-29 | 1 | -0/+6 |
| | |||||
* | Further code cleanup | David Sommerseth | 2009-03-26 | 1 | -1/+1 |
| | | | | | Added in addition missing GPLv2 only remarks where it was missing from commit 0712bce6f387121e37501ec323e3da89ce4300c3 | ||||
* | Cleaned up the code a little bit | David Sommerseth | 2009-03-26 | 1 | -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 adminaccess | David Sommerseth | 2009-03-24 | 1 | -4/+4 |
| | |||||
* | eurephiadm: Began implementing useraccess command | David Sommerseth | 2009-03-24 | 1 | -0/+6 |
| | | | | Only listing of user access levels are implemented. | ||||
* | eurephiadm - Implemented lastlog command | David Sommerseth | 2009-03-24 | 1 | -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 command | David Sommerseth | 2008-12-28 | 1 | -0/+6 |
| | |||||
* | Added skeleton for certs command | David Sommerseth | 2008-12-20 | 1 | -1/+7 |
| | |||||
* | Renamed listuser command to users and improved arg parsing | David Sommerseth | 2008-12-06 | 1 | -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 Sommerseth | 2008-12-04 | 1 | -1/+2 |
| | |||||
* | Fixed missing arghints in help command | David Sommerseth | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | config command: Added -l | --list to list all db parameters | David Sommerseth | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | Improved help functionality | David Sommerseth | 2008-12-04 | 1 | -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 Sommerseth | 2008-12-03 | 1 | -1/+1 |
| | | | | user is about to logout | ||||
* | Enhanced the access control by introducing access levels | David Sommerseth | 2008-12-02 | 1 | -8/+25 |
| | |||||
* | Added command for editing eurephia config (in database) | David Sommerseth | 2008-12-02 | 1 | -1/+3 |
| | |||||
* | Moved all declarations which has to do with commands into commands.h | David Sommerseth | 2008-12-02 | 1 | -0/+28 |
| | |||||
* | Prepared to have eurephiadm commands as one file per command | David Sommerseth | 2008-12-01 | 1 | -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. |