summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Set javascript state on form loadScott Ullrich2006-09-051-0/+1
|
* When static port is checked, disable the port option.Scott Ullrich2006-09-051-18/+26
|
* Complete nosync supportScott Ullrich2006-04-211-34/+34
| | | | Ticket #848
* When switching source from Any to network and back, allow source subnet ↵Scott Ullrich2006-04-211-1/+1
| | | | field to be changed afterwards.
* Save NOSYNC value correctlyScott Ullrich2006-02-011-7/+8
|
* texbox -> checkboxScott Ullrich2006-01-031-1/+1
|
* Use cellspacing="1" cellpadding="1"Scott Ullrich2006-01-031-4/+4
|
* Add static-port option for outbound NATScott Ullrich2006-01-031-0/+11
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Fix membersScott Ullrich2005-12-051-1/+1
|
* Add blurb HINT: This prevents the rule from automatically syncing to other ↵Scott Ullrich2005-12-051-1/+2
| | | | carp memebers.
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* MFC firewall_nat_out_edit.phpScott Ullrich2005-12-041-9/+8
|
* text -> checkboxScott Ullrich2005-12-041-1/+1
|
* MFC 8288Scott Ullrich2005-12-041-0/+12
| | | | Add NOSYNC options to firewall rules and firewall nat outbound
* MFC 7153Scott Ullrich2005-10-251-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | UI for Commit [7145] Adv. rules WILL need to be modified for this change NOTE! This merge was not 100% clean. Had an issue with: *************** *** 342,348 **** </tr> <tr> <td>Destination port:&nbsp;&nbsp;</td> - <td><input name="natport" type="text" class="formfld" id="natport" size="5" value="<?=htmlspecialchars($pconfig['natport']);?>"> (leave blank for any)</td> </tr> </table> </td> --- 351,357 ---- </tr> <tr> <td>Destination port:&nbsp;&nbsp;</td> + <td><input name="dstport" type="text" class="formfld" id="dstport" size="5" value="<?=htmlspecialchars($pconfig['dstport']);?>"> (leave blank for any)</td> </tr> </table> </td>
* MFC 6875Scott Ullrich2005-10-161-36/+37
| | | | Cleanup HTML Move "source port" to where it really belongs, under Target This should be MFC'd to save questions ;)
* Remove this check. Outgoing nat is first come first serve.Scott Ullrich2005-10-091-1/+1
|
* Fix the no nat option so it is correctly set and unset from the config.Seth Mos2005-09-191-1/+7
| | | | 1st commit!
* Save no nat settings correctlyScott Ullrich2005-09-191-0/+1
|
* Ticket #467 destination network on firewall_nat_out_edit.php incorrectly parsed.Scott Ullrich2005-09-091-2/+2
| | | | Submitted-by-someone-who-refuses-to-accept-cvs-account: databeestje
* Turn target ip into a drop down box.Scott Ullrich2005-09-081-4/+17
| | | | Subbmitted-by-i-dont-wanna-a-commit-bit: databeestje
* Allow any to be used for source addressBill Marquette2005-08-241-5/+11
|
* Add no nat option for outgoing natScott Ullrich2005-07-111-12/+20
| | | | Ticket #212
* Make title consistent with other edit screensBill Marquette2005-07-031-1/+1
|
* Change "Inbound NAT" to "Port Forward"Bill Marquette2005-07-031-2/+3
| | | | | Update _edit.php's to use diaplay_topbar() Change "Outgoing" to "Outbound" for consistency between load balancing and NAT
* Don't close <head> tag - these files use javascript inside <head>Bill Marquette2005-07-031-0/+1
|
* Use $pgtitle instead of re-typing the page title overBill Marquette2005-07-021-7/+6
| | | | Use head.inc on the _edit.php files
* Fix rule duplication bug here tooBill Marquette2005-06-111-0/+3
|
* Add source Type dropdown box allowing the user to select "any" as the sourceScott Ullrich2005-05-311-2/+32
|
* Allow "any" as a source network on nat mappingsScott Ullrich2005-05-311-1/+1
|
* copy/paste buglet...a_out, not a_natBill Marquette2005-05-211-4/+4
|
OpenPOWER on IntegriCloud