summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* To allow limiters to work correctly on mutliwan for now enforce selecting a ↵Ermal2012-11-161-0/+2
| | | | gateway on outgoing
* fixed pathsogun acik2012-11-051-2/+2
|
* Encode the interface parameter before using it in a redirectjim-p2012-10-311-1/+1
|
* Fix preservation of the selection of interfaces on input errors for floating ↵Erik Fonnesbeck2012-04-271-0/+2
| | | | rules.
* Adding chosen but do not actually use it beyond loadingScott Ullrich2011-07-231-1/+2
|
* Adding pre_input_errors hookScott Ullrich2011-07-181-0/+1
|
* Revert "Move early call up a bit"Scott Ullrich2011-07-181-3/+4
| | | | This reverts commit 50cd07ff1190cdd25293ecdd7e08e81161de33c5.
* Move early call up a bitScott Ullrich2011-07-181-4/+3
|
* Adding hook for interfaces allowing pfCenter and friends to add interfaces ↵Scott Ullrich2011-07-161-0/+2
| | | | to the dropdown
* Bug #1639. Port alias missing input validation in firewall_rules_edit.php.Evgeny Yurchenko2011-07-071-0/+20
|
* Be consistent with upper and lowercase.Warren Baker2011-06-271-4/+4
|
* Make the ICMP echo request type less ambiguous, and since it's likely the ↵jim-p2011-06-011-1/+1
| | | | main one to get used, move it to the top.
* Remove bogus protection. We have better handling of this now.Scott Ullrich2011-05-311-13/+0
|
* Add missing plugin code. Move the pre_write section up a bit.Scott Ullrich2011-05-301-3/+3
|
* Adding a new hook system for firewall nat edit and firewall rules edit page.Scott Ullrich2011-05-251-0/+15
| | | | | | | | | | | | | | Basically if the directory exists it will suck in the files to extend these pags. /usr/local/pkg/firewall_nat/input_validation /usr/local/pkg/firewall_nat/pre_write_config /usr/local/pkg/firewall_nat/htmlphpearly /usr/local/pkg/firewall_nat/htmlphplate /usr/local/pkg/firewall_rules/input_validation /usr/local/pkg/firewall_rules/pre_write_config /usr/local/pkg/firewall_rules/htmlphpearly /usr/local/pkg/firewall_rules/htmlphplate
* In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵jim-p2011-03-281-1/+1
| | | | but not everywhere followed.
* Show friendly names of interface for root queues of ALTQ.Ermal2011-03-021-2/+8
|
* Fix typo/spacing issue. Resolves #1300jim-p2011-02-211-1/+1
|
* Use autocomplete='off' like all other fields that accept aliases, to prevent ↵Erik Fonnesbeck2011-02-131-1/+1
| | | | web browser auto-complete from covering up the alias list popup.
* Allow match action on Floating rules and exposed it with name Queue. More ↵Ermal2011-02-111-0/+6
| | | | validation is needed.
* Generalize pppoe server enabled check and use it elsewhere in the GUI that ↵jim-p2011-02-101-3/+2
| | | | needed fixed. Still needs changes in filter.inc - Ticket #1243
* fix textChris Buechler2011-01-211-1/+1
|
* remove <strong> to make consistent with all other textChris Buechler2010-12-311-1/+1
|
* Add OSPF to firewall rule protocol choicesjim-p2010-12-231-1/+1
|
* Ticket #1043. Check for '' and not for 'default' since this is the default ↵Ermal2010-12-141-1/+1
| | | | value of the select.
* Do not allow gateways to be selected without a direction.Ermal2010-12-101-0/+2
|
* Allow floating rules without direction to be created again.Ermal2010-12-101-1/+1
|
* Resolves #1043. Do not allow limiters in floating rules without direction. ↵Ermal2010-11-251-0/+2
| | | | It is invalid practice and while the backend skips it the user should be warned.
* Fix XSS issuesScott Ullrich2010-11-121-10/+10
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-4/+4
|
* Use this sort before saving, so the rule just added is sorted into the ↵Erik Fonnesbeck2010-11-101-0/+1
| | | | proper category like the rest.
* Balance <p> with </p>Ermal2010-10-221-7/+7
|
* Put </ul> tags inside the same <td> since they cannot span multiple of them.Ermal2010-10-221-4/+4
|
* Unhide the source port options on firewall rules when they are not at the ↵Erik Fonnesbeck2010-09-281-0/+3
| | | | defaults.
* Revert "Shows source ports when they are already defined" - this only made ↵Erik Fonnesbeck2010-09-281-1/+0
| | | | | | it so they were never hidden. This reverts commit d886ebd6d438cf9b397face67ed4f254de661a94.
* Ticket #568. Do not show the save/cancel buttons on the edit page of ↵Ermal2010-09-011-0/+2
| | | | firewall rules if that are advanced options set.
* Fix text for the source port note on firewall rules.Erik Fonnesbeck2010-08-301-1/+1
|
* Fix gettext mishap/typo. Cosmetic only. Fixes #857jim-p2010-08-301-1/+1
|
* Shows source ports when they are already definedVinicius Coque2010-08-131-0/+1
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-51/+66
|\ | | | | | | | | | | | | | | | | 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
| * Disable protocol box on associated rules, move the message, and clean up ↵Erik Fonnesbeck2010-08-121-51/+66
| | | | | | | | code a bit.
| * Remove or simplify some (s)printf calls.Erik Fonnesbeck2010-08-111-1/+1
| |
* | Use <?php instead of the short formRenato Botelho2010-08-121-22/+22
| |
* | Fix gettext on firewall_rules_edit.phpVinicius Coque2010-08-121-9/+9
|/
* Fixes #817. Tags/Marks can be used even outside floating rules.Ermal2010-08-101-4/+4
|
* Enforce the interface selection on associated filter rules. Ticket #780Erik Fonnesbeck2010-08-071-0/+1
|
* Ticket #780. Disable the interface selection on associated nat rules.Ermal2010-08-031-3/+9
|
* Checked gettext() implementation on firewall_rules_edit.phpCarlos Eduardo Ramos2010-07-131-1/+1
|
* Checked gettext() implementation on firewall_rules_edit.phpCarlos Eduardo Ramos2010-07-131-12/+12
|
* Checked gettext() implementation on firewall_rules_edit.phpCarlos Eduardo Ramos2010-07-121-2/+2
|
OpenPOWER on IntegriCloud