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/Cedar
AgeCommit message (Collapse)Author
2017-10-18v4.23-9647-betav4.23-9647-betadnobori
2017-10-18Merge pull request #309 from moatazelmasry2/openvpn-extend-ciphersDaiyuu Nobori
Openvpn extend ciphers
2017-10-18Merge branch 'master' into add-sha2Daiyuu Nobori
2017-10-18Merge pull request #293 from moatazelmasry2/expand-dh-groupsDaiyuu Nobori
Add DH groups 2048,3072,4096 to IPSec_IKE
2017-10-18Merge pull request #282 from NoahO/NoahO-PPP-patchDaiyuu Nobori
Stop Radius Delay from counting to next_resend
2017-10-18Merge pull request #256 from cm0x4D/masterDaiyuu Nobori
Using client parameter in function CtConnect
2017-09-28Peer info optional in OvsParseKeyMethod2()cm0x4d
2017-02-24Add CAMELLIA cipher suite to OpenVPNMoataz Elmasry
2017-01-23Add HMAC-SHA2-256, HMAC2-384, HMAC2-512 support to OpenVPNMoataz Elmasry
2017-01-23Fix errors while adding SHA2 support to HMACMoataz Elmasry
2017-01-23Add HMAC SHA2 to IKEMoataz Elmasry
2017-01-21Add DH groups 2048,3072,4096 to IPSec_IKEMoataz Elmasry
src/Cedar/IPsec_IkePacket.c
2016-12-28Add files via uploadNoah O'Donoghue
2016-11-27v4.22-9634-betav4.22-9634-betadnobori
2016-11-27fix conflictDaiyuu Nobori
2016-11-27Merge pull request #127 from nna774/fix/vpncmd-LogFileGetDaiyuu Nobori
fix LogFileGet won't save to SAVEPATH
2016-11-27fix conflictDaiyuu Nobori
2016-11-27Merge pull request #133 from yehorov/masterDaiyuu Nobori
Add the possibility to send the Virtual Hub Name to an external DHCP server
2016-11-27Merge pull request #178 from mcsalgado/fix_initializationDaiyuu Nobori
Fix set initialization, set.OnlyCapsuleModeIsInvalid could be garbage
2016-11-27Merge pull request #204 from LegDog/masterDaiyuu Nobori
Adding Radius AVP Called-Station-Id
2016-11-27resolved the conflictDaiyuu Nobori
2016-11-27Merge pull request #217 from lewellyn/patch-1Daiyuu Nobori
Default to TLS connections only
2016-11-27Merge pull request #229 from chipitsine/masterDaiyuu Nobori
cppcheck issues
2016-11-08HTTPS /wiki redir to 443 (test)Luiz Eduardo Gava
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