summaryrefslogtreecommitdiffstats
path: root/database/sqlite/edb-sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* sqlite: Added SQL function to convert datetime timestamps from UTC/GMT to loc...David Sommerseth2012-10-081-0/+7
* sqlite3: Implement eDBregister_vpnclientaddr()David Sommerseth2012-09-131-4/+63
* Modified the whole edb-sqlite driver to use a better error handlingDavid Sommerseth2011-12-191-86/+140
* edb-sqlite: Fixed a typos and copyright noticesDavid Sommerseth2011-07-251-3/+4
* Quick fix for typo 'Quering'Dario Minnucci2010-12-011-2/+2
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Fixed wrong usage of lower(digest) in eDBregister_attempts()David Sommerseth2009-11-131-8/+14
* Certificate digests are always lower case.David Sommerseth2009-11-121-17/+22
* Always process certificate depth as integerDavid Sommerseth2009-10-131-3/+3
* Restrict input data length for plug-in arguments from openvpnDavid Sommerseth2009-10-041-2/+2
* Completed doxygen comments for edb-sqlite.cDavid Sommerseth2009-09-111-37/+114
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-13/+13
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-2/+1
* Added missing #include statementsDavid Sommerseth2009-09-021-0/+1
* Fixed a "hang" when wrong password was usedDavid Sommerseth2009-03-281-2/+4
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-2/+2
* Rewrote database driver (SQLite) to use eurephia_pwd_crypt(...)David Sommerseth2009-03-221-8/+18
* Introduced password caching on authenticated sessionsDavid Sommerseth2009-01-031-19/+43
* Prepared passwdhash function to allow salting and be prepared for other hashi...David Sommerseth2009-01-021-1/+1
* edb-sqlite: Update openvpn_users.last_accessed = now() on successful loginDavid Sommerseth2008-12-081-0/+13
* Moved administration functions (eDBadmin*) into adminstration.cDavid Sommerseth2008-12-031-364/+6
* Fixed wrong data type for the access variable in eDBadminAuth(...)David Sommerseth2008-12-031-2/+2
* BUGFIX: Logout works properly again and improved logout status changeDavid Sommerseth2008-12-031-7/+11
* Changed the logout behaviour to avoid login and/or access control check when ...David Sommerseth2008-12-031-5/+5
* Enhanced the access control by introducing access levelsDavid Sommerseth2008-12-021-30/+66
* Added database functions for editing the openvpn_config tableDavid Sommerseth2008-12-021-0/+46
* Fixed memory leak. Was missing a sqlite_free_results(...)David Sommerseth2008-11-301-0/+1
* Added eDBadminLogout(...) function in database driverDavid Sommerseth2008-11-301-3/+42
* eurephiadm can now use eDBadminValidateSession(...) to use open session. Aut...David Sommerseth2008-11-301-1/+44
* Unified define flagsDavid Sommerseth2008-11-301-1/+0
* Completed the change of authentication model in database driverDavid Sommerseth2008-11-301-84/+48
* Merge branch 'master' into eurephiadmDavid Sommerseth2008-11-291-5/+8
|\
| * BUGFIX: Use hard coded default values when checking against openvpn_attempts ...David Sommerseth2008-11-291-5/+8
* | Login seems to work from database driver sideDavid Sommerseth2008-11-291-5/+239
* | Splitted plugin/eurephiadb_session.[ch] into two partsDavid Sommerseth2008-11-281-1/+1
* | Rough preparation of the db drivers for API ver 2David Sommerseth2008-11-281-3/+14
|/
* Renamed eurephiadb-sqlite to edb-sqliteDavid Sommerseth2008-11-051-0/+900