summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Encoding in vpn_ipsec_settings.phpjim-p2015-06-161-1/+1
|
* Merge pull request #1721 from phil-davis/styleRenato Botelho2015-06-151-3/+4
|\
| * Code spacingPhil Davis2015-06-151-3/+4
| | | | | | | | | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* | 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/+2
|
* Code style VPN IPsecPhil Davis2015-05-231-47/+64
|
* Show correct selection for noshuntlan option. Ticket #4655Chris Buechler2015-04-301-1/+1
|
* Fix #4640 IPsec Auto-exclude LAN address togglesPhil Davis2015-04-201-1/+1
| | | | every time save is pressed. 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
* Fix IPsec Advanced Settings uniqueids. It was neither set in strongswan ↵benny2015-03-311-0/+1
| | | | config, nor picked up correctly in the UI.
* 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
* 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