summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/certificates.c
Commit message (Expand)AuthorAgeFilesLines
* eurephiadm: Removed several memleaks in error situations or when --help was usedDavid Sommerseth2012-10-081-18/+37
* Fixed several memleaks in the eurephiadm related code pathsDavid Sommerseth2011-01-101-0/+2
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Removed debug infoDavid Sommerseth2009-09-221-3/+0
* Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and eDBadminDe...David Sommerseth2009-09-221-17/+63
* Corrected some doxygen issues after rearranging the sqlite3 db driver codeDavid Sommerseth2009-09-131-1/+1
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-9/+9
* Removed more code which is not needed any moreDavid Sommerseth2009-09-051-1/+0
* Removed header file which is no longer neededDavid Sommerseth2009-09-051-1/+0
* Even more commenting. Now the complete eurephiadm should be documented.David Sommerseth2009-09-051-7/+95
* Renamed XSLT variable $view_fw to $firewallDavid Sommerseth2009-03-311-2/+2
* Rewrote places using xmlPrint_certs(...) to use the XSLTDavid Sommerseth2009-03-311-100/+9
* BUGFIX: eurephiadm certs delete help and delete failureDavid Sommerseth2009-03-271-3/+3
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-3/+2
* BUGFIX: eurephiadm could not register certificatesDavid Sommerseth2009-03-231-2/+2
* 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
* Fixed spelling mistake in XML attribute for certificatesDavid Sommerseth2008-12-221-1/+1
* sqlite3 - Return uid or certid of newly registered users or certificatesDavid Sommerseth2008-12-221-6/+10
* 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
* certs command: Completed delete certificate functionDavid Sommerseth2008-12-211-6/+152
* Moved xmlPrint_certs(...) into certificates.c where it really belongsDavid Sommerseth2008-12-201-0/+69
* 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