summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb_driver.h
Commit message (Expand)AuthorAgeFilesLines
* Added a new database driver function: eDBregister_vpnclientaddr()David Sommerseth2012-09-131-1/+20
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Cleaned up the driver/interface API for database and firewallDavid Sommerseth2009-11-041-40/+45
* Always process certificate depth as integerDavid Sommerseth2009-10-131-1/+1
* Reworked and unified admin authentication and registration functions to eDBad...David Sommerseth2009-09-281-48/+40
* Unified eDBadminUser*() functions into one eDBadminUserAccount() functionDavid Sommerseth2009-09-241-113/+35
* Fixed and cleaned up Doxygen commentsDavid Sommerseth2009-09-221-69/+13
* Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and eDBadminDe...David Sommerseth2009-09-221-3/+6
* Unified eDBadminGetAdminAccess() and eDBadminEditAdminAccess() into eDBadminA...David Sommerseth2009-09-211-34/+27
* Improved some doxygen commentsDavid Sommerseth2009-09-201-1/+3
* Unified database driver functions eDBadminConfigSet() and eDBadminConfigDelet...David Sommerseth2009-09-141-20/+17
* Removed no longer needed driver function (eDBadminGetCertificateList())David Sommerseth2009-09-111-14/+0
* More doxygen comments in the sqlite3 driverDavid Sommerseth2009-09-111-15/+15
* Completed doxygen comments for edb-sqlite.cDavid Sommerseth2009-09-111-11/+11
* Added missing comments in eurephiadb_driver.hDavid Sommerseth2009-09-081-8/+289
* More commentsDavid Sommerseth2009-09-061-16/+474
* Removed header file which is no longer neededDavid Sommerseth2009-09-051-1/+0
* 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-1/+2
* Implemented the eDBadminGetLastLog(...) function in the SQLite3 driverDavid Sommerseth2009-03-241-1/+1
* 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
* Introduced password caching on authenticated sessionsDavid Sommerseth2009-01-031-1/+1
* Added db driver function: eDBadminGetUserCertsList(...) - to get user account...David Sommerseth2008-12-281-0/+1
* sqlite3 db driver: Added eDBadminUpdateUserCertLink(...) function to add and ...David Sommerseth2008-12-251-1/+2
* sqlite3 - Added eDBadminGetCertificateInfo(...)David Sommerseth2008-12-201-1/+1
* Added eDBadminDeleteCertificate(...) function in SQLite3 driverDavid Sommerseth2008-12-201-1/+1
* Removed all other eurephia admin structs which can be replaced by XMLDavid Sommerseth2008-12-181-6/+6
* Removed everything which was connected to the eurephiaUSERINFO struct.David Sommerseth2008-12-181-5/+6
* Rewrote eDBadminUpdateUser(...) to use XML instead of eurephiaUSERINFODavid Sommerseth2008-12-181-2/+2
* Rewrote eDBadminGetUserList(...) to use XMLDavid Sommerseth2008-12-161-1/+1
* Completed rewriting eDBadminGetUserInfo(...) function for XMLDavid Sommerseth2008-12-131-1/+7
* Updated eDBadminGetUserInfo(...) to take filtering parameterDavid Sommerseth2008-12-101-1/+7
* Added eDBadminGetUserInfo(...) function, to retrieve user infoDavid Sommerseth2008-12-071-1/+1
* Changed the sortkey type from int to const char *David Sommerseth2008-12-061-4/+4
* Changed admin functions to be prefixed with eDBadmin*, to unify the function ...David Sommerseth2008-12-051-13/+13
* Changed the logout behaviour to avoid login and/or access control check when ...David Sommerseth2008-12-031-1/+1
* Enhanced the access control by introducing access levelsDavid Sommerseth2008-12-021-2/+2
* 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
* Unified define flagsDavid Sommerseth2008-11-301-2/+2
* Improved admin authentication modelDavid Sommerseth2008-11-301-1/+3
* Login seems to work from database driver sideDavid Sommerseth2008-11-291-2/+3
* Added some needed admin functionsDavid Sommerseth2008-11-281-0/+17
* Renamed eurephia_struct.h to eurephia_context.hDavid Sommerseth2008-11-271-1/+1