summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands
Commit message (Expand)AuthorAgeFilesLines
...
* eurephiadm: Implemented the blacklist command for blacklist managementDavid Sommerseth2009-05-091-0/+317
* Completed the attempts command in eurephiadmDavid Sommerseth2009-05-071-10/+94
* Started implementing attempts command in eurephiadmDavid Sommerseth2009-05-061-0/+236
* 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
* 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
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-266-6/+6
* Cleaned up the code a little bitDavid Sommerseth2009-03-266-20/+12
* 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
* eurephiadm - Implemented lastlog commandDavid Sommerseth2009-03-242-86/+272
* 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
* BUGFIX: eurephiadm could not register certificatesDavid Sommerseth2009-03-231-2/+2
* 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
* certs command: Added help texts for -A and -DDavid Sommerseth2008-12-261-1/+44
* users command: Added registering and deregistering certificates when adding/d...David Sommerseth2008-12-251-2/+37
* Fixed spelling mistake in XML attribute for certificatesDavid Sommerseth2008-12-222-2/+2
* users command: Added certificate look-up and certificate registration (via fi...David Sommerseth2008-12-221-6/+91
* sqlite3 - Return uid or certid of newly registered users or certificatesDavid Sommerseth2008-12-222-11/+18
* Moved the certfile parsing out from certificate.c into parse_certificate_files.cDavid Sommerseth2008-12-211-149/+15
* Moved all replace_char(...) calls into SQLite3 driver as xmlReplaceChars(...)David Sommerseth2008-12-211-17/+0
* Adjusted the usage of xmlPrint_certs to comply with recent API changesDavid Sommerseth2008-12-211-2/+4
* certs command: Completed delete certificate functionDavid Sommerseth2008-12-211-6/+152
* Moved xmlPrint_certs(...) into certificates.c where it really belongsDavid Sommerseth2008-12-202-68/+72
* Moved field_print_* functions into separate filesDavid Sommerseth2008-12-201-7/+1
* certs command: Can parse SSL certificate files when registering cert.David Sommerseth2008-12-201-19/+196
* certs command: Added a simple add certificate functionDavid Sommerseth2008-12-201-1/+153
* Added skeleton for certs commandDavid Sommerseth2008-12-201-0/+145
* users command: Added FIXME reminder - add certificate info in add_user(...)David Sommerseth2008-12-191-0/+2
* users command: Updated help textsDavid Sommerseth2008-12-191-6/+15
* users command: Fixed a memory leak in add user functionDavid Sommerseth2008-12-191-0/+1
* users command: Added support for --password, to change a users passwordDavid Sommerseth2008-12-191-1/+54
* users command: cosmetic patch for users --show --lastlogDavid Sommerseth2008-12-191-3/+5