summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_npt_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Provide "add top" and "add bottom" buttons for NAT 1:1 and NPtPhil Davis2016-01-191-0/+5
| | | | So that they are consistent with NAT Port Forward.
* Standardize NAT NPtPhil Davis2016-01-191-21/+17
| | | | | | | | | | | | | | | | | | | Give NAT NPt GUI the same sort of interface as NAT 1:1 1) Checkbox to select multiple mappings and then delete selected mappings 2) Tick/cross to enable/disable a mapping 3) Ability to "Add a new mapping based on this one" 4) Double-click to edit an entry 5) Ability to reorder mappings and save the new order - probably nobody cares about that but it is easy to provide it the same as on other forms, and so users can order the entries as they like. Note: It used to try to automagically sort the entries based on ipcmp() of the value of 'external' - that does not work in 2.2.* because 'external' is not a key at all for NPt. So I took that out - seemed more consistent to provide the user drag-drop entry ordering feature. Other bits of text in firewall NAT, 1:1 and Out standardized to make all of them match.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Coe style firewall *Phil Davis2015-12-141-9/+18
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Fix calls to ipsec_enabled() added in 179ab6b364Renato Botelho2015-11-101-0/+2
|
* Eliminate a few more cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-101-4/+2
| | | | Mostly when dealing with enc0 interface.
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-8/+7
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+0
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-5/+1
| | | | | | | - Remove PPTP server and all related code - Bump config version 12.2 - Write upgrade config code to remove pptpd section and also cleanup firewall and NAT rules using PPTP interface or src/des
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-7/+7
|\
| * bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-7/+7
| |
* | bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-187/+161
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+311
OpenPOWER on IntegriCloud