summaryrefslogtreecommitdiffstats
path: root/eurephiafw.c
Commit message (Expand)AuthorAgeFilesLines
* Log review - changed log levels for all DEBUG(...) callsDavid Sommerseth2008-10-041-3/+3
* Log review (part 1) - log categoriesDavid Sommerseth2008-10-031-13/+13
* Improved code security. LOG_DEBUG statements are only compiled if DEBUG=1 is...David Sommerseth2008-09-191-4/+3
* Added flushing of firewall chain on shutdown as well.David Sommerseth2008-09-191-2/+20
* Added (untested) flushing of firewall destination chain on firewall module st...David Sommerseth2008-09-181-2/+19
* Moved creation and destruction of semaphores and message queue into an own he...alpha_0.5David Sommerseth2008-09-141-45/+7
* Moved eurephia FW from using Posix threads to standard fork. To avoid that t...David Sommerseth2008-09-141-30/+49
* Flushing message queue for firewall updates before telling firewall thread we...David Sommerseth2008-09-141-0/+26
* Fixed execution of firewall command, forgot to fork out process before execve...David Sommerseth2008-09-141-1/+18
* First attempt to make efw_iptables do some real iptables workDavid Sommerseth2008-09-141-9/+12
* Added first attempt to make the firewall interface communictateDavid Sommerseth2008-08-251-0/+25
* Small fixes to make the eFW interface load and start upDavid Sommerseth2008-08-251-1/+2
* Added main loop for the firewall interface moduleDavid Sommerseth2008-08-251-0/+11
* Added framework for putting a firewall module into its own threadDavid Sommerseth2008-08-201-0/+101
* Added first phase of firewall interface. Skeleton for loading of interface s...David Sommerseth2008-08-101-0/+90