summaryrefslogtreecommitdiffstats
path: root/database/sqlite/administration.c
Commit message (Expand)AuthorAgeFilesLines
* Moved the remainings of administration.c into administration/authentication.cDavid Sommerseth2009-09-271-364/+0
* Code clean up. Moved xmlReplaceChars() to eurephia_xml.cDavid Sommerseth2009-09-271-21/+0
* Fixed missing check in eDBadminValidateSession() against interface typeDavid Sommerseth2009-09-271-2/+3
* Unified eDBadminGetAdminAccess() and eDBadminEditAdminAccess() into eDBadminA...David Sommerseth2009-09-211-64/+0
* Corrected some doxygen issues after rearranging the sqlite3 db driver codeDavid Sommerseth2009-09-131-1/+2
* Moved eDBGetLastlog() function into sqlite/administration/lastlog.cDavid Sommerseth2009-09-131-109/+0
* Moved eDBadminGetAdminAccess() into sqlite/administration/useraccount.cDavid Sommerseth2009-09-131-59/+0
* Moved certificate functions into sqlite/administration/certificates.cDavid Sommerseth2009-09-131-200/+0
* Moved user account functions into administration/useraccount.cDavid Sommerseth2009-09-131-496/+0
* Moved eDBadminBlacklist() function into administration/blacklist.cDavid Sommerseth2009-09-131-68/+0
* Moved eDBadminAttemptsLog() function into administration/attempts.cDavid Sommerseth2009-09-131-66/+0
* Moved eDBadminConfigSet() and eDBadminConfigDelete() into its own fileDavid Sommerseth2009-09-131-68/+0
* Removed no longer needed driver function (eDBadminGetCertificateList())David Sommerseth2009-09-111-12/+0
* More doxygen comments in the sqlite3 driverDavid Sommerseth2009-09-111-175/+141
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-2/+2
* Removed header file which is no longer neededDavid Sommerseth2009-09-051-1/+0
* Moved usercerts related functions into its own fileDavid Sommerseth2009-08-291-130/+0
* sqlite3 driver: Implemented eDBadminBlacklist(...) function for blacklist man...David Sommerseth2009-05-091-0/+63
* Corrected some minor detailsDavid Sommerseth2009-05-091-4/+3
* Completed the attempts command in eurephiadmDavid Sommerseth2009-05-071-4/+4
* Renamed fieldmapping for 'attempts' to 'attemptslog'David Sommerseth2009-05-061-3/+3
* sqlite3 driver: Implemented listing of openvpn_attempts tableDavid Sommerseth2009-04-091-4/+61
* Security enhancement: Added check in eDBadmin* functions that the context is ...David Sommerseth2009-04-011-0/+96
* Cleaned up some compiler warnings in edb-sqliteDavid Sommerseth2009-03-301-0/+6
* Added missing xmlReplaceChars(...) on common_name and organisationDavid Sommerseth2009-03-291-4/+20
* Fixed a "hang" when wrong password was usedDavid Sommerseth2009-03-281-2/+4
* BUGFIX: Fixed missing string replace in certificate functionsDavid Sommerseth2009-03-271-2/+18
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-4/+2
* Corrected sorting of result in eDBadminGetAdminAccess(...)David Sommerseth2009-03-241-1/+1
* Implemented the eDBadminGetLastLog(...) function in the SQLite3 driverDavid Sommerseth2009-03-241-3/+86
* Extended the database driver with eDBadminGetAdminAccess(...)David Sommerseth2009-03-241-0/+62
* Added support for editing the eurephia_adminaccess tableDavid Sommerseth2009-03-221-0/+66
* Rewrote database driver (SQLite) to use eurephia_pwd_crypt(...)David Sommerseth2009-03-221-12/+22
* Prepared passwdhash function to allow salting and be prepared for other hashi...David Sommerseth2009-01-021-1/+1
* Added db driver function: eDBadminGetUserCertsList(...) - to get user account...David Sommerseth2008-12-281-0/+71
* sqlite3 - admin: Added DEBUG statements on all function callsDavid Sommerseth2008-12-261-1/+18
* sqlite3 db driver: Added eDBadminUpdateUserCertLink(...) function to add and ...David Sommerseth2008-12-251-0/+48
* 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-9/+12
* Moved all replace_char(...) calls into SQLite3 driver as xmlReplaceChars(...)David Sommerseth2008-12-211-5/+37
* sqlite3 - Added eDBadminGetCertificateInfo(...)David Sommerseth2008-12-201-2/+92
* sqlite3 - Added sortkeys as argument to sqlite_query_mapped(...)David Sommerseth2008-12-201-5/+7
* Added eDBadminDeleteCertificate(...) function in SQLite3 driverDavid Sommerseth2008-12-201-2/+52
* sqlite3: Corrected some compiler warningsDavid Sommerseth2008-12-201-2/+2
* sqlite3: Added eDBadminAddCertificate(...) functionDavid Sommerseth2008-12-201-2/+51
* Changed from numeric session status code to text in eDBadminGetUserInfo(...) ...David Sommerseth2008-12-191-1/+2
* sqlite - admin: Added fetching blacklist info for user account.David Sommerseth2008-12-191-0/+24
* sqlite - admin: Added fetching login attempt for user. Fixed a memory leak a...David Sommerseth2008-12-191-4/+30
* Added extraction of lastlog info in eDBadminGetUserInfo(...)David Sommerseth2008-12-191-43/+104