Commit Graph

273 Commits

Author SHA1 Message Date
Ermal
02d7e4a43b Resolves #1043. Do not allow limiters in floating rules without direction. It is invalid practice and while the backend skips it the user should be warned. 2010-11-25 11:11:15 +00:00
Scott Ullrich
dd5bf424c1 Fix XSS issues 2010-11-12 11:36:20 -05:00
Scott Ullrich
225a2f0b46 Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
Erik Fonnesbeck
ea57ccb86b Use this sort before saving, so the rule just added is sorted into the proper category like the rest. 2010-11-10 21:27:24 -07:00
Ermal
e4d79ab06e Balance <p> with </p> 2010-10-22 20:06:26 +00:00
Ermal
67300ce530 Put </ul> tags inside the same <td> since they cannot span multiple of them. 2010-10-22 19:56:20 +00:00
Erik Fonnesbeck
3e74107e59 Unhide the source port options on firewall rules when they are not at the defaults. 2010-09-28 23:29:17 -06:00
Erik Fonnesbeck
70a9056f34 Revert "Shows source ports when they are already defined" - this only made it so they were never hidden.
This reverts commit d886ebd6d4.
2010-09-28 22:31:28 -06:00
Ermal
8e0c376055 Ticket #568. Do not show the save/cancel buttons on the edit page of firewall rules if that are advanced options set. 2010-09-01 12:32:29 +00:00
Erik Fonnesbeck
87000deddb Fix text for the source port note on firewall rules. 2010-08-30 18:48:35 -06:00
jim-p
44c7cce5f9 Fix gettext mishap/typo. Cosmetic only. Fixes #857 2010-08-30 12:50:13 -04:00
Vinicius Coque
d886ebd6d4 Shows source ports when they are already defined 2010-08-13 13:49:16 -03: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
ee9933b6e2 Use <?php instead of the short form 2010-08-12 11:15:26 -03:00
Vinicius Coque
21600ab1d2 Fix gettext on firewall_rules_edit.php 2010-08-12 09:32:59 -03:00
Erik Fonnesbeck
48a27d4f33 Disable protocol box on associated rules, move the message, and clean up code a bit. 2010-08-12 03:44:32 -06:00
Erik Fonnesbeck
e36c52f4c0 Remove or simplify some (s)printf calls. 2010-08-11 22:17:49 -06:00
Ermal
fd9ba7c09f Fixes #817. Tags/Marks can be used even outside floating rules. 2010-08-10 21:14:05 +00:00
Erik Fonnesbeck
0bfd0f799c Enforce the interface selection on associated filter rules. Ticket #780 2010-08-07 02:52:32 -06:00
Ermal
0f0fff153a Ticket #780. Disable the interface selection on associated nat rules. 2010-08-03 17:54:23 +00:00
Carlos Eduardo Ramos
5e04e6299f Checked gettext() implementation on firewall_rules_edit.php 2010-07-13 13:01:48 -03:00
Carlos Eduardo Ramos
0fb885bcd5 Checked gettext() implementation on firewall_rules_edit.php 2010-07-13 08:17:51 -03:00
Carlos Eduardo Ramos
4fe84f510a Checked gettext() implementation on firewall_rules_edit.php 2010-07-12 14:35:29 -03:00
Carlos Eduardo Ramos
345b97151e Checked gettext() implementation on firewall_rules_edit.php 2010-07-12 14:24:19 -03:00
Carlos Eduardo Ramos
157a691967 Checked gettext() implementation on firewall_rules_edit.php 2010-07-12 13:39:38 -03:00
Renato Botelho
74aff49c2e Merge remote branch 'mainline/master' into 2_firewall
Conflicts:
	usr/local/www/firewall_nat_out.php
	usr/local/www/firewall_rules.php
	usr/local/www/firewall_rules_edit.php
2010-07-12 09:47:51 -03:00
Erik Fonnesbeck
d030c9ded4 Properly select the interfaces when displaying the edit page for floating rules that have multiple selected interfaces. Fixes #726 2010-07-09 17:58:09 -06:00
Erik Fonnesbeck
35c9cd4463 Don't use the association when duplicating firewall rules. Fixes #634 2010-07-08 17:15:21 -06:00
Carlos Eduardo Ramos
abd67a3141 Corrections gettext implementation on firewall_rules_edit.php 2010-07-08 14:37:40 -03:00
Vinicius Coque
456d017568 Fixing gettext() calls on firewall_rules_edit.php 2010-07-02 17:55:16 -03:00
Vinicius Coque
e5e5ba517e Fixing gettext calls on firewall_rules_edit.php 2010-07-02 15:36:16 -03:00
Renato Botelho
a5e9c28444 Revert "Implemment gettext() calls"
This reverts commit 7502ef0a69.
A lot of mistakes

Conflicts:

	usr/local/www/firewall_nat.php
2010-06-30 09:19:48 -03:00
Renato Botelho
3deb92f7c8 Revert "Implemment gettext() calls"
This reverts commit 49031495b5.
A lot of mistakes

Conflicts:

	usr/local/www/firewall_nat.php
2010-06-30 09:01:20 -03:00
Jeann
49031495b5 Implemment gettext() calls 2010-06-30 00:49:17 -03:00
Jeann
7502ef0a69 Implemment gettext() calls 2010-06-29 16:13:50 -03:00
Rafael Lucas
11d2c52957 Implement gettext() calls 2010-06-24 19:28:28 -03:00
jim-p
3cceb5d5eb Add status/log links to Firewall rules 2010-06-02 10:04:24 -04:00
smos
08825acc2c Allow the use of ">" in filter rule descriptions. Even whilst stripping the > before the comparison htmlentities
will still trigger on the <. It is safe to assume here that creating any sort of html tag is unlikely. Ticket #465
2010-05-14 14:02:20 +02:00
Erik Fonnesbeck
1122a892f2 Fix source input validation, saving, and the "View the NAT rule" link on linked filter rules. Ticket #586 2010-05-11 20:09:52 -06:00
Erik Fonnesbeck
3e3582a9a6 It wasn't clear enough why source port should usually be any. Make it more clear. 2010-05-11 18:21:44 -06:00
Chris Buechler
c013d3f5fa check more closely for match here, to fix multiple items being marked as "selected", leading to the wrong interface being selected. 2010-05-08 23:17:33 -04:00
Ermal
1b38ac3650 Use common function to return gateway array so consinstency is preserved around code. 2010-05-07 15:31:56 +00:00
Ermal
8ba13f00b8 Ticket #568. Programatically decide if to show an advanced button or the value if non default. 2010-05-05 20:01:30 +00:00
Ermal
b8ed2a11a0 Implement tcp flags and sloppy state on the GUI. 2010-05-05 19:26:34 +00:00
Renato Botelho
bae5398952 Fix indent 2010-04-29 08:13:50 -03:00
Renato Botelho
0f9b6beb28 Merge remote branch 'mainline/master'
Conflicts:
	etc/inc/filter.inc
2010-04-22 09:18:11 -03:00
jim-p
c7de8be425 Add a new alias type, urltable, which downloads a file of IP/CIDR addresses and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512 2010-04-21 17:03:45 -04:00
Vinicius Coque
383654fc0b Block source edit on associated firewall rules 2010-04-19 15:51:17 -03:00
thompsa
06e2a55d70 Initialise the correct array if empty. 2010-04-12 12:06:08 +12:00
Chris Buechler
8b69a3e14f fix text 2010-04-03 17:27:51 -04:00