summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* Code spacingPhil Davis2015-06-151-19/+19
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style Firewall NATPhil Davis2015-05-111-66/+104
|
* Fix aliases popup width when fields are hidden when page is loaded. It ↵Renato Botelho2015-02-021-1/+1
| | | | should fix #4238
* Accept port range on Outbound NAT. Fixes #4300Renato Botelho2015-01-281-2/+2
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* fix text, PPPoE Server, not VPNChris Buechler2014-11-061-1/+1
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Trim whitespaces from options text and fix #3674Renato Botelho2014-05-271-3/+3
|
* Add (self) for an outbound NAT source as welljim-p2014-05-231-3/+9
|
* Unbreak 'add rule on top of the list' allowing after param to be -1Renato Botelho2014-04-291-2/+2
|
* xhtml Complianceayvis2014-03-141-19/+19
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-11/+10
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Add hybrid and disabled outbound NAT, fixes #2416:Renato Botelho2013-11-131-5/+5
| | | | | | | | | | | | | - Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced keep working the same way - Hybrid mode applies manual rules first, automatic after - Disabled do no create any outbound NAT rules - Remove ipsecpassthru config field and rename advancedoutbound to outbound - Save mode on $config['nat']['outbound']['mode'] to simplify the logic - Modify config.default to reflect changes - Add code to upgrade config, and change latest_version to 10.3 - Use html to align modes and remove some hacks to align using &nbsp;
* Fix whitespaces and indentRenato Botelho2013-11-121-323/+428
|
* outboundnat, disable checkboxPiBa-NL2013-09-161-0/+15
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* touch up text, s/nat/NAT/Chris Buechler2013-09-031-1/+1
|
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* Implement URL Table aliases for ports instead of IP addressesRenato Botelho2013-07-081-1/+1
|
* Add support for protocol 41 in rules. Fixes #3007.Daniel Becker2013-07-071-1/+1
|
* Add a new alias type, URLs containing PortsRenato Botelho2013-07-041-1/+1
|
* Tidy up "firewall_nat_out_edit.php" XHTMLColin Fleming2013-05-011-60/+60
| | | | | | | Add CDATA section to SCRIPT tags" Close INPUT and BR tags Update HTML Boolean operators Add missing opening TR tag
* Add the user/time tracking to Port forwards and outbound NAT also.jim-p2013-03-201-0/+40
|
* Add NAT rule based on NAT rule below it instead of at the bottom of the ↵Renato Botelho2013-02-211-2/+7
| | | | list. Fixes #1118
* Warn users that nosync option won't prevent it to be overwritten on carp ↵Renato Botelho2013-02-131-1/+1
| | | | slave members
* Merge pull request #265 from PiBa-NL/outbound_nonatErmal Luçi2012-11-221-1/+0
|\ | | | | outbound nat, remove non-applicable translation option 'any'
| * outbound nat, remove non-applicable optionPiBa-NL2012-11-221-1/+0
| |
* | remove non-applicable textChris Buechler2012-11-211-1/+0
|/
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-2/+2
| | | | unless the user is allowed to do that.
* Fix of bug #2374 "When entering values in firewall rules leading andCristian Feldman2012-05-181-2/+15
| | | | trailing spaces are not deleted"
* cleanup: code for building arrays for autocompleted fieldsDarren Embry2012-05-101-37/+10
|
* replacing prototype by jQuery on firewall_*Vinicius Coque2011-10-101-14/+14
|
* Wording fix to better describe the Translation address.Warren Baker2011-08-301-5/+5
|
* Use aon pluginScott Ullrich2011-05-301-1/+1
|
* Add plugin features to aon editScott Ullrich2011-05-301-1/+15
|
* Bug #1403. Filter Rules description do not get saved when "(quote) present ↵Evgeny Yurchenko2011-05-271-0/+9
| | | | as character
* In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵jim-p2011-03-281-1/+1
| | | | but not everywhere followed.
* Add alias support for source and destination ports on outbound NAT.Erik Fonnesbeck2011-02-131-8/+10
|
* Use alias style and add AutoSuggestControl for source and destination ↵Erik Fonnesbeck2011-02-131-2/+37
| | | | address fields.
* 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
* Display the source subnet bits as 32 rather than 0 if it is empty.Erik Fonnesbeck2011-02-041-0/+2
|
* Allow aliases to be entered for source and destination addresses of outbound ↵Erik Fonnesbeck2011-02-041-2/+6
| | | | NAT rules.
* Remove redundant input validation for source port that also prevents use of ↵Erik Fonnesbeck2011-02-041-3/+0
| | | | port ranges.
* Allow entering an arbitrary subnet for outbound NAT translations.jim-p2010-12-291-2/+36
|
* Add address pool support to outbound NAT. Allow specifying a subnet for ↵jim-p2010-12-291-7/+63
| | | | outbound NAT rules (via a subnet of proxy arp VIPs) or a host-type alias for outbound NAT rules, and give the user a choice of pool options for address selection from within the pool.
* Add a per-entry option for Proxy ARP VIPs of the Network type to disable ↵jim-p2010-12-201-0/+2
| | | | their expansion on Port Forwards and Outbound NAT screens. Will allow users with large proxy arp subnets used only with 1:1 to still load those pages in a reasonable time. Resolves #1119
* Do not save settings related to ports when protocol does not use ports. ↵Erik Fonnesbeck2010-11-221-10/+11
| | | | Ticket #953
OpenPOWER on IntegriCloud