summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_firewall.php
Commit message (Collapse)AuthorAgeFilesLines
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Adding Notifications tabScott Ullrich2009-07-091-0/+1
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-1/+0
| | | | | | | | | | | 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. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* From yesterday moving of ipfw loading to only captive portal a regression ↵Ermal Luçi2009-05-081-0/+7
| | | | | | | | 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@
* Remove "Allow IPv6" option from Firewall/NAT tab, it's already on the ↵jim-p2009-04-151-17/+0
| | | | Networking tab with other IPv6 options.
* Block all IPv6 traffic by default, since IPv6 isn't supported, there isn't ↵Chris Buechler2009-04-051-1/+17
| | | | 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.
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-161-12/+0
| | | | now.(yay!)
* Fix typoBill Marquette2008-12-061-1/+1
|
* Correct config path so filter rules are generated again for staticSeth Mos2008-11-211-2/+2
| | | | routes.
* Remove ocurrences of m0n0 for shaper type in the code.Ermal Luçi2008-10-231-13/+0
|
* Split random-id and no-df option for scrubbing.Ermal Luçi2008-10-191-4/+18
|
* Break before information text to match other pagesScott Ullrich2008-10-071-1/+1
|
* Move the 'advanced users only' notice into the tab body so the tab headersMatthew Grooms2008-09-091-15/+11
| | | | are not displaced by this message.
* Cleanup the tab format of the system advanced pages. The edges were squareMatthew Grooms2008-09-091-162/+163
| | | | instead of rounded like most pfSense pages.
* Break out the advanced system options page into tabs group by categories.Matthew Grooms2008-09-041-0/+329
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.
OpenPOWER on IntegriCloud