summaryrefslogtreecommitdiffstats
path: root/database/sqlite/administration/usercerts.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Doxygen complaintsDavid Sommerseth2010-08-271-8/+0
| | | | | | Removed some #defines which was not needed Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Updated Copyright dates to include 2010David Sommerseth2010-05-251-1/+1
|
* Certificate digests are always lower case.David Sommerseth2009-11-121-1/+1
| | | | | 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-2/+0
|
* Rewrote the eDBmkSortKeys() function to use the eDBfieldMap returned from ↵David Sommerseth2009-09-251-2/+2
| | | | eDBxmlMapping()
* Rewrote eurephiaXML_ResultMsg() to also support adding an xmlNode* with more ↵David Sommerseth2009-09-211-15/+15
| | | | | | | | info The eurephia result XML document is also changed, and all parsing of the result must be rewritten. To simplify this parsing, a new function is introduced, eurephiaXML_ParseResultMsg().
* Added doxygen comments on the last missing filesDavid Sommerseth2009-09-111-14/+42
|
* Removed header file which is no longer neededDavid Sommerseth2009-09-051-1/+0
|
* Rearranged some files in the sqlite3 driverDavid Sommerseth2009-09-021-0/+292