summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo and check.Ermal Luçi2009-05-141-1/+1
* Fix the issue that the filter reload status stops at 'Syncing CARP data to {$...Ermal Luçi2009-05-131-0/+7
* Fix fallout of tables from the refactoring of address generation. This is a b...Ermal Luçi2009-05-121-27/+7
* Fix alias table generation. (There is probably a better way to do this... Ide...jim-p2009-05-121-2/+2
* Merge after_filter_configure_run commands with the system:afterfilterchangesh...Ermal Luçi2009-05-121-12/+13
* Use the php copy function instead of forking just for copying a file.Ermal Luçi2009-05-121-1/+1
* * Create two new functions lock($subsystem)/unlock() to have more reliable lo...Ermal Luçi2009-05-081-1/+8
* Spit verbose messages on schedules only if in debug mode.Ermal Luçi2009-05-071-4/+12
* Remove from filter load the captive portal module loading and move it to the ...Ermal Luçi2009-05-071-11/+1
* Comment out supposed diff code that is not being used.Ermal Luçi2009-05-071-1/+4
* This function may penalize too much so remove it.Ermal Luçi2009-05-011-3/+0
* Styling fixes.Ermal Luçi2009-05-011-3/+3
* Missed conversions.Ermal Luçi2009-05-011-21/+21
* Create a function to reduce duplicated code size.Ermal Luçi2009-05-011-197/+120
* * Convert schedules to pf(4).Ermal Luçi2009-04-261-162/+324
* More functions moving from pfsense-utils to interfaces.inc.Ermal Luçi2009-04-261-1/+3
* Call apc_clear_cache() on filter reload if the function exists toScott Ullrich2009-04-221-0/+3
* Fix NAT reflection/TFTP Proxy. After Commit:1ab56363bbc910157191850b45d78f9ec...jim-p2009-04-191-1/+1
* Match 1.X behavior for PF macros for PPPoE and PPTPScott Ullrich2009-04-181-9/+9
* Set skip on pfsync0Scott Ullrich2009-04-131-0/+2
* Set ipfw's state limit the same as pf'sChris Buechler2009-04-061-3/+20
* Block all IPv6 traffic by default, since IPv6 isn't supported, there isn't an...Chris Buechler2009-04-051-1/+12
* Add nat rules even for l2tp. While there fix some issues which might produce ...Ermal Luçi2009-03-301-15/+28
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-25/+12
* When optimization is "conservative", also increase UDP timeouts. Helps preven...Chris Buechler2009-03-301-3/+7
* * Introduce interface groups. For now they are availble only on Firewall:Rule...Ermal Luçi2009-03-161-14/+22
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel n...Ermal Luçi2009-03-161-154/+3
* Never filter on carpX interfaces.Chris Buechler2009-03-101-5/+0
* really fix route-to this timeChris Buechler2009-03-091-1/+1
* Correctly fill in route-to interface name instead of "opt1"Scott Ullrich2009-03-091-1/+1
* Use the new is_module_loaded function to avoid spamming the System log.Ermal Luçi2009-03-081-2/+1
* * Do not restart ipfw-classifyd on every iteration just send a signal to relo...Ermal Luçi2009-03-081-5/+6
* Use nat port range 1024:65535Scott Ullrich2009-03-041-1/+4
* Fix UDP NAT ReflectionScott Ullrich2009-03-011-2/+2
* Tag/Tagged/DSCP can be used for blocking too.Ermal Luçi2009-03-011-8/+8
* Revert "Merge IPv6 changes"Scott Ullrich2009-02-281-141/+52
* Another try at fixing http://forum.pfsense.org/index.php/topic,14220.0.htmlErmal Luçi2009-02-281-21/+19
* Remove braindead set skip action which breaks filtering ipsec traffic gif/tun...Ermal Luçi2009-02-281-1/+0
* Move some special packages rule creation after user rules so the latest have ...Ermal Luçi2009-02-281-16/+19
* Remove the quick from the rule to allow ftp control connections to be policed...Ermal Luçi2009-02-221-1/+1
* Do not duplicate the same option. Just a cosmetic change.Ermal Luçi2009-02-221-1/+1
* Do not try to convert twice to real interface return_gateways_array tries to ...Ermal Luçi2009-02-141-1/+4
* Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainlineErmal Luçi2009-02-141-1/+1
|\
| * Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainlineScott Ullrich2009-02-141-15/+3
| |\
| * | Use $int = get_real_interface($GatewaysList[$gateway]['interface']);Scott Ullrich2009-02-141-1/+1
* | | Start the userland layer7 daemon after the rules have loaded so the shaper qu...Ermal Luçi2009-02-141-0/+4
| |/ |/|
* | Remove overload option for l7 it is no more needed.Ermal Luçi2009-02-111-15/+3
|/
* Remove the 'L2TP clients' option on firewall src/dst address cause it does no...Ermal Luçi2009-02-011-15/+0
* Add more L2TP backend code.Ermal Luçi2009-02-011-8/+32
* Log an error when we cannot lookup a gateways interface.Scott Ullrich2009-01-311-0/+2
OpenPOWER on IntegriCloud