summaryrefslogtreecommitdiffstats
path: root/database/sqlite
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed fieldmapping for 'attempts' to 'attemptslog'David Sommerseth2009-05-062-9/+16
* Rewritten CMake rules to build common/ as static libraryDavid Sommerseth2009-04-111-11/+5
* sqlite3 driver: Implemented listing of openvpn_attempts tableDavid Sommerseth2009-04-094-4/+184
* Added improved filtering support to SQLite3 driverDavid Sommerseth2009-04-051-1/+17
* Added eDBfieldMapping field for filter typesDavid Sommerseth2009-04-051-49/+49
* When deleting fwprofiles, delete also records from openvpn_usercertsDavid Sommerseth2009-04-031-0/+30
* Completed eDBadminFirewallProfiles(...) with add and delete in db driverDavid Sommerseth2009-04-021-9/+60
* Security enhancement: Added check in eDBadmin* functions that the context is ...David Sommerseth2009-04-012-0/+102
* Cleaned up some compiler warnings in edb-sqliteDavid Sommerseth2009-03-303-0/+20
* Restructured ./configure and improved the path setupDavid Sommerseth2009-03-301-1/+1
* Added missing xmlReplaceChars(...) on common_name and organisationDavid Sommerseth2009-03-291-4/+20
* Changed eDBadminGetFirewallProfiles(...) to eDBadminFirewallProfiles(...)David Sommerseth2009-03-291-23/+61
* Fixed some possible issues with the XML implementation, regarding UTF-8David Sommerseth2009-03-291-5/+20
* Added eDBadminGetFirewallProfiles(...) function in DB driverDavid Sommerseth2009-03-282-0/+137
* Added fieldMapping for the firewall access table (openvpn_accesses)David Sommerseth2009-03-281-0/+15
* Fixed a "hang" when wrong password was usedDavid Sommerseth2009-03-282-4/+8
* BUGFIX: Fixed missing string replace in certificate functionsDavid Sommerseth2009-03-271-2/+18
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-266-6/+6
* Cleaned up the code a little bitDavid Sommerseth2009-03-266-12/+16
* Corrected sorting of result in eDBadminGetAdminAccess(...)David Sommerseth2009-03-241-1/+1
* Implemented the eDBadminGetLastLog(...) function in the SQLite3 driverDavid Sommerseth2009-03-242-3/+101
* Extended the database driver with eDBadminGetAdminAccess(...)David Sommerseth2009-03-241-0/+62
* Added support for editing the eurephia_adminaccess tableDavid Sommerseth2009-03-222-0/+73
* Rewrote database driver (SQLite) to use eurephia_pwd_crypt(...)David Sommerseth2009-03-222-20/+40
* Added missing source in edb-sqlite driver after reorg with randstr.cDavid Sommerseth2009-03-211-0/+1
* Compile fix: Use sqlite_int64 instead of sqlite3_int64David Sommerseth2009-03-021-1/+1
* 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-022-2/+2
* Make it possible to compile plug-in again without eurephiadm enabledDavid Sommerseth2009-01-021-2/+5
* sqlite3 - compile in common/eurephia_xml.c when admin mode is enabledv0.9.3_betaDavid Sommerseth2008-12-291-1/+1
* Added db driver function: eDBadminGetUserCertsList(...) - to get user account...David Sommerseth2008-12-281-0/+71
* sqlite3: Make sqlite_query_mapped(...) work with empty WHERE clauseDavid Sommerseth2008-12-261-3/+10
* sqlite3 - admin: Added DEBUG statements on all function callsDavid Sommerseth2008-12-261-1/+18
* sqlite3 db driver: Added eDBadminUpdateUserCertLink(...) function to add and ...David Sommerseth2008-12-251-0/+48
* Added field mapping for the openvpn_usercerts tableDavid Sommerseth2008-12-251-0/+9
* Fixed spelling mistake in XML attribute for certificatesDavid Sommerseth2008-12-221-1/+1
* sqlite3 - Return uid or certid of newly registered users or certificatesDavid Sommerseth2008-12-221-9/+12
* sqlite3 - Added saving last_insert_id on INSERT INTO queriesDavid Sommerseth2008-12-223-1/+9
* Moved all replace_char(...) calls into SQLite3 driver as xmlReplaceChars(...)David Sommerseth2008-12-211-5/+37
* sqlite3 - Added eDBadminGetCertificateInfo(...)David Sommerseth2008-12-201-2/+92
* sqlite3 - Added sortkeys as argument to sqlite_query_mapped(...)David Sommerseth2008-12-203-8/+14
* Added eDBadminDeleteCertificate(...) function in SQLite3 driverDavid Sommerseth2008-12-201-2/+52
* sqlite3: Corrected some compiler warningsDavid Sommerseth2008-12-201-2/+2
* sqlite3: Added eDBadminAddCertificate(...) functionDavid Sommerseth2008-12-201-2/+51
* Added field mapping for the certificates tableDavid Sommerseth2008-12-201-0/+11
* Changed from numeric session status code to text in eDBadminGetUserInfo(...) ...David Sommerseth2008-12-191-1/+2
* sqlite - admin: Added fetching blacklist info for user account.David Sommerseth2008-12-191-0/+24
* sqlite - admin: Added fetching login attempt for user. Fixed a memory leak a...David Sommerseth2008-12-191-4/+30
* Added extraction of lastlog info in eDBadminGetUserInfo(...)David Sommerseth2008-12-191-43/+104
* Fixed more memory leaks and missing memory initialisation.David Sommerseth2008-12-191-2/+4