summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/certificates.c
Commit message (Expand)AuthorAgeFilesLines
* 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