summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Ticket #6: Allow for NAT rule duplication (adv. outbound nat this round)Bill Marquette2005-05-161-7/+16
|
* remove duplicate codeBill Marquette2005-05-161-18/+3
|
* 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
|
* Do not sort nat out rules. Bill says its evil ;)Scott Ullrich2005-03-161-1/+1
|
* advanced nat can now do source port mapping (useful for IPSec traversal)Bill Marquette2005-02-201-14/+41
|
* !any is invalid in nat ruleBill Marquette2005-02-201-0/+5
|
* Add Copyright to each file that we have touched so far and re attribute the ↵Scott Ullrich2004-11-191-43/+45
| | | | | | | | | | | file to Manuel Kasper such as: Copyright (C) 2004 Scott Ullrich All rights reserved. originally part of m0n0wall (http://m0n0.ch/wall) Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>. All rights reserved.
* Initial revisionScott Ullrich2004-11-071-0/+311
OpenPOWER on IntegriCloud