summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
Commit message (Expand)AuthorAgeFilesLines
* Allow IPv6 on loopback even where IPv6 is otherwise disabled. The intent of t...Chris Buechler2014-12-311-0/+3
* Only set route-to and reply-to on ESP and ISAKMP rules if the remote endpoint...Chris Buechler2014-12-301-12/+18
* Unbreak IPsec rules generation for IPsec over CARP. Should help even Ticket #...Ermal LUÇI2014-12-301-1/+1
* Split ICMP and ICMPv6 types on Firewall RulesRenato Botelho2014-12-111-0/+61
* Update filter.incDmitriy K.2014-12-011-1/+1
* Rather than set the g['booting'] on globals provide a function to test for th...Ermal LUÇI2014-11-261-11/+11
* MSS clamping on VPNs is necessary in both directions where it's needed. Rathe...Chris Buechler2014-11-221-0/+1
* Fixes #3198, check that subnet masks are equal when choosing binat type for I...Ermal LUÇI2014-11-201-2/+13
* Retire flowtable_configure as a useless code since its not in kernelErmal2014-11-101-30/+0
* Ticket #3967. Allow to have carp as parent of ipaliases - continuedErmal2014-11-101-1/+1
* When an alias contain hosts, add IPs and networks to filterdns too, otherwise...Renato Botelho2014-11-051-1/+15
* remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days an...Chris Buechler2014-11-041-1/+0
* block IPv4 link-local. Per RFC 3927, hosts "MUST NOT send the packet toChris Buechler2014-10-141-0/+5
* Fix pf syntax s/divert/divert-to/. It should fix #3921Renato Botelho2014-10-101-1/+1
* Fix not rules for OPTn network casePhil Davis2014-10-061-10/+7
* get back to our standard RFC-defined capitalization of IPsecChris Buechler2014-10-021-2/+2
* Change is_port() to only validate a single port, we have is_portrange() for s...Renato Botelho2014-09-101-1/+1
* As pointed out by Ermal, VIPs should go first in the list since NAT is first ...Renato Botelho2014-09-091-2/+2
* Take virtual IPs into consideration for automatic outbound NAT rules, it shou...Renato Botelho2014-08-221-0/+18
* Remove double defined 'localhost' on the list of networks to create outbound ...Renato Botelho2014-08-111-1/+1
* Do not create automatic outbound NAT rule for disabled openvpn servers and cl...Renato Botelho2014-08-111-2/+2
* Fix #983 - Add IP aliases subnets to interface subnet macro on GUI, since I'm...Renato Botelho2014-07-221-6/+52
* Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-071-8/+10
* Fix dscp values and provide a config upgrade to fix values stored in config.x...Renato Botelho2014-06-241-1/+1
* Merge pull request #1239 from phil-davis/patch-9jim-p2014-06-201-1/+1
|\
| * Only include a scheduled rule if it is strictly before the end timePhil Davis2014-06-191-1/+1
* | Remove extra data after space and fix pf rule syntax. It should fix #3688Renato Botelho2014-06-201-1/+1
* | Replace some backticks by exec ans simplify commandsRenato Botelho2014-06-191-1/+1
|/
* Make logging of pass rules opt-in rather than opt-outErmal2014-05-271-1/+1
* Split the setting of logging pass and block into 2 separate settings. Maybe t...Ermal2014-05-271-92/+93
* Add (self) keyword for specifying "any IP address on this firewall" as a rule...jim-p2014-05-231-0/+6
* Expose all p0f OS types that it supports so that subtypes of various Operatin...jim-p2014-04-291-1/+1
* check gateway for IPv6 also for reply-to rules.PiBa-NL2014-04-191-1/+1
* Switch over to filterlog sooner than laterErmal2014-04-141-13/+3
* Use proper variable name for the interfaceErmal2014-03-281-1/+1
* Log everything when selected to do soErmal2014-03-261-93/+93
* Correct the generation of antifpoof rules with tracker. Also honor the log di...Ermal2014-03-261-4/+3
* Give each rule hardcoded on the ruleset a tracker so log entries give up prop...Ermal2014-03-261-103/+183
* Do not garble the error logging messageErmal2014-03-201-3/+4
* Try to restore last working ruleset rather than staying without configuration...Ermal2014-03-201-6/+11
* Disable default allow incoming rules for 6to4 and 6rd interfaces. This rule u...Ermal2014-03-171-2/+4
* Only add dhcpv6 client allow rules if ipv6allow is setRenato Botelho2014-02-181-1/+1
* Move 'allow dhcpv6 client' rules above block bogonsv6 ones, it should fix #3395Renato Botelho2014-02-181-15/+18
* Merge pull request #891 from PiBa-NL/captive_disableRenato Botelho2014-02-181-0/+2
|\
| * captive portal, don't generate rules for disabled portalPiBa-NL2014-01-251-0/+2
* | Move this global declaration to the proper file rather than backend codeErmal2014-02-171-12/+0
* | fix syntaxRenato Botelho2014-01-021-1/+1
* | Generate a tracker id for the filter rules for now. Maybe for nat rules as well?Ermal2013-12-311-2/+5
* | Use _vip as identified for CARP vip IPs to allow easier upgrade code. This wa...Ermal2013-12-061-1/+4
* | Load only the options and nothing elseErmal2013-12-061-1/+1
OpenPOWER on IntegriCloud