Commit Graph

24 Commits

Author SHA1 Message Date
jim-p
b450c94e17 Fix typo in comment. 2010-11-16 23:47:56 -05:00
Erik Fonnesbeck
bddc88183a Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible. 2010-11-12 22:44:11 -07:00
Scott Ullrich
dd5bf424c1 Fix XSS issues 2010-11-12 11:36:20 -05:00
Renato Botelho
e73b001e25 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
2010-08-12 12:55:32 -03:00
Renato Botelho
b11cdf926a Use <?php instead of the short form, use <?= and remove spaces and tabs from EOL 2010-08-12 11:04:03 -03:00
Erik Fonnesbeck
e36c52f4c0 Remove or simplify some (s)printf calls. 2010-08-11 22:17:49 -06:00
Carlos Eduardo Ramos
4b368bb976 Checked gettext() implementation on firewall_shaper_layer7.php 2010-07-13 14:05:44 -03:00
Carlos Eduardo Ramos
6a87dc9cc8 Checked gettext() implementation on firewall_shaper_layer7.php 2010-07-12 13:46:31 -03:00
Vinicius Coque
bb78a6fe0a Fixing gettext calls on firewall_shaper_layer7.php 2010-07-02 15:51:25 -03:00
Neriberto C.Prado
936d4bd29d Review of firewall_shaper_layer7 2010-06-30 06:27:02 -03:00
Neriberto C.Prado
813a3ef689 Implement gettext() calls in firewall_shaper_layer7.php 2010-06-29 09:05:38 -03:00
jim-p
b9b9b4d8d8 Add status links to shaper pages. 2010-06-02 10:42:11 -04:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Ermal Luçi
51b14faaa1 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. 2009-11-10 11:40:54 +00:00
Ermal Luçi
21d40ff93d Remove \r it makes editing in vi ugly. 2009-11-10 11:20:25 +00:00
Scott Ullrich
7ac5a4cb18 Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 19:14:40 -04:00
Ermal Luçi
a368a026db * 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
	- This improves a lot the control on this notification
2009-06-30 17:15:22 +00:00
Ermal Luçi
0027de0a54 * 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.
	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.
2009-05-08 18:42:37 +00:00
Helder Pereira
47d29c1d7a Removed hard limit that was limiting the number of protocols to 100 2009-01-07 22:42:01 +00:00
Helder Pereira
10fd80c213 Using correct functiona 2008-12-21 22:46:55 +00:00
Ermal Luçi
4e8a0417a9 Use propper functions. 2008-12-21 22:00:36 +00:00
Helder Pereira
6ef708eca0 Also removed "action allow" from a javascript array 2008-12-21 19:22:02 +00:00
Helder Pereira
29220c554f Removed "action allow" from layer7 rules definition since it didn't make sense 2008-12-21 19:12:30 +00:00
Helder Pereira
f63d5b66b4 This patch adds the initial support for layer7 protocol inspection gui. 2008-12-20 23:57:09 +00:00