Browse Source

v4.04-9412-rtm

dnobori 11 years ago
parent
commit
001fd910fe
100 changed files with 929 additions and 10 deletions
  1. 20 2
      AUTHORS.TXT
  2. 15 1
      README
  3. 15 1
      README.TXT
  4. 9 0
      src/BuildUtil/BuildUtilCommands.cs
  5. 9 0
      src/BuildUtil/BuildUtilMain.cs
  6. 9 0
      src/BuildUtil/CodeSign.cs
  7. 9 0
      src/BuildUtil/CoreUtil/Bmp.cs
  8. 9 0
      src/BuildUtil/CoreUtil/Buf.cs
  9. 9 0
      src/BuildUtil/CoreUtil/Cache.cs
  10. 9 0
      src/BuildUtil/CoreUtil/Compress.cs
  11. 9 0
      src/BuildUtil/CoreUtil/Console.cs
  12. 9 0
      src/BuildUtil/CoreUtil/Csv.cs
  13. 9 0
      src/BuildUtil/CoreUtil/Env.cs
  14. 9 0
      src/BuildUtil/CoreUtil/FileIO.cs
  15. 9 0
      src/BuildUtil/CoreUtil/GZip.cs
  16. 9 0
      src/BuildUtil/CoreUtil/Kernel.cs
  17. 9 0
      src/BuildUtil/CoreUtil/MultiLang.cs
  18. 9 0
      src/BuildUtil/CoreUtil/Packer.cs
  19. 9 0
      src/BuildUtil/CoreUtil/RC4.cs
  20. 9 0
      src/BuildUtil/CoreUtil/ReadIni.cs
  21. 9 0
      src/BuildUtil/CoreUtil/Reg.cs
  22. 9 0
      src/BuildUtil/CoreUtil/Secure.cs
  23. 9 0
      src/BuildUtil/CoreUtil/Stb.cs
  24. 9 0
      src/BuildUtil/CoreUtil/Str.cs
  25. 9 0
      src/BuildUtil/CoreUtil/Tar.cs
  26. 9 0
      src/BuildUtil/CoreUtil/Thread.cs
  27. 9 0
      src/BuildUtil/CoreUtil/Time.cs
  28. 9 0
      src/BuildUtil/CoreUtil/Util.cs
  29. 9 0
      src/BuildUtil/CoreUtil/Win32.cs
  30. 9 0
      src/BuildUtil/CoreUtil/Zip.cs
  31. 9 0
      src/BuildUtil/PEUtil.cs
  32. 9 0
      src/BuildUtil/Properties/Resources.Designer.cs
  33. 9 0
      src/BuildUtil/Properties/Settings.Designer.cs
  34. 9 0
      src/BuildUtil/Test.cs
  35. 9 0
      src/BuildUtil/UnixBuildSoftwares.cs
  36. 9 0
      src/BuildUtil/VpnBuilder.cs
  37. 9 0
      src/BuildUtil/VpnBuilderConfig.cs
  38. 9 0
      src/BuildUtil/VpnBuilderConfigTypes.cs
  39. 9 0
      src/BuildUtil/Web References/HvSignService/Reference.cs
  40. 9 0
      src/BuildUtil/Web References/SignService/Reference.cs
  41. 9 0
      src/BuildUtil/Win32BuildSoftware.cs
  42. 9 0
      src/BuildUtil/Win32BuildUtil.cs
  43. 9 0
      src/Cedar/Account.c
  44. 9 0
      src/Cedar/Account.h
  45. 9 0
      src/Cedar/Admin.c
  46. 9 0
      src/Cedar/Admin.h
  47. 9 0
      src/Cedar/AzureClient.c
  48. 9 0
      src/Cedar/AzureClient.h
  49. 9 0
      src/Cedar/AzureServer.c
  50. 9 0
      src/Cedar/AzureServer.h
  51. 9 0
      src/Cedar/Bridge.c
  52. 9 0
      src/Cedar/Bridge.h
  53. 9 0
      src/Cedar/BridgeUnix.c
  54. 9 0
      src/Cedar/BridgeUnix.h
  55. 9 0
      src/Cedar/BridgeWin32.c
  56. 9 0
      src/Cedar/BridgeWin32.h
  57. 9 0
      src/Cedar/CM.c
  58. 9 0
      src/Cedar/CM.h
  59. 9 0
      src/Cedar/CMInner.h
  60. 9 0
      src/Cedar/Cedar.c
  61. 15 6
      src/Cedar/Cedar.h
  62. 9 0
      src/Cedar/CedarPch.c
  63. 9 0
      src/Cedar/CedarPch.h
  64. 9 0
      src/Cedar/CedarType.h
  65. 9 0
      src/Cedar/Client.c
  66. 9 0
      src/Cedar/Client.h
  67. 9 0
      src/Cedar/Command.c
  68. 9 0
      src/Cedar/Command.h
  69. 9 0
      src/Cedar/Connection.c
  70. 9 0
      src/Cedar/Connection.h
  71. 9 0
      src/Cedar/Console.c
  72. 9 0
      src/Cedar/Console.h
  73. 9 0
      src/Cedar/DDNS.c
  74. 9 0
      src/Cedar/DDNS.h
  75. 9 0
      src/Cedar/Database.c
  76. 9 0
      src/Cedar/Database.h
  77. 9 0
      src/Cedar/EM.c
  78. 9 0
      src/Cedar/EM.h
  79. 9 0
      src/Cedar/EMInner.h
  80. 9 0
      src/Cedar/EtherLog.c
  81. 9 0
      src/Cedar/EtherLog.h
  82. 9 0
      src/Cedar/Hub.c
  83. 9 0
      src/Cedar/Hub.h
  84. 9 0
      src/Cedar/IPsec.c
  85. 9 0
      src/Cedar/IPsec.h
  86. 9 0
      src/Cedar/IPsec_EtherIP.c
  87. 9 0
      src/Cedar/IPsec_EtherIP.h
  88. 9 0
      src/Cedar/IPsec_IKE.c
  89. 9 0
      src/Cedar/IPsec_IKE.h
  90. 9 0
      src/Cedar/IPsec_IPC.c
  91. 9 0
      src/Cedar/IPsec_IPC.h
  92. 9 0
      src/Cedar/IPsec_IkePacket.c
  93. 9 0
      src/Cedar/IPsec_IkePacket.h
  94. 9 0
      src/Cedar/IPsec_L2TP.c
  95. 9 0
      src/Cedar/IPsec_L2TP.h
  96. 9 0
      src/Cedar/IPsec_PPP.c
  97. 9 0
      src/Cedar/IPsec_PPP.h
  98. 9 0
      src/Cedar/IPsec_Win7.c
  99. 9 0
      src/Cedar/IPsec_Win7.h
  100. 9 0
      src/Cedar/IPsec_Win7Inner.h

