summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Made eurephiadm users --list work with the new eDBadminUserAccess() APIDavid Sommerseth2009-09-252-9/+50
* | Added better error handling in eDBadminUserAccount() view mode (useracc_list())David Sommerseth2009-09-251-4/+7
* | eDBmkSortKeyString() will now return NULL if the result is emptyDavid Sommerseth2009-09-251-1/+1
* | Added eurephiaXML_IsResultMsg() to check if an XML doc is a ResultMsg documentDavid Sommerseth2009-09-252-0/+17
* | Made the sortkeys work in eDBadminUserAccount() view modeDavid Sommerseth2009-09-251-7/+8
* | Rewrote the eDBmkSortKeys() function to use the eDBfieldMap returned from eDB...David Sommerseth2009-09-254-12/+15
* | Moved the useful append_str() macro from sqlite.c to eurephia_nullsafe.hDavid Sommerseth2009-09-252-11/+11
* | dded support for <sortkeys> tag in eDBadminUserAccount()David Sommerseth2009-09-251-3/+6
* | Fixed some issues with the useracc_list() functionDavid Sommerseth2009-09-251-32/+28
* | Unified eDBadminUser*() functions into one eDBadminUserAccount() functionDavid Sommerseth2009-09-243-303/+236
|/
* Removed debug infoDavid Sommerseth2009-09-221-3/+0
* Updates to .gitignoreDavid Sommerseth2009-09-221-2/+3
* 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