summaryrefslogtreecommitdiffstats
path: root/eurephiafw.c
Commit message (Expand)AuthorAgeFilesLines
* 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