Project

General

Profile

Download (20.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9ae39b01 12/20/2011 08:02 PM Seth Mos

Add a checkbox that disabled automatically generates negate rules for directly connected networks and VPNs
Ticket #2057 in redmine

08847295 10/19/2011 05:16 PM Jim Pingle

Fix typo

5a8a7545 08/30/2011 06:07 PM Jim Pingle

Clarify notes so people don't think they need to disable pf to disable NAT.

1caa6adc 08/20/2011 05:37 AM Chris Buechler

remove dead link, no equivalent exists, will add info on that page's help

d2903c0c 04/14/2011 05:26 PM Jim Pingle

Test if a variable is set before trying to unset it. If a user has no rules in their config, then $config['filter'] would not be undefined, so unsettings $config['filter']['bypassstaticroutes'] would result in an error. http://forum.pfsense.org/index.php/topic,35702.0.html

87bb66af 04/06/2011 06:23 PM Ermal LUÇI

Correct text to include PPTP as well.

9a36dc9d 04/06/2011 06:22 PM Ermal LUÇI

Resolves #1391. Bring back VPN auto rule disable advanced setting.

8b19f4a7 03/01/2011 06:03 PM Erik Fonnesbeck

This is not NAT, so put it under the Firewall Advanced heading instead.

f1beeba5 02/22/2011 01:30 PM Luiz Gustavo S. Costa

Add Global reply-to disable checkbox, resolves the issue #1137

196440c8 02/22/2011 12:25 PM Luiz Gustavo S. Costa

reversal of accidentally deleted files
Revert "Add Global reply-to disable checkbox, resolves the issue #1137"

This reverts commit c646776871dacebcaa4225b083aa0789dc0bfba6.

c6467768 02/22/2011 02:43 AM Luiz Gustavo S. Costa

Add Global reply-to disable checkbox, resolves the issue #1137

a2b6c52f 11/22/2010 06:38 PM Erik Fonnesbeck

Add option to control automatic creation of NAT rules which assist forwarding rules that send traffic out to the same subnet it originated from.

ea53e38f 08/12/2010 12:44 PM Renato Botelho

gettext fixes

1beafceb 08/06/2010 04:58 AM Erik Fonnesbeck

On system_advanced_firewall.php, fix display of selected TFTP interfaces after saving. Fixes #794

dc4f649e 05/21/2010 04:42 PM Scott Ullrich

Make Firewall Optimization Options text readable

fb586a16 05/13/2010 07:46 PM Jim Pingle

Add a GUI field to let the user configure the maxium table entries size. Resolves #588
NOTE: Actual tables, not states.

ed69be7a 05/08/2010 10:54 PM Erik Fonnesbeck

Add note that reflection timeout only applies for port forwards.

bff94015 05/08/2010 10:40 PM Erik Fonnesbeck

Revert changes to reflection for port forwards until finished and approved.

129bc052 05/06/2010 01:34 AM Erik Fonnesbeck

Merge remote branch 'mainline/master' into patches

Resolved conflicts:
usr/local/www/system_advanced_firewall.php

e57d0897 05/05/2010 04:31 AM Erik Fonnesbeck

Slightly change wording of NAT reflection description.

9fc22c6f 05/05/2010 04:27 AM Erik Fonnesbeck

Add configuration option in System: Advanced: Firewall/NAT for NAT reflection on 1:1 NAT.

0bf53f55 05/04/2010 11:24 PM Erik Fonnesbeck

Remove note about reflection being skipped on large port ranges.

df66409b 05/04/2010 11:20 PM Erik Fonnesbeck

Removed unused NAT reflection timeout setting.

f0d1af93 04/29/2010 05:53 PM Carlos Eduardo Ramos

Fix gettext issues

c3c2fd20 04/29/2010 03:17 AM Erik Fonnesbeck

Merge branch 'master' into gettext

Resolved conflicts:
usr/local/www/system_advanced_firewall.php
usr/local/www/system_routes.php
usr/local/www/system_routes_edit.php

01dcf2b3 04/29/2010 02:36 AM Chris Buechler

properly show TFTP enabled interfaces

79eaddf4 04/27/2010 08:26 PM Renato Botelho

Fix : for translations

cf9331b3 04/27/2010 12:19 PM Renato Botelho

Add missing gettext() call

ec6b31f5 04/26/2010 07:26 PM Renato Botelho

Merge branch 'master' into gettext

ca23c2f8 04/26/2010 04:21 PM Renato Botelho

Implement gettext()

1324ebaf 04/26/2010 02:13 PM Renato Botelho

Mark this just informative textarea as readonly

cfdce2ad 04/16/2010 07:08 PM Ermal LUÇI

Ticket #508. Make TFTP proxy configurable by System Advanced->Firewall/NAT for several interfaces.

f691243d 04/16/2010 06:41 PM Ermal LUÇI

Do not use the presence of lan as an indicator of having only one interface. Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.

07336d48 03/22/2010 04:03 AM Chris Buechler

fix text

dc95bd08 03/22/2010 04:01 AM Chris Buechler

fix text

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

487b16ec 07/10/2009 01:03 AM Scott Ullrich

Adding Notifications tab

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
bd448e7f 05/08/2009 10:09 AM Ermal Luçi

From yesterday moving of ipfw loading to only captive portal a regression was noticed on ipfw states sizeing.
Fix this regression by changing this states when they are changed on the system advanced settings page.

Reported by: cmb@

92215498 04/15/2009 05:11 PM Jim Pingle

Remove "Allow IPv6" option from Firewall/NAT tab, it's already on the Networking tab with other IPv6 options.

910efe27 04/06/2009 02:20 AM Chris Buechler

Block all IPv6 traffic by default, since IPv6 isn't supported, there isn't any way to add such rules in the GUI, and nearly all users won't want IPv6 to traverse their firewall at this point. Add "Allow IPv6" checkbox to disable this behavior.

049a688e 03/16/2009 05:50 PM Ermal Luçi

Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!)

1ed992d1 12/06/2008 07:22 AM Bill Marquette

Fix typo

668c4990 11/21/2008 09:59 PM Seth Mos

Correct config path so filter rules are generated again for static
routes.

432bd199 10/23/2008 10:41 PM Ermal Luçi

Remove ocurrences of m0n0 for shaper type in the code.

2867fa7b 10/19/2008 07:41 AM Ermal Luçi

Split random-id and no-df option for scrubbing.

d231c4d3 10/07/2008 01:16 AM Scott Ullrich

Break before information text to match other pages

2ff19bfd 09/09/2008 06:54 PM Matthew Grooms

Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.

ab3c8553 09/09/2008 05:50 AM Matthew Grooms

Cleanup the tab format of the system advanced pages. The edges were square
instead of rounded like most pfSense pages.

df81417f 09/04/2008 03:40 PM Matthew Grooms

Break out the advanced system options page into tabs group by categories.
Fold the sysctl tunables page into a tab under the advanced options page.
This reduces the top level menu options by one. There should be no
functional changes.