summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
Commit message (Expand)AuthorAgeFilesLines
* Correct package rules error filename. Fixes #738jim-p2010-07-131-1/+1
* Add per-rule NAT reflection override.Erik Fonnesbeck2010-07-051-10/+15
* Label for 1:1 NAT reflection rules in rules.debug.Erik Fonnesbeck2010-06-251-1/+1
* Check for tcp/udp in the protocol specified for outbound NAT rules, since tcp...Erik Fonnesbeck2010-06-251-3/+6
* Propperly check for down state.Ermal2010-06-181-2/+2
* Fixes #665. Optimize and correctly check for the gateways on static routes to...Ermal2010-06-161-11/+8
* Add some missing code to convert_real_interface_to_friendly_interface_name. T...Ermal2010-06-031-1/+1
* Return the gateway status only for gateways apinger knows about instead of as...Ermal2010-06-031-2/+3
* Correctly teardown states for down gateways.Ermal2010-05-251-3/+3
* Revert "Use a global array for the most part of using the return_gateways_arr...Ermal2010-05-211-3/+3
* Use a global array for the most part of using the return_gateways_array() fun...Ermal2010-05-211-3/+3
* Fixes #610. Do not use the value of mtu blindly test it is set or use 1500 as...Ermal2010-05-201-1/+1
* block carp traffic to hosts self to avoid loops. fixes #598Scott Ullrich2010-05-191-0/+1
* get rid of flowtableChris Buechler2010-05-191-1/+3
* Simplify/optimize code.Ermal2010-05-131-3/+2
* Add a GUI field to let the user configure the maxium table entries size. Reso...jim-p2010-05-131-0/+5
* Using binat for reflection rules created some NAT issues under certain circum...Erik Fonnesbeck2010-05-131-9/+16
* Don't load the package include files if the packages are out of sync, which c...jim-p2010-05-111-1/+2
* Comment out the linkage of carp with alias members. As it is it does not work...Ermal2010-05-101-2/+6
* Do not install reflection rules for port forwards when the destination is inv...Erik Fonnesbeck2010-05-081-0/+2
* Revert changes to reflection for port forwards until finished and approved.Erik Fonnesbeck2010-05-081-69/+196
* Merge http://gitweb.pfsense.org/pfsense/efonne-new_nat_reflection into masterErik Fonnesbeck2010-05-081-184/+116
|\
| * Add backend code for NAT reflection on 1:1 NAT mappings.Erik Fonnesbeck2010-05-041-9/+30
| * Removed some redundant/obsolete code that is superceded by the new NAT reflec...Erik Fonnesbeck2010-05-041-8/+0
| * Add the NAT that goes with the reflection redirects.Erik Fonnesbeck2010-05-041-17/+49
| * Added reflection redirect rule and rearranged some related code that goes wit...Erik Fonnesbeck2010-05-041-57/+49
| * Remove the old reflection implementation and prepare for the new one.Erik Fonnesbeck2010-05-041-116/+11
* | The global reference declaration is needed.Ermal2010-05-071-1/+1
* | Use a global array to prevent errors on rulesets which have invalid gateways....Ermal2010-05-071-3/+12
* | Move auto generated rule for static routes on same subnet. Use sloppy states ...Ermal2010-05-071-28/+29
* | Fix the regular expression used in filter_generate_address for OPT subnet so ...Erik Fonnesbeck2010-05-061-1/+1
* | Ticket #511. Do not penailize other packages if rules of one package are erro...Ermal2010-05-051-4/+8
* | Implement tcp flags and sloppy state on the GUI.Ermal2010-05-051-15/+42
|/
* Put all of these lines in the block under this condition and remove the irrel...Erik Fonnesbeck2010-05-041-4/+2
* When 'No RDR' is set, skip some code that does not apply.Erik Fonnesbeck2010-05-041-2/+2
* This check is no longer needed here.Erik Fonnesbeck2010-05-041-13/+11
* Return if not a supported protocol for reflection.Erik Fonnesbeck2010-05-041-1/+1
* 'pass' is not valid with 'no rdr'Erik Fonnesbeck2010-05-041-2/+3
* Skip code for generating inetd.conf entries when 'no rdr' is used.Erik Fonnesbeck2010-05-041-17/+21
* Modify reflection code to avoid having duplicate rule generation code for whe...Erik Fonnesbeck2010-05-041-16/+19
* Reflection can have side effects unexpected to the user with rules using any ...Erik Fonnesbeck2010-05-041-1/+18
* Use the same destination address and port in reflection rules as is used in t...Erik Fonnesbeck2010-05-031-12/+15
* In reflection rules, fix the end of the port range in port range forwards.Erik Fonnesbeck2010-05-031-5/+5
* Move the reflection enabled check out of filter_generate_reflection, so this ...Erik Fonnesbeck2010-05-031-5/+8
* Various fixes for handling of ports in port forwards.Erik Fonnesbeck2010-05-021-12/+17
* Moving reflection's interface listing code to its own function, for use in fu...Erik Fonnesbeck2010-05-021-13/+27
* Fix a check for "any" in port forwards.Erik Fonnesbeck2010-05-021-1/+1
* Ticket #506. Correctly save dynamic gateways extra parameters.Ermal2010-04-301-3/+3
* Unbreak this. Seems it needs to be filter for the rules to work.Ermal2010-04-301-1/+1
* Make sure package rules are last. As the way they are coded they will null ou...Ermal2010-04-301-2/+2
OpenPOWER on IntegriCloud