summaryrefslogtreecommitdiffstats
path: root/database/sqlite
Commit message (Expand)AuthorAgeFilesLines
...
* Unified define flagsDavid Sommerseth2008-11-301-1/+0
* Completed the change of authentication model in database driverDavid Sommerseth2008-11-302-85/+49
* Fixed core dump issue with eDBstore_session_value(...) / (*eDBstore_session_v...David Sommerseth2008-11-301-0/+1
* 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-292-5/+253
* | Added context_type into eurephiaCTX struct. Database queries limited due to ...David Sommerseth2008-11-291-0/+4
* | Splitted plugin/eurephiadb_session.[ch] into two partsDavid Sommerseth2008-11-282-2/+2
* | Rough preparation of the db drivers for API ver 2David Sommerseth2008-11-281-3/+14
|/
* BUGFIX: Added missing linking against cryptoDavid Sommerseth2008-11-281-1/+1
* Code cleanup: Splitted all structures defined in eurephia_struct.h into sepa...David Sommerseth2008-11-051-1/+1
* Renamed eurephiadb-sqlite to edb-sqliteDavid Sommerseth2008-11-052-7/+7
* Code improvement - using already assigned (char *) pointer instead of calling...David Sommerseth2008-11-031-1/+1
* Added double check if ip address is NULL or notDavid Sommerseth2008-11-011-1/+4
* Fixed missing WHERE clause in SQL for extracting blacklisted IP addressesDavid Sommerseth2008-11-011-1/+1
* Fixed wrong registration of IP addresses in eDBget_blacklisted_ip(...)David Sommerseth2008-11-011-1/+1
* Added eDBget_blacklisted_ip(ctx) functions into db driversDavid Sommerseth2008-11-011-0/+22
* Created install rules via cmakeDavid Sommerseth2008-10-211-1/+6
* Reorganised the source codeDavid Sommerseth2008-10-151-6/+8
* Merge branch 'master' into cmakev0.9_betaDavid Sommerseth2008-10-081-13/+2
|\
| * Moved TLS authentication logging from database module to eurephia.cDavid Sommerseth2008-10-081-13/+2
* | Merge branch 'master' into cmakeDavid Sommerseth2008-10-042-86/+86
|\|
| * Log review - last round for now. Recategorised a few errors and warnings.David Sommerseth2008-10-041-3/+3
| * Log review - changed log levels for all DEBUG(...) callsDavid Sommerseth2008-10-042-23/+23
| * Log review (part 1) - log categoriesDavid Sommerseth2008-10-031-61/+61
* | Made cmake also create template databaseDavid Sommerseth2008-10-031-0/+10
* | Improved cmake rulesDavid Sommerseth2008-10-031-6/+21
* | Adjusted to match new cmake regimeDavid Sommerseth2008-10-021-0/+3
* | Added support for cmakeDavid Sommerseth2008-10-022-43/+14
|/
* BUGFIX: Changed SQLite database schema to allow mulitple identical sessionseedsDavid Sommerseth2008-09-261-1/+2
* BUGFIX: Follow up on the commit fc8a177bc86fc7e68b15045ba7a791e2504f4b5cDavid Sommerseth2008-09-261-1/+4
* BUGFIX: Made sure that eDBget_sessionkey_seed(...) only returns a sessionkey ...David Sommerseth2008-09-261-1/+6
* BUGFIX: changed argv[1] to argv[0] due to new parameter handling in eurephia.cDavid Sommerseth2008-09-241-3/+3
* Fixed some sqlite_free_result() issues - missing or incorrectly placedDavid Sommerseth2008-09-191-3/+3
* Improved code security. LOG_DEBUG statements are only compiled if DEBUG=1 is...David Sommerseth2008-09-192-41/+36
* Renamed openvpn_lastlog.session_del to session_deletedDavid Sommerseth2008-09-192-2/+2
* Added (untested) logging of time_duration into openvpn_lastlog.session_durationDavid Sommerseth2008-09-192-19/+21
* Added (untested) logging of VPN MAC addresses into openvpn_macaddr_historyDavid Sommerseth2008-09-192-0/+19
* - Renamed eDBget_sessionkey(...) to eDBget_sessionkey_seed(...)David Sommerseth2008-09-151-32/+31
* First attempt to make efw_iptables do some real iptables workDavid Sommerseth2008-09-141-2/+2
* Changed to using sqlite3_vmprintf() function instead of vsnprintf()David Sommerseth2008-09-102-33/+34
* Changed from SHA1 hash to SHA512.David Sommerseth2008-08-212-4/+4
* Only updating opevpn_attempts on ATTEMPT_RESET when attempt count > 0David Sommerseth2008-08-171-10/+20
* Added GPLv2 licence, updated *.[ch] files to include license, with exception ...David Sommerseth2008-08-083-1/+45
* Renamed database column from sesskey to sessionkeyDavid Sommerseth2008-08-072-17/+17
* New attemtp of replacing the eDBadd_session_value(...) function with eAdd_val...David Sommerseth2008-08-071-3/+5
* Imported eurephia into gitDavid Sommerseth2008-08-065-0/+1373