summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_layer7.php
Commit message (Collapse)AuthorAgeFilesLines
* 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