summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase2.php
Commit message (Collapse)AuthorAgeFilesLines
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-44/+43
|
* 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().
* VPN / IPsec - Remove PersonalizationsNOYB2016-04-041-9/+9
| | | | | | Remove "you" personalizations. (cherry picked from commit dbe87243ffef17cc41f7fe3bc5fa02ed1372059d)
* Changed all selectoraction to"change" instead of "click"Stephen Beaver2016-03-081-4/+4
|
* Fixed #5962Stephen Beaver2016-03-081-1/+1
|
* Synchronize page titles with tab titles; Rename few titles in order to be ↵k-paulius2016-02-131-2/+2
| | | | more consistent.
* Merge pull request #2616 from k-paulius/captionsStephen Beaver2016-02-111-1/+1
|\
| * Convert section titles to title casek-paulius2016-02-101-1/+1
| |
* | use is_numericint rather than is_numeric for input validation hereChris Buechler2016-02-111-4/+4
|/
* Merge pull request #2576 from ↵Stephen Beaver2016-02-091-2/+4
|\ | | | | | | NOYB/HTML_Compliance_-_VPN_/_IPsec_/_Tunnel_-_Edit_Phase_II
| * Suppress unused id attributes.NOYB2016-02-081-4/+4
| |
| * Add subtle note about unique ID attributes of loop created elements.NOYB2016-02-011-0/+2
| |
| * HTML Compliance - VPN / IPsec / Tunnel - Edit Phase IINOYB2016-01-301-2/+2
| | | | | | | | | | Duplicate ID ealgos[]. Duplicate ID halgos[].
* | Internationalize vpn*.phpPhil Davis2016-02-081-2/+2
|/
* Fix enable/disable of NAT/BINAT address and mask fields.Chris Buechler2016-01-291-7/+7
|
* Fixed #5789Stephen Beaver2016-01-211-4/+4
|
* IPsec phase 2 display existing keylenPhil Davis2016-01-121-1/+1
| | | | | When you edit an IPsec phase2, if there are any particular key lengths already selected in the config for each of the encryption algorithms they are not displayed - they just all show as Auto. That then "accidentally" changes previous settings when you save. Found as part of searching for dodgy-loking uses of "==".
* Code style v wPhil Davis2015-12-171-18/+21
|
* Standardize VPN IPsec breadcrumbsPhil Davis2015-12-071-4/+6
|
* 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 the warning when no HASH algorithm is selected (together with AES-GCM).Luiz Otavio O Souza2015-11-091-1/+1
|
* Fix visualization of the selected PFS key group.Luiz Otavio O Souza2015-11-091-1/+1
| | | | Without this fix you can change your PFS key group to off when editing a phase 2 entry.
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-27/+54
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-42/+0
|
* Fixed bogus array_merge in localid_type selectorStephen Beaver2015-09-301-1/+1
|
* Fixed incorrect encryption bits selectorsStephen Beaver2015-09-301-43/+43
| | | | Hide Remote network if mobile
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-3/+3
|
* Ticket #5182 add hide functionalityJared Dillard2015-09-221-1/+4
|
* Fixed #5102Stephen Beaver2015-09-081-3/+3
| | | | javascript revised to accommodate VPN masks
* Fixed #5102Stephen Beaver2015-09-041-3/+3
| | | | Provided new method addVPNMask() that creates a mask selector including '0'
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-503/+517
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+983
OpenPOWER on IntegriCloud