summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix copy and pastoScott Ullrich2011-07-231-1/+1
|
* Adding chosen but do not actually use it beyond loadingScott Ullrich2011-07-231-0/+1
|
* Adding apply hooksScott Ullrich2011-07-221-0/+2
|
* Do not break on header titlesScott Ullrich2010-12-211-6/+6
|
* Add missing quote for the image title of the delete button, which was masked ↵Erik Fonnesbeck2010-08-061-1/+1
| | | | by the code that used to be after it.
* Fix on-click confirmation for the delete button on port forward rows.Erik Fonnesbeck2010-08-061-1/+1
|
* Fix improper gettext changes that broke various confirmation prompts, ↵Erik Fonnesbeck2010-08-061-3/+3
| | | | causing them to never show.
* Change the save message code on port forwards to be consistent with the ↵Erik Fonnesbeck2010-08-061-11/+3
| | | | other NAT pages. Fixes the message that was supposed to be shown after applying.
* Mark the correct subsystems dirty when deleting port forwards with the X on ↵Erik Fonnesbeck2010-08-061-1/+2
| | | | their row so that the apply button shows up.
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-08-031-5/+3
|\ | | | | | | | | | | | | Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/firewall_shaper.php
| * Fix interface name display for various cases on NAT rule listings.Erik Fonnesbeck2010-08-011-5/+3
| |
| * Don't use WAN/LAN if an interface descr exists ticket #783Chris Buechler2010-08-011-2/+2
| |
* | Corrections gettext implementation on firewall_nat.phpCarlos Eduardo Ramos2010-07-081-7/+7
| |
* | Review firewall_nat.phpRenato Botelho2010-06-301-20/+20
| |
* | Review of firewall_nat.phpNeriberto C.Prado2010-06-301-3/+3
| |
* | Implemment gettext() callsJeann2010-06-301-1/+1
| |
* | Implemment gettext() callsJeann2010-06-291-1/+1
| |
* | gettext on archives firewall_aliases.php e firewall_nat.phpme2010-06-231-13/+13
|/
* Add delete button for each NAT Port Forward rule, like firewall rules. It ↵Renato Botelho2010-06-181-5/+31
| | | | Fixes #674
* Fix port range calculationRenato Botelho2010-04-191-2/+7
|
* Deleting associated ruleVinicius Coque2010-04-091-3/+2
|
* Show in gray just rules that are disabledRenato Botelho2010-04-091-3/+5
|
* Fix table sizes and calculate local port rangeRenato Botelho2010-04-081-8/+13
|
* Change span class to gray when rule is disabledRenato Botelho2010-04-071-2/+9
|
* Deal with new fields of Improved NAT Port ForwardRenato Botelho2010-04-071-49/+34
|
* 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
OpenPOWER on IntegriCloud