summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_layer7.php
Commit message (Collapse)AuthorAgeFilesLines
* XHTML ComplianceN0YB2014-03-011-0/+4
| | | | Firewall - Traffic Shaper
* Tidy up "firewall_shaper_layer7.php" XHTMLColin Fleming2013-04-031-28/+28
| | | | | | | | | | Add missing closing SPAN tag Remove P tag and class from shaper message Swap TABLE and DIV tags Add CDATA sections to SCRIPT tags and escape closing SECTION and OPTION tags Add missing TR tag Add missing end DIV tag
* Tidy up "traffic shaper layer7" XHTMLColin Fleming2013-03-221-55/+51
| | | | | | | | | | | Close INPUT, BR, P and IMG tags Add "alt" to IMG tags Add CDATA section to scripts Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD statement manually Spelling mistake Update PHP shorthand tag Update HTML boolean operators
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-4/+4
| | | | unless the user is allowed to do that.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
|
* Fix typo in comment.jim-p2010-11-161-1/+1
|
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-121-2/+2
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Fix XSS issuesScott Ullrich2010-11-121-4/+3
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-1/+1
|\ | | | | | | | | | | | | | | | | 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
| * Remove or simplify some (s)printf calls.Erik Fonnesbeck2010-08-111-1/+1
| |
* | Use <?php instead of the short form, use <?= and remove spaces and tabs from EOLRenato Botelho2010-08-121-62/+62
|/
* Checked gettext() implementation on firewall_shaper_layer7.phpCarlos Eduardo Ramos2010-07-131-1/+1
|
* Checked gettext() implementation on firewall_shaper_layer7.phpCarlos Eduardo Ramos2010-07-121-1/+1
|
* Fixing gettext calls on firewall_shaper_layer7.phpVinicius Coque2010-07-021-2/+2
|
* Review of firewall_shaper_layer7Neriberto C.Prado2010-06-301-1/+1
|
* Implement gettext() calls in firewall_shaper_layer7.phpNeriberto C.Prado2010-06-291-20/+20
|
* Add status links to shaper pages.jim-p2010-06-021-0/+1
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Do not 'spam' a new ipfw-classifyd for each save. If we hit save for an ↵Ermal Luçi2009-11-101-4/+7
| | | | existing configuration(did changes to existing one) just tell ipfw-classifyd to reload the config.
* Remove \r it makes editing in vi ugly.Ermal Luçi2009-11-101-589/+589
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-9/+14
| | | | include 2009 on files that I have asserted (C) on
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-6/+6
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-5/+2
| | | | | | | | | | | 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.
* Removed hard limit that was limiting the number of protocols to 100Helder Pereira2009-01-071-9/+4
|
* Using correct functionaHelder Pereira2008-12-211-3/+3
|
* Use propper functions.Ermal Luçi2008-12-211-3/+3
|
* Also removed "action allow" from a javascript arrayHelder Pereira2008-12-211-1/+1
|
* Removed "action allow" from layer7 rules definition since it didn't make senseHelder Pereira2008-12-211-1/+1
|
* This patch adds the initial support for layer7 protocol inspection gui.Helder Pereira2008-12-201-0/+592
OpenPOWER on IntegriCloud