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
AgeCommit message (Collapse)Author
2017-01-23Add HMAC SHA2 to IKEMoataz Elmasry
2017-01-22Add support for HMAC SHA2-256, HMAC SHA2-384, HMAC SHA2-512Moataz Elmasry
2017-01-21Add DH groups 2048,3072,4096 to IPSec_IKEMoataz Elmasry
src/Cedar/IPsec_IkePacket.c
2017-01-09added github PR templateIlya Shipitsin
2016-12-28Add files via uploadNoah O'Donoghue
2016-11-29Remove blank line at the start from init fileDDGo
There was a blank line at the start of the file before #! /bin/sh, which declares which interpeter it has to use. With this blank line the init script will not work and will throw error "exit status 1", meaning the deamon doesn't start. This simple edit to the file will fix that
2016-11-27v4.22-9634-betav4.22-9634-betadnobori
2016-11-27Merge branch 'master' of github.com:SoftEtherVPN/SoftEtherVPNDaiyuu Nobori
2016-11-27Merge branch 'sacha-radius-hub'Daiyuu Nobori
2016-11-27fix conflictDaiyuu Nobori
2016-11-27Merge pull request #96 from berolinux/masterDaiyuu Nobori
Try to autodetect OS and CPU instead of requiring user input
2016-11-27Merge branch 'master' of github.com:SoftEtherVPN/SoftEtherVPNDaiyuu Nobori
2016-11-27Merge branch 'yodresh-master'Daiyuu Nobori
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-27Merge branch 'dglushenok-master'Daiyuu Nobori
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 #165 from micsell/cpupatchDaiyuu Nobori
Fixed OSX CPU utilization by replacing broken kevent() with select()
2016-11-27Merge pull request #178 from mcsalgado/fix_initializationDaiyuu Nobori
Fix set initialization, set.OnlyCapsuleModeIsInvalid could be garbage
2016-11-27Merge pull request #180 from hsaito/masterDaiyuu Nobori
Systemd service configuration files for SoftEther
2016-11-27Merge pull request #184 from mrjefftang/rpmspec_updateDaiyuu Nobori
Update CentOS makefiles and spec file
2016-11-27Merge pull request #189 from scj643/masterDaiyuu Nobori
Fixed typo
2016-11-27Merge pull request #204 from LegDog/masterDaiyuu Nobori
Adding Radius AVP Called-Station-Id
2016-11-27Merge branch 'rtau-master'Daiyuu Nobori
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-27Merge pull request #231 from Leden/armv7lDaiyuu Nobori
Support Debian package build on ARMv7l architecture
2016-11-27Merge pull request #241 from knok/debian-initDaiyuu Nobori
Add LSB header
2016-11-27Merge pull request #248 from ajeecai/masterDaiyuu Nobori
Fix that ParseTcpOption doesn't work correctly
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-06-10Add LSB headerNOKUBI Takatsugu
2016-05-12Support Debian package build on ARMv7l architectureDenis Lesnov
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-18Merge remote-tracking branch 'upstream/master'Hideki Saito
2016-04-17v4.20-9608-rtmdnobori
2016-03-08merge upstream v4.19-9605-betaMykhaylo Yehorov
2016-03-06v4.19-9605-betadnobori