Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ticket #911. Provide an option under system->advanced->misc to disable ↵ | Ermal | 2010-11-30 | 1 | -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-p | 2010-10-06 | 1 | -1/+1 |
| | |||||
* | Properly check and set "Prefer older IPsec SAs" setting in the config and ↵ | jim-p | 2010-09-22 | 1 | -4/+6 |
| | | | | its associated sysctl. Move setting the sysctl to its own function to avoid code duplication. | ||||
* | gettext fixes | Renato Botelho | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Fix text, and default to 1400 | Chris Buechler | 2010-08-04 | 1 | -4/+4 |
| | |||||
* | Resolves #787. Present an option to enable a scrub rule for <vpns> target to ↵ | Ermal | 2010-08-03 | 1 | -0/+30 |
| | | | | limit the mss to specified value. | ||||
* | Fix test for checking the prefer old IPsec SA box. | jim-p | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | Removing tab character | Vinicius Coque | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Fix gettext issues | Carlos Eduardo Ramos | 2010-04-29 | 1 | -28/+28 |
| | |||||
* | Fixing gettext() on multiline strings | Vinicius Coque | 2010-04-29 | 1 | -4/+4 |
| | |||||
* | Fix : for translations | Renato Botelho | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | Adding gettext() to save button | Vinicius Coque | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | Reviewing gettext() | Vinicius Coque | 2010-04-27 | 1 | -7/+7 |
| | |||||
* | Implement gettext() | Carlos Eduardo Ramos | 2010-04-26 | 1 | -38/+38 |
| | |||||
* | Require filter.inc and shaper.inc | Scott Ullrich | 2009-11-21 | 1 | -0/+3 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | * Fix setting unsetting of a few option under System-> Misc | Ermal Luçi | 2009-08-12 | 1 | -3/+35 |
| | | | | * Present a new option to control clearing of states when Schedules expire. Seems sometimes this is a desirable behaviour! | ||||
* | Adding Notifications tab | Scott Ullrich | 2009-07-09 | 1 | -0/+1 |
| | |||||
* | Add configurable option to enable glxsb. | jim-p | 2009-07-04 | 1 | -0/+25 |
| | |||||
* | * Create two new functions lock($subsystem)/unlock() to have more reliable ↵ | Ermal Luçi | 2009-05-08 | 1 | -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-p | 2009-04-15 | 1 | -4/+4 |
| | | | | in the WebGUI. | ||||
* | Add Use PowerD | Scott Ullrich | 2009-04-05 | 1 | -0/+1 |
| | |||||
* | Add missing spacing before PowerD section | Scott Ullrich | 2009-04-05 | 1 | -0/+3 |
| | |||||
* | Add power savings header | Scott Ullrich | 2009-04-05 | 1 | -1/+1 |
| | |||||
* | Adding PowerD knob to system -> advanced -> misc. This will be useful | Scott Ullrich | 2009-04-05 | 1 | -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çi | 2008-11-06 | 1 | -3/+0 |
| | |||||
* | Remove ocurrences of m0n0 for shaper type in the code. | Ermal Luçi | 2008-10-23 | 1 | -19/+0 |
| | |||||
* | Move the 'advanced users only' notice into the tab body so the tab headers | Matthew Grooms | 2008-09-09 | 1 | -16/+12 |
| | | | | are not displaced by this message. | ||||
* | Cleanup the tab format of the system advanced pages. The edges were square | Matthew Grooms | 2008-09-09 | 1 | -129/+128 |
| | | | | instead of rounded like most pfSense pages. | ||||
* | Break out the advanced system options page into tabs group by categories. | Matthew Grooms | 2008-09-04 | 1 | -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. |