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