summaryrefslogtreecommitdiffstats
path: root/firewall/iptables/efw_iptables.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into cmakeDavid Sommerseth2008-10-041-6/+6
|\
| * Log review - changed log levels for all DEBUG(...) callsDavid Sommerseth2008-10-041-6/+6
* | Adjusted to match new cmake regimeDavid Sommerseth2008-10-021-0/+3
|/
* Fixed a typo, do not do a critical exit from process_input() on unparseable i...David Sommerseth2008-09-251-2/+2
* Downgraded a few LOG_DEBUG messages to LOG_INFO in efw_iptables, which is fin...David Sommerseth2008-09-251-4/+4
* Improved code security. LOG_DEBUG statements are only compiled if DEBUG=1 is...David Sommerseth2008-09-191-9/+8
* BUGFIX: Fixed wrong freeing of msg pointer in eFW_RunFirewall/process_inputDavid Sommerseth2008-09-191-3/+4
* Added (untested) flushing of firewall destination chain on firewall module st...David Sommerseth2008-09-181-29/+54
* Moved creation and destruction of semaphores and message queue into an own he...alpha_0.5David Sommerseth2008-09-141-7/+3
* Moved eurephia FW from using Posix threads to standard fork. To avoid that t...David Sommerseth2008-09-141-14/+10
* Fixed execution of firewall command, forgot to fork out process before execve...David Sommerseth2008-09-141-9/+40
* First attempt to make efw_iptables do some real iptables workDavid Sommerseth2008-09-141-1/+48
* Added main loop for the firewall interface moduleDavid Sommerseth2008-08-251-1/+63
* Added first phase skeleton for iptables firewall interfaceDavid Sommerseth2008-08-101-0/+36