summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added build rules and configure --doxygen argument to build Doxygen docs via ...David Sommerseth2009-09-223-8/+62
* Improved Doxygen generation, added index pageDavid Sommerseth2009-09-222-8/+137
* Removed duplicated Doxygen documentationDavid Sommerseth2009-09-221-9/+0
* Fixed and cleaned up Doxygen commentsDavid Sommerseth2009-09-224-81/+114
* Updated eurephia_init to also use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-221-5/+11
* Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and eDBadminDe...David Sommerseth2009-09-225-132/+210
* Rewritten eurephiadm users command to use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-211-9/+21
* Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-216-90/+110
* Rewrote eurephiaXML_ResultMsg() to also support adding an xmlNode* with more ...David Sommerseth2009-09-218-58/+127
* Modified eurephiadm and eurephia_init programs to use the new eDBadminAccessL...David Sommerseth2009-09-212-12/+37
* Unified eDBadminGetAdminAccess() and eDBadminEditAdminAccess() into eDBadminA...David Sommerseth2009-09-214-113/+116
* Added eDBmappingGetValue() to retrieve field values from a eDBfieldMap structDavid Sommerseth2009-09-212-0/+27
* Improved some doxygen commentsDavid Sommerseth2009-09-201-1/+3
* Corrected wrong argument in eurephiadm users --add mode.David Sommerseth2009-09-191-1/+1
* Removed usage of a global result pointerDavid Sommerseth2009-09-171-54/+50
* BUGFIX: Sometimes get_console_input() would "skip" a prompt if data was still...David Sommerseth2009-09-151-5/+5
* Fixed missing doxygen comments and improved a description in saltdecode.cDavid Sommerseth2009-09-151-3/+11
* Utilities did not get built when eurephiadm is enabledDavid Sommerseth2009-09-151-1/+1
* Rewritten eurephia_init to use the new unified eDBadminConfiguration() functionDavid Sommerseth2009-09-151-12/+53
* Fix some valgrind warnings. Two timeval structs where not initialised before...David Sommerseth2009-09-151-1/+3
* BUGFIX: saltlen was set to 0 when a buffer for a new salt was generatedDavid Sommerseth2009-09-151-12/+12
* Make Doxygen also document utils/David Sommerseth2009-09-151-1/+1
* Fixed some new Doxygen warnings which came after enabling static functions an...David Sommerseth2009-09-143-7/+12
* Removed not valid argument for eurephiadm adminaccess commandDavid Sommerseth2009-09-141-1/+0
* Adopted eurephiadm config command to use the new unified db function, eDBadmi...David Sommerseth2009-09-141-8/+36
* Unified database driver functions eDBadminConfigSet() and eDBadminConfigDelet...David Sommerseth2009-09-143-29/+151
* Added eRemove_value() function, to remove a key/value pair from an eurephiaVA...David Sommerseth2009-09-142-3/+48
* Doxygen - include static functions and variables as wellDavid Sommerseth2009-09-141-1/+1
* Added a simple xmlNode iterator for future usageDavid Sommerseth2009-09-141-0/+8
* Corrected some doxygen issues after rearranging the sqlite3 db driver codeDavid Sommerseth2009-09-134-4/+5
* Moved eDBGetLastlog() function into sqlite/administration/lastlog.cDavid Sommerseth2009-09-133-109/+165
* Moved eDBadminGetAdminAccess() into sqlite/administration/useraccount.cDavid Sommerseth2009-09-132-59/+60
* Moved certificate functions into sqlite/administration/certificates.cDavid Sommerseth2009-09-133-200/+257
* Moved user account functions into administration/useraccount.cDavid Sommerseth2009-09-133-496/+555
* Moved eDBadminBlacklist() function into administration/blacklist.cDavid Sommerseth2009-09-132-68/+54
* Corrected some wrong arguments and help screens for eurephiadm blacklist and ...David Sommerseth2009-09-132-3/+3
* Moved eDBadminAttemptsLog() function into administration/attempts.cDavid Sommerseth2009-09-132-66/+52
* Moved eDBadminConfigSet() and eDBadminConfigDelete() into its own fileDavid Sommerseth2009-09-133-68/+111
* Added doxygen comments on the last missing filesDavid Sommerseth2009-09-114-33/+153
* Added more of the file path to some file names with name conflicts in DoxygenDavid Sommerseth2009-09-113-3/+3
* Added another source file directory to scan for doxygenDavid Sommerseth2009-09-111-1/+1
* Removed no longer needed driver function (eDBadminGetCertificateList())David Sommerseth2009-09-113-27/+0
* More doxygen comments in the sqlite3 driverDavid Sommerseth2009-09-113-190/+167
* Some simple comments to the SHA512 implementationDavid Sommerseth2009-09-112-8/+50
* Workaround to avoid confusing Doxygen on some extra declarationsDavid Sommerseth2009-09-112-3/+4
* Completed doxygen comments for edb-sqlite.cDavid Sommerseth2009-09-112-48/+125
* Added comments to sqlite.[ch]David Sommerseth2009-09-082-40/+210
* Added missing comments for the generic database/ filesDavid Sommerseth2009-09-083-20/+179
* Added missing comments in eurephiadb_driver.hDavid Sommerseth2009-09-081-8/+289
* Added --gcov configure option, to see how that will workDavid Sommerseth2009-09-072-0/+14