summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove config lock for filter reload, since no config file reads or writes ar...Erik Fonnesbeck2010-12-141-7/+1
* No functional change just simple cleanup.Ermal2010-12-141-3/+1
* Make sure filter_configure() is not called during bootup since its harmful.Ermal2010-12-061-1/+9
* Silence this.Ermal2010-12-061-1/+1
* Restore locking to filter reload, using an exclusive filter lock around the f...Erik Fonnesbeck2010-12-041-3/+8
* Actually make the other code correct.Ermal2010-12-031-4/+4
* Ooops actually return after disabling flowtables.Ermal2010-12-031-1/+3
* Actually do something on flowtables. Seems later image kernels have this incl...Ermal2010-12-031-13/+7
* If the protocol is not set in the config, it defaults to https, so assume por...jim-p2010-12-011-1/+1
* Use new style filterdns argument passing on cmd and remove hack for killall n...Ermal2010-12-011-4/+2
* Ensure inetd.conf existsScott Ullrich2010-11-301-5/+6
* Temporarily killall -9 filterdns until the signal issue can be resolved. Will...Scott Ullrich2010-11-301-0/+2
* Make sure a port is always set. Remove trailing newlineScott Ullrich2010-11-301-3/+5
* Set portScott Ullrich2010-11-301-4/+4
* Adding webConfiguratorlockout table and code.Scott Ullrich2010-11-301-0/+12
* Ticket #911. Provide an option under system->advanced->misc to disable killin...Ermal2010-11-301-1/+4
* Nuke trailing c/rScott Ullrich2010-11-241-1/+1
* Add option to control automatic creation of NAT rules which assist forwarding...Erik Fonnesbeck2010-11-221-0/+5
* In filter_generate_reflection_nat, generate a rule with the actual subnet ins...Erik Fonnesbeck2010-11-221-15/+21
* Remove these anchors they just provide overhead and are not really used much ...Ermal2010-11-151-27/+0
* Remove gre helping rules they are not anymore needed.Ermal2010-11-151-17/+0
* Rework handling of ports for reflection on port forwards to work properly wit...Erik Fonnesbeck2010-11-141-59/+96
* Add whitespace to avoid breaking the resulting rule.Ermal2010-11-121-1/+1
* Whitespace fixes.Ermal2010-11-121-11/+10
* Make sure there is a direction specified otherwise errors might occur.Ermal2010-11-121-1/+1
* Initialize rule keeping array to avoid possible caching effects on php.Ermal2010-11-121-0/+2
* Take into account if we have redirection active to allow even port 443.Ermal2010-11-101-0/+2
* Make the antilockout rule match the webgui and ssh(if enabled) rather than an...Ermal2010-11-101-3/+12
* Use exec and check return value of command to avoid priting messages of stder...Ermal2010-11-101-4/+4
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+2
* Be smart and correct; first check for opt*ip and after check for opt* otherwi...Ermal2010-10-221-7/+8
* Update field name reference in code, it was changed to descr but this code wa...jim-p2010-10-191-2/+2
* Do not use mwexec when unlink can be used and is faster. This also avoids err...Ermal2010-10-041-2/+2
* Define and explain $aliases as a global.jim-p2010-09-281-0/+3
* Use a glob here instead of a shell exec.jim-p2010-09-281-3/+1
* Carry aliases around as a global so that discover_pkg_rules() can see aliases...jim-p2010-09-281-4/+4
* Initialize variable to possibly prevent hard caching of content.Ermal2010-09-221-0/+1
* Simplify logic.Ermal2010-09-131-7/+8
* Ticket #876. Show all gateways even though apinger is not monitoring them, fo...Ermal2010-09-091-2/+2
* Expand alias for redirect target port and truncate to first port or range if ...Erik Fonnesbeck2010-09-071-1/+8
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-2/+1
* Fix reflection on 1:1 rules and properly reinitialize the variable holding th...Erik Fonnesbeck2010-09-051-4/+9
* Allow 1:1 rules to specify source and destination. This is almost the same as...Ermal2010-09-031-26/+42
* keep src-nodes the same as states, as it is by default. in some circumstances...Chris Buechler2010-09-021-0/+2
* Revert "Since IPFW is redirecting to the captive portal running on 127.0.0.1:"Scott Ullrich2010-09-011-1/+0
* Since IPFW is redirecting to the captive portal running on 127.0.0.1:Scott Ullrich2010-09-011-0/+1
* Add even carp ips to the sloppy state filter rules of CP.Ermal2010-09-011-1/+12
* And some safe belts to prevent wrong lines in inetd.confErmal2010-09-011-2/+4
* Check for 0.0.0.0/0 to not be added to the table. It breaks stuff as in http:...Ermal2010-08-311-2/+2
* Check for 0.0.0.0/0 to not be added to the table. It breaks stuff as in http:...Ermal2010-08-311-1/+4
OpenPOWER on IntegriCloud