summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
Commit message (Expand)AuthorAgeFilesLines
...
* Correct DHCPv6 rules test to also include a check for DHCPv6 relay. Fixes #3074jim-p2013-07-051-1/+2
* Added previously missing class selectors cs1-cs7 plaus VA (voice-admit)Klaws--2013-06-291-2/+13
* No need for this block of code, it will always have flags by this point if th...jim-p2013-06-181-4/+0
* Ensure that we only add a state type on pass, and that we only add flags to a...jim-p2013-06-181-2/+3
* Allow user to set interval between attempts to resolve hostnames configured o...Renato Botelho2013-06-171-1/+5
* TCP flags are valid on any type of rule, don't skip them on block or reject r...Chris Buechler2013-06-141-29/+29
* Partial revert of 5b431a20dea since the introduced parameter is not working a...Renato Botelho2013-05-231-9/+4
* remove auto-added allow pfsync ruleChris Buechler2013-05-171-1/+0
* Revert "Fix alias expand for hostnames, it should fix #2941"Renato Botelho2013-05-101-1/+1
* Fix alias expand for hostnames, it should fix #2941Renato Botelho2013-05-091-1/+1
* Seems behaviour of implode does not always produce a correct config so put it...Ermal2013-04-191-2/+2
* Remove newline hereErmal2013-04-181-1/+1
* Rather test uniqueness from the filterdns itself to avoid duplicatesErmal2013-04-181-5/+4
* Do not put hostnames on the generated alias since filterdns will take care of...Ermal2013-04-181-1/+1
* Add a new parameter to return all aliases, including hosts. It fixes #2941Renato Botelho2013-04-141-5/+11
* Also ignore 'none' here on the backend to avoid letting previously broken rul...jim-p2013-04-111-2/+2
* Allow traffic initiated from host and without a default route to be sent to a...Ermal2013-04-111-1/+1
* Avoid adding URLs to filterdns.conf. It fixes #2921Renato Botelho2013-04-021-1/+1
* Do not bother with bogonsv6 if IPv6 allow is offphildd2013-03-241-1/+11
* Define bogon tables where they should beErmal2013-03-191-5/+6
* Use proper interface for reply-to in case of 6rd/6to4Ermal2013-03-191-1/+2
* Try to remove as much as possible _stf special case through the codeErmal2013-03-181-11/+2
* Do more strick checks for avoiding http://forum.pfsense.org/index.php/topic,5...Ermal2013-03-131-8/+20
* Do not route do default gw when rule gw is downRenato Botelho2013-03-121-2/+10
* use logging on the block all v6 rules if default is logChris Buechler2013-03-121-6/+7
* move the "block all v6" rules back to where they should be, fix commentChris Buechler2013-03-111-6/+6
* Add VPNs and PPPoE rules before regular ones. Fixes #2837Renato Botelho2013-02-251-2/+3
* Create rules for grouped interfaces before regular ones. Fixes #2837Renato Botelho2013-02-251-4/+19
* Fix indent and whitespacesRenato Botelho2013-02-251-58/+58
* Fix test for enabling upnp anchor. Unbreaks upnp for many.jim-p2013-02-171-1/+1
* Remove #2760 workaroundbcyrill2013-02-171-7/+0
* Ticket #1629 Another round of fixes related to state clearingErmal2013-02-121-0/+5
* Enter missed text neededErmal2013-02-111-1/+1
* Properly generate all address data based on configuration selectedErmal2013-02-111-0/+12
* Protect from cases when the ipv4 might be missing on the interface for any re...Ermal2013-02-051-5/+9
* Correct setting protocol for generated rulesErmal2013-02-051-0/+12
* Fixes #2598. In case the rule is both for v4 and v6 generate 2 rules for each...Ermal2013-02-051-46/+48
* Merge pull request #371 from bcyrill/patch-18rbgarga2013-02-041-1/+3
|\
| * Kill filterdns when not being usedbcyrill2013-02-021-1/+3
* | Make not LAN address etc rules workPhil Davis2013-02-041-0/+4
|/
* Use the better -Fs modifies to pf to kill the states by interface. Also kill ...Ermal2013-01-311-1/+1
* Create link_interface_to_track6 to make code more readble and easily trackble...Ermal2013-01-311-48/+40
* Put more checks hereErmal2013-01-301-2/+11
* Ticket #2412. Also allow ipv6 traffic to flow on the stf interfaceErmal2013-01-301-0/+4
* Ticket #2412 6to4 can come from any source. Also tighten rule that reply come...Ermal2013-01-301-2/+2
* pfctl -b is gone just use std tools of pfctlErmal2013-01-301-11/+6
* Use correct key. Be more strict while checking by suing v4 version for ipv4. ...Ermal2013-01-291-4/+4
* Use pfSense function where possible and rename stf0 to interface_stf to allow...Ermal2013-01-291-3/+3
* Move the definition of negate_networks/vpn_networks to its place and re-inclu...Ermal2013-01-281-14/+29
* Put outgoing policy routes even for the vips to correct sourced traffic from ...Ermal2013-01-251-2/+35
OpenPOWER on IntegriCloud