Project

General

Profile

Download (13.6 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
270f81d9 08/03/2010 01:59 PM Renato Botelho

Merge remote branch 'mainline/master' into 2_firewall

Conflicts:
usr/local/www/diag_nanobsd.php
usr/local/www/diag_packet_capture.php
usr/local/www/firewall_shaper.php

f5e511d3 07/21/2010 06:19 PM Ermal LUÇI

Remove priority from HFSC it is a null config option. Center most of the text in the center of a <td> and add some space between objects.

2f8fe6af 07/15/2010 12:39 PM Carlos Eduardo Ramos

Checked gettext() implementation on firewall_shaper.php

4e52fac4 07/08/2010 05:57 PM Carlos Eduardo Ramos

Corrections gettext implementation on firewall_shaper.php

e336a195 07/02/2010 08:55 PM Vinicius Coque

Fixing gettext() calls on firewall_shaper.php

34f79120 07/02/2010 07:15 PM Vinicius Coque

Fixing gettext calls on firewall_shaper.php

1c52312d 06/29/2010 02:25 AM Jeann

Implemment gettext()

b9b9b4d8 06/02/2010 02:42 PM Jim Pingle

Add status links to shaper pages.

34a3694b 05/04/2010 04:10 PM Ermal LUÇI

Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value.

a5f07f09 11/24/2009 11:32 AM Ermal Luçi

Include rrd.inc for enable_rrd_graphing.

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

f5881023 11/03/2009 05:12 PM Ermal Luçi

Be more strict on shaper checking and what is written to config. Clean up whitespace while here.

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

70b139a3 08/27/2009 11:29 PM Chris Buechler

Grammar fixes, patch from Josh Stompro

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • Reorganize the 'apply' button infrustructure in the GUI.
    - 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...
0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable 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....
f63d5b66 12/20/2008 11:57 PM Helder Pereira

This patch adds the initial support for layer7 protocol inspection gui.

9d5b21c6 11/16/2008 05:48 PM Ermal Luçi

Change frontend part to show friendly interface names on shaper.

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

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...

6d0c07ea 07/16/2008 10:06 PM Ermal Luçi

Rename for not confusing people!

48d418e8 07/16/2008 08:49 PM Ermal Luçi

Reread the config after the new settings are saved.

d3e5e7df 07/16/2008 07:33 PM Ermal Luçi

Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.
So people can think of pipes as virtual interfaces as it seem easier to grok.

c563b7a8 04/21/2008 10:50 PM Ermal Luçi

Make FAIRQ visible in the GUI.

5e1531d9 03/30/2008 09:23 AM Ermal Luçi

Show enable when adding new root queue.

bdb0d479 03/27/2008 06:30 PM Ermal Luçi

When adding a queue build the neccesary javascript

a843b04f 03/27/2008 05:08 PM Ermal Luçi
  • Unbreak By Queues view (it even allows full interface cloning now)
  • Allow queues to be created safely
  • Fix a typo on tab links for the traffic shaper tabs
96b777d6 03/19/2008 12:00 AM Ermal Luçi

Remove rrd files every time the wizard changes(for now).

07f35d57 03/17/2008 10:21 PM Ermal Luçi

Rename the tab to just "Wizards", and modify all pages to send to the new page when selecting the shaper wizards tab.

8f8a97c8 02/28/2008 11:55 PM Ermal Luçi

Make the killing of pfctl work.

1b2c6c29 02/28/2008 10:47 PM Ermal Luçi

Insert the ability to kill pfctl if we come from the Queue->Status page

58dc3a03 02/27/2008 10:54 PM Ermal Luçi

Typo fixes and some bug fixing mostly at the frontend part.

7af2fa41 02/26/2008 05:12 PM Ermal Luçi

Root queues do not have a meaning for default as normal queues do.

fce82460 02/21/2008 06:22 PM Ermal Luçi
  • Fix some bugs when deleteing queues
  • Remove Manuel from firewall_shaper.php copyright this has nothing to do with him
  • Apply fixes to show the actions taken on queues directly(you needed a refresh to display those), though we pay some penalty for this now
176735aa 02/20/2008 05:44 PM Scott Ullrich

Add page title.

96d1d4ad 02/18/2008 08:51 PM Ermal Luçi

Do not allow a user to add or remove childs on a default queue.
Better prevent them from doing this than dealing with other situarions.

cedae3d3 02/18/2008 08:40 PM Ermal Luçi
  • Unbreak creation of new queues
  • Fix input validation for bandwidth
37f5fcf6 01/22/2008 10:16 PM Ermal Luçi

Use buttons for queue action instead of images.

26dfbf80 01/21/2008 10:38 PM Ermal Luçi
  • Insert a "Remove Shaper" button to the GUI.
  • Make the wizard gnerate a better policy for the shaper.
502c545d 01/20/2008 09:35 PM Ermal Luçi

Cosmetic change. Move the Queue and Interface tab on the top level instead of providing a second level tab section for them.

92125c97 01/16/2008 10:52 PM Ermal Luçi
  • Fix many bugs itroduced with the new shaper code import.
  • 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....
197bfe96 01/11/2008 09:07 PM Ermal Luçi

Bring in the new traffic shaper.
It is capable of multi interface shaping.

Also bring the wizard up-to-date. Now it is capable of doing multi interface too.

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

8b9e5e68 03/25/2006 12:14 AM Scott Ullrich

Do not filter_configure() in wipe_magic()

73335292 03/25/2006 12:12 AM Scott Ullrich

Configure filter after removing shaper.

Could be related to Ticket #856

e295675f 02/26/2006 12:27 AM Scott Ullrich

MFC
Shaper fixes from BillM

664c2cb5 01/20/2006 04:47 AM Scott Ullrich

During traffic shaper wizard rewire the logo to remove shaper rules to basically abort the incremental shaper process

4eb6b2a3 01/20/2006 02:42 AM Scott Ullrich

s/last/first/

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

24149805 12/26/2005 01:24 AM Scott Ullrich

Reload rules and sync after Remove Wizard operation

09eafb8b 11/26/2005 07:59 PM Scott Ullrich

MFC 8044
Do not redirect to traffic shaper wizard on the shaper enabled status, only redirect if shaper is disabled AND there are no queues defined.

faec4b2e 11/07/2005 06:58 PM Scott Ullrich

Redirect back to teh main status page after removing the traffic shaper

b3e7dc67 10/23/2005 06:56 PM Scott Ullrich

MFC 7079
Force users to use wizard if shaper isn't enabled as wizard is currently the ONLY supported path to use the shaper.

887c0843 09/18/2005 06:12 PM Scott Ullrich

Update Note: text

Ticket #524

c55a8ab9 07/30/2005 01:30 AM Holger Bauer

some crosslinking to "fly" from corrosponding setting to logs, diags and back

677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

d732f186 07/04/2005 12:13 AM Bill Marquette

Fix bottom rounds

a0509c58 07/03/2005 01:34 AM Scott Ullrich

Consolidate Apply changes button into the info box on the right hand side

af4aa061 07/02/2005 08:11 PM Scott Ullrich
  • Curve bottom of grey areas if needed
  • Curve tabs
  • Cleanup
da7ae7ef 07/02/2005 06:01 AM Bill Marquette

Use $pgtitle instead of re-typing the page title over
Use head.inc on the _edit.php files

52380979 07/02/2005 02:20 AM Scott Ullrich

Cleanup and add rounded corners.

c45cff0b 06/27/2005 09:20 PM Scott Ullrich

Correctly delete multiple lines at once. And leave the X on the side for the scrolling wusses.

1f276138 06/27/2005 09:17 PM Scott Ullrich

Correctly delete multiple lines at once. And leave the X on the side for the scrolling wusses.

6b8cdc08 06/27/2005 08:49 PM Scott Ullrich

Restore per line delettion.

be5f89e3 06/21/2005 03:31 PM Scott Ullrich

Remove delete options from evey line and insert at the bottom.

Fixes Ticket 139

9d9d5dac 06/14/2005 07:18 PM Scott Ullrich

Make sure script exits after Header() redirect

d507c653 06/14/2005 07:17 PM Scott Ullrich

Redirect to firewall_shaper.php after removing traffic shaper

This fixes Ticket #150

57b89461 06/07/2005 06:18 PM Scott Ullrich

Add Remove Wizard button

This should zap Ticket #137 to outter space.

d7833ee1 06/06/2005 09:46 PM Scott Ullrich

Magic Shaper -> EZ Shaper

c2bd4bd1 06/06/2005 06:20 AM Scott Ullrich

We no longer need direction indicators

4c882d7e 06/06/2005 06:18 AM Scott Ullrich

We no longer need direction indicators

04c180f9 06/06/2005 03:52 AM Bill Marquette

Remove old magic shaper, it can't create useful rules anymore
"Experimental" magic shaper is now open for business - mind the gap
Tied to Ticket #121

f1f924bf 06/04/2005 02:43 AM Bill Marquette

Commit more work on the magic shaper and shaper system

1b470a3d 05/30/2005 02:53 AM Bill Marquette

Oops, that wasn't supposed to leak in :)

2f490c49 05/30/2005 02:50 AM Bill Marquette

Start mergeing in altq/pf changes

3939326c 04/12/2005 07:10 PM Bill Marquette

Doubleclick for edit
Allow click on description to select line

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

d1e3f40f 03/07/2005 02:36 AM Bill Marquette

We don't use pipes, just queues

89cc63ee 03/06/2005 08:17 PM Bill Marquette

shaper, not filter is dirty

a722f381 03/06/2005 08:09 PM Bill Marquette

missed a cell

0ceb8927 03/06/2005 08:07 PM Bill Marquette

Wheee...shaper rule movage :)

