Ticket #911. Provide an option under system->advanced->misc to disable 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.
Properly check and set "Prefer older IPsec SAs" setting in the config and its associated sysctl. Move setting the sysctl to its own function to avoid code duplication.
gettext fixes
Fix text, and default to 1400
Resolves #787. Present an option to enable a scrub rule for <vpns> target to limit the mss to specified value.
Fix test for checking the prefer old IPsec SA box.
Removing tab character
Fix gettext issues
Fixing gettext() on multiline strings
Fix : for translations
Adding gettext() to save button
Reviewing gettext()
Implement gettext()
Require filter.inc and shaper.inc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Adding Notifications tab
Add configurable option to enable glxsb.
Cosmetic fix - two words were split with hyphenation that didn't look right in the WebGUI.
Add Use PowerD
Add missing spacing before PowerD section
Add power savings header
Adding PowerD knob to system -> advanced -> misc. This will be usefulfor folks wishing for their firewall to use less power overall. Blurbfrom the powerd man page from freebsd:
The powerd utility monitors the system state and sets various power con-...
Remove unused code.
Remove ocurrences of m0n0 for shaper type in the code.
Move the 'advanced users only' notice into the tab body so the tab headersare not displaced by this message.
Cleanup the tab format of the system advanced pages. The edges were squareinstead of rounded like most pfSense pages.
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 nofunctional changes.