summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix XSS issuesScott Ullrich2010-11-121-3/+3
|
* Reset firewall_shaper_queues.php and status.php on this branchRenato Botelho2010-08-031-7/+7
|
* Reset firewall_ filesRenato Botelho2010-06-301-7/+7
|
* Review of firewall_shaper_queues.phpNeriberto C.Prado2010-06-301-1/+1
|
* Implement gettext() calls in firewall_shaper_queues.phpNeriberto C.Prado2010-06-291-7/+7
|
* Add status links to shaper pages.jim-p2010-06-021-0/+1
|
* Include rrd.inc for enable_rrd_graphing.Ermal Luçi2009-11-241-0/+1
|
* 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-1/+4
| | | | include 2009 on files that I have asserted (C) on
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-4/+4
| | | | | | - 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-6/+3
| | | | | | | | | | | 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
|
* Change frontend part to show friendly interface names on shaper.Ermal Luçi2008-11-161-1/+6
|
* 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
* Rename for not confusing people!Ermal Luçi2008-07-161-1/+1
|
* Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.Ermal Luçi2008-07-161-1/+2
| | | | So people can think of pipes as virtual interfaces as it seem easier to grok.
* Do not use get_interface_list() sine it is does not suite here.Ermal Luçi2008-06-021-12/+16
| | | | Correctly fix by queue view.
* Fix the cloning of active interfaces.Ermal Luçi2008-03-271-2/+4
|
* * Unbreak By Queues view (it even allows full interface cloning now)Ermal Luçi2008-03-271-14/+32
| | | | | * Allow queues to be created safely * Fix a typo on tab links for the traffic shaper tabs
* Remove rrd files every time the wizard changes(for now).Ermal Luçi2008-03-191-0/+3
|
* Rename the tab to just "Wizards", and modify all pages to send to the new ↵Ermal Luçi2008-03-171-1/+1
| | | | page when selecting the shaper wizards tab.
* Make the killing of pfctl work.Ermal Luçi2008-02-281-0/+1
|
* Insert the ability to kill pfctl if we come from the Queue->Status pageErmal Luçi2008-02-281-1/+0
|
* * Unbreak rrd graphs for queues and make them multiinterface awareErmal Luçi2008-02-231-15/+5
| | | | | | | * Add a new tab for queuedrops with multiinterface there is no way to have them in the same tab * Remove $GLOBAL where used and use proper accessor functions * Remove Manuel from copyright this file has been rewritten * Some bugs fixes in general
* Fix Queues view on the shaper.Ermal Luçi2008-01-201-37/+12
|
* * Fix many bugs itroduced with the new shaper code import.Ermal Luçi2008-01-161-4/+17
| | | | | | | * Introduce a new tab to the Firewall - Rules section called "floating rules" where you can create rules with direction/tag/tagged/quick keywords of PF. * Improve input validation on the shaper code and the wizard. * Change the logic in filter.inc by allowing the rules without the quick keyword to work propperly. * ALso begin changing the logic of filter.inc default rulesto not use the quick keyword so they can be overriden in the GUI.
* Bring in the new traffic shaper.Ermal Luçi2008-01-111-174/+112
| | | | | | It is capable of multi interface shaping. Also bring the wizard up-to-date. Now it is capable of doing multi interface too.
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Allow editing for queues and rules when items are already defined and the ↵Scott Ullrich2005-12-011-3/+3
| | | | shaper is disabled
* MFC 7079Scott Ullrich2005-10-231-0/+8
| | | | Force users to use wizard if shaper isn't enabled as wizard is currently the ONLY supported path to use the shaper.
* MFC 6920Scott Ullrich2005-10-171-23/+72
| | | | Allow for parent queues to work. Cleaned up code that does root queue detection and discovered some odd bugs that made me wonder how it worked correctly. Queues can be reordered (honestly, this is kinda pointless, but I put it in cause it was easier to punt to the user than doing queue trees correctly) This is obviously an XXX and needs to be fixed.
* some crosslinking to "fly" from corrosponding setting to logs, diags and backHolger Bauer2005-07-301-1/+2
|
* fixing minor cosmetic errorsErik Kristensen2005-07-261-1/+0
|
* updating files to use theme imagesErik Kristensen2005-07-211-3/+3
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Fix bottom roundsBill Marquette2005-07-041-11/+9
|
* Consolidate Apply changes button into the info box on the right hand sideScott Ullrich2005-07-031-1/+0
|
* * Curve bottom of grey areas if neededScott Ullrich2005-07-021-0/+7
| | | | | * Curve tabs * Cleanup
* Use $pgtitle instead of re-typing the page title overBill Marquette2005-07-021-1/+1
| | | | Use head.inc on the _edit.php files
* Queue graphs aren't displayed on this page anymore, remove the note ↵Bill Marquette2005-07-021-2/+1
| | | | regarding them
* Use the right tabs :)Bill Marquette2005-07-021-5/+3
|
* Remove old tabsScott Ullrich2005-07-021-5/+0
|
* Cleanup and add rounded corners.Scott Ullrich2005-07-021-7/+13
|
* revert last commit - the JS isn't ready for this yetBill Marquette2005-06-131-7/+6
|
* add row toggling (pointless but it least it _looks_ like the other screens ↵Bill Marquette2005-06-131-6/+7
| | | | now ;) )
* Allow for ACK queue creationBill Marquette2005-06-131-0/+1
|
* Nuke the "Reset queues if they do not load." lineScott Ullrich2005-06-071-1/+0
|
* Magic Shaper -> EZ ShaperScott Ullrich2005-06-061-1/+1
|
* Remove old magic shaper, it can't create useful rules anymoreBill Marquette2005-06-061-1/+1
| | | | | "Experimental" magic shaper is now open for business - mind the gap Tied to Ticket #121
* Show the RIO flag if queue uses itBill Marquette2005-04-151-0/+1
|
OpenPOWER on IntegriCloud