+ 20 - 2
AUTHORS.TXT

@@ -4,14 +4,14 @@ http://www.softether.org/
 AUTHORS OF SOFTETHER VPN
 ------------------------
 
-PROGRAMMERS:
+CORE DEVELOPERS:
 
   - Daiyuu Nobori
     Computer Science, Graduate School of University of Tsukuba
     SoftEther Corporation
     E-mail: daiyuu-nobori [at] softether.org
 
-  - Tetsuo Sugiyama, Ph. D.
+  - Tetsuo Sugiyama, Ph.D.
     SoftEther Corporation
 
   - Junpei Kuwana
@@ -25,6 +25,9 @@ PROGRAMMERS:
   - Christopher Smith
     College of Information Science, University of Tsukuba
 
+  - Mei Sharie Ann Yamaguchi
+    Life and Environmental Sciences, Graduate School of University of Tsukuba
+
 
 WEB-SITE DESIGNER:
 
@@ -32,6 +35,21 @@ WEB-SITE DESIGNER:
     College of Information Science, University of Tsukuba
 
 
+CONTRIBUTORS on GitHub:
+
+  - Melvyn
+    https://github.com/yaurthek
+
+
+JOIN THE SOFTETHER VPN DEVELOPMENT
+----------------------------------
+
+Want to become a contributor? Please send us a patch.
+
+See also: SoftEther VPN Patch Acceptance Policy
+http://www.softether.org/5-download/src/9.patch
+
+
 Developed by SoftEther VPN Project at University of Tsukuba in Japan.
 Department of Computer Science has dozens of overly-enthusiastic geeks.
 Join us: http://www.tsukuba.ac.jp/english/admission/

