Fix typo in comment.
Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible.
Fix XSS issues
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
Use
Remove or simplify some (s)printf calls.
Checked gettext() implementation on firewall_shaper_layer7.php
Fixing gettext calls on firewall_shaper_layer7.php
Review of firewall_shaper_layer7
Implement gettext() calls in firewall_shaper_layer7.php
Add status links to shaper pages.
Require filter.inc and shaper.inc
Do not 'spam' a new ipfw-classifyd for each save. If we hit save for an existing configuration(did changes to existing one) just tell ipfw-classifyd to reload the config.
Remove \r it makes editing in vi ugly.
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Removed hard limit that was limiting the number of protocols to 100
Using correct functiona
Use propper functions.
Also removed "action allow" from a javascript array
Removed "action allow" from layer7 rules definition since it didn't make sense
This patch adds the initial support for layer7 protocol inspection gui.