cad11f37 02/22/2005 01:29 AM Bill Marquette

Standardization

0c13691b 02/08/2005 07:40 PM Scott Ullrich

Correct previous commit where traffic shaper cannot be disabled.

e8731417 02/08/2005 06:25 PM Scott Ullrich

If the user is applying the traffic shaper rules enable the service first.

1a51af43 02/08/2005 03:12 AM Scott Ullrich

Show correct queue name

0df08a41 02/07/2005 08:52 PM Scott Ullrich

Unlink shaper dirty flags after Apply.

b2774343 02/07/2005 05:00 AM Scott Ullrich

If an error occurs during the rule loading, report the error to the user.

2a71debf 02/07/2005 04:03 AM Scott Ullrich

Convert filter_configure to return the error text from pf if a ruleset is not loaded correctly for any reason

098e0219 01/25/2005 05:26 PM Scott Ullrich

Reload the firewall rules when the shaper configuration changes.

bf21c7e5 01/22/2005 06:25 AM Scott Ullrich

Improve shaper port handling

12bcdc89 01/22/2005 02:57 AM Scott Ullrich

Commit what I have so far. Magic shaper now works 100% .. or atleast appears to!

1b8f6d97 01/21/2005 08:32 PM Scott Ullrich

Start the process of moving back to a m0n0wall style rules / queues system.

b49448ac 01/10/2005 06:24 AM Scott Ullrich

Update a few (C)

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision