summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Do not save fields from translation section when "Do not NAT" is checked. ↵Erik Fonnesbeck2010-11-221-8/+5
| | | | Ticket #952
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Hide ports when protocol does not use ports. Ticket #953Erik Fonnesbeck2010-10-131-6/+29
|
* Hide translation section when "Do not NAT" is checked. Fixes #952Erik Fonnesbeck2010-10-131-2/+10
|
* Don't clear the source port when changing source address type to any. Also ↵Erik Fonnesbeck2010-10-131-1/+1
| | | | update source when editing a rule with source type any.
* gettext() fixes on firewall_nat_out_edit.phpCarlos Eduardo Ramos2010-08-121-9/+9
|
* Checked gettext() implementation on firewall_nat_out_edit.phpCarlos Eduardo Ramos2010-07-121-1/+1
|
* Checked gettext() implementation on firewall_nat_out_edit.phpCarlos Eduardo Ramos2010-07-121-4/+4
|
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-07-071-1/+26
|\
| * Add the missing VPN types to the interface list on port forwards and add the ↵Erik Fonnesbeck2010-07-051-1/+26
| | | | | | | | same VPNs to the list available on other types of NAT rules.
* | Implement gettext() calls on firewall_nat_out_edit.phpVinicius Coque2010-07-021-61/+61
| |
* | Revert "Implemment gettext()"Vinicius Coque2010-07-021-39/+39
| | | | | | | | | | | | | | | | | | | | This reverts commit 1baff2e5d32ebb5a71b07f38d9f97e3c4788e3be. Lot of syntax errors Conflicts: usr/local/www/firewall_nat_edit.php
* | Revert "Implemment gettext() calls"Renato Botelho2010-06-301-5/+9
| | | | | | | | | | | | | | | | | | This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php
* | Implemment gettext() callsJeann2010-06-291-9/+5
| |
* | Implemment gettext()Jeann2010-06-281-39/+39
|/
* Fix VIP list generation here also.jim-p2010-05-241-8/+6
|
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵Erik Fonnesbeck2010-05-201-3/+3
| | | | affecting 64-bit. Ticket #459
* remove unnecessary input validation checksChris Buechler2010-04-241-12/+0
|
* Ticket #386. Add even the network address to the list of addresses on proxy ↵Ermal2010-04-141-0/+4
| | | | arp vips to the naat out edit.
* Set the correct name for the protocol field.Ermal Luçi2010-03-101-1/+1
|
* Ticket #386. Add all possible proxy arp to the external ip when it is ↵Ermal Luçi2010-03-091-2/+11
| | | | defined as network even on outbound NAT.
* Implement the protocol functionality on nat rules. This i based on a port ↵Ermal Luçi2010-03-091-2/+20
| | | | that provides this functionality but with a lot more reduced patchset.
* remove broken input validation check. There's no harm in duplicate outbound ↵Chris Buechler2010-01-041-9/+0
| | | | NAT rules and the logic here is way off, no need for this check at all.
* Ticket #140 Fix Outbound edit page to really show errors. Propperly generate ↵Ermal Luçi2009-12-081-16/+10
| | | | rules when switching from/to AON.
* Resolves #179. Propperly check if this is an array or not. This is required ↵Ermal Luçi2009-11-251-0/+3
| | | | since php 5.+.
* Include filter.inc and shaper.incScott Ullrich2009-11-211-0/+2
|
* Woops, remove accidental debugging line.Seth Mos2009-11-021-1/+0
|
* Cleanup of firewall_nat_out_edit.php, whitespace changes, add curliesSeth Mos2009-11-021-117/+136
| | | | | for statements. Unset dstport and natport so the firewall rules do not break.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* No NAT and static port is an invalid combination, don't allow it.Chris Buechler2009-07-211-0/+3
| | | | Fixes bug #37
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - 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
* clean up textChris Buechler2009-04-051-8/+8
|
* Add table header rowScott Ullrich2008-10-141-0/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Continue interface improvementsErmal Luçi2008-06-211-4/+1
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-11/+13
|
* Only allow number ints for tcp/udp ports.Scott Ullrich2006-09-061-0/+9
| | | | Ticket #1098
* Correct spelling mistakeScott Ullrich2006-09-061-1/+1
| | | | | | s/your/you're/ Ticket #1096
OpenPOWER on IntegriCloud