summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
Commit message (Collapse)AuthorAgeFilesLines
* Do not hard code whiteScott Ullrich2008-10-121-1/+0
|
* 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
* Move alias popup to function. Display Alias popup for NATs now.Scott Dale2008-05-231-2/+34
|
* Add multi user firewall nat port forward capabilities.Scott Ullrich2007-12-031-0/+5
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-2/+10
| | | | This to make it easier on large configurations.
* Call filter_configure() not filter_configure_sync() which blocks and waits ↵Scott Ullrich2007-01-301-1/+1
| | | | for the entire filter to reload. Woops.
* Kill off pftpx helper correctly after rule deletionScott Ullrich2006-08-191-11/+11
|
* Clear CACHE and force a reload so that the ftp helpers are spawned correctly ↵Scott Ullrich2006-08-191-4/+4
| | | | upon reply.
* Ticket #1036 - Correctly display LAN interface on port forward screenScott Ullrich2006-07-041-2/+2
|
* MFC 11349Scott Ullrich2006-04-241-0/+4
| | | | fix table display on IE when forwarding non tcp/ip protocols
* Show LAN, WAN or OPT$X['descr']Scott Ullrich2006-04-211-1/+3
| | | | Ticket #929
* When adding a redirect for FTP alert the user that it really creates 2 ↵Scott Ullrich2006-04-041-2/+10
| | | | | | firewall rules Ticket #899
* MFC 11083Scott Ullrich2006-04-031-0/+2
| | | | Display current IP address for rdr selections that use "interface address"
* MFC 7283Scott Ullrich2006-01-191-2/+2
| | | | Stop FTP helper for NAT redirects upon deletion of rule.
* MFC 7282Scott Ullrich2006-01-191-1/+6
| | | | Stop FTP helper for NAT redirects upon deletion of rule.
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Echo out interface name correctlyScott Ullrich2005-12-261-1/+1
|
* Remove old reboot required codeScott Ullrich2005-12-141-7/+4
|
* Reload filter after applyingScott Ullrich2005-12-141-0/+2
|
* Drop the notice "It is not possible to access NATed services"Scott Ullrich2005-12-041-5/+0
|
* Friendly mouseover titles for buttonsBill Marquette2005-08-241-1/+1
|
* Nuke old outgoing load balancnig codeScott Ullrich2005-08-071-1/+0
|
* fixing an image problem for themesErik Kristensen2005-07-211-1/+1
|
* updating files to use theme imagesErik Kristensen2005-07-211-6/+6
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Use correct white colorScott Ullrich2005-07-161-2/+3
|
* Merge in virtual IP codeBill Marquette2005-07-131-5/+4
| | | | | | | | | 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?)
* Fix bottom roundsBill Marquette2005-07-041-12/+9
|
* Change "Inbound NAT" to "Port Forward"Bill Marquette2005-07-031-4/+4
| | | | | Update _edit.php's to use diaplay_topbar() Change "Outgoing" to "Outbound" for consistency between load balancing and NAT
* Consolidate Apply changes button into the info box on the right hand sideScott Ullrich2005-07-031-2/+1
|
* * Curve bottom of grey areas if neededScott Ullrich2005-07-021-1/+4
| | | | | * Curve tabs * Cleanup
* Use $pgtitle instead of re-typing the page title overBill Marquette2005-07-021-1/+1
| | | | Use head.inc on the _edit.php files
* Move more items to head (<html>, DOCTYPE)Scott Ullrich2005-07-021-6/+3
|
* Set page titlesScott Ullrich2005-07-021-1/+4
|
* * Introduce new function helper for creating smooth tab headersScott Ullrich2005-07-021-15/+17
| | | | * Conver firewall -> areas over
* White on white isn't such a good choice for text colorBill Marquette2005-06-111-1/+1
|
* Ticket 6: Allow NAT to duplicate rulesBill Marquette2005-05-161-1/+1
|
* Allow doubleclick for edit hereBill Marquette2005-04-121-6/+6
| | | | Fix bug where clicking on description didn't highlight full line
* grammarBill Marquette2005-04-041-1/+1
|
* No need for href on first tabScott Ullrich2005-03-281-2/+2
|
* Add $Id$ tagBill Marquette2005-03-271-1/+2
|
* inbound nat can now be reorderedBill Marquette2005-03-051-33/+102
|
* whitespace cleanupBill Marquette2005-03-051-6/+7
|
* More standardizationBill Marquette2005-02-221-2/+2
|
* Update tab codef.Scott Ullrich2005-02-181-1/+8
|
* If an error occurs during the rule loading, report the error to the user.Scott Ullrich2005-02-071-1/+1
|
* Convert filter_configure to return the error text from pf if a ruleset is ↵Scott Ullrich2005-02-071-1/+4
| | | | not loaded correctly for any reason
* Add Outgoing load balancingScott Ullrich2004-11-201-1/+4
|
* Load balancing makes more sense on the outgoing tabScott Ullrich2004-11-191-11/+1
|
* Add NAT outbound load balancingScott Ullrich2004-11-191-0/+13
|
OpenPOWER on IntegriCloud