summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change destination back to the field type for fields that allow an alias - ↵Erik Fonnesbeck2011-02-041-1/+1
| | | | they appear to work there (or at least doesn't say it is an error?).
* correct field type, no aliases allowed hereChris Buechler2011-01-201-3/+3
|
* Ticket #1083. Remove alias capabilities from external and src fieldsPierre POMES2011-01-011-9/+10
|
* default to single host on 1:1 NAT as it always has and is the most common usageChris Buechler2010-12-251-1/+1
|
* switch back to Internal rather than Source, Source is just confusingChris Buechler2010-12-251-4/+4
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Clarify these descriptions a bit more on 1:1 edit.Erik Fonnesbeck2010-11-121-3/+3
|
* Clean up Firewall: NAT: 1:1: Edit page.Erik Fonnesbeck2010-09-291-31/+18
| | | | | | | | | | - Change order of fields to be more consistent with the old order and the order shown on the rule listing, placing more relevant fields nearer to the top. - Make appearance of source and destination fields consistent. - Add a description for external subnet. - Fix description of the subnet size. - Change default destination to any. - Remove VIP list from destination, since the router is not going to be the destination. (the order of binat's syntax is based on outbound NAT, not inbound) - Add a description for destination.
* Fix "use system default" setting for reflection on NAT 1:1 rule edit page ↵Erik Fonnesbeck2010-09-051-1/+2
| | | | and remove reference to nonexistent "externalmask" field.
* Allow 1:1 rules to specify source and destination. This is almost the same ↵Ermal2010-09-031-93/+344
| | | | as on Port Forward tab rules without protocol and ports.
* Checked gettext() implementation on firewall_nat_1to1_edit.phpCarlos Eduardo Ramos2010-07-131-6/+6
|
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-07-071-1/+42
|\
| * Add per-rule NAT reflection override.Erik Fonnesbeck2010-07-051-0/+16
| |
| * 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.
* | Review firewall_nat_1to1_edit.phpRenato Botelho2010-06-301-2/+2
| |
* | Implement gettext() callsCarlos Eduardo Ramos2010-06-241-15/+15
|/
* remove unnecessary input validation checksChris Buechler2010-04-241-11/+0
|
* remove this check, the WAN IP can be used in binat now with no problemsChris Buechler2010-04-241-6/+0
|
* Fix sorting issues that were introduced in an old commit, resulting in the ↵Erik Fonnesbeck2010-03-101-2/+1
| | | | incorrect item sometimes being shown when clicking edit buttons.
* Include filter.inc and shaper.incScott Ullrich2009-11-211-0/+2
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Do not create nested function this seems to upset php for some reason.Ermal Luçi2009-07-131-3/+4
|
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+13
| | | | | | 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
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-1/+1
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-161-30/+1
| | | | now.(yay!)
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-1/+0
| | | | duplication
* * Use full path to grep and awkScott Ullrich2008-12-231-1/+1
| | | | * Test for p and not -p
* * Use correct ftp-proxy argumentsScott Ullrich2008-12-231-1/+1
|
* Hide the use ftp helper option if the subnet is not 32. Uncheck the boxScott Ullrich2008-12-231-4/+15
| | | | when hiding as well.
* Add listtopic headerScott Ullrich2008-12-231-1/+3
|
* * Minor whitespace fixesScott Ullrich2008-12-221-11/+15
| | | | * Kill off process if running and user turns off option as well
* * Remove trailing spaceScott Ullrich2008-12-221-1/+7
| | | | * Kill off old process when changing IP address (record edit)
* * Add useftphelper support which will add a no binat rule to prevent portScott Ullrich2008-12-211-0/+10
| | | | | 21 nattig * Launch ftp-proxy to listen on the external ip address port 21
* Remove hardcoded removing of LAN interface from the 1:1 mappings.Ermal Luçi2008-11-061-1/+1
|
* 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-5/+3
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-6/+5
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Allow multiple subnets to overlap. In PF its first come, first served.Scott Ullrich2005-11-181-4/+4
|
* Fix ticket #283 - remove check for virtual IP existing and not allowing 1:1Bill Marquette2005-08-061-12/+1
|
* Merge in virtual IP codeBill Marquette2005-07-131-5/+5
| | | | | | | | | This changeset does the following: merges proxy arp and carp setup menus removes proxy arp menu from left side upgrades config file from 1.7 to 1.8 moves existing carp virtual IP and proxy arp config to new <virtualip> tag removes server NAT (why duplicate work?)
* Change "Inbound NAT" to "Port Forward"Bill Marquette2005-07-031-0/+1
| | | | | Update _edit.php's to use diaplay_topbar() Change "Outgoing" to "Outbound" for consistency between load balancing and NAT
* Use $pgtitle instead of re-typing the page title overBill Marquette2005-07-021-8/+5
| | | | Use head.inc on the _edit.php files
* Make Cancel button match the Save buttons styleScott Ullrich2005-04-281-1/+1
|
* * Add missing cancel buttonScott Ullrich2005-04-221-1/+1
| | | | * cancel -> Cancel
* Add a Cancel button which takes the browser back to the page prior.Scott Ullrich2005-04-211-1/+1
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
OpenPOWER on IntegriCloud