summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
Commit message (Collapse)AuthorAgeFilesLines
* More typos/text fixes.jim-p2011-10-191-3/+3
|
* Don't try to unset this variable if it isn't set to begin with. Fixes #1865jim-p2011-09-091-1/+1
|
* Move the option to exclude localhost as a DNS server under System > General ↵jim-p2011-08-301-21/+0
| | | | so it is grouped with other system DNS options in a more logical location.
* fix textChris Buechler2011-08-241-1/+1
|
* Fix field name label.jim-p2011-08-221-1/+1
|
* fix textChris Buechler2011-08-171-3/+3
|
* Allow disabling having localhost in resolv.conf. There are some special ↵Ermal2011-08-121-0/+22
| | | | setups that might need this.
* Fix typojim-p2011-06-281-1/+1
|
* Correct input object name from wrong copy/pasto. Reported-by: ↵Ermal2011-06-021-1/+1
| | | | http://forum.pfsense.org/index.php/topic,37369.0.html
* Add tunable, by default disabled, to enable the default gateway switching ↵Ermal2011-06-011-0/+15
| | | | feature when the default one 'disappears'.
* Add an option under advanced->misc to specify a proxy for retreiving pfsense ↵Ermal2011-04-181-0/+59
| | | | package info or downloading packages.
* Add a toggle under System > Advanced on the misc tab to enable/disable debug ↵jim-p2011-04-111-0/+28
| | | | mode for racoon.
* Ticket #911. Provide an option under system->advanced->misc to disable ↵Ermal2010-11-301-0/+21
| | | | killing states when a gateway goes down. Possibly on 2.1+ this might be made an option specific for each gateway!
* Replace hardcoded pfSense with product_name.jim-p2010-10-061-1/+1
|
* Properly check and set "Prefer older IPsec SAs" setting in the config and ↵jim-p2010-09-221-4/+6
| | | | its associated sysctl. Move setting the sysctl to its own function to avoid code duplication.
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* Fix text, and default to 1400Chris Buechler2010-08-041-4/+4
|
* Resolves #787. Present an option to enable a scrub rule for <vpns> target to ↵Ermal2010-08-031-0/+30
| | | | limit the mss to specified value.
* Fix test for checking the prefer old IPsec SA box.jim-p2010-07-271-1/+1
|
* Removing tab characterVinicius Coque2010-04-291-1/+1
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-28/+28
|
* Fixing gettext() on multiline stringsVinicius Coque2010-04-291-4/+4
|
* Fix : for translationsRenato Botelho2010-04-271-1/+1
|
* Adding gettext() to save buttonVinicius Coque2010-04-271-1/+1
|
* Reviewing gettext()Vinicius Coque2010-04-271-7/+7
|
* Implement gettext()Carlos Eduardo Ramos2010-04-261-38/+38
|
* 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
* * Fix setting unsetting of a few option under System-> MiscErmal Luçi2009-08-121-3/+35
| | | | * Present a new option to control clearing of states when Schedules expire. Seems sometimes this is a desirable behaviour!
* Adding Notifications tabScott Ullrich2009-07-091-0/+1
|
* Add configurable option to enable glxsb.jim-p2009-07-041-0/+25
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+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.
* Cosmetic fix - two words were split with hyphenation that didn't look right ↵jim-p2009-04-151-4/+4
| | | | in the WebGUI.
* Add Use PowerDScott Ullrich2009-04-051-0/+1
|
* Add missing spacing before PowerD sectionScott Ullrich2009-04-051-0/+3
|
* Add power savings headerScott Ullrich2009-04-051-1/+1
|
* Adding PowerD knob to system -> advanced -> misc. This will be usefulScott Ullrich2009-04-051-0/+24
| | | | | | | | | | | | | | | | | | for folks wishing for their firewall to use less power overall. Blurb from the powerd man page from freebsd: The powerd utility monitors the system state and sets various power con- trol options accordingly. It offers three modes (maximum, minimum, and adaptive) that can be individually selected while on AC power or batter- ies. The modes maximum, minimum, and adaptive may be abbreviated max, min, adp. Maximum mode chooses the highest performance values. Minimum mode selects the lowest performance values to get the most power savings. Adaptive mode attempts to strike a balance by degrading performance when the system appears idle and increasing it when the system is busy. It offers a good balance between a small performance loss for greatly increased power savings. The default mode is adaptive.
* Remove unused code.Ermal Luçi2008-11-061-3/+0
|
* Remove ocurrences of m0n0 for shaper type in the code.Ermal Luçi2008-10-231-19/+0
|
* Move the 'advanced users only' notice into the tab body so the tab headersMatthew Grooms2008-09-091-16/+12
| | | | are not displaced by this message.
* Cleanup the tab format of the system advanced pages. The edges were squareMatthew Grooms2008-09-091-129/+128
| | | | instead of rounded like most pfSense pages.
* Break out the advanced system options page into tabs group by categories.Matthew Grooms2008-09-041-0/+237
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