Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Reboot not required for password protect console menu
On my systems I can toggle and save "Password protect the console menu" back and forth and the console switches back and forth from the menu to a login prompt in real time. IMHO a reboot is no longer needed. Remove this note might save some people unnecessary reboot time.
Merge pull request #1348 from phil-davis/patch-4
Validate as integers, not just numeric, to prevent possible breakage.
Option for browser tab text order
Easy thing to do - add an option for the user to select if they want the host name or page name text to display first in the browser tab.Forum: https://forum.pfsense.org/index.php?topic=84528.0
Change copyright statement to reflect reality
modify copyright statement to reflect reality
Merge pull request #1237 from N0YB/XHTML_Compliance_System_Menu
Stop calling auto_login() here since it's already called inside setup_serial_port()
Set default serial speed to 115200 for 2.2, fixes #3715
oops, that wasn't supposed to be removed.
Use count($array) where applicable, instead of a $rowIndex increment.
Change the option for webconfig login autocomplete from opt-in to opt-out, also bump config version and write a function to keep the current status on upgrades
XHTML Compliance - System Menu
Enforce select option
Advanced - Admin Access TabAdvanced - Firewall / NAT TabCert Manager - Certificate Revocation TabUser Manager - Users TabUser Manager - Groups Tab
Reconfigure Unbound for Rebind admin checks
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Add a knob to let the user select which console (video or serial) is preferred in cases where there are multiple consoles present. Also provide a way to force this preference.
Add a mechanism by which the serial port can be forced on always regardless of the config setting. (useful for nano+vga setups)
Update system_advanced_admin.php
fix typo s/Communcations/Communications/
Disable the BEAST protection by default because the GUI will break if you use this and have a Hifn card installed. Others may break similarly. Change it into a checkbox option, off by default, and automatically disable it if a conflicting card has been detected.
Tidy up System:Advanced:Admin XHTML
Added proper CDATA sections to scriptsUpdated HTML boolean operatorsClose BR tagasClose INPUT tags
Moved beep option to notifications page
Change case of "NOTE" for consistency with other pages and fix a misspelling.
No need for extra function and touching of file, just set the value and use grep from XML to determine to beep or not
Option to disable startup/shutdown sounds
Fix ssh key note to refer to DSA not just RSA since both work.
Allow the serial speed adjustment to work for nanobsd as well.
Add field to the GUI to select the serial console speed (May work as-is, needs more testing/feedback)
Fix the redirect URL for IPv6 addresses Ticket #1583
makes correct use of printf and gettext
removes variables names and replace it with '%s'
Consistency of NOTE vs Note as through the rest of the webGUI.
Add a GUI field to adjust the max number of processes for lighttpd.
Make autocomplete on the login form optional.
clarify text
Add the toggle to disable successful login messages, show actual help text for redirect item
fix DNS rebinding descr
Fix serial port note text.
make rebrand friendly
Open link in new tab/window
Note that this textbox controls HTTP_REFERER hostname checks as well
This will prevent HTML pages from crafting HTML GETs against the web interface and will prevent firewall admins from being "tricked" into clicking on links that may be harmful to their firewall.
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.
Bring gitsync to the new check_reload_status behaviour.
Use the new events mechanisms to dispatch events.
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.
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.