summaryrefslogtreecommitdiffstats
path: root/plugin/firewall
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright datesDavid Sommerseth2012-10-088-8/+8
* efw-iptables: Use the iptables conntrack moduleMatthew Gyurgyik2010-12-241-4/+4
* Implemented proper TUN support in eurephiaDavid Sommerseth2010-12-141-1/+1
* Add preliminary support for using IP addresses in the firewall moduleDavid Sommerseth2010-12-011-17/+17
* Update efw-iptables version number and API versionDavid Sommerseth2010-11-302-3/+8
* Move daemonize() code to be called in the firewall child thread onlyDavid Sommerseth2010-11-262-2/+28
* Updated wrong log entriesDavid Sommerseth2010-08-291-1/+1
* Fixed some issues with the firewall implementationDavid Sommerseth2010-08-261-3/+9
* Fixed Doxygen complaintsDavid Sommerseth2010-08-261-1/+4
* Completed the needed changes for the new firewall plug-in APIDavid Sommerseth2010-08-253-128/+97
* Fixed a few doxygen complaints - missing documentationDavid Sommerseth2010-07-301-0/+4
* Updated Copyright dates to include 2010David Sommerseth2010-07-308-8/+8
* Changed main firewall implementation to use eFWupdateRequest structDavid Sommerseth2009-11-093-57/+142
* Cleaned up the driver/interface API for database and firewallDavid Sommerseth2009-11-041-3/+5
* Fixed memory leak in the firewall implementation and added mlock() usageDavid Sommerseth2009-10-061-1/+8
* Restrict input data length for plug-in arguments from openvpnDavid Sommerseth2009-10-041-6/+9
* Rewritten the eurephia_log() to support syslog logging as wellDavid Sommerseth2009-09-241-1/+0
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-072-6/+6
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-4/+4
* Cleaned up and added some missing commentsDavid Sommerseth2009-09-052-7/+23
* Even more commentsDavid Sommerseth2009-09-044-23/+65
* Added doxygen commentsDavid Sommerseth2009-09-023-6/+148
* Added copyright info in CMake filesDavid Sommerseth2009-09-021-0/+19
* Added missing #include statementsDavid Sommerseth2009-09-021-0/+1
* Cleaned up the efw-iptables CMake rulesDavid Sommerseth2009-09-021-3/+11
* Rewritten CMake rules to build common/ as static libraryDavid Sommerseth2009-04-111-2/+1
* Restructured ./configure and improved the path setupDavid Sommerseth2009-03-301-1/+1
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-267-7/+7
* Cleaned up the code a little bitDavid Sommerseth2009-03-267-15/+15
* Merge branch 'master' into eurephiadmDavid Sommerseth2008-12-021-2/+2
|\
| * Made some messages clearer in efw-iptablesDavid Sommerseth2008-12-021-2/+2
* | Added context_type into eurephiaCTX struct. Database queries limited due to ...David Sommerseth2008-11-291-0/+1
|/
* Made eurephia_context.h even more generic and independentDavid Sommerseth2008-11-283-1/+7
* Renamed eurephia_struct.h to eurephia_context.hDavid Sommerseth2008-11-274-3/+6
* Code cleanup: Splitted all structures defined in eurephia_struct.h into sepa...David Sommerseth2008-11-051-0/+48
* Renamed efw_iptables to efw-iptables (underscore -> dash)David Sommerseth2008-11-052-6/+6
* FEATURE: Enhanced firewall blacklisting to make it more flexibleDavid Sommerseth2008-11-052-3/+27
* Added double check that IP addr is not null before calling eFW_UpdateFirewall...David Sommerseth2008-11-011-1/+3
* 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-011-2/+15
* 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
* Created install rules via cmakeDavid Sommerseth2008-10-211-0/+1
* Added (untested) firewall block when IP addresses are blacklistedDavid Sommerseth2008-10-213-11/+52
* Reorganised the source codeDavid Sommerseth2008-10-157-0/+731