summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix up descriptive text for logging levels. Ticket #5340Chris Buechler2015-10-261-4/+3
|
* Default log level where none is selected should be 3 here. Ticket #5340Chris Buechler2015-10-261-1/+1
|
* Correct available log levels. Ticket #5340Chris Buechler2015-10-261-16/+16
|
* Logging fixes. Ticket #5340Chris Buechler2015-10-261-1/+3
|
* Use 1-6 rather than 0-5 for IPsec logging levels, to stay away from ↵Chris Buechler2015-10-261-2/+8
| | | | complications of 0 due to PHP stupidity. Upgrade config to add 1 to any configured log levels. Default to 1 as log level where none is configured by the user. Ticket #5340
* Add isset check for strictcrlpolicyPhil Davis2015-07-221-1/+1
| | | | To be consistent with the checks in the rest of this code.
* Add IPsec advanced option for strict CRL checkingChris Buechler2015-07-221-0/+16
|
* fix typoChris Buechler2015-07-221-1/+1
|
* Handle IPsec Advanced Settings save before IPsec is enabledPhil Davis2015-07-221-12/+18
| | | | | | | | | | | | | If the Advanced Settings are saved before any other IPsec is set up then $config['ipsec'] can be just the empty string. As a result you can get: a) If you select some debug settings then those are not saved. The code to save those settings was only executed when $config['ipsec'] was already an array. Actually the code already did the necessary "if isset() then unset()" stuuf. So I just took the the "if is_array()" away from the code block. b) Some potential unset() can go wrong with errors like: Fatal error: Cannot unset string offsets in /usr/local/www/vpn_ipsec_settings.php on line 168 This is corrected by adding more "if (isset())" checks. Fixes Redmine #4865 Conflicts: usr/local/www/vpn_ipsec_settings.php
* Encoding in vpn_ipsec_settings.phpjim-p2015-06-161-1/+1
|
* Ticket #4655 well manually merge pull/1715. Thanks: PhilErmal LUÇI2015-06-151-3/+9
|
* Ok another round of this which unbreaks input error validation messagesErmal LUÇI2015-06-131-3/+6
|
* Make this right finally :). Thanks-ti: Phil-davisErmal LUÇI2015-06-121-3/+2
|
* Activate the redirection that for some reason got disabledErmal LUÇI2015-06-121-2/+2
|
* Ticket #4655 Do not behave against the logic of checkbox and description.Ermal LUÇI2015-06-111-2/+3
|
* Show correct selection for noshuntlan option. Ticket #4655Chris Buechler2015-04-301-1/+1
|
* Fix #4640 IPsec Auto-exclude LAN address toggles every time save is pressed.Ermal LUÇI2015-04-201-1/+1
| | | | Actually the GUI is displaying the opposite setting to what is in the config. When the user pressed save that opposite setting was saved, but then again it displays the opposite of the opposite...
* Implement make bofre break feature avaliable on strongswan 5.3.0 useful for ↵Ermal LUÇI2015-04-181-0/+18
| | | | IKEv2. Fixes #4626
* Fix up Ticket #4504 implementation. Match config style with other areas. Use ↵Chris Buechler2015-04-041-9/+9
| | | | a config setting to disable, rather than enable, this functionality since it's enabled by default so the tag isn't necessary in the default config. Remove now unnecessary config upgrade code.
* Fixes #4504 use correct key indexErmal LUÇI2015-04-031-1/+1
|
* Fixes #4504 Allow the bypass policy for LAN to be enabled and prevent ↵Ermal LUÇI2015-04-031-0/+16
| | | | traffic sent to lan ip to go to the ipsec tunnel
* Merge manually pull request #1593Ermal LUÇI2015-03-311-0/+1
|
* clean up unique IDs text a bit.Chris Buechler2015-03-111-2/+2
|
* Don't enable interfaces_use by default. Add checkbox to enable on AdvancedChris Buechler2015-03-101-0/+19
| | | | | | | tab, in case there are scenarios where it's desirable. Ticket #4341 Conflicts: etc/inc/vpn.inc
* Remove "Prefer old SA" option, and ignore it in all existing configurations. ↵Chris Buechler2015-03-031-18/+0
| | | | Breaks things in many cases with strongSwan. For the very rare circumstances where this is actually desirable, it's just a sysctl that can be set in tunables.
* Fixes #4359 Allow controlling uniqueidsErmal LUÇI2015-01-311-0/+29
|
* Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec ↵Ermal LUÇI2015-01-311-7/+21
| | | | service.
* Provide an advanced setting to be able to disable Unity Plugin(Cisco extensions)Ermal LUÇI2015-01-071-0/+15
|
* fix textChris Buechler2015-01-071-1/+1
|
* fix spelling of compressionChris Buechler2015-01-071-6/+6
|
* Fixes #4182 by properly managing IPcomp on ipsec tunnels.Ermal LUÇI2015-01-071-12/+9
| | | | Also retires IPsec force reloading advanced sysctl since its useless nowdays with strongswan and remove its call on rc.newipsecdns.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Add input validation on vpn_ipsec_settings.php. Fixes #4052.Chris Buechler2014-11-281-1/+57
|
* Fixes #4039 remove the toggle from IPSec settings since its not anymore useful.Ermal LUÇI2014-11-241-19/+0
|
* Allow accept_unencrypted_mainmode_messages to be enabled if neededErmal2014-10-301-0/+18
|
* get back to our standard RFC-defined capitalization of IPsecChris Buechler2014-10-021-4/+4
|
* firewall_virtual_ip make the table sortablePiBa-NL2014-09-281-1/+1
|
* Merge pull request #1139 from ExolonDX/branch_master_02Renato Botelho2014-05-091-6/+7
|\
| * Tidy up "vpn_ipsec" XHTMLColin Fleming2014-05-081-6/+7
| | | | | | | | | | | | | | | | | | Add CDATA section to SCRIPTS Add SUMMARY to TABLES Update HTML Boolean operators Close INPUT and IMG tags and ALT to IMG tags Move NOWRAP into CLASS statement Deprecate ampersand in Anchor tags
* | Some adjustments to the code for loggingErmal2014-05-091-1/+1
|/
* Move the IPsec settings from System > Advanced, Misc tab to "Advanced ↵jim-p2014-04-251-0/+252
Settings" tab under VPN > IPsec.
OpenPOWER on IntegriCloud