summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove 0.0.0.0 from automatic outbound nat rulesRenato Botelho2013-11-281-1/+1
* | Remove references to _vip interface and provide proper configuration for carp...Ermal2013-11-281-5/+1
* | fix 0.0.0.0 subnet for automatic outbound NAT rules, fixes #2416Renato Botelho2013-11-261-1/+1
* | Fix #3331. Set interface subnet as destination when VIP is in the same subnet...Renato Botelho2013-11-211-1/+4
* | FreeBSD 10 pf does not have a limit for table entriesErmal2013-11-211-3/+0
* | Add gettext() to recently added stringsRenato Botelho2013-11-181-9/+9
* | Add an option to return outbound NAT automatic to nat hosts with description,...Renato Botelho2013-11-181-11/+41
* | Add subnet to 0.0.0.0 otherwise it's not added to table, ticket #2416Renato Botelho2013-11-181-1/+1
* | Make sure automatic rules are created even if mode is not set, ticket #2416Renato Botelho2013-11-181-1/+3
* | Split automatic to nat hosts fill into a function to be able to call it from ...Renato Botelho2013-11-141-95/+132
* | Remove unused variables and fix automatic nat to alias-addressRenato Botelho2013-11-141-5/+1
OpenPOWER on IntegriCloud