summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript/firewall_nat_edit
Commit message (Collapse)AuthorAgeFilesLines
* Fix #3103, cleanup ports fields when protocol changesRenato Botelho2013-07-241-0/+6
|
* Hide redirect and filter rule association fields when "no rdr" is checked. ↵Erik Fonnesbeck2010-09-291-1/+13
| | | | Ticket #570
* Simplify the logic here so that it only uses this conditional expression once.Erik Fonnesbeck2010-09-281-2/+2
|
* Revert "Remove unnecessary JS variable" - it had a purpose.Erik Fonnesbeck2010-09-281-1/+3
| | | | This reverts commit ec325889dc8a9a9ee4476bea6cb17cc4b63e28fe.
* Remove unnecessary JS variableVinicius Coque2010-08-131-3/+1
|
* Automatically select destination as $Interface address when Interface is ↵Renato Botelho2010-04-271-2/+4
| | | | changed just for new rules, or, if previous rule has already the combination interface + interface address selected
* Consider VIPs on Destination Address and below few fixesRenato Botelho2010-04-201-1/+1
| | | | | - Rename change_dst to dst_change to follow standards - Fix indent
* changed destination type according to the selected interfaceCarlos Eduardo Ramos2010-04-201-0/+4
|
* Hidding Redirect Target Port when using GRE and ESPVinicius Coque2010-04-201-1/+5
|
* Disable redirect port field when a port different of (other) is selectedCarlos Eduardo Ramos2010-04-201-0/+10
|
* Adding new fields to improved NAT port forwardVinicius Coque2010-04-081-44/+116
|
* Make all autocompletes in there case insensitive.Ermal Luçi2009-12-041-2/+2
|
* Ticket #146. Fix the autocompletion of ports aliases only for the ports and ↵Ermal Luçi2009-11-301-9/+1
| | | | host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this. (For firewall_nat_edit.php)
* Allow item to be savedScott Ullrich2006-09-041-3/+12
|
* If the destination port is an alias, then force the local port as the same ↵Scott Ullrich2006-09-041-8/+8
| | | | alias. We will need to circle back in filter.inc to detect this situation and omit the local port from the rule.
* Turn off debugging alert()Scott Ullrich2006-09-041-1/+0
|
* Re-enable items when neededScott Ullrich2006-09-041-4/+5
|
* When a External port range item is an alias, disallow the entry of Local port.Scott Ullrich2006-09-041-3/+40
| | | | | In-discussion-with: BillM Bug-reported-by: ChrisB
* Correctly disable for GRE too..Scott Ullrich2005-10-111-1/+1
| | | | Ticket #585
* * Grey out port items when proto is GRE or ESPScott Ullrich2005-10-051-0/+20
| | | | | | * Ignore ports in input validation fields when port is GRE or ESP Ticket #585
* Disabling Enter Key on Auto-Complete pages ...Erik Kristensen2005-09-071-0/+6
| | | | | Enter Key now Selects Auto-Complete Options ... Added Auto-Complete to firewall_shaper_edit.php ...
* Adding AutoComplete to firewall_nat_editErik Kristensen2005-08-233-0/+404
head.inc searchs javascript directory for includes now
OpenPOWER on IntegriCloud