+ 15 - 1
README

@@ -7,6 +7,9 @@ https://github.com/SoftEtherVPN/SoftEtherVPN/
 Source code packages (.zip and .tar.gz) and binary files are also available:
 http://www.softether-download.com/
 
+We accept your patches by the acceptance policy:
+http://www.softether.org/5-download/src/9.patch
+
 Copyright (c) 2012-2014 SoftEther Project at University of Tsukuba, Japan.
 
 This program is free software; you can redistribute it and/or modify
@@ -95,6 +98,7 @@ The download and build instruction is following:
 
 $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
 $ cd SoftEtherVPN
+$ ./configure
 $ make
 $ make install
 
@@ -134,6 +138,15 @@ $ git clone https://code.google.com/p/softether/
 We hope that you can reach one of the above URLs at least!
 
 
+SOURCE CODE CONTRIBUTION
+------------------------
+
+Your contribution to SoftEther VPN Project is much appreciated.
+Please send patches to us through GitHub.
+Read the SoftEther VPN Patch Acceptance Policy in advance:
+http://www.softether.org/5-download/src/9.patch
+
+
 DEAR SECURITY EXPERTS
 ---------------------
 
@@ -180,7 +193,8 @@ PROHIBIT ENCRYPTED COMMUNICATIONS. USING THIS SOFTWARE IN OTHER
 COUNTRIES MIGHT BE RESTRICTED.
 
 READ AND UNDERSTAND THE 'WARNING.TXT' FILE BEFORE USING THIS SOFTWARE.
-SOME SOFTWARE PROGRAMS FROM THIRD PARTIES ARE INCLUDED ON THIS SOFTWARE WITH LICENSE CONDITIONS WHICH ARE DESCRIBED ON THE 'THIRD_PARTY.TXT' FILE.
+SOME SOFTWARE PROGRAMS FROM THIRD PARTIES ARE INCLUDED ON THIS SOFTWARE
+WITH LICENSE CONDITIONS WHICH ARE DESCRIBED ON THE 'THIRD_PARTY.TXT' FILE.
 
 
 ADVERTISEMENT

+ 15 - 1
README.TXT

@@ -7,6 +7,9 @@ https://github.com/SoftEtherVPN/SoftEtherVPN/
 Source code packages (.zip and .tar.gz) and binary files are also available:
 http://www.softether-download.com/
 
+We accept your patches by the acceptance policy:
+http://www.softether.org/5-download/src/9.patch
+
 Copyright (c) 2012-2014 SoftEther Project at University of Tsukuba, Japan.
 
 This program is free software; you can redistribute it and/or modify
@@ -95,6 +98,7 @@ The download and build instruction is following:
 
 $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
 $ cd SoftEtherVPN
+$ ./configure
 $ make
 $ make install
 
@@ -134,6 +138,15 @@ $ git clone https://code.google.com/p/softether/
 We hope that you can reach one of the above URLs at least!
 
 
+SOURCE CODE CONTRIBUTION
+------------------------
+
+Your contribution to SoftEther VPN Project is much appreciated.
+Please send patches to us through GitHub.
+Read the SoftEther VPN Patch Acceptance Policy in advance:
+http://www.softether.org/5-download/src/9.patch
+
+
 DEAR SECURITY EXPERTS
 ---------------------
 
@@ -180,7 +193,8 @@ PROHIBIT ENCRYPTED COMMUNICATIONS. USING THIS SOFTWARE IN OTHER
 COUNTRIES MIGHT BE RESTRICTED.
 
 READ AND UNDERSTAND THE 'WARNING.TXT' FILE BEFORE USING THIS SOFTWARE.
