Project

General

Profile

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

# Date Author Comment
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.