Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed some stray left-over variables no longer in use | David Sommerseth | 2013-06-28 | 3 | -11/+3 |
| | | | | | | | These variables where used before the XML based response in the admin API was implemented. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm: Added needed include files to be buildable | David Sommerseth | 2013-06-07 | 2 | -0/+2 |
| | | | | | | | This is related to that certinfo has been extended and now need to pull in the openssl/x509.h to compile properly. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm: Removed inclusion of certinfo.h where not needed | David Sommerseth | 2013-06-07 | 3 | -3/+0 |
| | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm/usercerts: Add support for setting up auth-plugins | David Sommerseth | 2013-05-29 | 1 | -33/+72 |
| | | | | | | | This enables setting authentication plug-in and the alternative authentication username for user-certificate links. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm: Add support for managing plug-ins | David Sommerseth | 2013-05-28 | 1 | -0/+462 |
| | | | | | | | 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> | ||||
* | eurephiadm/usercerts: Added support for username instead of uid on ↵ | David Sommerseth | 2012-11-02 | 1 | -20/+67 |
| | | | | | | | | | | add/delete operations Instead of having to look up the UID manually when adding a user-cert link, it is now possible to user --username | -u instead of --uid | -i and provide a username directly. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Updated copyright dates | David Sommerseth | 2012-10-08 | 3 | -3/+3 |
| | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm: Removed several memleaks in error situations or when --help was used | David Sommerseth | 2012-10-08 | 7 | -25/+62 |
| | | | | | | | 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> | ||||
* | Fixed several memleaks in the eurephiadm related code paths | David Sommerseth | 2011-01-10 | 4 | -6/+16 |
| | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Added ./configure information to eurephiadm buildinfo | David Sommerseth | 2010-12-21 | 1 | -1/+3 |
| | | | | | | | This is to help debugging even further, to be able to reproduce as similar builds as possible. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm users: Revoke all admin access privileges when deleting a user ↵ | David Sommerseth | 2010-12-14 | 1 | -1/+29 |
| | | | | | | | | | | account Matthew Gyurgyik noticed that when deleting a user account, the users granted access levels was still present. This resulted in a rather odd looking list when showing granted access levels. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm adminaccess: Corrected wrong error message | David Sommerseth | 2010-12-14 | 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> | ||||
* | Fixed a simple spelling typo | David Sommerseth | 2010-11-10 | 1 | -1/+1 |
| | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Fixed git tree status check once again | David Sommerseth | 2010-11-10 | 1 | -4/+4 |
| | | | | | | | It turned out the previous git tree state check misinterpretted the tree state on a clean git repository. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Further updates to the buildinfo | David Sommerseth | 2010-11-09 | 1 | -9/+14 |
| | | | | | | | | | - Reorganised the layout a bit - Added a path to the local git repository - Added '(origin)' identificator to the remote git repo string - Do the 'git status' call from the root of the source tree Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Improved buildinfo, adding some kind of git tree state information | David Sommerseth | 2010-11-09 | 1 | -1/+6 |
| | | | | | | This patch adds a list over uncommitted files. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm: Added a buildinfo command | David Sommerseth | 2010-11-09 | 1 | -0/+87 |
| | | | | | | | This just adds some gathered information about the build, useful for debugging later on. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | eurephiadm/adminaccess: Check granted accesses before modifying them | David Sommerseth | 2010-10-22 | 1 | -2/+42 |
| | | | | | | | | | | It was reported that it was possible to grant the same access level several times using the eurephiadm adminaccess command. This is now fixed by quering the access levels for the user before executing the grant or revoke operation. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> Report-URL: https://sourceforge.net/tracker/index.php?func=detail&aid=3092583&group_id=236344&atid=1099760 | ||||
* | eurephiadm, adminaccess: Minor updates to the help screens | David Sommerseth | 2010-07-30 | 1 | -7/+7 |
| | |||||
* | eurephiadm, blacklist: Minor updates to the help screen | David Sommerseth | 2010-07-30 | 1 | -6/+6 |
| | |||||
* | eurephiadm, lastlog: Corrected help screen | David Sommerseth | 2010-07-30 | 1 | -2/+3 |
| | |||||
* | Updated Copyright dates to include 2010 | David Sommerseth | 2010-07-30 | 9 | -9/+9 |
| | |||||
* | Removed not needed variable | David Sommerseth | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Make use of eurephiaXML_ParseResultMsg() in usercerts command | David Sommerseth | 2009-10-19 | 1 | -9/+9 |
| | |||||
* | Fixed a few misbehaviours in eurephiadm users command | David Sommerseth | 2009-10-02 | 1 | -4/+0 |
| | |||||
* | Rewrote eurephiadm users --delete mode to work with the new ↵ | David Sommerseth | 2009-09-27 | 1 | -18/+21 |
| | | | | eDBadminUserAccount() API | ||||
* | Made eurephiadm users --show, --activate, --deactivate and --password modes ↵ | David Sommerseth | 2009-09-26 | 1 | -39/+87 |
| | | | | | | working again Rewritten to use the new eDBadminUserAccount() API. | ||||
* | Rewrote eurephiadm usres --add to work with the new eDBadminUserAccount() API | David Sommerseth | 2009-09-25 | 1 | -13/+36 |
| | |||||
* | Made eurephiadm users --list work with the new eDBadminUserAccess() API | David Sommerseth | 2009-09-25 | 1 | -5/+46 |
| | |||||
* | Removed debug info | David Sommerseth | 2009-09-22 | 1 | -3/+0 |
| | |||||
* | Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and ↵ | David Sommerseth | 2009-09-22 | 2 | -33/+84 |
| | | | | | | eDBadminDeleteCertificate() into eDBadminCertificate() Updated eurephiadm utility to make use of this new unified API | ||||
* | Rewritten eurephiadm users command to use eurephiaXML_ParseResultMsg() | David Sommerseth | 2009-09-21 | 1 | -9/+21 |
| | |||||
* | Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg() | David Sommerseth | 2009-09-21 | 6 | -90/+110 |
| | | | | Commands not covered yet are users and certs commands | ||||
* | Modified eurephiadm and eurephia_init programs to use the new ↵ | David Sommerseth | 2009-09-21 | 1 | -10/+35 |
| | | | | eDBadminAccessLevel() function | ||||
* | Corrected wrong argument in eurephiadm users --add mode. | David Sommerseth | 2009-09-19 | 1 | -1/+1 |
| | |||||
* | Removed not valid argument for eurephiadm adminaccess command | David Sommerseth | 2009-09-14 | 1 | -1/+0 |
| | |||||
* | Adopted eurephiadm config command to use the new unified db function, ↵ | David Sommerseth | 2009-09-14 | 1 | -8/+36 |
| | | | | eDBadminConfiguration() | ||||
* | Corrected some doxygen issues after rearranging the sqlite3 db driver code | David Sommerseth | 2009-09-13 | 2 | -2/+2 |
| | |||||
* | Corrected some wrong arguments and help screens for eurephiadm blacklist and ↵ | David Sommerseth | 2009-09-13 | 2 | -3/+3 |
| | | | | attempts commands | ||||
* | Added more of the file path to some file names with name conflicts in Doxygen | David Sommerseth | 2009-09-11 | 3 | -3/+3 |
| | |||||
* | Added debug logging of free_nullsafe() calls as well | David Sommerseth | 2009-09-07 | 7 | -27/+27 |
| | |||||
* | Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe() | David Sommerseth | 2009-09-07 | 1 | -9/+4 |
| | | | | This also improves debugging as well, if debug logging is enabled and log level is >= 40. | ||||
* | Removed more code which is not needed any more | David Sommerseth | 2009-09-05 | 8 | -8/+0 |
| | |||||
* | Removed header file which is no longer needed | David Sommerseth | 2009-09-05 | 5 | -5/+0 |
| | |||||
* | Removed some code which was not needed any more. | David Sommerseth | 2009-09-05 | 1 | -38/+0 |
| | |||||
* | Even more commenting. Now the complete eurephiadm should be documented. | David Sommerseth | 2009-09-05 | 9 | -41/+598 |
| | |||||
* | Added --set-fwprofile mode to the eurephiadm usercerts command | David Sommerseth | 2009-09-01 | 1 | -6/+123 |
| | | | | This mode updates the firewall access profile for at user-certs link | ||||
* | Modified eurephiadm users and usercerts commands to use the new db API | David Sommerseth | 2009-09-01 | 2 | -69/+100 |
| | | | | | In regards to modifying usercerts links, make use of the new unified eDBadminUserCertsLink(...) function. | ||||
* | Added simple help screen for usercerts --list | David Sommerseth | 2009-05-10 | 1 | -0/+10 |
| |