summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_vinterface.php
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak adding subqueues to limiters. Correct some text in the way.Ermal2011-03-221-1/+1
|
* Fixes #1207. Allow renaming a limiter. Also prevent a limiter to be deleted ↵Ermal2011-02-091-6/+21
| | | | if it is referenced in filter rules.
* Fix misc XSS issues from davey bScott Ullrich2010-11-101-7/+7
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Checked gettext() implementation on firewall_shaper_vinterface.phpCarlos Eduardo Ramos2010-07-131-3/+3
|
* Fixing gettext() calls on firewall_shaper_vinterface.phpVinicius Coque2010-07-021-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-291-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-291-14/+14
|
* Add status links to shaper pages.jim-p2010-06-021-0/+1
|
* Fix displaying the Enable/Disable checkbox. Previously after a save button ↵Ermal2010-05-041-13/+0
| | | | click it will show the old saved value.
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+6
| | | | include 2009 on files that I have asserted (C) on
* Grammar fixes, patch from Josh StomproChris Buechler2009-08-271-2/+3
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-9/+9
| | | | | | - 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-8/+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.
* This patch adds the initial support for layer7 protocol inspection gui.Helder Pereira2008-12-201-1/+2
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Replace create button with a gif image and text.Ermal Luçi2008-07-171-1/+2
|
* Improve javascrpt.Ermal Luçi2008-07-171-1/+3
|
* Catch up with javascript.Ermal Luçi2008-07-161-0/+2
|
* Add javascript to show advanced portions of config options.Ermal Luçi2008-07-161-0/+7
|
* Remove 'Remove all' button and rename the create button to the new name!Ermal Luçi2008-07-161-4/+1
|
* Rename for not confusing people!Ermal Luçi2008-07-161-2/+2
|
* Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.Ermal Luçi2008-07-161-68/+63
| | | | So people can think of pipes as virtual interfaces as it seem easier to grok.
* Insert frontend code for dummynet(4).Ermal Luçi2008-07-161-0/+397
OpenPOWER on IntegriCloud