summaryrefslogtreecommitdiffstats
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
* Added a simple log destination to string translater function.David Sommerseth2013-06-132-0/+32
* 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-133-1/+18
* 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-136-3/+1441
* database: Bugfix - missing break statement caused password hash to be overwri...David Sommerseth2013-06-131-0/+1
* eurephia-auth: Move the declaration of eurephiaClientCTX outside #ifdef ENABL...David Sommerseth2013-06-121-2/+2
* eurephia-auth: Fixed a few issues when using OpenVPN 2.2David Sommerseth2013-06-091-2/+6
* auth: Added socket-auth moduleDavid Sommerseth2013-06-094-1/+482
* Fixed a memory leak in detect_tunnel_type()David Sommerseth2013-06-071-0/+1
* plugin: Save the client certificate information in a OpenVPN per-client-contextDavid Sommerseth2013-06-071-17/+73
* plugin: Reworked the certinfo integration and use the X.509 certificate from ...David Sommerseth2013-06-073-105/+103
* plugin: cleaned up some white space errors in environment.cDavid Sommerseth2013-06-071-2/+2
* eurephiadm: Added needed include files to be buildableDavid Sommerseth2013-06-072-0/+2
* common: Improved the certificate information extračtionDavid Sommerseth2013-06-072-2/+88
* eurephiadm: Removed inclusion of certinfo.h where not neededDavid Sommerseth2013-06-073-3/+0
* plugin: Start the implementation of OpenVPN 2.3's plug-in API v3David Sommerseth2013-06-051-4/+121
* common: Update callers of eurephia_log_init() to comply with the API changesDavid Sommerseth2013-06-054-12/+21
* common: Prepare for OpenVPN 2.3's new logging feature in plug-in API v3David Sommerseth2013-06-053-7/+42
* eurephiadm/usercerts: Add support for setting up auth-pluginsDavid Sommerseth2013-05-295-36/+107
* auth-plugin: Added a simple flat-file authentication exampleDavid Sommerseth2013-05-293-1/+264
* eurephiadm: Added missing install of the plugins.xsl fileDavid Sommerseth2013-05-291-0/+1
* eurephiadm: Added missing XSLT file for the plug-ins commandDavid Sommerseth2013-05-281-0/+122
* Merge auth-plugin workDavid Sommerseth2013-05-2832-77/+2318
|\
| * 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
| * eurephiadm: Add support for managing plug-insDavid Sommerseth2013-05-284-1/+471
| * 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