summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb_driver.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code cleanup: Splitted all structures defined in eurephia_struct.h into sepa...David Sommerseth2008-11-051-0/+2
* Updated eurephiadb driver to implement eDBget_blacklisted_ip() functionDavid Sommerseth2008-11-011-1/+1
* Reorganised the source codeDavid Sommerseth2008-10-151-0/+87