summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands
Commit message (Collapse)AuthorAgeFilesLines
* Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and ↵David Sommerseth2009-09-222-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 Sommerseth2009-09-211-9/+21
|
* Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-216-90/+110
| | | | Commands not covered yet are users and certs commands
* Modified eurephiadm and eurephia_init programs to use the new ↵David Sommerseth2009-09-211-10/+35
| | | | eDBadminAccessLevel() function
* Corrected wrong argument in eurephiadm users --add mode.David Sommerseth2009-09-191-1/+1
|
* Removed not valid argument for eurephiadm adminaccess commandDavid Sommerseth2009-09-141-1/+0
|
* Adopted eurephiadm config command to use the new unified db function, ↵David Sommerseth2009-09-141-8/+36
| | | | eDBadminConfiguration()
* Corrected some doxygen issues after rearranging the sqlite3 db driver codeDavid Sommerseth2009-09-132-2/+2
|
* Corrected some wrong arguments and help screens for eurephiadm blacklist and ↵David Sommerseth2009-09-132-3/+3
| | | | attempts commands
* Added more of the file path to some file names with name conflicts in DoxygenDavid Sommerseth2009-09-113-3/+3
|
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-077-27/+27
|
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-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 moreDavid Sommerseth2009-09-058-8/+0
|
* Removed header file which is no longer neededDavid Sommerseth2009-09-055-5/+0
|
* Removed some code which was not needed any more.David Sommerseth2009-09-051-38/+0
|
* Even more commenting. Now the complete eurephiadm should be documented.David Sommerseth2009-09-059-41/+598
|
* Added --set-fwprofile mode to the eurephiadm usercerts commandDavid Sommerseth2009-09-011-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 APIDavid Sommerseth2009-09-012-69/+100
| | | | | In regards to modifying usercerts links, make use of the new unified eDBadminUserCertsLink(...) function.
* Added simple help screen for usercerts --listDavid Sommerseth2009-05-101-0/+10
|
* eurephiadm: Implemented the blacklist command for blacklist managementDavid Sommerseth2009-05-091-0/+317
|
* Completed the attempts command in eurephiadmDavid Sommerseth2009-05-071-10/+94
| | | | Added functionality for resetting and deleting attempt records
* Started implementing attempts command in eurephiadmDavid Sommerseth2009-05-061-0/+236
| | | | Only simple listing without details is implemented so far.
* Improved lastlog filtering by using less-than and greater-thatDavid Sommerseth2009-04-051-3/+5
|
* Added support for setting firewall profiles in eurephiadm/usercertsDavid Sommerseth2009-04-031-9/+35
|
* Renamed fwadmin command to fwprofiles, which is more correctDavid Sommerseth2009-04-021-27/+26
|
* Completed eurephiadm/fwadmin with add/delete modesDavid Sommerseth2009-04-021-2/+112
|
* Rewrote eurephiadm/usercerts to use XSLT for listingDavid Sommerseth2009-04-011-42/+7
|
* Rewrote eurephiadm/adminaccess to use XSLT for listingDavid Sommerseth2009-03-311-34/+3
|
* Rewrote eurephiadm/users command to user XSLT wherever possibleDavid Sommerseth2009-03-311-89/+28
|
* Renamed XSLT variable $view_fw to $firewallDavid Sommerseth2009-03-311-2/+2
|
* Rewrote places using xmlPrint_certs(...) to use the XSLTDavid Sommerseth2009-03-312-102/+11
| | | | Added XSLT template for displaying certificate info.
* Rewrote lastlog and users command to use XSLT for viewing lastlogDavid Sommerseth2009-03-292-133/+25
|
* Added the beginning of fwadmin command in eurephiadmDavid Sommerseth2009-03-291-0/+236
|
* BUGFIX: eurephiadm certs delete help and delete failureDavid Sommerseth2009-03-271-3/+3
| | | | | | | | | When doing certs --delete --help, wrong help text was shown. When trying to delete certificates with common name or organisation as search fields, no certificates was found. This is another fix after the commit 3c35318429e33c98c2d7fac8943dfc6ff40359c7 which changed some of the XML tags for the certificate table.
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-266-6/+6
|
* Cleaned up the code a little bitDavid Sommerseth2009-03-266-20/+12
| | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct
* eurephiadm/lastlog: Added showing username in verbose modeDavid Sommerseth2009-03-251-8/+31
|
* eurephiadm - renamed useraccess command to adminaccessDavid Sommerseth2009-03-241-12/+12
|
* eurephiadm/useraccess: Added grant and revoke functionsDavid Sommerseth2009-03-241-7/+97
|
* eurephiadm: Began implementing useraccess commandDavid Sommerseth2009-03-241-0/+278
| | | | Only listing of user access levels are implemented.
* eurephiadm - Implemented lastlog commandDavid Sommerseth2009-03-242-86/+272
| | | | | | This lastlog command will list all entries of eurephia sessions. This list can also be filtered by giving proper arguments.
* Fixed spelling error in eurephiadm::usercerts commandDavid Sommerseth2009-03-241-2/+2
|
* Fixed wrong help text info for eurephiadm usercerts commandDavid Sommerseth2009-03-231-5/+4
| | | | Also removed debug info as well
* BUGFIX: eurephiadm could not register certificatesDavid Sommerseth2009-03-231-2/+2
| | | | | | | In commit 3c35318429e33c98c2d7fac8943dfc6ff40359c7 the field mapping was simplified for some fields, but the XML document used for registering certificates was never updated to reflect these chanages.
* usercerts command: Added add/delete function for user/cert linksDavid Sommerseth2008-12-291-2/+110
|
* usercerts command: Added list user/cert linksDavid Sommerseth2008-12-281-1/+82
|
* usercerts command: Added skeleton for a new admin commandDavid Sommerseth2008-12-281-0/+154
|
* certs command: Removed unused certs modes in help functionDavid Sommerseth2008-12-281-4/+0
|
* certs command: Removed --show mode. All details are available via --list.David Sommerseth2008-12-281-6/+0
|
* certs command: Added list certificatesDavid Sommerseth2008-12-261-1/+78
|