summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #136.Ermal Luçi2010-01-261-5/+5
| | | | | | | | Fix associated nat rules. Now both the filter rules and the nat ones contain a associated-rule-id tag which helps link the items together. The API to use for this is in itemid.inc. All the issues should be solved now.
* Add blank row to match firewall rules layoutScott Ullrich2009-11-211-0/+1
|
* Move linked rule below pass icon. Cleanup tablesScott Ullrich2009-11-211-7/+6
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* show what pass/linked icons meanChris Buechler2009-11-071-0/+9
|
* show pass icon for rdr pass entries, fix editing of pass entriesChris Buechler2009-11-071-0/+3
|
* 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
* Added support for automatically managing firewall rules with NAT rules.unknown2009-08-141-1/+11
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+5
| | | | | | - 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
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-161-6/+1
| | | | now.(yay!)
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-141-2/+1
| | | | Purged unused JS
* 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
OpenPOWER on IntegriCloud