summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb.c
Commit message (Expand)AuthorAgeFilesLines
* Only lookup function symbols for the administration API if the context is cor...David Sommerseth2012-09-131-11/+14
* Added a new database driver function: eDBregister_vpnclientaddr()David Sommerseth2012-09-131-3/+16
* Updated wrong log entriesDavid Sommerseth2010-08-291-8/+8
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Reworked and unified admin authentication and registration functions to eDBad...David Sommerseth2009-09-281-6/+1
* Cosmetic cleanupDavid Sommerseth2009-09-271-8/+4
* Unified eDBadminUser*() functions into one eDBadminUserAccount() functionDavid Sommerseth2009-09-241-5/+1
* Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and eDBadminDe...David Sommerseth2009-09-221-3/+1
* Unified eDBadminGetAdminAccess() and eDBadminEditAdminAccess() into eDBadminA...David Sommerseth2009-09-211-2/+1
* Unified database driver functions eDBadminConfigSet() and eDBadminConfigDelet...David Sommerseth2009-09-141-3/+1
* Removed no longer needed driver function (eDBadminGetCertificateList())David Sommerseth2009-09-111-1/+0
* More commentsDavid Sommerseth2009-09-061-6/+31
* Unified eDBadminGetUserCertsList(...) and eDBadminUpdateUserCertLink(...) int...David Sommerseth2009-09-011-2/+1
* sqlite3 driver: Implemented eDBadminBlacklist(...) function for blacklist man...David Sommerseth2009-05-091-0/+1
* sqlite3 driver: Implemented listing of openvpn_attempts tableDavid Sommerseth2009-04-091-1/+1
* Changed eDBadminGetFirewallProfiles(...) to eDBadminFirewallProfiles(...)David Sommerseth2009-03-291-1/+1
* Added eDBadminGetFirewallProfiles(...) function in DB driverDavid Sommerseth2009-03-281-0/+2
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-12/+2
* Extended the database driver with eDBadminGetAdminAccess(...)David Sommerseth2009-03-241-0/+1
* Added support for editing the eurephia_adminaccess tableDavid Sommerseth2009-03-221-0/+2
* Make it possible to compile plug-in again without eurephiadm enabledDavid Sommerseth2009-01-021-0/+2
* Added db driver function: eDBadminGetUserCertsList(...) - to get user account...David Sommerseth2008-12-281-0/+2
* sqlite3 db driver: Added eDBadminUpdateUserCertLink(...) function to add and ...David Sommerseth2008-12-251-0/+1
* eurephiadb init: Only setup the requiered function pointers in driverDavid Sommerseth2008-12-091-1/+1
* Changed admin functions to be prefixed with eDBadmin*, to unify the function ...David Sommerseth2008-12-051-13/+13
* Added database functions for editing the openvpn_config tableDavid Sommerseth2008-12-021-0/+3
* Added eDBadminLogout(...) function in database driverDavid Sommerseth2008-11-301-0/+1
* Improved admin authentication modelDavid Sommerseth2008-11-301-0/+2
* Added some needed admin functionsDavid Sommerseth2008-11-281-1/+17
* Added minimum API version check when loading database driver.David Sommerseth2008-11-281-1/+10
* Cleaned up eurephiadb_session dependenciesDavid Sommerseth2008-11-281-1/+0
* Code cleanup in eurephiadb.cDavid Sommerseth2008-11-011-18/+18
* Updated eurephiadb driver to implement eDBget_blacklisted_ip() functionDavid Sommerseth2008-11-011-0/+1
* Reorganised the source codeDavid Sommerseth2008-10-151-0/+125