1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 08:14:58 +03:00
Commit Graph

1129 Commits

Author SHA1 Message Date
17e624ac26 v4.19-9605-beta 2016-03-06 23:16:01 +09:00
15876de6fb Default to TLS connections only
Due to DROWN (CVE-2016-0800), SSLv2 must be disabled by default. This is the most straight-forward way to ensure new installations are not vulnerable. The upgrade use case is not addressed by this PR, though I posted information to the forum: http://www.vpnusers.com/viewtopic.php?f=7&t=5596

This patch is made available under Contribution Option 1, to allow PacketiX to be fixed the same way.
2016-03-02 08:02:07 -08:00
311ab9efab Correctly save and apply the DisableSslVersions config 2015-12-09 14:06:13 +08:00
c34b751db0 Adding Radius AVP Called-Station-Id 2015-11-26 11:24:04 -02:00
04b72873c7 Fix the problem of the DisableSslVersions patch. 2015-11-23 16:15:10 +08:00
8b1b67faed Introduce DisableSslVersions.
The SSL Versions specified will be disabled on server context.
2015-11-10 00:55:24 +08:00
3228b114a4 merge upstream v4.19-9599-beta 2015-10-19 22:42:18 +03:00
d3a1b26413 v4.19-9599-beta 2015-10-19 21:30:51 +09:00
7aaf3d8fd3 merge upstream v4.19-9582-beta 2015-10-13 23:13:25 +03:00
4e862a7e40 v4.19-9582-beta 2015-10-06 20:18:00 +09:00
74c641c13e Fix set initialization, set.OnlyCapsuleModeIsInvalid could be garbage 2015-09-18 14:39:08 -03:00
3c8abd60ed v4.19-9578-beta 2015-09-15 16:19:45 +09:00
9a82b3c65c v4.19-9577-beta 2015-09-15 14:22:53 +09:00
1cf9df5539 merge upstream v4.18-9570-rtm 2015-07-26 23:10:21 +03:00
7772ee119e Add the possibility to send the Virtual Hub Name to a RADIUS server as NAS-Identifier 2015-07-26 22:46:00 +03:00
4b65e251f2 v4.18-9570-rtm 2015-07-26 19:39:40 +09:00
7e00268084 merge with vendor v4.17-9566-beta 2015-07-21 01:15:44 +03:00
860f743dd7 v4.17-9566-beta 2015-07-17 00:31:57 +09:00
1a9fe52991 merge with vendor 2015-07-15 19:28:20 +03:00
29d330522d Fixed OSX CPU utilization by replacing broken kevent() with select() 2015-07-09 01:11:40 +03:00
ff49706373 v4.17-9562-beta 2015-05-31 19:02:35 +09:00
3b5b31c0b1 Revised error on strtable_ko.stb
Fixed error parts from translation.
2015-05-29 10:57:26 +09:00
0248bcaf56 Add Korean resources
- Translated by google machine translation
- Fix bug and revised by hands.
2015-05-29 07:37:28 +09:00
b68ddee128 Add Traditional Chinese language
Add Traditional Chinese language
2015-05-20 00:19:22 +08:00
4af19c46ff Revert "Add Traditional Chinese language"
This reverts commit 450d073213.
2015-05-20 00:09:51 +08:00
450d073213 Add Traditional Chinese language
Add Traditional Chinese language
2015-05-20 00:02:52 +08:00
7785c41f38 v4.15-9546-beta 2015-04-05 03:39:48 +09:00
983c19c043 v4.15-9539-beta 2015-04-04 05:58:09 +09:00
18b120e5f7 v4.15-9538-beta 2015-03-27 20:52:15 +09:00
1f645c9816 v4.15-9537-beta 2015-03-26 18:01:02 +09:00
ffddfe1ad3 Add the possibility to send the Virtual Hub Name to an external DHCP server 2015-02-09 23:47:35 +02:00
64fd19e6f8 v4.14-9529-beta 2015-02-02 18:54:00 +09:00
67fbd56574 v4.14-9529-beta 2015-02-02 18:54:00 +09:00
3305046721 v4.13-9525-beta 2015-02-02 12:33:23 +09:00
5efab0381c v4.13-9525-beta 2015-02-02 12:33:23 +09:00
ef4c0d5866 v4.13-9524-beta 2015-01-31 03:28:09 +09:00
96da053c84 v4.13-9524-beta 2015-01-31 03:28:09 +09:00
06a72040a3 v4.13-9522-beta 2015-01-30 22:30:34 +09:00
NV
ad58da4179 Add DhParamBits configuration to set Diffie-Hellman parameters 2015-01-27 03:32:29 +09:00
8ffb223377 Take gateways into account while pushing routes 2015-01-22 23:11:51 +03:00
a737ec5d20 fix LogFileGet won't save to SAVEPATH
ref http://www.vpnusers.com/viewtopic.php?t=2750
2015-01-22 07:59:40 +09:00
75f9836ce5 v4.12-9514-beta 2014-11-18 12:05:48 +09:00
2b3a4d0b75 v4.11-9506-beta 2014-10-23 01:00:30 +09:00
10d4b2c43d v4.10-9505-beta 2014-10-04 00:09:23 +09:00
9f83dc0ba2 Cleanup check of blank realm name
Store realm name in hub struct using a preallocated string instead of a pointer
2014-07-25 14:06:51 -04:00
e29a83ea61 Change from simply using the hub name as the radius realm to allowing the realm name to be configured 2014-07-25 13:53:55 -04:00
9e55db0623 Fix some errors that shouldn't have existed to start with... 2014-07-25 13:42:22 -04:00
2e231be197 Add configuration option and code to implement using the Hub name as the Radius realm 2014-07-25 11:21:28 -04:00
16b713b98d v4.10-9473-beta 2014-07-12 03:00:27 +09:00
9f7d8578a7 v4.10-9472-beta 2014-07-12 02:06:20 +09:00