summaryrefslogtreecommitdiffstats
path: root/database/sqlite/administration/certificates.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated Copyright dates to include 2010David Sommerseth2010-05-251-1/+1
|
* Certificate digests are always lower case.David Sommerseth2009-11-121-1/+2
| | | | | This makes sure that all interactions with the database will convert the digest strings to lower case.
* Code clean up. Moved xmlReplaceChars() to eurephia_xml.cDavid Sommerseth2009-09-271-1/+0
|
* Rewrote the eDBmkSortKeys() function to use the eDBfieldMap returned from ↵David Sommerseth2009-09-251-2/+2
| | | | eDBxmlMapping()
* Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and ↵David Sommerseth2009-09-221-93/+119
| | | | | | eDBadminDeleteCertificate() into eDBadminCertificate() Updated eurephiadm utility to make use of this new unified API
* Moved certificate functions into sqlite/administration/certificates.cDavid Sommerseth2009-09-131-0/+256