summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style Firewall NATPhil Davis2015-05-111-17/+32
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* removed duplicate type=text/javascriptayvis2014-03-251-1/+1
| | | added type for <script>
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-4/+4
| | | replaced <br>, <br/> and </br> with <br />
* Fix typosRenato Botelho2013-12-021-1/+1
|
* Add hability to insert after, reorder, batch delete and enable/disable to ↵Renato Botelho2013-11-201-29/+164
| | | | 1:1 NAT rules. It fixes #3327
* Fix whitespaces and indentRenato Botelho2013-11-201-94/+120
|
* Tidy up "firewall_nat_1to1.php" XHTMLColin Fleming2013-05-011-14/+14
| | | | | | | Close BR and IMG tags and add ALT to IMG tags Move NOWRAP to class statement Deprecate ampersand in ANCHOR tags Replace opening TR tag with closing TR tag
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-2/+2
| | | | unless the user is allowed to do that.
* Fix note width for 1:1 NATjim-p2011-08-301-1/+1
|
* Unbreak static routesSeth Mos2011-01-211-0/+1
| | | | Add initial NPt Network Prefix Translation pages
* switch back to Internal rather than Source, Source is just confusingChris Buechler2010-12-251-1/+1
|
* If available, display source IP's CIDR mask on external IP as well.Erik Fonnesbeck2010-12-081-2/+6
|
* This code must come after natent is defined or the style will never be ↵Erik Fonnesbeck2010-12-081-5/+5
| | | | applied. Ticket #1073
* Ticket #1073. Gray out the rules when they are disabled.Ermal2010-12-061-4/+16
|
* Allow 1:1 rules to specify source and destination. This is almost the same ↵Ermal2010-09-031-7/+9
| | | | as on Port Forward tab rules without protocol and ports.
* gettext() fixes on firewall_nat_1to1.phpCarlos Eduardo Ramos2010-08-121-2/+2
|
* Fix improper gettext changes that broke various confirmation prompts, ↵Erik Fonnesbeck2010-08-061-1/+1
| | | | causing them to never show.
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-08-031-3/+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-3/+3
| |
* | Checked gettext() implementation on firewall_nat_1to1.phpCarlos Eduardo Ramos2010-07-131-1/+1
| |
* | Review firewall_nat_1to1.phpRenato Botelho2010-06-301-4/+4
| |
* | Implement gettext() callsCarlos Eduardo Ramos2010-06-241-14/+14
|/
* add note about 1:1s and interface IPsChris Buechler2010-04-241-1/+3
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-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
* 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-6/+4
| | | | | | - 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
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Do not harc code whiteScott Ullrich2008-10-121-1/+1
|
* 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
* 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-1/+9
| | | | This to make it easier on large configurations.
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Remove reboot required checksScott Ullrich2005-12-141-5/+5
|
* Friendly mouseover titles for buttonsBill Marquette2005-08-241-3/+3
|
* Nuke old outgoing load balancnig codeScott Ullrich2005-08-071-1/+0
|
* updating files to use theme imagesErik Kristensen2005-07-211-3/+3
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Merge in virtual IP codeBill Marquette2005-07-131-6/+5
| | | | | | | | | 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-11/+11
|
* Change "Inbound NAT" to "Port Forward"Bill Marquette2005-07-031-3/+3
| | | | | Update _edit.php's to use diaplay_topbar() Change "Outgoing" to "Outbound" for consistency between load balancing and NAT
* No need for duplicate buttonsScott Ullrich2005-07-031-1/+0
|
* * Curve bottom of grey areas if neededScott Ullrich2005-07-021-0/+6
| | | | | * 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/+4
|
* Set page titlesScott Ullrich2005-07-021-1/+4
|
OpenPOWER on IntegriCloud