Project

General

Profile

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

# Date Author Comment
b450c94e 11/17/2010 04:47 AM Jim Pingle

Fix typo in comment.

bddc8818 11/13/2010 05:44 AM Erik Fonnesbeck

Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

e73b001e 08/12/2010 03:55 PM Renato Botelho

Merge remote branch 'mainline/master'

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

b11cdf92 08/12/2010 02:04 PM Renato Botelho

Use

e36c52f4 08/12/2010 04:17 AM Erik Fonnesbeck

Remove or simplify some (s)printf calls.

4b368bb9 07/13/2010 05:05 PM Carlos Eduardo Ramos

Checked gettext() implementation on firewall_shaper_layer7.php

6a87dc9c 07/12/2010 04:46 PM Carlos Eduardo Ramos

Checked gettext() implementation on firewall_shaper_layer7.php

bb78a6fe 07/02/2010 06:51 PM Vinicius Coque

Fixing gettext calls on firewall_shaper_layer7.php

936d4bd2 06/30/2010 09:27 AM Neriberto C.Prado

Review of firewall_shaper_layer7

813a3ef6 06/29/2010 12:05 PM Neriberto C.Prado

Implement gettext() calls in firewall_shaper_layer7.php

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

Add status links to shaper pages.

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

Require filter.inc and shaper.inc

51b14faa 11/10/2009 11:40 AM Ermal Luçi

Do not 'spam' a new ipfw-classifyd for each save. If we hit save for an existing configuration(did changes to existing one) just tell ipfw-classifyd to reload the config.

21d40ff9 11/10/2009 11:20 AM Ermal Luçi

Remove \r it makes editing in vi ugly.

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

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....
47d29c1d 01/07/2009 10:42 PM Helder Pereira

Removed hard limit that was limiting the number of protocols to 100

10fd80c2 12/21/2008 10:46 PM Helder Pereira

Using correct functiona

4e8a0417 12/21/2008 10:00 PM Ermal Luçi

Use propper functions.

6ef708ec 12/21/2008 07:22 PM Helder Pereira

Also removed "action allow" from a javascript array

29220c55 12/21/2008 07:12 PM Helder Pereira

Removed "action allow" from layer7 rules definition since it didn't make sense

f63d5b66 12/20/2008 11:57 PM Helder Pereira

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