summaryrefslogtreecommitdiffstats
path: root/database/postgresql
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
* 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
* 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-133-0/+1422