summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Merge pull request #3343 from phil-davis/retval1Renato Botelho2017-01-101-13/+4
|\ \ | |/ |/|
| * vpn_ipsec_settings - do not redirect on savePhil Davis2017-01-031-3/+0
| | | | | | | | | | | | | | When the user presses save, and there are no input errors, the data is saved - good. But the page redirects away to itself, which is not necessary. It is preventing the "saved successfully" message from being seen.
| * Report problems applying changesPhil Davis2017-01-031-10/+4
| | | | | | | | | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* | Fix typo. Ticket #7007jim-p2017-01-081-1/+1
| |
* | Rework how IPsec log settings are stored/retreived, adjust the default ↵jim-p2017-01-071-17/+10
|/ | | | values. Implements #7007
* 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-41/+39
|
* 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().
* Adding missing spaces between punctuationNewEraCracker2016-05-101-2/+2
|
* Miscellaneous Textual CorrectionsNOYB2016-05-011-1/+1
|
* VPN Menu - PunctuationNOYB2016-04-221-1/+1
| | | | Clean up some VPN menu punctuation.
* Fix wording on advanced IPsec settings titles.jim-p2016-04-051-3/+3
| | | | strongSwan doesn't get restarted in debug mode, it just changes the verbose level of log sections. Old terminology was leftover from racoon days.
* VPN / IPsec - Remove PersonalizationsNOYB2016-04-041-1/+1
| | | | Remove "you" personalizations.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Switch to disabling strongswan unity plugin by default. Ticket #4178Chris Buechler2016-01-231-3/+3
|
* replaced jQuery to $bruno2016-01-221-2/+2
|
* add call 'gettext' function in the vpn menu filesbruno2016-01-221-3/+3
|
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+3
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Code style v wPhil Davis2015-12-171-5/+7
|
* Standardize VPN IPsec breadcrumbsPhil Davis2015-12-071-3/+3
|
* 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-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Fix #5350. Correct issues with strongswan logging (setting changes did not ↵Matt Smith2015-11-111-63/+27
| | | | persist across reboots, setting silent did not work).
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+1
|
* Clarify the use of noshuntlaninterfaces and autoexcludelanaddressPhil Davis2015-09-241-5/+9
| | | | The existing code here looks like it should be working correctly. Maybe it would help future maintainers if the field name used for gathering the data value in the UI and $POSTing it is changed to autoexcludelanaddress. Then the code reads a bit more easily where the logic value of noshuntlaninterfaces and autoexcludelanaddress is swapped back and forth.
* Fixed #5188Stephen Beaver2015-09-221-39/+78
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-178/+120
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+445
OpenPOWER on IntegriCloud