1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00
Commit Graph

338 Commits

Author SHA1 Message Date
Josh Soref
825731e860 spelling: computers 2018-02-28 03:03:28 +00:00
Josh Soref
326bff7298 spelling: completion 2018-02-28 03:00:00 +00:00
Josh Soref
5cb9cf528a spelling: complete 2018-02-28 03:00:06 +00:00
Josh Soref
d565eb10fc spelling: compatible 2018-02-28 02:59:22 +00:00
Josh Soref
fa85a27208 spelling: compatibility 2018-02-28 02:59:30 +00:00
Josh Soref
401b50e614 spelling: compare 2018-02-28 02:58:01 +00:00
Josh Soref
52304cb8ca spelling: communication 2018-02-28 02:58:26 +00:00
Josh Soref
7978ec8108 spelling: cloud 2018-02-28 02:54:53 +00:00
Josh Soref
3de30063a8 spelling: check 2018-02-28 02:48:50 +00:00
Josh Soref
a38dcaf901 spelling: characters 2018-02-28 02:51:57 +00:00
Josh Soref
967d4f70be spelling: changing 2018-02-28 02:51:43 +00:00
Josh Soref
4a0a9b7535 spelling: challenge 2018-02-28 02:51:18 +00:00
Josh Soref
c29ce3cb07 spelling: cascade 2018-02-28 02:48:02 +00:00
Josh Soref
d5256492bd spelling: cancel 2018-02-28 02:48:15 +00:00
Josh Soref
327a177988 spelling: bridging 2018-02-28 02:47:36 +00:00
Josh Soref
217621af6c spelling: available 2018-02-28 02:46:35 +00:00
Josh Soref
6c227aadab spelling: authentication 2018-02-28 02:46:20 +00:00
Josh Soref
5354885257 spelling: authenticate 2018-02-28 02:46:13 +00:00
Josh Soref
c6b2b7c051 spelling: attribute 2018-02-28 02:45:50 +00:00
Josh Soref
1df21858e0 spelling: attempt 2018-02-28 02:45:25 +00:00
Josh Soref
309e2a11eb spelling: attach 2018-02-28 02:45:10 +00:00
Josh Soref
8c11e4d9a7 spelling: associated 2018-02-28 02:43:23 +00:00
Josh Soref
87c04602db spelling: assigns 2018-02-28 02:43:49 +00:00
Josh Soref
e26e6ec3b0 spelling: assemble 2018-02-28 02:43:12 +00:00
Josh Soref
2201203d70 spelling: anonymous 2018-02-28 02:39:26 +00:00
Josh Soref
e9ddf25c01 spelling: amount 2018-02-28 02:28:25 +00:00
Josh Soref
5d2cac7da1 spelling: ambiguous 2018-02-28 02:27:24 +00:00
Josh Soref
f856736ce8 spelling: allowed 2018-02-28 02:27:06 +00:00
Josh Soref
4835508f51 spelling: aggressive 2018-02-28 02:26:02 +00:00
Josh Soref
001550cfab spelling: adhered 2018-02-28 02:26:29 +00:00
Josh Soref
1ac6c7c85e spelling: address 2018-02-28 02:24:29 +00:00
Josh Soref
e4ca50c20e spelling: additional 2018-02-28 02:24:38 +00:00
Josh Soref
01673a1a9b spelling: adapter 2018-02-28 02:24:15 +00:00
Josh Soref
8ca676d7c8 spelling: acquisition 2018-02-28 02:42:16 +00:00
Josh Soref
8767cbe4cf spelling: accumulate 2018-02-28 02:22:19 +00:00
Josh Soref
2d590741cd spelling: account 2018-02-28 02:21:50 +00:00
Josh Soref
fa58b9bfbf spelling: accepts 2018-02-28 02:18:34 +00:00
Josh Soref
5062f506e0 spelling: accept 2018-02-28 02:22:11 +00:00
Moataz Elmasry
03443ab1c4 Update authors list 2018-05-14 10:11:02 +02:00
Max Miroshnikov
e6d94dfca9 [vpncmd] Added DISABLEUDP option into AccountDetailSet command. This allows to change "Disable UDP acceleration" via vpncmd. #308 (#389) 2018-05-14 10:08:58 +02:00
Ilya Shipitsin
f5645fe3fd resolve several issues found by cppcheck (#483)
[src/Cedar/Connection.c:1090] -> [src/Cedar/Connection.c:1086]:
(warning) Either the condition 's!=NULL' is redundant or there is possible null pointer dereference: s.

macros IS_SEND_TCP_SOCK expands into "s" dereferencing, so check for NULL should go before that macros

[src/Cedar/Protocol.c:2951] -> [src/Cedar/Protocol.c:2892]:
(warning) Either the condition 'policy!=NULL' is redundant or there is possible null pointer dereference: policy.
[src/Cedar/Protocol.c:2951] -> [src/Cedar/Protocol.c:2901]:
(warning) Either the condition 'policy!=NULL' is redundant or there is possible null pointer dereference: policy.
[src/Cedar/Protocol.c:3151] -> [src/Cedar/Protocol.c:3082]:
(warning) Either the condition 'policy!=NULL' is redundant or there is possible null pointer dereference: policy.
[src/Cedar/Protocol.c:3151] -> [src/Cedar/Protocol.c:3083]:
(warning) Either the condition 'policy!=NULL' is redundant or there is possible null pointer dereference: policy.

as we already have a check

			if (policy == NULL)
			{
				// Use the default policy
				policy = ClonePolicy(GetDefaultPolicy());
                        }

no need to compare policy with NULL anymore
2018-05-14 10:00:25 +02:00
Ilya Shipitsin
6cdeb69a86 added launchpad PPA to README (#507) 2018-05-07 20:31:38 +02:00
Michael Clausen
e6099abe40 Peer info optional in OvsParseKeyMethod2() (#355)
* Peer info optional in OvsParseKeyMethod2()

Some OpenVPN clients (MikroTik router for example) do not send the peer info along with the key exchange. This patch makes the peer info string optional on the SoftEtherVPN side.

* Fixed indentation
2018-05-03 23:31:07 +02:00
Davide Beatrici
661c747a51 BUILD_WINDOWS.md: Visual Studio Express 2008 is now supported, but Windows Driver Kit 7.1.0 is required (#504) 2018-05-03 17:21:21 +02:00
Davide Beatrici
59c817e0fc OpenVPN: don't generate dummy certificates (#521)
* Cedar: don't generate dummy certificate

* hamcore: comment out <cert> and <key> in openvpn_sample.ovpn
2018-05-03 13:44:51 +02:00
Ilya Shipitsin
13cadf6492 src/Mayaqua/Encrypt.c: remove unused functions (#506)
[src/Mayaqua/Encrypt.c:1524]: (style) The function 'ByteToStr' is never used.
[src/Mayaqua/Encrypt.c:2762]: (style) The function 'CheckX' is never used.
[src/Mayaqua/Encrypt.c:4346]: (style) The function 'Des3Decrypt' is never used.
[src/Mayaqua/Encrypt.c:4290]: (style) The function 'Des3Encrypt' is never used.
[src/Mayaqua/Encrypt.c:4434]: (style) The function 'Des3RandKey' is never used.
[src/Mayaqua/Encrypt.c:4474]: (style) The function 'DesFreeKey' is never used.
[src/Mayaqua/Encrypt.c:4499]: (style) The function 'DesNewKey' is never used.
[src/Mayaqua/Encrypt.c:4446]: (style) The function 'DesRandKey' is never used.
[src/Mayaqua/Encrypt.c:4892]: (style) The function 'DhToBuf' is never used.
[src/Mayaqua/Encrypt.c:293]: (style) The function 'EasyDecrypt' is never used.
[src/Mayaqua/Encrypt.c:259]: (style) The function 'EasyEncrypt' is never used.
[src/Mayaqua/Encrypt.c:3144]: (style) The function 'FileToK' is never used.
[src/Mayaqua/Encrypt.c:1358]: (style) The function 'FileToP12' is never used.
[src/Mayaqua/Encrypt.c:1061]: (style) The function 'GetAllNameFromA' is never used.
[src/Mayaqua/Encrypt.c:973]: (style) The function 'GetAllNameFromXExA' is never used.
[src/Mayaqua/Encrypt.c:4182]: (style) The function 'HashSha256' is never used.
[src/Mayaqua/Encrypt.c:3192]: (style) The function 'KToFile' is never used.
[src/Mayaqua/Encrypt.c:4721]: (style) The function 'MacSha196' is never used.
[src/Mayaqua/Encrypt.c:1324]: (style) The function 'P12ToFile' is never used.
[src/Mayaqua/Encrypt.c:3983]: (style) The function 'Rand128' is never used.
[src/Mayaqua/Encrypt.c:670]: (style) The function 'RsaBinToPublic' is never used.
[src/Mayaqua/Encrypt.c:2556]: (style) The function 'RsaPrivateDecrypt' is never used.
[src/Mayaqua/Encrypt.c:2525]: (style) The function 'RsaPrivateEncrypt' is never used.
[src/Mayaqua/Encrypt.c:2494]: (style) The function 'RsaPublicDecrypt' is never used.
[src/Mayaqua/Encrypt.c:2584]: (style) The function 'RsaPublicEncrypt' is never used.
[src/Mayaqua/Encrypt.c:771]: (style) The function 'RsaPublicToBin' is never used.
[src/Mayaqua/Encrypt.c:4263]: (style) The function 'Sha1__' is never used.
[src/Mayaqua/Encrypt.c:3672]: (style) The function 'SkipBufBeforeString' is never used.
2018-05-02 23:48:47 +02:00
Moataz Elmasry
e4840106c5 Updated authors list 2018-05-02 23:46:57 +02:00
Tim Schneider
bc2efe9efd SMB Winbind NT Authentication (Password/MsCHAPv2) (#49)
Added Linux NT Authentication functionality to SoftEther through samba ntlm_auth.

Pre requirements
+ samba-winbind -> Domain Member
+ winbind-seperator \ -> used for group check in ntlm_auth

username from client: fqdn domain\username
username in SoftEther: username
timeout: from security policy
optional: set groupname in servermanager
2018-05-02 23:42:04 +02:00
Davide Beatrici
7f499d0e5f Travis CI: add MacOS target and create scripts files (#523)
* makefiles: add /usr/local/opt/openssl/include and /usr/local/opt/openssl/lib as include paths on MacOS

* Travis CI: add MacOS target and create scripts files
2018-05-02 23:12:01 +02:00
Daiyuu Nobori
eb776cf14c
Merge pull request #519 from dnobori/180426_pullrequest_license
Add a sentence: "preliminary declaration for future change to non-GPL licenses" on pull requests.
2018-04-29 08:45:36 +09:00