summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_npt_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Add reason to write_config() calldoktornotor2017-03-211-1/+1
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-8/+8
| | | | functions - Firewall
* GET/POST conversion firewall_nat_npt*Steve Beaver2017-02-101-9/+5
|
* setHelp and gettext changes for firewall* pagesPhil Davis2017-02-051-2/+2
|
* More required fields for NAT pagesPhil Davis2017-01-241-1/+1
|
* Required fields in NAT pagesPhil Davis2017-01-221-2/+2
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-2/+2
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Fixed #6498 by providing new address type argument to Form_IpAddress(). In ↵Stephen Beaver2016-06-211-2/+4
| | | | | | this case it is specified as "V6". (cherry picked from commit 3e4adb7139b4cddbb06a2aba7e0727d1762b35ee)
* Firewall / NAT - Remove PersonalizationsNOYB2016-03-301-2/+2
| | | | Remove "you" personalizations.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* 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