Project

General

Profile

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

# Date Author Comment
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.