summaryrefslogtreecommitdiffstats
path: root/plugin/firewall/eurephiafw.c
Commit message (Expand)AuthorAgeFilesLines
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Changed main firewall implementation to use eFWupdateRequest structDavid Sommerseth2009-11-091-46/+115
* 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-071-5/+5
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-4/+4
* Added doxygen commentsDavid Sommerseth2009-09-021-2/+52
* Added missing #include statementsDavid Sommerseth2009-09-021-0/+1
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-4/+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-281-0/+2
* Renamed eurephia_struct.h to eurephia_context.hDavid Sommerseth2008-11-271-1/+1
* FEATURE: Enhanced firewall blacklisting to make it more flexibleDavid Sommerseth2008-11-051-1/+13
* 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-011-2/+20
* Added (untested) firewall block when IP addresses are blacklistedDavid Sommerseth2008-10-211-6/+19
* Reorganised the source codeDavid Sommerseth2008-10-151-0/+288