summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: Splitted all structures defined in eurephia_struct.h into sepa...David Sommerseth2008-11-059-53/+157
* BUGFIX: Corrected misbehaviour when no firewall interfaces is requested to b...David Sommerseth2008-11-051-1/+4
* Added check for sem_timedwait() function in CMake rules. Needed for fw imple...David Sommerseth2008-11-051-2/+3
* Added uninstall ruleDavid Sommerseth2008-11-051-12/+27
* Renamed efw_iptables to efw-iptables (underscore -> dash)David Sommerseth2008-11-052-6/+6
* Renamed eurephiadb-sqlite to edb-sqliteDavid Sommerseth2008-11-052-7/+7
* FEATURE: Enhanced firewall blacklisting to make it more flexibleDavid Sommerseth2008-11-053-3/+28
* Code improvement - using already assigned (char *) pointer instead of calling...David Sommerseth2008-11-031-1/+1
* BUGFIX: Fixed wrong attempt count reset during eurephia_tlsverify(...)v0.9.2_betaDavid Sommerseth2008-11-011-3/+0
* Updated TODO ... ready for next beta v0.9.2_betaDavid Sommerseth2008-11-012-14/+14
* Added double check that IP addr is not null before calling eFW_UpdateFirewall...David Sommerseth2008-11-011-1/+3
* 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-012-2/+2
* Fixed wrong registration of IP addresses in eDBget_blacklisted_ip(...)David Sommerseth2008-11-012-2/+2
* Added eDBget_blacklisted_ip(ctx) functions into db driversDavid Sommerseth2008-11-012-0/+44
* Code cleanup in eurephiadb.cDavid Sommerseth2008-11-011-18/+18
* Updated eurephiadb driver to implement eDBget_blacklisted_ip() functionDavid Sommerseth2008-11-012-1/+2
* Fixed some typosDavid Sommerseth2008-11-011-2/+2
* Added firewall update of blacklisted IP addresses in eFW_StartFirewall(...)David Sommerseth2008-11-011-0/+20
* Registering all IP addr blacklisted via eFW_UpdateFirewall(...) to avoid dupl...David Sommerseth2008-11-012-2/+16
* BUGFIX (2/2) ... implemented master side fix of shutdown bugDavid Sommerseth2008-11-012-4/+40
* BUGFIX (1/2) ... implemented worker side fix of shutdown bugDavid Sommerseth2008-10-311-1/+9
* Updated TODODavid Sommerseth2008-10-311-0/+9
* Updated TODODavid Sommerseth2008-10-221-0/+4
* Created install rules via cmakeDavid Sommerseth2008-10-215-6/+39
* Updated .gitignore to ignore several CMakeFiles folders.David Sommerseth2008-10-211-0/+2
* Added (untested) firewall block when IP addresses are blacklistedDavid Sommerseth2008-10-215-11/+66
* Reorganised the source codeDavid Sommerseth2008-10-1534-141/+150
* Implemented firewall initialisation and stateful checking on VPN clientsv0.9.1_betaDavid Sommerseth2008-10-082-15/+53
* Merge branch 'master' into cmakev0.9_betaDavid Sommerseth2008-10-084-28/+26
|\
| * Logging when username/password is authenticatedDavid Sommerseth2008-10-081-0/+2
| * Moved TLS authentication logging from database module to eurephia.cDavid Sommerseth2008-10-083-28/+15
| * Added more ideas to TODODavid Sommerseth2008-10-041-0/+9
* | Fixed wrong search in dist-cleanDavid Sommerseth2008-10-041-1/+1
* | configure now appends dist-clean rule to Makefile. Removed unneed CMakeLists.inDavid Sommerseth2008-10-042-101/+11
* | Merge branch 'master' into cmakeDavid Sommerseth2008-10-041-1/+1
|\|
| * BUGFIX: Fixed typo which came after commit e66dc10a1fee86d0c09651a09f8e5e926b...David Sommerseth2008-10-041-1/+1
* | Removed dependency on sed and CmakeLists.inDavid Sommerseth2008-10-043-3/+102
* | Merge branch 'master' into cmakeDavid Sommerseth2008-10-0413-235/+244
|\|
| * Updated TODODavid Sommerseth2008-10-042-2/+2
| * Log review - last round for now. Recategorised a few errors and warnings.David Sommerseth2008-10-042-5/+5
| * Log review - changed log levels for all DEBUG(...) callsDavid Sommerseth2008-10-0410-89/+88
| * Log review (part 1) - log categoriesDavid Sommerseth2008-10-038-142/+152
* | Moved away from using environment variable for OPENVPN_SRC_DIR. Forcing use ...David Sommerseth2008-10-033-9/+11
* | Made building more dynamic, improved parameter handling in configure and adde...David Sommerseth2008-10-032-5/+60
* | Made cmake also create template databaseDavid Sommerseth2008-10-031-0/+10
* | Added ./configure script to simplify cmake for "normal" usersDavid Sommerseth2008-10-031-0/+53
* | Updated .gitignore to ignore files created by cmakeDavid Sommerseth2008-10-031-1/+7
* | Improved cmake rulesDavid Sommerseth2008-10-033-8/+88
* | Removed Makefile.global, after changing to cmake (commit c89f879053170722f380...David Sommerseth2008-10-021-18/+0