CA/CERT Move
Restart dnsmasq on change in case of dns rebinding changes -
Revert "Restart dnsmasq on change in case of dns rebinding changes"
This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6.
Restart dnsmasq on change in case of dns rebinding changes
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
gettext fixes
Fix printf/sprintf mixups.
Fixing gettext calls on system_advanced_admin.php
fix disable HTTP redirect
Add a text box where someone can enter in alternate hostnames for the system to bypass the DNS rebind checks.
Delete an accidentally duplicated line.
Add a checkbox to disable DNS rebinding checks if needed.
Fix this test, properly test if a variable is set. Fixes #691
Forward back to system_advanced_admin.php and not system.php
Pass correct argument to killbyname and correctly check for sshdkeyonly toggle. Ticket #691
Use killbyname() instead of mwexec/killall directly.
Fix some errors in spelling, punctuation, grammar, etc.
Add to the System->Advanced an option to disable the redirect from port 80 when on https.
Fix gettext issues
Reviewing gettext()
Implement gettext()
Do not spread checking for value accross code. Do it in the function that is supposed to do it.
clarify text
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
Rename to console options
Make white space consistent between save button and bottom of table
More fixes on checkboxes.
Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.html
Still array handling changes on php5. Reported by: http://forum.pfsense.org/index.php/topic,12043.0.html
Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.
Increase the page redirect time after switching between http and https. Itcan take longer on slower embedded systems.
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.
Moves the protocol and certificate options out of the general config pageto the Advanced admin access tab. The thought is that they should be nextto each other. The certificate management has also been modified to usethe centralized certificate manager. I took the liberty of removing the...
uncomment the commented out functionality that actually restarts sshdwhen it's enabled
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.