Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-11-08Merge remote-tracking branch 'upstream/master'Luiz Eduardo Gava
2016-10-03Using client parameter in function CtConnectMichael Clausen
Using the global client variable might lead to strange behavoir if multiple clients are allocated and to crashes in the case the client was not initialized with CtStartClient()
2016-08-04Fix that ParseTcpOption doesn't work correctlyajeecai
Suppose there is a TCP SYN or SYN-ACK packet taking options as: 02 04 05 b4 01 01 04 02 01 03 03 04 which is Options: (12 bytes) >Maximum segment size: 1460 bytes >No-Operation (NOP) >No-Operation (NOP) >TCP SACK Permitted Option: True >No-Operation (NOP) >Window scale: 4 (multiply by 16) Then the original parse function only returns MSS 1460 while WSS is 0.
2016-05-04merge upstream v4.21-9613-betaMykhaylo Yehorov
2016-05-04merge upstream v4.20-9608-rtmMykhaylo Yehorov
2016-04-29cppcheck issues:Ilya Shipitsin
[src/Cedar/Client.c:2184] -> [src/Cedar/Client.c:2187]: (warning) Either the condition 'rpc==0' is redundant or there is possible null pointer dereference: rpc. [src/Cedar/Client.c:6032] -> [src/Cedar/Client.c:6035]: (warning) Either the condition 'ret!=0' is redundant or there is possible null pointer dereference: ret.
2016-04-29cppcheck issue:Ilya Shipitsin
[src/Cedar/Connection.c:1041] -> [src/Cedar/Connection.c:1043]: (warning) Either the condition 's!=0' is redundant or there is possible null pointer dereference: s.
2016-04-29cppcheck issues:Ilya Shipitsin
[src/Cedar/SM.c:875] -> [src/Cedar/SM.c:882]: (warning) Either the condition 'd==0' is redundant or there is possible null pointer dereference: d. [src/Cedar/UdpAccel.c:119] -> [src/Cedar/UdpAccel.c:123]: (warning) Either the condition 'a==0' is redundant or there is possible null pointer dereference: a.
2016-04-29cppcheck issues:Ilya Shipitsin
[src/Cedar/Virtual.c:2389] -> [src/Cedar/Virtual.c:2398]: (warning) Either the condition 'a==0' is redundant or there is possible null pointer dereference: a. [src/Cedar/Virtual.c:4000] -> [src/Cedar/Virtual.c:4004]: (warning) Either the condition 'n==0' is redundant or there is possible null pointer dereference: n. [src/Cedar/Virtual.c:4203] -> [src/Cedar/Virtual.c:4207]: (warning) Either the condition 'n==0' is redundant or there is possible null pointer dereference: n.
2016-04-29cppcheck issues:Ilya Shipitsin
[src/Cedar/WebUI.c:1728] -> [src/Cedar/WebUI.c:1730]: (warning) Either the condition 'buf==0' is redundant or there is possible null pointer dereference: buf. [src/Mayaqua/FileIO.c:383] -> [src/Mayaqua/FileIO.c:386]: (warning) Either the condition 'p==0' is redundant or there is possible null pointer dereference: p. [src/Mayaqua/TcpIp.c:1837] -> [src/Mayaqua/TcpIp.c:1839]: (warning) Either the condition 'tcp!=0' is redundant or there is possible null pointer dereference: tcp.
2016-04-29cppcheck issues:Ilya Shipitsin
[src/Cedar/Admin.c:11843] -> [src/Cedar/Admin.c:11845]: (warning) Either the condition 't==0' is redundant or there is possible null pointer dereference: t. [src/Cedar/Admin.c:12316] -> [src/Cedar/Admin.c:12318]: (warning) Either the condition 'a==0' is redundant or there is possible null pointer dereference: a. [src/Cedar/Admin.c:12576] -> [src/Cedar/Admin.c:12578]: (warning) Either the condition 't==0' is redundant or there is possible null pointer dereference: t. [src/Cedar/Admin.c:12790] -> [src/Cedar/Admin.c:12792]: (warning) Either the condition 't==0' is redundant or there is possible null pointer dereference: t.
2016-04-24v4.21-9613-betadnobori
2016-04-17v4.20-9608-rtmdnobori
2016-03-08merge upstream v4.19-9605-betaMykhaylo Yehorov
2016-03-06v4.19-9605-betadnobori
2016-03-02Default to TLS connections onlyMatt Lewandowsky
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.
2015-12-09Correctly save and apply the DisableSslVersions configRaymond Tau
2015-11-26Adding Radius AVP Called-Station-IdLuiz Eduardo Gava
2015-11-23Fix the problem of the DisableSslVersions patch.Raymond Tau
2015-11-09Introduce DisableSslVersions.Raymond Tau
The SSL Versions specified will be disabled on server context.
2015-10-19merge upstream v4.19-9599-betaMykhaylo Yehorov
2015-10-19v4.19-9599-betadnobori
2015-10-13merge upstream v4.19-9582-betaMykhaylo Yehorov
2015-10-06v4.19-9582-betadnobori
2015-09-18Fix set initialization, set.OnlyCapsuleModeIsInvalid could be garbageVictor Salgado
2015-09-15v4.19-9578-betadnobori
2015-09-15v4.19-9577-betadnobori
2015-07-26merge upstream v4.18-9570-rtmMykhaylo Yehorov
2015-07-26Add the possibility to send the Virtual Hub Name to a RADIUS server as ↵Mykhaylo Yehorov
NAS-Identifier
2015-07-26v4.18-9570-rtmdnobori
2015-07-21merge with vendor v4.17-9566-betaMykhaylo Yehorov
2015-07-16v4.17-9566-betadnobori
2015-07-15merge with vendorMykhaylo Yehorov
2015-07-09Fixed OSX CPU utilization by replacing broken kevent() with select()Mike Selivanov
2015-05-31v4.17-9562-betadnobori
2015-04-04v4.15-9546-betadnobori
2015-04-03v4.15-9539-betadnobori
2015-03-27v4.15-9538-betadnobori
2015-03-26v4.15-9537-betadnobori
2015-02-10Add the possibility to send the Virtual Hub Name to an external DHCP serverMykhaylo Yehorov
2015-02-02v4.14-9529-betadnobori
2015-02-02v4.14-9529-betadnobori
2015-02-02v4.13-9525-betadnobori
2015-02-02v4.13-9525-betadnobori
2015-01-30v4.13-9524-betadnobori
2015-01-30v4.13-9524-betadnobori
2015-01-30v4.13-9522-betadnobori
2015-01-22Take gateways into account while pushing routesDmitry Glushenok
2015-01-22fix LogFileGet won't save to SAVEPATHNoNameA 774
ref http://www.vpnusers.com/viewtopic.php?t=2750
2014-11-18v4.12-9514-betadnobori