Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | eurephiadm: Implemented the blacklist command for blacklist management | David Sommerseth | 2009-05-09 | 1 | -0/+317 | |
| | ||||||
* | Completed the attempts command in eurephiadm | David Sommerseth | 2009-05-07 | 1 | -10/+94 | |
| | | | | Added functionality for resetting and deleting attempt records | |||||
* | Started implementing attempts command in eurephiadm | David Sommerseth | 2009-05-06 | 1 | -0/+236 | |
| | | | | Only simple listing without details is implemented so far. | |||||
* | Improved lastlog filtering by using less-than and greater-that | David Sommerseth | 2009-04-05 | 1 | -3/+5 | |
| | ||||||
* | Added support for setting firewall profiles in eurephiadm/usercerts | David Sommerseth | 2009-04-03 | 1 | -9/+35 | |
| | ||||||
* | Renamed fwadmin command to fwprofiles, which is more correct | David Sommerseth | 2009-04-02 | 1 | -27/+26 | |
| | ||||||
* | Completed eurephiadm/fwadmin with add/delete modes | David Sommerseth | 2009-04-02 | 1 | -2/+112 | |
| | ||||||
* | Rewrote eurephiadm/usercerts to use XSLT for listing | David Sommerseth | 2009-04-01 | 1 | -42/+7 | |
| | ||||||
* | Rewrote eurephiadm/adminaccess to use XSLT for listing | David Sommerseth | 2009-03-31 | 1 | -34/+3 | |
| | ||||||
* | Rewrote eurephiadm/users command to user XSLT wherever possible | David Sommerseth | 2009-03-31 | 1 | -89/+28 | |
| | ||||||
* | Renamed XSLT variable $view_fw to $firewall | David Sommerseth | 2009-03-31 | 1 | -2/+2 | |
| | ||||||
* | Rewrote places using xmlPrint_certs(...) to use the XSLT | David Sommerseth | 2009-03-31 | 2 | -102/+11 | |
| | | | | Added XSLT template for displaying certificate info. | |||||
* | Rewrote lastlog and users command to use XSLT for viewing lastlog | David Sommerseth | 2009-03-29 | 2 | -133/+25 | |
| | ||||||
* | Added the beginning of fwadmin command in eurephiadm | David Sommerseth | 2009-03-29 | 1 | -0/+236 | |
| | ||||||
* | BUGFIX: eurephiadm certs delete help and delete failure | David Sommerseth | 2009-03-27 | 1 | -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 only | David Sommerseth | 2009-03-26 | 6 | -6/+6 | |
| | ||||||
* | Cleaned up the code a little bit | David Sommerseth | 2009-03-26 | 6 | -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 mode | David Sommerseth | 2009-03-25 | 1 | -8/+31 | |
| | ||||||
* | eurephiadm - renamed useraccess command to adminaccess | David Sommerseth | 2009-03-24 | 1 | -12/+12 | |
| | ||||||
* | eurephiadm/useraccess: Added grant and revoke functions | David Sommerseth | 2009-03-24 | 1 | -7/+97 | |
| | ||||||
* | eurephiadm: Began implementing useraccess command | David Sommerseth | 2009-03-24 | 1 | -0/+278 | |
| | | | | Only listing of user access levels are implemented. | |||||
* | eurephiadm - Implemented lastlog command | David Sommerseth | 2009-03-24 | 2 | -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 command | David Sommerseth | 2009-03-24 | 1 | -2/+2 | |
| | ||||||
* | Fixed wrong help text info for eurephiadm usercerts command | David Sommerseth | 2009-03-23 | 1 | -5/+4 | |
| | | | | Also removed debug info as well | |||||
* | BUGFIX: eurephiadm could not register certificates | David Sommerseth | 2009-03-23 | 1 | -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 links | David Sommerseth | 2008-12-29 | 1 | -2/+110 | |
| | ||||||
* | usercerts command: Added list user/cert links | David Sommerseth | 2008-12-28 | 1 | -1/+82 | |
| | ||||||
* | usercerts command: Added skeleton for a new admin command | David Sommerseth | 2008-12-28 | 1 | -0/+154 | |
| | ||||||
* | certs command: Removed unused certs modes in help function | David Sommerseth | 2008-12-28 | 1 | -4/+0 | |
| | ||||||
* | certs command: Removed --show mode. All details are available via --list. | David Sommerseth | 2008-12-28 | 1 | -6/+0 | |
| | ||||||
* | certs command: Added list certificates | David Sommerseth | 2008-12-26 | 1 | -1/+78 | |
| | ||||||
* | certs command: Added help texts for -A and -D | David Sommerseth | 2008-12-26 | 1 | -1/+44 | |
| | ||||||
* | users command: Added registering and deregistering certificates when ↵ | David Sommerseth | 2008-12-25 | 1 | -2/+37 | |
| | | | | adding/deleting users | |||||
* | Fixed spelling mistake in XML attribute for certificates | David Sommerseth | 2008-12-22 | 2 | -2/+2 | |
| | ||||||
* | users command: Added certificate look-up and certificate registration (via ↵ | David Sommerseth | 2008-12-22 | 1 | -6/+91 | |
| | | | | file) in add_user(...) | |||||
* | sqlite3 - Return uid or certid of newly registered users or certificates | David Sommerseth | 2008-12-22 | 2 | -11/+18 | |
| | ||||||
* | Moved the certfile parsing out from certificate.c into parse_certificate_files.c | David Sommerseth | 2008-12-21 | 1 | -149/+15 | |
| | | | | | Changed certinfo.[ch] to add cert.digest as well, and using this modified struct to handle the parse result after parsing the certfile. | |||||
* | Moved all replace_char(...) calls into SQLite3 driver as xmlReplaceChars(...) | David Sommerseth | 2008-12-21 | 1 | -17/+0 | |
| | ||||||
* | Adjusted the usage of xmlPrint_certs to comply with recent API changes | David Sommerseth | 2008-12-21 | 1 | -2/+4 | |
| | ||||||
* | certs command: Completed delete certificate function | David Sommerseth | 2008-12-21 | 1 | -6/+152 | |
| | ||||||
* | Moved xmlPrint_certs(...) into certificates.c where it really belongs | David Sommerseth | 2008-12-20 | 2 | -68/+72 | |
| | ||||||
* | Moved field_print_* functions into separate files | David Sommerseth | 2008-12-20 | 1 | -7/+1 | |
| | ||||||
* | certs command: Can parse SSL certificate files when registering cert. | David Sommerseth | 2008-12-20 | 1 | -19/+196 | |
| | | | | | | | | | | Instead of giving digest, common name, organisation and email address as parameters when registering a new certificate, the function can now take both PEM formated and PKCS12 formated certificate files and extract the needed information automatically. This functionality will only be enabled if OpenSSL v0.9.8 or newer is found. | |||||
* | certs command: Added a simple add certificate function | David Sommerseth | 2008-12-20 | 1 | -1/+153 | |
| | ||||||
* | Added skeleton for certs command | David Sommerseth | 2008-12-20 | 1 | -0/+145 | |
| | ||||||
* | users command: Added FIXME reminder - add certificate info in add_user(...) | David Sommerseth | 2008-12-19 | 1 | -0/+2 | |
| | ||||||
* | users command: Updated help texts | David Sommerseth | 2008-12-19 | 1 | -6/+15 | |
| | ||||||
* | users command: Fixed a memory leak in add user function | David Sommerseth | 2008-12-19 | 1 | -0/+1 | |
| | ||||||
* | users command: Added support for --password, to change a users password | David Sommerseth | 2008-12-19 | 1 | -1/+54 | |
| | ||||||
* | users command: cosmetic patch for users --show --lastlog | David Sommerseth | 2008-12-19 | 1 | -3/+5 | |
| |