summaryrefslogtreecommitdiffstats
path: root/database
Commit message (Expand)AuthorAgeFilesLines
* edb-pgsql: Added the needed authentication functions for the admin modulepgsqlDavid Sommerseth2013-06-132-1/+531
* edb-pgsql: Added an update SQL view for eurephia_adminlogDavid Sommerseth2013-06-131-0/+10
* edb-pgsql: ePGprepLoadStatements() was missing a break in the switch/case sta...David Sommerseth2013-06-131-0/+1
* edb-pgsql: Added ePGprepParamsAddArgumentChar()David Sommerseth2013-06-132-0/+10
* edb-pgsql: Added prepared SQL statements needed for the admin authenticationDavid Sommerseth2013-06-132-9/+107
* edb-pgsql: Added ePGgetValue_bool()David Sommerseth2013-06-132-0/+13
* edb-pgsql: Added ePGerrorMessageXML() to return PostgreSQL errors in XMLDavid Sommerseth2013-06-132-0/+76
* edb-pgsql: Reworked the prepared statement loadingDavid Sommerseth2013-06-132-49/+106
* Improved some of the Doxygen documentationDavid Sommerseth2013-06-132-8/+24
* edb-pgsql: Reworked the prepared statements infrastructureDavid Sommerseth2013-06-136-781/+943
* edb-pgsql: First implementation of all OpenVPN auth related functionsDavid Sommerseth2013-06-131-343/+1043
* Add eDBdisconnect_firewall() database driver functionDavid Sommerseth2013-06-132-0/+13
* edb-pgsql: Add an updatable view for the lastlog tableDavid Sommerseth2013-06-131-0/+15
* edb-pgsql: Use correct sessionkey length in macaddr_historyDavid Sommerseth2013-06-131-1/+1
* edb-pgsql: Change lastlog.sessionduration to intervalDavid Sommerseth2013-06-131-1/+1
* edb-pgsql: Correct some wrong table names and referencesDavid Sommerseth2013-06-131-17/+17
* Add an SQL VIEW for updating users.last_accessed more safelyDavid Sommerseth2013-06-131-0/+11
* edb-pgsql: Renamed local PostgreSQL functionsDavid Sommerseth2013-06-131-36/+36
* edb-pgsql: Reworked PostgreSQL error handlingDavid Sommerseth2013-06-131-95/+101
* edb-pgsql: Make use of internal PGgetValue() instead of PQgetvalue() in eDBbl...David Sommerseth2013-06-131-3/+3
* edb-pgsql: The very beginning of a PostgreSQL driverDavid Sommerseth2013-06-134-0/+1423
* database: Bugfix - missing break statement caused password hash to be overwri...David Sommerseth2013-06-131-0/+1
* common: Update callers of eurephia_log_init() to comply with the API changesDavid Sommerseth2013-06-051-2/+2
* eurephiadm/usercerts: Add support for setting up auth-pluginsDavid Sommerseth2013-05-293-2/+17
* Merge auth-plugin workDavid Sommerseth2013-05-2812-56/+776
|\
| * sqlite3: Rename the delta script to avoid merge issuesDavid Sommerseth2013-05-281-0/+0
| * sqlite3: Enable support for managing plug-in modulesDavid Sommerseth2013-05-283-0/+357
| * Add the eDBadminPlugins() function in the database APIDavid Sommerseth2013-05-282-0/+31
| * database/field mapping: Introduce boolean field typeDavid Sommerseth2013-05-283-2/+26
| * Use proper return type in eDBmappingFieldsPresent()David Sommerseth2013-05-282-3/+3
| * Added fieldmapping to the new 'plugins' tableDavid Sommerseth2013-05-281-6/+6
| * Added fieldmapping to the new 'plugins' tableDavid Sommerseth2013-04-122-0/+19
| * Added new function to set the value in a eDBfieldMap structDavid Sommerseth2013-04-122-5/+39
| * Move the field mapping identifier from long int to long longDavid Sommerseth2013-04-121-38/+42
| * sqlite: Modified eDBget_plugins() to support the new interface for plug-in initDavid Sommerseth2013-03-043-1/+9
| * sqlite: Fixed a few odditiesDavid Sommerseth2013-03-041-2/+2
| * sqlite: Honour the auth plug-in enable flag (plgenabled)David Sommerseth2013-03-031-10/+12
| * sqlite: Implemented needed functions to enable authentication plug-insDavid Sommerseth2013-03-034-6/+178
| * auth plug-in: Implemented the authentication plug-in into the core eurephia f...David Sommerseth2013-03-033-3/+75
* | Update eurephiadm to extract VPN MAC and IP address info from the new placesDavid Sommerseth2012-12-262-12/+15
* | Added eDBget_accessprofile() functionDavid Sommerseth2012-12-263-0/+44
* | Added a new eDBregister_login2() to replace eDBregister_login() database func...David Sommerseth2012-12-265-22/+115
|/
* Extended eDBget_uid() to also to UID lookup when certid is not availableDavid Sommerseth2012-11-022-7/+16
* sqlite3: Improve error handling if memory alloc fails for SQL query stringDavid Sommerseth2012-10-191-2/+8
* SQLite: Move default installation path from /etc/openvpn to /var/lib/eurephiaDavid Sommerseth2012-10-091-1/+1
* Updated copyright datesDavid Sommerseth2012-10-0818-18/+18
* sqlite/admin: Report all timestamp fields with localtime instead of UTC/GMTDavid Sommerseth2012-10-087-12/+15
* sqlite: Added SQL function to convert datetime timestamps from UTC/GMT to loc...David Sommerseth2012-10-083-5/+85
* sqlite3: Implement eDBregister_vpnclientaddr()David Sommerseth2012-09-133-10/+119
* Only lookup function symbols for the administration API if the context is cor...David Sommerseth2012-09-131-11/+14