summaryrefslogtreecommitdiffstats
path: root/eurephiadm
Commit message (Collapse)AuthorAgeFilesLines
* Restructured ./configure and improved the path setupDavid Sommerseth2009-03-301-0/+3
| | | | Also added install rules to XSLT files
* 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-293-0/+244
|
* Implemented an XSLT parser for eurephiadmDavid Sommerseth2009-03-292-0/+99
|
* Fix error setting eurephiadm_xslt_path in eurephiadmDavid Sommerseth2009-03-291-5/+7
| | | | | | | In commit d7a8babb19bcc1107daff0cc5673bc32b0ed785b the check if the configuration value 'eurephiadm_xslt_path' was set in the database looked in the wrong configuration area. Fixed this and it now copies the value over from the database configuration.
* BUGFIX: eurephiadm argument parser increased argument pointer too muchDavid Sommerseth2009-03-291-1/+1
|
* Prepared for linking in libxsltDavid Sommerseth2009-03-292-0/+9
| | | | | | | | | | | | Added two extra ./configure arguments, --xslt-path which defines the root directory for all eurephia specific XSLT templates (defaults to /usr/share/eurephia/xslt) and --eurephiadm-xslt which defines the path eurephiadm will use for its XSLT templates (defaults to /usr/share/eurephia/xslt/eurephiadm) Added an extra configuration paramet for eurephiadm (eurephiadm_xslt_path), which can be used to override the compiled in default values
* 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.
* Further code cleanupDavid Sommerseth2009-03-269-43/+16
| | | | | Added in addition missing GPLv2 only remarks where it was missing from commit 0712bce6f387121e37501ec323e3da89ce4300c3
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-2614-14/+14
|
* Cleaned up the code a little bitDavid Sommerseth2009-03-2622-40/+46
| | | | | 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-243-17/+17
|
* eurephiadm/useraccess: Added grant and revoke functionsDavid Sommerseth2009-03-241-7/+97
|
* eurephiadm: Began implementing useraccess commandDavid Sommerseth2009-03-243-0/+285
| | | | Only listing of user access levels are implemented.
* eurephiadm - Implemented lastlog commandDavid Sommerseth2009-03-244-87/+279
| | | | | | 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.
* Use global EUREPHIAVERSION instead of the local EUREPHIADMVERSIONDavid Sommerseth2009-03-231-3/+1
|
* Moved eDBsessionGetRandString(...) to a more global and independent ↵David Sommerseth2009-01-102-1/+3
| | | | eurephia_randstring(...) function
* 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-283-0/+161
|
* 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 ↵David Sommerseth2008-12-251-2/+37
| | | | adding/deleting users
* Fixed spelling mistake in XML attribute for certificatesDavid Sommerseth2008-12-222-2/+2
|
* users command: Added certificate look-up and certificate registration (via ↵David Sommerseth2008-12-221-6/+91
| | | | file) in add_user(...)
* 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-214-149/+247
| | | | | 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 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-204-7/+61
|
* certs command: Can parse SSL certificate files when registering cert.David Sommerseth2008-12-201-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 functionDavid Sommerseth2008-12-201-1/+153
|
* Added skeleton for certs commandDavid Sommerseth2008-12-203-1/+153
|
* 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
|
* users command: Made a simpler lastlog view as wellDavid Sommerseth2008-12-191-32/+39
|
* users command: Added showing a users lastlogDavid Sommerseth2008-12-191-1/+83
|
* users command: Added viewing login attempts and blacklist info for a ↵David Sommerseth2008-12-191-1/+31
| | | | specified user account
* Fixed more memory leaks and missing memory initialisation.David Sommerseth2008-12-191-0/+2
|