-SOME SOFTWARE PROGRAMS FROM THIRD PARTIES ARE INCLUDED ON THIS SOFTWARE WITH LICENSE CONDITIONS WHICH ARE DESCRIBED ON THE 'THIRD_PARTY.TXT' FILE.
+SOME SOFTWARE PROGRAMS FROM THIRD PARTIES ARE INCLUDED ON THIS SOFTWARE
+WITH LICENSE CONDITIONS WHICH ARE DESCRIBED ON THE 'THIRD_PARTY.TXT' FILE.
 
 
 ADVERTISEMENT

+ 9 - 0
src/BuildUtil/BuildUtilCommands.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/BuildUtilMain.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CodeSign.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Bmp.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Buf.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Cache.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Compress.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Console.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Csv.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Env.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/FileIO.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/GZip.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Kernel.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/MultiLang.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Packer.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/RC4.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/ReadIni.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Reg.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Secure.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Stb.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Str.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Tar.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Thread.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Time.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Util.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Win32.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/CoreUtil/Zip.cs

@@ -51,6 +51,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/PEUtil.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/Properties/Resources.Designer.cs

@@ -56,6 +56,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/Properties/Settings.Designer.cs

@@ -56,6 +56,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/Test.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/UnixBuildSoftwares.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/VpnBuilder.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/VpnBuilderConfig.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/VpnBuilderConfigTypes.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/Web References/HvSignService/Reference.cs

@@ -56,6 +56,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/Web References/SignService/Reference.cs

@@ -56,6 +56,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/Win32BuildSoftware.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/BuildUtil/Win32BuildUtil.cs

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Account.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Account.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Admin.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Admin.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/AzureClient.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/AzureClient.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/AzureServer.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/AzureServer.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Bridge.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Bridge.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/BridgeUnix.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/BridgeUnix.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/BridgeWin32.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/BridgeWin32.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/CM.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/CM.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/CMInner.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Cedar.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 15 - 6
src/Cedar/Cedar.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 
@@ -105,10 +114,10 @@
 
 
 // Version number
-#define	CEDAR_VER					403
+#define	CEDAR_VER					404
 
 // Build Number
-#define	CEDAR_BUILD					9411
+#define	CEDAR_BUILD					9412
 
 // Beta number
 //#define	BETA_NUMBER					3
@@ -129,10 +138,10 @@
 // Specifies the build date
 #define	BUILD_DATE_Y		2014
 #define	BUILD_DATE_M		1
-#define	BUILD_DATE_D		7
-#define	BUILD_DATE_HO		4
-#define	BUILD_DATE_MI		51
-#define	BUILD_DATE_SE		30
+#define	BUILD_DATE_D		15
+#define	BUILD_DATE_HO		17
+#define	BUILD_DATE_MI		22
+#define	BUILD_DATE_SE		14
 
 // Tolerable time difference
 #define	ALLOW_TIMESTAMP_DIFF		(UINT64)(3 * 24 * 60 * 60 * 1000)

+ 9 - 0
src/Cedar/CedarPch.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/CedarPch.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/CedarType.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Client.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Client.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Command.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Command.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Connection.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Connection.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Console.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Console.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/DDNS.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/DDNS.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Database.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Database.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/EM.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/EM.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/EMInner.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/EtherLog.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/EtherLog.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Hub.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/Hub.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_EtherIP.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_EtherIP.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_IKE.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_IKE.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_IPC.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_IPC.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_IkePacket.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_IkePacket.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_L2TP.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_L2TP.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_PPP.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_PPP.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_Win7.c

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_Win7.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

+ 9 - 0
src/Cedar/IPsec_Win7Inner.h

@@ -61,6 +61,15 @@
 // COUNTRIES MIGHT BE RESTRICTED.
 // 
 // 
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+// 
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+// 
+// 
 // DEAR SECURITY EXPERTS
 // ---------------------
 // 

Some files were not shown because too many files changed in this diff