From 001fd910fedfd0ef1690a9d3c50c1a28d1680d1d Mon Sep 17 00:00:00 2001 From: dnobori Date: Wed, 15 Jan 2014 18:01:42 +0900 Subject: [PATCH] v4.04-9412-rtm --- AUTHORS.TXT | 22 +- README | 16 +- README.TXT | 16 +- src/BuildUtil/BuildUtilCommands.cs | 9 + src/BuildUtil/BuildUtilMain.cs | 9 + src/BuildUtil/CodeSign.cs | 9 + src/BuildUtil/CoreUtil/Bmp.cs | 9 + src/BuildUtil/CoreUtil/Buf.cs | 9 + src/BuildUtil/CoreUtil/Cache.cs | 9 + src/BuildUtil/CoreUtil/Compress.cs | 9 + src/BuildUtil/CoreUtil/Console.cs | 9 + src/BuildUtil/CoreUtil/Csv.cs | 9 + src/BuildUtil/CoreUtil/Env.cs | 9 + src/BuildUtil/CoreUtil/FileIO.cs | 9 + src/BuildUtil/CoreUtil/GZip.cs | 9 + src/BuildUtil/CoreUtil/Kernel.cs | 9 + src/BuildUtil/CoreUtil/MultiLang.cs | 9 + src/BuildUtil/CoreUtil/Packer.cs | 9 + src/BuildUtil/CoreUtil/RC4.cs | 9 + src/BuildUtil/CoreUtil/ReadIni.cs | 9 + src/BuildUtil/CoreUtil/Reg.cs | 9 + src/BuildUtil/CoreUtil/Secure.cs | 9 + src/BuildUtil/CoreUtil/Stb.cs | 9 + src/BuildUtil/CoreUtil/Str.cs | 9 + src/BuildUtil/CoreUtil/Tar.cs | 9 + src/BuildUtil/CoreUtil/Thread.cs | 9 + src/BuildUtil/CoreUtil/Time.cs | 9 + src/BuildUtil/CoreUtil/Util.cs | 9 + src/BuildUtil/CoreUtil/Win32.cs | 9 + src/BuildUtil/CoreUtil/Zip.cs | 9 + src/BuildUtil/PEUtil.cs | 9 + .../Properties/Resources.Designer.cs | 9 + src/BuildUtil/Properties/Settings.Designer.cs | 9 + src/BuildUtil/Test.cs | 9 + src/BuildUtil/UnixBuildSoftwares.cs | 9 + src/BuildUtil/VpnBuilder.cs | 9 + src/BuildUtil/VpnBuilderConfig.cs | 9 + src/BuildUtil/VpnBuilderConfigTypes.cs | 9 + .../Web References/HvSignService/Reference.cs | 9 + .../Web References/SignService/Reference.cs | 9 + src/BuildUtil/Win32BuildSoftware.cs | 9 + src/BuildUtil/Win32BuildUtil.cs | 9 + src/Cedar/Account.c | 9 + src/Cedar/Account.h | 9 + src/Cedar/Admin.c | 9 + src/Cedar/Admin.h | 9 + src/Cedar/AzureClient.c | 9 + src/Cedar/AzureClient.h | 9 + src/Cedar/AzureServer.c | 9 + src/Cedar/AzureServer.h | 9 + src/Cedar/Bridge.c | 9 + src/Cedar/Bridge.h | 9 + src/Cedar/BridgeUnix.c | 9 + src/Cedar/BridgeUnix.h | 9 + src/Cedar/BridgeWin32.c | 9 + src/Cedar/BridgeWin32.h | 9 + src/Cedar/CM.c | 9 + src/Cedar/CM.h | 9 + src/Cedar/CMInner.h | 9 + src/Cedar/Cedar.c | 9 + src/Cedar/Cedar.h | 21 +- src/Cedar/CedarPch.c | 9 + src/Cedar/CedarPch.h | 9 + src/Cedar/CedarType.h | 9 + src/Cedar/Client.c | 9 + src/Cedar/Client.h | 9 + src/Cedar/Command.c | 9 + src/Cedar/Command.h | 9 + src/Cedar/Connection.c | 9 + src/Cedar/Connection.h | 9 + src/Cedar/Console.c | 9 + src/Cedar/Console.h | 9 + src/Cedar/DDNS.c | 9 + src/Cedar/DDNS.h | 9 + src/Cedar/Database.c | 9 + src/Cedar/Database.h | 9 + src/Cedar/EM.c | 9 + src/Cedar/EM.h | 9 + src/Cedar/EMInner.h | 9 + src/Cedar/EtherLog.c | 9 + src/Cedar/EtherLog.h | 9 + src/Cedar/Hub.c | 9 + src/Cedar/Hub.h | 9 + src/Cedar/IPsec.c | 9 + src/Cedar/IPsec.h | 9 + src/Cedar/IPsec_EtherIP.c | 9 + src/Cedar/IPsec_EtherIP.h | 9 + src/Cedar/IPsec_IKE.c | 9 + src/Cedar/IPsec_IKE.h | 9 + src/Cedar/IPsec_IPC.c | 9 + src/Cedar/IPsec_IPC.h | 9 + src/Cedar/IPsec_IkePacket.c | 9 + src/Cedar/IPsec_IkePacket.h | 9 + src/Cedar/IPsec_L2TP.c | 9 + src/Cedar/IPsec_L2TP.h | 9 + src/Cedar/IPsec_PPP.c | 9 + src/Cedar/IPsec_PPP.h | 9 + src/Cedar/IPsec_Win7.c | 9 + src/Cedar/IPsec_Win7.h | 9 + src/Cedar/IPsec_Win7Inner.h | 9 + src/Cedar/Interop_OpenVPN.c | 9 + src/Cedar/Interop_OpenVPN.h | 9 + src/Cedar/Interop_SSTP.c | 9 + src/Cedar/Interop_SSTP.h | 9 + src/Cedar/Layer3.c | 9 + src/Cedar/Layer3.h | 9 + src/Cedar/Link.c | 9 + src/Cedar/Link.h | 9 + src/Cedar/Listener.c | 9 + src/Cedar/Listener.h | 9 + src/Cedar/Logging.c | 9 + src/Cedar/Logging.h | 9 + src/Cedar/NM.c | 9 + src/Cedar/NM.h | 9 + src/Cedar/NMInner.h | 9 + src/Cedar/Nat.c | 9 + src/Cedar/Nat.h | 9 + src/Cedar/NativeStack.c | 9 + src/Cedar/NativeStack.h | 9 + src/Cedar/NullLan.c | 9 + src/Cedar/NullLan.h | 9 + src/Cedar/Protocol.c | 9 + src/Cedar/Protocol.h | 9 + src/Cedar/Radius.c | 9 + src/Cedar/Radius.h | 9 + src/Cedar/Remote.c | 9 + src/Cedar/Remote.h | 9 + src/Cedar/SM.c | 9 + src/Cedar/SM.h | 9 + src/Cedar/SMInner.h | 9 + src/Cedar/SW.c | 9 + src/Cedar/SW.h | 9 + src/Cedar/SWInner.h | 9 + src/Cedar/Sam.c | 9 + src/Cedar/Sam.h | 9 + src/Cedar/SeLowUser.c | 9 + src/Cedar/SeLowUser.h | 9 + src/Cedar/SecureInfo.c | 9 + src/Cedar/SecureInfo.h | 9 + src/Cedar/SecureNAT.c | 9 + src/Cedar/SecureNAT.h | 9 + src/Cedar/Server.c | 9 + src/Cedar/Server.h | 9 + src/Cedar/Session.c | 9 + src/Cedar/Session.h | 9 + src/Cedar/UT.c | 9 + src/Cedar/UT.h | 9 + src/Cedar/UdpAccel.c | 9 + src/Cedar/UdpAccel.h | 9 + src/Cedar/VG.c | 9 + src/Cedar/VG.h | 9 + src/Cedar/VLan.c | 9 + src/Cedar/VLan.h | 9 + src/Cedar/VLanUnix.c | 9 + src/Cedar/VLanUnix.h | 9 + src/Cedar/VLanWin32.c | 9 + src/Cedar/VLanWin32.h | 9 + src/Cedar/Virtual.c | 11 +- src/Cedar/Virtual.h | 14 +- src/Cedar/WaterMark.c | 9 + src/Cedar/WaterMark.h | 9 + src/Cedar/WebUI.c | 9 + src/Cedar/WebUI.h | 9 + src/Cedar/Win32Com.cpp | 9 + src/Cedar/Win32Com.h | 9 + src/Cedar/WinJumpList.cpp | 9 + src/Cedar/WinUi.c | 9 + src/Cedar/WinUi.h | 9 + src/Cedar/Wpc.c | 9 + src/Cedar/Wpc.h | 9 + src/CurrentBuild.txt | 6 +- src/GlobalConst.h | 9 + src/Mayaqua/Cfg.c | 9 + src/Mayaqua/Cfg.h | 9 + src/Mayaqua/Encrypt.c | 9 + src/Mayaqua/Encrypt.h | 9 + src/Mayaqua/FileIO.c | 9 + src/Mayaqua/FileIO.h | 9 + src/Mayaqua/Internat.c | 9 + src/Mayaqua/Internat.h | 9 + src/Mayaqua/Kernel.c | 9 + src/Mayaqua/Kernel.h | 9 + src/Mayaqua/MayaType.h | 9 + src/Mayaqua/Mayaqua.c | 9 + src/Mayaqua/Mayaqua.h | 9 + src/Mayaqua/Memory.c | 9 + src/Mayaqua/Memory.h | 9 + src/Mayaqua/Microsoft.c | 9 + src/Mayaqua/Microsoft.h | 9 + src/Mayaqua/Network.c | 9 + src/Mayaqua/Network.h | 9 + src/Mayaqua/OS.c | 9 + src/Mayaqua/OS.h | 9 + src/Mayaqua/Object.c | 9 + src/Mayaqua/Object.h | 9 + src/Mayaqua/Pack.c | 9 + src/Mayaqua/Pack.h | 9 + src/Mayaqua/Secure.c | 9 + src/Mayaqua/Secure.h | 9 + src/Mayaqua/Str.c | 9 + src/Mayaqua/Str.h | 9 + src/Mayaqua/Table.c | 9 + src/Mayaqua/Table.h | 9 + src/Mayaqua/TcpIp.c | 9 + src/Mayaqua/TcpIp.h | 9 + src/Mayaqua/Tick64.c | 9 + src/Mayaqua/Tick64.h | 9 + src/Mayaqua/Tracking.c | 9 + src/Mayaqua/Tracking.h | 9 + src/Mayaqua/TunTap.h | 9 + src/Mayaqua/Unix.c | 12 +- src/Mayaqua/Unix.h | 9 + src/Mayaqua/Win32.c | 9 + src/Mayaqua/Win32.h | 9 + src/Neo/NDIS5.c | 9 + src/Neo/NDIS5.h | 9 + src/Neo/Neo.c | 9 + src/Neo/Neo.h | 9 + src/Neo/resource.h | 9 + src/Neo6/NDIS6.c | 9 + src/Neo6/NDIS6.h | 9 + src/Neo6/Neo6.c | 9 + src/Neo6/Neo6.h | 9 + src/Neo6/resource.h | 9 + src/README.TXT | 16 +- src/SeLow/SeLow.c | 9 + src/SeLow/SeLow.h | 9 + src/SeLow/SeLowCommon.h | 9 + src/SeLow/resource.h | 9 + src/See/resource.h | 9 + src/See/resource1.h | 9 + src/SeeDll/resource.h | 9 + src/VGate/VGate.c | 9 + src/VGate/VGate.h | 9 + src/VGate/resource.h | 9 + src/Wfp/Wfp.c | 9 + src/Wfp/Wfp.h | 9 + src/Wfp/WfpInner.h | 9 + src/Wfp/resource1.h | 9 + src/bin/hamcore/SeLow_x64.sys | Bin 38112 -> 38112 bytes src/bin/hamcore/SeLow_x86.sys | Bin 30816 -> 30816 bytes src/bin/hamcore/inf/selow_x64/SeLow_x64.inf | 4 +- src/bin/hamcore/inf/selow_x64/inf.cat | Bin 6275 -> 6275 bytes src/bin/hamcore/inf/selow_x86/SeLow_x86.inf | 4 +- src/bin/hamcore/inf/selow_x86/inf.cat | Bin 6275 -> 6275 bytes src/bin/hamcore/inf/x64/INF_VPN.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN10.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN100.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN101.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN102.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN103.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN104.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN105.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN106.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN107.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN108.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN109.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN11.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN110.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN111.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN112.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN113.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN114.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN115.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN116.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN117.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN118.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN119.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN12.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN120.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN121.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN122.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN123.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN124.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN125.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN126.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN127.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN13.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN14.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN15.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN16.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN17.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN18.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN19.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN2.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN20.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN21.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN22.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN23.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN24.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN25.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN26.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN27.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN28.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN29.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN3.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN30.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN31.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN32.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN33.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN34.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN35.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN36.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN37.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN38.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN39.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN4.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN40.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN41.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN42.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN43.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN44.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN45.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN46.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN47.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN48.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN49.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN5.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN50.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN51.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN52.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN53.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN54.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN55.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN56.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN57.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN58.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN59.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN6.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN60.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN61.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN62.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN63.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN64.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN65.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN66.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN67.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN68.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN69.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN7.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN70.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN71.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN72.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN73.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN74.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN75.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN76.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN77.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN78.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN79.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN8.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN80.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN81.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN82.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN83.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN84.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN85.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN86.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN87.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN88.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN89.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN9.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN90.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN91.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN92.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN93.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN94.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN95.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN96.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN97.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN98.inf | 2 +- src/bin/hamcore/inf/x64/INF_VPN99.inf | 2 +- src/bin/hamcore/inf/x64/inf.cat | Bin 43113 -> 43113 bytes src/bin/hamcore/inf/x86/INF_VPN.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN10.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN100.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN101.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN102.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN103.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN104.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN105.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN106.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN107.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN108.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN109.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN11.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN110.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN111.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN112.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN113.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN114.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN115.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN116.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN117.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN118.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN119.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN12.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN120.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN121.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN122.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN123.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN124.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN125.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN126.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN127.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN13.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN14.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN15.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN16.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN17.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN18.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN19.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN2.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN20.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN21.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN22.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN23.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN24.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN25.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN26.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN27.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN28.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN29.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN3.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN30.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN31.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN32.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN33.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN34.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN35.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN36.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN37.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN38.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN39.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN4.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN40.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN41.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN42.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN43.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN44.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN45.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN46.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN47.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN48.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN49.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN5.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN50.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN51.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN52.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN53.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN54.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN55.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN56.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN57.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN58.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN59.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN6.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN60.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN61.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN62.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN63.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN64.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN65.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN66.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN67.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN68.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN69.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN7.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN70.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN71.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN72.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN73.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN74.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN75.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN76.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN77.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN78.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN79.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN8.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN80.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN81.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN82.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN83.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN84.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN85.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN86.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN87.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN88.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN89.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN9.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN90.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN91.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN92.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN93.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN94.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN95.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN96.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN97.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN98.inf | 2 +- src/bin/hamcore/inf/x86/INF_VPN99.inf | 2 +- src/bin/hamcore/inf/x86/inf.cat | Bin 43113 -> 43113 bytes src/bin/hamcore/pxwfp_x64.sys | Bin 22240 -> 22240 bytes src/bin/hamcore/pxwfp_x86.sys | Bin 18016 -> 18016 bytes src/bin/hamcore/see.sys | Bin 43104 -> 43104 bytes src/bin/hamcore/see_x64.sys | Bin 38240 -> 38240 bytes src/bin/hamcore/strtable_en.stb | 695 +++++++++--------- src/bin/hamcore/vpn_driver.sys | Bin 25824 -> 25824 bytes src/bin/hamcore/vpn_driver6.sys | Bin 26208 -> 26208 bytes src/bin/hamcore/vpn_driver6_x64.sys | Bin 28768 -> 28768 bytes src/bin/hamcore/vpn_driver_x64.sys | Bin 29536 -> 29536 bytes src/bin/vpnweb.cab | Bin 195785 -> 195785 bytes src/bin/vpnweb.ocx | Bin 333880 -> 333880 bytes src/hamcorebuilder/hamcorebuilder.c | 9 + src/vpn16/vpn16.c | 9 + src/vpn16/vpn16.h | 9 + src/vpnbrand/vpnbrand.h | 9 + src/vpnbridge/vpnbridge.c | 9 + src/vpnclient/vpncsvc.c | 9 + src/vpnclient/vpncsvc.h | 9 + src/vpncmd/vpncmd.c | 9 + src/vpncmdsys/vpncmdsys.c | 9 + src/vpncmdsys/vpncmdsys.h | 9 + src/vpncmgr/vpncmgr.c | 9 + src/vpndrvinst/vpndrvinst.c | 9 + src/vpndrvinst/vpndrvinst.h | 9 + src/vpninstall/vpninstall.c | 9 + src/vpninstall/vpninstall.h | 9 + src/vpnserver/vpnserver.c | 9 + src/vpnsetup/vpnsetup.c | 9 + src/vpnsmgr/vpnsmgr.c | 9 + src/vpnweb/vpnweb.h | 2 +- src/vpnweb/vpnweb_i.c | 2 +- src/vpnweb/vpnweb_p.c | 2 +- src/vpnweb/vpnwebdlg.c | 9 + src/vpnweb/vpnwebdlg.h | 9 + src/vpnweb/vpnwebdlg_inner.h | 9 + 536 files changed, 2983 insertions(+), 627 deletions(-) diff --git a/AUTHORS.TXT b/AUTHORS.TXT index c1a289c6..8d667e10 100644 --- a/AUTHORS.TXT +++ b/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/ diff --git a/README b/README index 899da01c..56dd08b0 100644 --- a/README +++ b/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 diff --git a/README.TXT b/README.TXT index 899da01c..56dd08b0 100644 --- a/README.TXT +++ b/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 diff --git a/src/BuildUtil/BuildUtilCommands.cs b/src/BuildUtil/BuildUtilCommands.cs index 9d78477c..2ba6f836 100644 --- a/src/BuildUtil/BuildUtilCommands.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/BuildUtilMain.cs b/src/BuildUtil/BuildUtilMain.cs index fd6bc86a..c4f4a0b6 100644 --- a/src/BuildUtil/BuildUtilMain.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CodeSign.cs b/src/BuildUtil/CodeSign.cs index d699716e..d3fe8183 100644 --- a/src/BuildUtil/CodeSign.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Bmp.cs b/src/BuildUtil/CoreUtil/Bmp.cs index c5fa870d..de49ff98 100644 --- a/src/BuildUtil/CoreUtil/Bmp.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Buf.cs b/src/BuildUtil/CoreUtil/Buf.cs index 40e73084..1395441a 100644 --- a/src/BuildUtil/CoreUtil/Buf.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Cache.cs b/src/BuildUtil/CoreUtil/Cache.cs index 97c2f108..d58c4e54 100644 --- a/src/BuildUtil/CoreUtil/Cache.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Compress.cs b/src/BuildUtil/CoreUtil/Compress.cs index eae45411..9bac9606 100644 --- a/src/BuildUtil/CoreUtil/Compress.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Console.cs b/src/BuildUtil/CoreUtil/Console.cs index f7c63c4c..151f9703 100644 --- a/src/BuildUtil/CoreUtil/Console.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Csv.cs b/src/BuildUtil/CoreUtil/Csv.cs index 3e2b2c23..454eb1c1 100644 --- a/src/BuildUtil/CoreUtil/Csv.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Env.cs b/src/BuildUtil/CoreUtil/Env.cs index 45cce2f0..dfd72d93 100644 --- a/src/BuildUtil/CoreUtil/Env.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/FileIO.cs b/src/BuildUtil/CoreUtil/FileIO.cs index 4f348656..c0457709 100644 --- a/src/BuildUtil/CoreUtil/FileIO.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/GZip.cs b/src/BuildUtil/CoreUtil/GZip.cs index c6eae41d..e7446d3a 100644 --- a/src/BuildUtil/CoreUtil/GZip.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Kernel.cs b/src/BuildUtil/CoreUtil/Kernel.cs index 8c2bb6bf..155f876e 100644 --- a/src/BuildUtil/CoreUtil/Kernel.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/MultiLang.cs b/src/BuildUtil/CoreUtil/MultiLang.cs index 0cf9c639..40c575ff 100644 --- a/src/BuildUtil/CoreUtil/MultiLang.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Packer.cs b/src/BuildUtil/CoreUtil/Packer.cs index c03782dd..f3a910cf 100644 --- a/src/BuildUtil/CoreUtil/Packer.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/RC4.cs b/src/BuildUtil/CoreUtil/RC4.cs index 5033e12f..5b9c3c7a 100644 --- a/src/BuildUtil/CoreUtil/RC4.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/ReadIni.cs b/src/BuildUtil/CoreUtil/ReadIni.cs index 811d5ae3..ea4c8488 100644 --- a/src/BuildUtil/CoreUtil/ReadIni.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Reg.cs b/src/BuildUtil/CoreUtil/Reg.cs index 6634b1e5..09612f6c 100644 --- a/src/BuildUtil/CoreUtil/Reg.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Secure.cs b/src/BuildUtil/CoreUtil/Secure.cs index 964b1dc5..04e257cc 100644 --- a/src/BuildUtil/CoreUtil/Secure.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Stb.cs b/src/BuildUtil/CoreUtil/Stb.cs index d1c7a5ec..ade01256 100644 --- a/src/BuildUtil/CoreUtil/Stb.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Str.cs b/src/BuildUtil/CoreUtil/Str.cs index f333b8f7..5d31bc87 100644 --- a/src/BuildUtil/CoreUtil/Str.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Tar.cs b/src/BuildUtil/CoreUtil/Tar.cs index c0dc3696..ee85d783 100644 --- a/src/BuildUtil/CoreUtil/Tar.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Thread.cs b/src/BuildUtil/CoreUtil/Thread.cs index d59adae6..4897a031 100644 --- a/src/BuildUtil/CoreUtil/Thread.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Time.cs b/src/BuildUtil/CoreUtil/Time.cs index dae7f21e..c83041a8 100644 --- a/src/BuildUtil/CoreUtil/Time.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Util.cs b/src/BuildUtil/CoreUtil/Util.cs index 1cf91eb7..ae355ca6 100644 --- a/src/BuildUtil/CoreUtil/Util.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Win32.cs b/src/BuildUtil/CoreUtil/Win32.cs index 06c42b1a..f387204b 100644 --- a/src/BuildUtil/CoreUtil/Win32.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/CoreUtil/Zip.cs b/src/BuildUtil/CoreUtil/Zip.cs index 47a22669..3f63286e 100644 --- a/src/BuildUtil/CoreUtil/Zip.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/PEUtil.cs b/src/BuildUtil/PEUtil.cs index 59b71daa..962e0c23 100644 --- a/src/BuildUtil/PEUtil.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/Properties/Resources.Designer.cs b/src/BuildUtil/Properties/Resources.Designer.cs index 55036d32..1a025dd5 100644 --- a/src/BuildUtil/Properties/Resources.Designer.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/Properties/Settings.Designer.cs b/src/BuildUtil/Properties/Settings.Designer.cs index 5715f13d..8c882136 100644 --- a/src/BuildUtil/Properties/Settings.Designer.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/Test.cs b/src/BuildUtil/Test.cs index 688be1da..8d3160f3 100644 --- a/src/BuildUtil/Test.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/UnixBuildSoftwares.cs b/src/BuildUtil/UnixBuildSoftwares.cs index 77bd9eb4..3d64a97d 100644 --- a/src/BuildUtil/UnixBuildSoftwares.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/VpnBuilder.cs b/src/BuildUtil/VpnBuilder.cs index d465086a..7251a421 100644 --- a/src/BuildUtil/VpnBuilder.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/VpnBuilderConfig.cs b/src/BuildUtil/VpnBuilderConfig.cs index d3d74cc7..3da2b82a 100644 --- a/src/BuildUtil/VpnBuilderConfig.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/VpnBuilderConfigTypes.cs b/src/BuildUtil/VpnBuilderConfigTypes.cs index 8ef91a6e..c5e0cc1a 100644 --- a/src/BuildUtil/VpnBuilderConfigTypes.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/Web References/HvSignService/Reference.cs b/src/BuildUtil/Web References/HvSignService/Reference.cs index 80e6b8f1..75a21dc0 100644 --- a/src/BuildUtil/Web References/HvSignService/Reference.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/Web References/SignService/Reference.cs b/src/BuildUtil/Web References/SignService/Reference.cs index 6ad8706a..2d9814a6 100644 --- a/src/BuildUtil/Web References/SignService/Reference.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/Win32BuildSoftware.cs b/src/BuildUtil/Win32BuildSoftware.cs index 8991da55..0d01f904 100644 --- a/src/BuildUtil/Win32BuildSoftware.cs +++ b/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 // --------------------- // diff --git a/src/BuildUtil/Win32BuildUtil.cs b/src/BuildUtil/Win32BuildUtil.cs index 5f478966..2cb88c83 100644 --- a/src/BuildUtil/Win32BuildUtil.cs +++ b/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 // --------------------- // diff --git a/src/Cedar/Account.c b/src/Cedar/Account.c index 42acda2e..f4004d5e 100644 --- a/src/Cedar/Account.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Account.h b/src/Cedar/Account.h index 95d1d9fe..71e0ed97 100644 --- a/src/Cedar/Account.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Admin.c b/src/Cedar/Admin.c index 9bec72a4..e61e41f4 100644 --- a/src/Cedar/Admin.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Admin.h b/src/Cedar/Admin.h index b667f609..15ee26be 100644 --- a/src/Cedar/Admin.h +++ b/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 // --------------------- // diff --git a/src/Cedar/AzureClient.c b/src/Cedar/AzureClient.c index 7bf2e183..00614d09 100644 --- a/src/Cedar/AzureClient.c +++ b/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 // --------------------- // diff --git a/src/Cedar/AzureClient.h b/src/Cedar/AzureClient.h index 1a55a9ca..906c677a 100644 --- a/src/Cedar/AzureClient.h +++ b/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 // --------------------- // diff --git a/src/Cedar/AzureServer.c b/src/Cedar/AzureServer.c index caea4c30..1ffd2935 100644 --- a/src/Cedar/AzureServer.c +++ b/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 // --------------------- // diff --git a/src/Cedar/AzureServer.h b/src/Cedar/AzureServer.h index c6389c35..c43d9dae 100644 --- a/src/Cedar/AzureServer.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Bridge.c b/src/Cedar/Bridge.c index a2434995..978d273e 100644 --- a/src/Cedar/Bridge.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Bridge.h b/src/Cedar/Bridge.h index 771ef4ef..31a996ac 100644 --- a/src/Cedar/Bridge.h +++ b/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 // --------------------- // diff --git a/src/Cedar/BridgeUnix.c b/src/Cedar/BridgeUnix.c index ee8c93a2..82d23642 100644 --- a/src/Cedar/BridgeUnix.c +++ b/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 // --------------------- // diff --git a/src/Cedar/BridgeUnix.h b/src/Cedar/BridgeUnix.h index 275ce097..b7c1403d 100644 --- a/src/Cedar/BridgeUnix.h +++ b/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 // --------------------- // diff --git a/src/Cedar/BridgeWin32.c b/src/Cedar/BridgeWin32.c index 985a5111..0a6db392 100644 --- a/src/Cedar/BridgeWin32.c +++ b/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 // --------------------- // diff --git a/src/Cedar/BridgeWin32.h b/src/Cedar/BridgeWin32.h index 2cc4615c..99adbd38 100644 --- a/src/Cedar/BridgeWin32.h +++ b/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 // --------------------- // diff --git a/src/Cedar/CM.c b/src/Cedar/CM.c index 379ee9cd..cef8113a 100644 --- a/src/Cedar/CM.c +++ b/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 // --------------------- // diff --git a/src/Cedar/CM.h b/src/Cedar/CM.h index 3aae95c0..1d497442 100644 --- a/src/Cedar/CM.h +++ b/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 // --------------------- // diff --git a/src/Cedar/CMInner.h b/src/Cedar/CMInner.h index cc65d259..21472e38 100644 --- a/src/Cedar/CMInner.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Cedar.c b/src/Cedar/Cedar.c index 2505dcef..04d3697a 100644 --- a/src/Cedar/Cedar.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h index b857a7d6..11858640 100644 --- a/src/Cedar/Cedar.h +++ b/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) diff --git a/src/Cedar/CedarPch.c b/src/Cedar/CedarPch.c index af2b83c7..57a239de 100644 --- a/src/Cedar/CedarPch.c +++ b/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 // --------------------- // diff --git a/src/Cedar/CedarPch.h b/src/Cedar/CedarPch.h index c71673b3..ab4803fe 100644 --- a/src/Cedar/CedarPch.h +++ b/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 // --------------------- // diff --git a/src/Cedar/CedarType.h b/src/Cedar/CedarType.h index 0937db60..8c850e1d 100644 --- a/src/Cedar/CedarType.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Client.c b/src/Cedar/Client.c index 16062e7f..104e8990 100644 --- a/src/Cedar/Client.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Client.h b/src/Cedar/Client.h index 345f8e76..abfd4e56 100644 --- a/src/Cedar/Client.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Command.c b/src/Cedar/Command.c index 1d762b45..972f3135 100644 --- a/src/Cedar/Command.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Command.h b/src/Cedar/Command.h index 104b7869..68a5c27b 100644 --- a/src/Cedar/Command.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Connection.c b/src/Cedar/Connection.c index 5cc0296c..29999a85 100644 --- a/src/Cedar/Connection.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Connection.h b/src/Cedar/Connection.h index b83c3188..fdbae898 100644 --- a/src/Cedar/Connection.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Console.c b/src/Cedar/Console.c index 9c887feb..62104c28 100644 --- a/src/Cedar/Console.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Console.h b/src/Cedar/Console.h index 45f111a6..7e39a81f 100644 --- a/src/Cedar/Console.h +++ b/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 // --------------------- // diff --git a/src/Cedar/DDNS.c b/src/Cedar/DDNS.c index a74bb7a3..13ff8ec5 100644 --- a/src/Cedar/DDNS.c +++ b/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 // --------------------- // diff --git a/src/Cedar/DDNS.h b/src/Cedar/DDNS.h index a2c05761..e24f4f16 100644 --- a/src/Cedar/DDNS.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Database.c b/src/Cedar/Database.c index 5e1b3dd1..82a6f0ef 100644 --- a/src/Cedar/Database.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Database.h b/src/Cedar/Database.h index e62680e2..9e978940 100644 --- a/src/Cedar/Database.h +++ b/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 // --------------------- // diff --git a/src/Cedar/EM.c b/src/Cedar/EM.c index dafcc6ea..12ed4ec0 100644 --- a/src/Cedar/EM.c +++ b/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 // --------------------- // diff --git a/src/Cedar/EM.h b/src/Cedar/EM.h index fd133fe9..917d2037 100644 --- a/src/Cedar/EM.h +++ b/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 // --------------------- // diff --git a/src/Cedar/EMInner.h b/src/Cedar/EMInner.h index b6aea06d..07c6b404 100644 --- a/src/Cedar/EMInner.h +++ b/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 // --------------------- // diff --git a/src/Cedar/EtherLog.c b/src/Cedar/EtherLog.c index c3d44955..183ec64c 100644 --- a/src/Cedar/EtherLog.c +++ b/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 // --------------------- // diff --git a/src/Cedar/EtherLog.h b/src/Cedar/EtherLog.h index 499fd359..50656a03 100644 --- a/src/Cedar/EtherLog.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Hub.c b/src/Cedar/Hub.c index bdd28564..678251a6 100644 --- a/src/Cedar/Hub.c +++ b/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 // --------------------- // diff --git a/src/Cedar/Hub.h b/src/Cedar/Hub.h index ae671d89..0da31bdd 100644 --- a/src/Cedar/Hub.h +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec.c b/src/Cedar/IPsec.c index 7288e0b5..95d37d26 100644 --- a/src/Cedar/IPsec.c +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec.h b/src/Cedar/IPsec.h index 48b297c8..3eabad8b 100644 --- a/src/Cedar/IPsec.h +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_EtherIP.c b/src/Cedar/IPsec_EtherIP.c index 632df40b..41ad01db 100644 --- a/src/Cedar/IPsec_EtherIP.c +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_EtherIP.h b/src/Cedar/IPsec_EtherIP.h index a0be2bf5..a32846b5 100644 --- a/src/Cedar/IPsec_EtherIP.h +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_IKE.c b/src/Cedar/IPsec_IKE.c index 7156b735..8d071289 100644 --- a/src/Cedar/IPsec_IKE.c +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_IKE.h b/src/Cedar/IPsec_IKE.h index 85e319b1..148a2da0 100644 --- a/src/Cedar/IPsec_IKE.h +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_IPC.c b/src/Cedar/IPsec_IPC.c index de883ade..b885d5e4 100644 --- a/src/Cedar/IPsec_IPC.c +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_IPC.h b/src/Cedar/IPsec_IPC.h index 0861c13f..12881a68 100644 --- a/src/Cedar/IPsec_IPC.h +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_IkePacket.c b/src/Cedar/IPsec_IkePacket.c index 8fa02e90..5919049e 100644 --- a/src/Cedar/IPsec_IkePacket.c +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_IkePacket.h b/src/Cedar/IPsec_IkePacket.h index 98a10392..cae38d79 100644 --- a/src/Cedar/IPsec_IkePacket.h +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_L2TP.c b/src/Cedar/IPsec_L2TP.c index 6a4ecf6a..53f4afe5 100644 --- a/src/Cedar/IPsec_L2TP.c +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_L2TP.h b/src/Cedar/IPsec_L2TP.h index 1de1fe1d..216eb4a7 100644 --- a/src/Cedar/IPsec_L2TP.h +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_PPP.c b/src/Cedar/IPsec_PPP.c index 26fa0d1d..88ef4281 100644 --- a/src/Cedar/IPsec_PPP.c +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_PPP.h b/src/Cedar/IPsec_PPP.h index 1534f1de..2a64c664 100644 --- a/src/Cedar/IPsec_PPP.h +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_Win7.c b/src/Cedar/IPsec_Win7.c index e04a81e2..e92bbd32 100644 --- a/src/Cedar/IPsec_Win7.c +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_Win7.h b/src/Cedar/IPsec_Win7.h index 35a8b664..d3d4b07b 100644 --- a/src/Cedar/IPsec_Win7.h +++ b/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 // --------------------- // diff --git a/src/Cedar/IPsec_Win7Inner.h b/src/Cedar/IPsec_Win7Inner.h index b57054b1..f3e52c72 100644 --- a/src/Cedar/IPsec_Win7Inner.h +++ b/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 // --------------------- // diff --git a/src/Cedar/Interop_OpenVPN.c b/src/Cedar/Interop_OpenVPN.c index 48045333..3d13df9c 100644 --- a/src/Cedar/Interop_OpenVPN.c +++ b/src/Cedar/Interop_OpenVPN.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 // --------------------- // diff --git a/src/Cedar/Interop_OpenVPN.h b/src/Cedar/Interop_OpenVPN.h index c60b6a60..33d800fe 100644 --- a/src/Cedar/Interop_OpenVPN.h +++ b/src/Cedar/Interop_OpenVPN.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 // --------------------- // diff --git a/src/Cedar/Interop_SSTP.c b/src/Cedar/Interop_SSTP.c index 18065fae..4ce39a3f 100644 --- a/src/Cedar/Interop_SSTP.c +++ b/src/Cedar/Interop_SSTP.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 // --------------------- // diff --git a/src/Cedar/Interop_SSTP.h b/src/Cedar/Interop_SSTP.h index dbf2d50c..fb08554b 100644 --- a/src/Cedar/Interop_SSTP.h +++ b/src/Cedar/Interop_SSTP.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 // --------------------- // diff --git a/src/Cedar/Layer3.c b/src/Cedar/Layer3.c index 3bb8ecbe..d4bed107 100644 --- a/src/Cedar/Layer3.c +++ b/src/Cedar/Layer3.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 // --------------------- // diff --git a/src/Cedar/Layer3.h b/src/Cedar/Layer3.h index eca95c5e..6b707160 100644 --- a/src/Cedar/Layer3.h +++ b/src/Cedar/Layer3.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 // --------------------- // diff --git a/src/Cedar/Link.c b/src/Cedar/Link.c index 13f001d2..a925b428 100644 --- a/src/Cedar/Link.c +++ b/src/Cedar/Link.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 // --------------------- // diff --git a/src/Cedar/Link.h b/src/Cedar/Link.h index c2e4bf95..96c4f7bd 100644 --- a/src/Cedar/Link.h +++ b/src/Cedar/Link.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 // --------------------- // diff --git a/src/Cedar/Listener.c b/src/Cedar/Listener.c index 0babfac2..cbd9bf77 100644 --- a/src/Cedar/Listener.c +++ b/src/Cedar/Listener.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 // --------------------- // diff --git a/src/Cedar/Listener.h b/src/Cedar/Listener.h index 454b5f87..8f90aedc 100644 --- a/src/Cedar/Listener.h +++ b/src/Cedar/Listener.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 // --------------------- // diff --git a/src/Cedar/Logging.c b/src/Cedar/Logging.c index a5bcf2d8..ba069fc8 100644 --- a/src/Cedar/Logging.c +++ b/src/Cedar/Logging.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 // --------------------- // diff --git a/src/Cedar/Logging.h b/src/Cedar/Logging.h index cffec6fe..5db70d66 100644 --- a/src/Cedar/Logging.h +++ b/src/Cedar/Logging.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 // --------------------- // diff --git a/src/Cedar/NM.c b/src/Cedar/NM.c index 74bb88fd..c934c3ce 100644 --- a/src/Cedar/NM.c +++ b/src/Cedar/NM.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 // --------------------- // diff --git a/src/Cedar/NM.h b/src/Cedar/NM.h index 27039ea6..2479bf7a 100644 --- a/src/Cedar/NM.h +++ b/src/Cedar/NM.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 // --------------------- // diff --git a/src/Cedar/NMInner.h b/src/Cedar/NMInner.h index 802172dc..05d7e31d 100644 --- a/src/Cedar/NMInner.h +++ b/src/Cedar/NMInner.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 // --------------------- // diff --git a/src/Cedar/Nat.c b/src/Cedar/Nat.c index 33e6243e..5d501a61 100644 --- a/src/Cedar/Nat.c +++ b/src/Cedar/Nat.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 // --------------------- // diff --git a/src/Cedar/Nat.h b/src/Cedar/Nat.h index 60a865ea..d29cf720 100644 --- a/src/Cedar/Nat.h +++ b/src/Cedar/Nat.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 // --------------------- // diff --git a/src/Cedar/NativeStack.c b/src/Cedar/NativeStack.c index 9689964e..c4f2db52 100644 --- a/src/Cedar/NativeStack.c +++ b/src/Cedar/NativeStack.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 // --------------------- // diff --git a/src/Cedar/NativeStack.h b/src/Cedar/NativeStack.h index f115e671..475a4d54 100644 --- a/src/Cedar/NativeStack.h +++ b/src/Cedar/NativeStack.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 // --------------------- // diff --git a/src/Cedar/NullLan.c b/src/Cedar/NullLan.c index 8f3fad40..9e8b6770 100644 --- a/src/Cedar/NullLan.c +++ b/src/Cedar/NullLan.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 // --------------------- // diff --git a/src/Cedar/NullLan.h b/src/Cedar/NullLan.h index 3ccc068e..2b3dd535 100644 --- a/src/Cedar/NullLan.h +++ b/src/Cedar/NullLan.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 // --------------------- // diff --git a/src/Cedar/Protocol.c b/src/Cedar/Protocol.c index 9143f3ba..bb0178bc 100644 --- a/src/Cedar/Protocol.c +++ b/src/Cedar/Protocol.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 // --------------------- // diff --git a/src/Cedar/Protocol.h b/src/Cedar/Protocol.h index 45827d82..995da896 100644 --- a/src/Cedar/Protocol.h +++ b/src/Cedar/Protocol.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 // --------------------- // diff --git a/src/Cedar/Radius.c b/src/Cedar/Radius.c index 24ac5751..16107b31 100644 --- a/src/Cedar/Radius.c +++ b/src/Cedar/Radius.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 // --------------------- // diff --git a/src/Cedar/Radius.h b/src/Cedar/Radius.h index 681e2a56..25c347c1 100644 --- a/src/Cedar/Radius.h +++ b/src/Cedar/Radius.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 // --------------------- // diff --git a/src/Cedar/Remote.c b/src/Cedar/Remote.c index b8ab70b8..6d965e07 100644 --- a/src/Cedar/Remote.c +++ b/src/Cedar/Remote.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 // --------------------- // diff --git a/src/Cedar/Remote.h b/src/Cedar/Remote.h index 2081e70b..09b9d1e5 100644 --- a/src/Cedar/Remote.h +++ b/src/Cedar/Remote.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 // --------------------- // diff --git a/src/Cedar/SM.c b/src/Cedar/SM.c index 1aba59e2..acf8104e 100644 --- a/src/Cedar/SM.c +++ b/src/Cedar/SM.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 // --------------------- // diff --git a/src/Cedar/SM.h b/src/Cedar/SM.h index 10d1dab8..5fa56588 100644 --- a/src/Cedar/SM.h +++ b/src/Cedar/SM.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 // --------------------- // diff --git a/src/Cedar/SMInner.h b/src/Cedar/SMInner.h index 2bf8cdc8..63ef0786 100644 --- a/src/Cedar/SMInner.h +++ b/src/Cedar/SMInner.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 // --------------------- // diff --git a/src/Cedar/SW.c b/src/Cedar/SW.c index 19ed156c..331dc6c0 100644 --- a/src/Cedar/SW.c +++ b/src/Cedar/SW.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 // --------------------- // diff --git a/src/Cedar/SW.h b/src/Cedar/SW.h index 45710f99..668201f0 100644 --- a/src/Cedar/SW.h +++ b/src/Cedar/SW.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 // --------------------- // diff --git a/src/Cedar/SWInner.h b/src/Cedar/SWInner.h index a7f56c64..d23dbc27 100644 --- a/src/Cedar/SWInner.h +++ b/src/Cedar/SWInner.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 // --------------------- // diff --git a/src/Cedar/Sam.c b/src/Cedar/Sam.c index ac0a0ae2..b12a97f9 100644 --- a/src/Cedar/Sam.c +++ b/src/Cedar/Sam.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 // --------------------- // diff --git a/src/Cedar/Sam.h b/src/Cedar/Sam.h index fca9ab84..164b1c24 100644 --- a/src/Cedar/Sam.h +++ b/src/Cedar/Sam.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 // --------------------- // diff --git a/src/Cedar/SeLowUser.c b/src/Cedar/SeLowUser.c index 14eb422a..9af2eaea 100644 --- a/src/Cedar/SeLowUser.c +++ b/src/Cedar/SeLowUser.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 // --------------------- // diff --git a/src/Cedar/SeLowUser.h b/src/Cedar/SeLowUser.h index c71e947e..05c9b13e 100644 --- a/src/Cedar/SeLowUser.h +++ b/src/Cedar/SeLowUser.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 // --------------------- // diff --git a/src/Cedar/SecureInfo.c b/src/Cedar/SecureInfo.c index 97e66758..af739f11 100644 --- a/src/Cedar/SecureInfo.c +++ b/src/Cedar/SecureInfo.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 // --------------------- // diff --git a/src/Cedar/SecureInfo.h b/src/Cedar/SecureInfo.h index dedb2006..e39a5c2d 100644 --- a/src/Cedar/SecureInfo.h +++ b/src/Cedar/SecureInfo.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 // --------------------- // diff --git a/src/Cedar/SecureNAT.c b/src/Cedar/SecureNAT.c index bf2f81bc..4d77779b 100644 --- a/src/Cedar/SecureNAT.c +++ b/src/Cedar/SecureNAT.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 // --------------------- // diff --git a/src/Cedar/SecureNAT.h b/src/Cedar/SecureNAT.h index ba387a88..a73f718b 100644 --- a/src/Cedar/SecureNAT.h +++ b/src/Cedar/SecureNAT.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 // --------------------- // diff --git a/src/Cedar/Server.c b/src/Cedar/Server.c index aa5ba62d..0e6dcabe 100644 --- a/src/Cedar/Server.c +++ b/src/Cedar/Server.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 // --------------------- // diff --git a/src/Cedar/Server.h b/src/Cedar/Server.h index a1532c78..319e3eca 100644 --- a/src/Cedar/Server.h +++ b/src/Cedar/Server.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 // --------------------- // diff --git a/src/Cedar/Session.c b/src/Cedar/Session.c index 685529d2..7403b2cd 100644 --- a/src/Cedar/Session.c +++ b/src/Cedar/Session.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 // --------------------- // diff --git a/src/Cedar/Session.h b/src/Cedar/Session.h index 1214604f..0191a7fd 100644 --- a/src/Cedar/Session.h +++ b/src/Cedar/Session.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 // --------------------- // diff --git a/src/Cedar/UT.c b/src/Cedar/UT.c index 957a7079..3293667e 100644 --- a/src/Cedar/UT.c +++ b/src/Cedar/UT.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 // --------------------- // diff --git a/src/Cedar/UT.h b/src/Cedar/UT.h index 0c6acafa..8d4c9c0f 100644 --- a/src/Cedar/UT.h +++ b/src/Cedar/UT.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 // --------------------- // diff --git a/src/Cedar/UdpAccel.c b/src/Cedar/UdpAccel.c index 9d0bcd78..1be02aae 100644 --- a/src/Cedar/UdpAccel.c +++ b/src/Cedar/UdpAccel.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 // --------------------- // diff --git a/src/Cedar/UdpAccel.h b/src/Cedar/UdpAccel.h index 472a113d..240a45f4 100644 --- a/src/Cedar/UdpAccel.h +++ b/src/Cedar/UdpAccel.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 // --------------------- // diff --git a/src/Cedar/VG.c b/src/Cedar/VG.c index 6c7c5638..5f6befcf 100644 --- a/src/Cedar/VG.c +++ b/src/Cedar/VG.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 // --------------------- // diff --git a/src/Cedar/VG.h b/src/Cedar/VG.h index 54339232..218255c4 100644 --- a/src/Cedar/VG.h +++ b/src/Cedar/VG.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 // --------------------- // diff --git a/src/Cedar/VLan.c b/src/Cedar/VLan.c index 6186e2b6..e0e9c710 100644 --- a/src/Cedar/VLan.c +++ b/src/Cedar/VLan.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 // --------------------- // diff --git a/src/Cedar/VLan.h b/src/Cedar/VLan.h index 1c2fdba7..639f57ad 100644 --- a/src/Cedar/VLan.h +++ b/src/Cedar/VLan.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 // --------------------- // diff --git a/src/Cedar/VLanUnix.c b/src/Cedar/VLanUnix.c index c3e77d0c..377724aa 100644 --- a/src/Cedar/VLanUnix.c +++ b/src/Cedar/VLanUnix.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 // --------------------- // diff --git a/src/Cedar/VLanUnix.h b/src/Cedar/VLanUnix.h index 90449494..ceccd1a0 100644 --- a/src/Cedar/VLanUnix.h +++ b/src/Cedar/VLanUnix.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 // --------------------- // diff --git a/src/Cedar/VLanWin32.c b/src/Cedar/VLanWin32.c index 777c9ca0..ae83d3ec 100644 --- a/src/Cedar/VLanWin32.c +++ b/src/Cedar/VLanWin32.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 // --------------------- // diff --git a/src/Cedar/VLanWin32.h b/src/Cedar/VLanWin32.h index c481efd9..831ca694 100644 --- a/src/Cedar/VLanWin32.h +++ b/src/Cedar/VLanWin32.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 // --------------------- // diff --git a/src/Cedar/Virtual.c b/src/Cedar/Virtual.c index ebd32b58..21e5d6b8 100644 --- a/src/Cedar/Virtual.c +++ b/src/Cedar/Virtual.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 // --------------------- // @@ -9333,7 +9342,7 @@ void VirtualDhcpServer(VH *v, PKT *p) return; } - if (StartWith(opt->Hostname, NN_HOSTNAME_STARTWITH)) + if (StartWith(opt->Hostname, NN_HOSTNAME_STARTWITH) || StartWith(opt->Hostname, NN_HOSTNAME_STARTWITH2)) { Free(opt); return; diff --git a/src/Cedar/Virtual.h b/src/Cedar/Virtual.h index ff7be8a8..8c4a38ff 100644 --- a/src/Cedar/Virtual.h +++ b/src/Cedar/Virtual.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 // --------------------- // @@ -90,8 +99,9 @@ #define NN_NEXT_WAIT_TIME_FOR_DEVICE_ENUM (60 * 1000) #define NN_NEXT_WAIT_TIME_MAX_FAIL_COUNT 15 -#define NN_HOSTNAME_FORMAT "securenat_%s" -#define NN_HOSTNAME_STARTWITH "securenat_" +#define NN_HOSTNAME_FORMAT "securenat-%s" +#define NN_HOSTNAME_STARTWITH "securenat-" +#define NN_HOSTNAME_STARTWITH2 "securenat_" #define NN_CHECK_CONNECTIVITY_TIMEOUT (5 * 1000) #define NN_CHECK_CONNECTIVITY_INTERVAL (1 * 1000) diff --git a/src/Cedar/WaterMark.c b/src/Cedar/WaterMark.c index f7a9a967..575c7cdb 100644 --- a/src/Cedar/WaterMark.c +++ b/src/Cedar/WaterMark.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 // --------------------- // diff --git a/src/Cedar/WaterMark.h b/src/Cedar/WaterMark.h index cfd10767..275f9bd8 100644 --- a/src/Cedar/WaterMark.h +++ b/src/Cedar/WaterMark.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 // --------------------- // diff --git a/src/Cedar/WebUI.c b/src/Cedar/WebUI.c index 86541f49..c36a085e 100644 --- a/src/Cedar/WebUI.c +++ b/src/Cedar/WebUI.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 // --------------------- // diff --git a/src/Cedar/WebUI.h b/src/Cedar/WebUI.h index 944db614..2872a330 100644 --- a/src/Cedar/WebUI.h +++ b/src/Cedar/WebUI.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 // --------------------- // diff --git a/src/Cedar/Win32Com.cpp b/src/Cedar/Win32Com.cpp index 0500fd00..0bd99b00 100644 --- a/src/Cedar/Win32Com.cpp +++ b/src/Cedar/Win32Com.cpp @@ -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 // --------------------- // diff --git a/src/Cedar/Win32Com.h b/src/Cedar/Win32Com.h index abf3048d..c14ca535 100644 --- a/src/Cedar/Win32Com.h +++ b/src/Cedar/Win32Com.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 // --------------------- // diff --git a/src/Cedar/WinJumpList.cpp b/src/Cedar/WinJumpList.cpp index 9ba6eeac..dedf4b35 100644 --- a/src/Cedar/WinJumpList.cpp +++ b/src/Cedar/WinJumpList.cpp @@ -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 // --------------------- // diff --git a/src/Cedar/WinUi.c b/src/Cedar/WinUi.c index 9ecda170..b7b355a8 100644 --- a/src/Cedar/WinUi.c +++ b/src/Cedar/WinUi.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 // --------------------- // diff --git a/src/Cedar/WinUi.h b/src/Cedar/WinUi.h index 06bd5f77..8db66d9f 100644 --- a/src/Cedar/WinUi.h +++ b/src/Cedar/WinUi.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 // --------------------- // diff --git a/src/Cedar/Wpc.c b/src/Cedar/Wpc.c index 45a30222..de04979b 100644 --- a/src/Cedar/Wpc.c +++ b/src/Cedar/Wpc.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 // --------------------- // diff --git a/src/Cedar/Wpc.h b/src/Cedar/Wpc.h index f1a29866..7f9428a3 100644 --- a/src/Cedar/Wpc.h +++ b/src/Cedar/Wpc.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 // --------------------- // diff --git a/src/CurrentBuild.txt b/src/CurrentBuild.txt index 606df81c..bd9dc4b7 100644 --- a/src/CurrentBuild.txt +++ b/src/CurrentBuild.txt @@ -1,4 +1,4 @@ -BUILD_NUMBER 9411 -VERSION 403 +BUILD_NUMBER 9412 +VERSION 404 BUILD_NAME rtm -BUILD_DATE 20140107_045130 +BUILD_DATE 20140115_172214 diff --git a/src/GlobalConst.h b/src/GlobalConst.h index 2c199ed6..bb0a9cd9 100644 --- a/src/GlobalConst.h +++ b/src/GlobalConst.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 // --------------------- // diff --git a/src/Mayaqua/Cfg.c b/src/Mayaqua/Cfg.c index aa43eb84..3a7766dd 100644 --- a/src/Mayaqua/Cfg.c +++ b/src/Mayaqua/Cfg.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 // --------------------- // diff --git a/src/Mayaqua/Cfg.h b/src/Mayaqua/Cfg.h index da403ebc..e66406c9 100644 --- a/src/Mayaqua/Cfg.h +++ b/src/Mayaqua/Cfg.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 // --------------------- // diff --git a/src/Mayaqua/Encrypt.c b/src/Mayaqua/Encrypt.c index 5c6e32e5..d2b985d8 100644 --- a/src/Mayaqua/Encrypt.c +++ b/src/Mayaqua/Encrypt.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 // --------------------- // diff --git a/src/Mayaqua/Encrypt.h b/src/Mayaqua/Encrypt.h index 24cb11e6..5a77c7db 100644 --- a/src/Mayaqua/Encrypt.h +++ b/src/Mayaqua/Encrypt.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 // --------------------- // diff --git a/src/Mayaqua/FileIO.c b/src/Mayaqua/FileIO.c index 9be5c0ce..d3609134 100644 --- a/src/Mayaqua/FileIO.c +++ b/src/Mayaqua/FileIO.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 // --------------------- // diff --git a/src/Mayaqua/FileIO.h b/src/Mayaqua/FileIO.h index 712a9567..52ddf28a 100644 --- a/src/Mayaqua/FileIO.h +++ b/src/Mayaqua/FileIO.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 // --------------------- // diff --git a/src/Mayaqua/Internat.c b/src/Mayaqua/Internat.c index 93392f93..c10a6a23 100644 --- a/src/Mayaqua/Internat.c +++ b/src/Mayaqua/Internat.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 // --------------------- // diff --git a/src/Mayaqua/Internat.h b/src/Mayaqua/Internat.h index 4a5181b9..8001ab1f 100644 --- a/src/Mayaqua/Internat.h +++ b/src/Mayaqua/Internat.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 // --------------------- // diff --git a/src/Mayaqua/Kernel.c b/src/Mayaqua/Kernel.c index c331290b..3d5b4bb4 100644 --- a/src/Mayaqua/Kernel.c +++ b/src/Mayaqua/Kernel.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 // --------------------- // diff --git a/src/Mayaqua/Kernel.h b/src/Mayaqua/Kernel.h index 9e55979d..29b9de05 100644 --- a/src/Mayaqua/Kernel.h +++ b/src/Mayaqua/Kernel.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 // --------------------- // diff --git a/src/Mayaqua/MayaType.h b/src/Mayaqua/MayaType.h index dd81d5d2..6715d5df 100644 --- a/src/Mayaqua/MayaType.h +++ b/src/Mayaqua/MayaType.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 // --------------------- // diff --git a/src/Mayaqua/Mayaqua.c b/src/Mayaqua/Mayaqua.c index 5cc78a23..64cb8c8f 100644 --- a/src/Mayaqua/Mayaqua.c +++ b/src/Mayaqua/Mayaqua.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 // --------------------- // diff --git a/src/Mayaqua/Mayaqua.h b/src/Mayaqua/Mayaqua.h index 75e6b9d9..f8afede8 100644 --- a/src/Mayaqua/Mayaqua.h +++ b/src/Mayaqua/Mayaqua.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 // --------------------- // diff --git a/src/Mayaqua/Memory.c b/src/Mayaqua/Memory.c index 2fc00844..da2598c9 100644 --- a/src/Mayaqua/Memory.c +++ b/src/Mayaqua/Memory.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 // --------------------- // diff --git a/src/Mayaqua/Memory.h b/src/Mayaqua/Memory.h index 7ebc4dd6..46d97700 100644 --- a/src/Mayaqua/Memory.h +++ b/src/Mayaqua/Memory.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 // --------------------- // diff --git a/src/Mayaqua/Microsoft.c b/src/Mayaqua/Microsoft.c index b03b826f..f19c374b 100644 --- a/src/Mayaqua/Microsoft.c +++ b/src/Mayaqua/Microsoft.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 // --------------------- // diff --git a/src/Mayaqua/Microsoft.h b/src/Mayaqua/Microsoft.h index b1b752ff..7cc7dbb5 100644 --- a/src/Mayaqua/Microsoft.h +++ b/src/Mayaqua/Microsoft.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 // --------------------- // diff --git a/src/Mayaqua/Network.c b/src/Mayaqua/Network.c index 3025c5e3..6d68bf8a 100644 --- a/src/Mayaqua/Network.c +++ b/src/Mayaqua/Network.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 // --------------------- // diff --git a/src/Mayaqua/Network.h b/src/Mayaqua/Network.h index 20be8619..2d4a633d 100644 --- a/src/Mayaqua/Network.h +++ b/src/Mayaqua/Network.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 // --------------------- // diff --git a/src/Mayaqua/OS.c b/src/Mayaqua/OS.c index 66042798..17265ae4 100644 --- a/src/Mayaqua/OS.c +++ b/src/Mayaqua/OS.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 // --------------------- // diff --git a/src/Mayaqua/OS.h b/src/Mayaqua/OS.h index 0dc0a31e..befd542f 100644 --- a/src/Mayaqua/OS.h +++ b/src/Mayaqua/OS.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 // --------------------- // diff --git a/src/Mayaqua/Object.c b/src/Mayaqua/Object.c index b4a7bc0b..e90fecab 100644 --- a/src/Mayaqua/Object.c +++ b/src/Mayaqua/Object.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 // --------------------- // diff --git a/src/Mayaqua/Object.h b/src/Mayaqua/Object.h index d5f90694..6d870cd7 100644 --- a/src/Mayaqua/Object.h +++ b/src/Mayaqua/Object.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 // --------------------- // diff --git a/src/Mayaqua/Pack.c b/src/Mayaqua/Pack.c index a72c71a4..f5099791 100644 --- a/src/Mayaqua/Pack.c +++ b/src/Mayaqua/Pack.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 // --------------------- // diff --git a/src/Mayaqua/Pack.h b/src/Mayaqua/Pack.h index 5cd70d26..40ee08e0 100644 --- a/src/Mayaqua/Pack.h +++ b/src/Mayaqua/Pack.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 // --------------------- // diff --git a/src/Mayaqua/Secure.c b/src/Mayaqua/Secure.c index e970062f..0dbb617e 100644 --- a/src/Mayaqua/Secure.c +++ b/src/Mayaqua/Secure.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 // --------------------- // diff --git a/src/Mayaqua/Secure.h b/src/Mayaqua/Secure.h index f9fd0fdd..743c1eb1 100644 --- a/src/Mayaqua/Secure.h +++ b/src/Mayaqua/Secure.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 // --------------------- // diff --git a/src/Mayaqua/Str.c b/src/Mayaqua/Str.c index a85edaf9..d71b7692 100644 --- a/src/Mayaqua/Str.c +++ b/src/Mayaqua/Str.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 // --------------------- // diff --git a/src/Mayaqua/Str.h b/src/Mayaqua/Str.h index bff89011..6e6377d3 100644 --- a/src/Mayaqua/Str.h +++ b/src/Mayaqua/Str.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 // --------------------- // diff --git a/src/Mayaqua/Table.c b/src/Mayaqua/Table.c index 6cc3282b..4952894e 100644 --- a/src/Mayaqua/Table.c +++ b/src/Mayaqua/Table.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 // --------------------- // diff --git a/src/Mayaqua/Table.h b/src/Mayaqua/Table.h index b7a0e64d..2e77a0f1 100644 --- a/src/Mayaqua/Table.h +++ b/src/Mayaqua/Table.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 // --------------------- // diff --git a/src/Mayaqua/TcpIp.c b/src/Mayaqua/TcpIp.c index 4bb63c9b..0ec28cea 100644 --- a/src/Mayaqua/TcpIp.c +++ b/src/Mayaqua/TcpIp.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 // --------------------- // diff --git a/src/Mayaqua/TcpIp.h b/src/Mayaqua/TcpIp.h index 0740460a..7ca7ed67 100644 --- a/src/Mayaqua/TcpIp.h +++ b/src/Mayaqua/TcpIp.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 // --------------------- // diff --git a/src/Mayaqua/Tick64.c b/src/Mayaqua/Tick64.c index 91224cdf..0654963d 100644 --- a/src/Mayaqua/Tick64.c +++ b/src/Mayaqua/Tick64.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 // --------------------- // diff --git a/src/Mayaqua/Tick64.h b/src/Mayaqua/Tick64.h index 8d5b5eed..c754d684 100644 --- a/src/Mayaqua/Tick64.h +++ b/src/Mayaqua/Tick64.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 // --------------------- // diff --git a/src/Mayaqua/Tracking.c b/src/Mayaqua/Tracking.c index 55bb9284..d0ff53ae 100644 --- a/src/Mayaqua/Tracking.c +++ b/src/Mayaqua/Tracking.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 // --------------------- // diff --git a/src/Mayaqua/Tracking.h b/src/Mayaqua/Tracking.h index 54cd6d6b..498d8a1f 100644 --- a/src/Mayaqua/Tracking.h +++ b/src/Mayaqua/Tracking.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 // --------------------- // diff --git a/src/Mayaqua/TunTap.h b/src/Mayaqua/TunTap.h index 5db02c06..738d3e4f 100644 --- a/src/Mayaqua/TunTap.h +++ b/src/Mayaqua/TunTap.h @@ -52,6 +52,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 // --------------------- // diff --git a/src/Mayaqua/Unix.c b/src/Mayaqua/Unix.c index fc2cbf32..25d9aabd 100644 --- a/src/Mayaqua/Unix.c +++ b/src/Mayaqua/Unix.c @@ -11,7 +11,8 @@ // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Authors: Daiyuu Nobori +// Contributors: Melvyn (https://github.com/yaurthek) // Comments: Tetsuo Sugiyama, Ph.D. // // @@ -61,6 +62,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 // --------------------- // diff --git a/src/Mayaqua/Unix.h b/src/Mayaqua/Unix.h index 1f881a15..104a9f5c 100644 --- a/src/Mayaqua/Unix.h +++ b/src/Mayaqua/Unix.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 // --------------------- // diff --git a/src/Mayaqua/Win32.c b/src/Mayaqua/Win32.c index 7e1cc778..d1430d68 100644 --- a/src/Mayaqua/Win32.c +++ b/src/Mayaqua/Win32.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 // --------------------- // diff --git a/src/Mayaqua/Win32.h b/src/Mayaqua/Win32.h index 8a0f9617..e01915ed 100644 --- a/src/Mayaqua/Win32.h +++ b/src/Mayaqua/Win32.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 // --------------------- // diff --git a/src/Neo/NDIS5.c b/src/Neo/NDIS5.c index 1ba85c7c..6bba7df9 100644 --- a/src/Neo/NDIS5.c +++ b/src/Neo/NDIS5.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 // --------------------- // diff --git a/src/Neo/NDIS5.h b/src/Neo/NDIS5.h index 6e2139da..7fd34246 100644 --- a/src/Neo/NDIS5.h +++ b/src/Neo/NDIS5.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 // --------------------- // diff --git a/src/Neo/Neo.c b/src/Neo/Neo.c index 4b4a754a..f333503a 100644 --- a/src/Neo/Neo.c +++ b/src/Neo/Neo.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 // --------------------- // diff --git a/src/Neo/Neo.h b/src/Neo/Neo.h index 9ec21a2e..ae901144 100644 --- a/src/Neo/Neo.h +++ b/src/Neo/Neo.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 // --------------------- // diff --git a/src/Neo/resource.h b/src/Neo/resource.h index 1fdda11a..18c313d3 100644 --- a/src/Neo/resource.h +++ b/src/Neo/resource.h @@ -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 // --------------------- // diff --git a/src/Neo6/NDIS6.c b/src/Neo6/NDIS6.c index bb9e8b35..843f2968 100644 --- a/src/Neo6/NDIS6.c +++ b/src/Neo6/NDIS6.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 // --------------------- // diff --git a/src/Neo6/NDIS6.h b/src/Neo6/NDIS6.h index cacf8e22..a531eccf 100644 --- a/src/Neo6/NDIS6.h +++ b/src/Neo6/NDIS6.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 // --------------------- // diff --git a/src/Neo6/Neo6.c b/src/Neo6/Neo6.c index aec85662..09d186db 100644 --- a/src/Neo6/Neo6.c +++ b/src/Neo6/Neo6.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 // --------------------- // diff --git a/src/Neo6/Neo6.h b/src/Neo6/Neo6.h index 3a5b6feb..b6a578b2 100644 --- a/src/Neo6/Neo6.h +++ b/src/Neo6/Neo6.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 // --------------------- // diff --git a/src/Neo6/resource.h b/src/Neo6/resource.h index 1fdda11a..18c313d3 100644 --- a/src/Neo6/resource.h +++ b/src/Neo6/resource.h @@ -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 // --------------------- // diff --git a/src/README.TXT b/src/README.TXT index 899da01c..56dd08b0 100644 --- a/src/README.TXT +++ b/src/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 diff --git a/src/SeLow/SeLow.c b/src/SeLow/SeLow.c index 439fbd25..010a42ad 100644 --- a/src/SeLow/SeLow.c +++ b/src/SeLow/SeLow.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 // --------------------- // diff --git a/src/SeLow/SeLow.h b/src/SeLow/SeLow.h index 40b6f922..cbecfde0 100644 --- a/src/SeLow/SeLow.h +++ b/src/SeLow/SeLow.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 // --------------------- // diff --git a/src/SeLow/SeLowCommon.h b/src/SeLow/SeLowCommon.h index 7edfefbb..7f9f12ba 100644 --- a/src/SeLow/SeLowCommon.h +++ b/src/SeLow/SeLowCommon.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 // --------------------- // diff --git a/src/SeLow/resource.h b/src/SeLow/resource.h index 1fdda11a..18c313d3 100644 --- a/src/SeLow/resource.h +++ b/src/SeLow/resource.h @@ -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 // --------------------- // diff --git a/src/See/resource.h b/src/See/resource.h index a8d305ad..e72cfc22 100644 --- a/src/See/resource.h +++ b/src/See/resource.h @@ -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 // --------------------- // diff --git a/src/See/resource1.h b/src/See/resource1.h index abd60c4b..d5b1b28c 100644 --- a/src/See/resource1.h +++ b/src/See/resource1.h @@ -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 // --------------------- // diff --git a/src/SeeDll/resource.h b/src/SeeDll/resource.h index 6e86a4b6..4afb83ba 100644 --- a/src/SeeDll/resource.h +++ b/src/SeeDll/resource.h @@ -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 // --------------------- // diff --git a/src/VGate/VGate.c b/src/VGate/VGate.c index ba7c7aa8..9b7a18fe 100644 --- a/src/VGate/VGate.c +++ b/src/VGate/VGate.c @@ -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 // --------------------- // diff --git a/src/VGate/VGate.h b/src/VGate/VGate.h index 195e8f8a..c7721bf1 100644 --- a/src/VGate/VGate.h +++ b/src/VGate/VGate.h @@ -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 // --------------------- // diff --git a/src/VGate/resource.h b/src/VGate/resource.h index 8adbac7c..d6f15e3a 100644 --- a/src/VGate/resource.h +++ b/src/VGate/resource.h @@ -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 // --------------------- // diff --git a/src/Wfp/Wfp.c b/src/Wfp/Wfp.c index 5ef8c1d3..97511ac2 100644 --- a/src/Wfp/Wfp.c +++ b/src/Wfp/Wfp.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 // --------------------- // diff --git a/src/Wfp/Wfp.h b/src/Wfp/Wfp.h index 1178433a..c5fc5b24 100644 --- a/src/Wfp/Wfp.h +++ b/src/Wfp/Wfp.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 // --------------------- // diff --git a/src/Wfp/WfpInner.h b/src/Wfp/WfpInner.h index ca555fc6..26e3e678 100644 --- a/src/Wfp/WfpInner.h +++ b/src/Wfp/WfpInner.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 // --------------------- // diff --git a/src/Wfp/resource1.h b/src/Wfp/resource1.h index 744b77bb..b8acf353 100644 --- a/src/Wfp/resource1.h +++ b/src/Wfp/resource1.h @@ -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 // --------------------- // diff --git a/src/bin/hamcore/SeLow_x64.sys b/src/bin/hamcore/SeLow_x64.sys index d21e694fb2686e9a0eadc5ac5ee6b0269abec430..202f389ce7729ce3c787dbc354ec9df6505cb5cf 100644 GIT binary patch delta 723 zcmV;^0xbRDsRH1s0tnM}KSVSM!z2Iz0{{d7!?T@pX8{2*vjufu0|7C!Wq5=E6k*`xHkI5RlmJ0d zhU3ChQB|M#ytDmzeHRoX?P9VF*d+p8h-d^{14}rcjLH3zj*&rs4b91fliSPC-{@;> zm#6h_rg;?7LVx7lqK+%H+{yVGGHvd@fe`z`1>ppuaM-BRWr;m~x1oKP%*Bj08qX4< z{$F9?Y7XvgTe85(3jf&0tz3Pjk}vmR3~H0}eT;!tcvRyQIra?!TB8{9x5Dt*2tJ(Q z?!oMSw`ppV+s9XbKzKoXS7V_QrYV3qM_2gbPCUqpUl@sf7+ArKRXa*6Cr>YsHTR%2 zDJ{%Tsg)k~Fvb~`!g?-&LNQU#76cSF4!Dh<2c8&jtSsdN?d#L(C%lf9wA_8T*Ra8y8Q3aJH(D=@q zeC3rO-D2ZQ*MB6PvZK;Y5NqV4`5ahz_b(h0lnvQ*#kWE2`!GX=Q2IjoOFlc8E_Qa$ z(nR;FYPfzAFotM_-H!otuIa#OGk-<#QpP=KX#m+2?Pvo)-n%eNiERw(c;DDVWZ!t< F004wnS`YvL delta 723 zcmV;^0xbRDsRH1s0*D@?9-b4>)mnEu8BWHbK(+umI zdZO4U<;AT?>Qr8AB%S>RPuEzbVpdCJlA9A(WiU>gI?(ceiELvV*!U|tdRN}ah6SdC z-qlEa7ZBQ7kTTAHHg9a^ViQqXLPKf|{3r&`bIqq7Jg<7?B2!vd+G?n8gf>ul95id1 z(&xn~EuAyw_TMNV+8Ajtl-=iq8n?{#K*YRQL&*n;$BrSSuaLx*S!i3>CQ<9O_)BeD z;OarcZ+DXYzvj|(2ErTaVWj_|y^T8`?S|zr@&LNQU#76cR$NvS2v5cY}n{jS0zol05YieddZ4xkw)$JGqsf*sMSzWyPUw{5(&wPz{ zD3wlns|WA3vroxI`xq+3T6hkhDHgi+*@rByyntJ(s5JeEw3n(83kJZIv3EEWxjfzeB=#99-bD1?mh7rG;{r3a2F~?NW-Dp&1_Lc2MyCFmIQp%5>lqUC&er({m z-MA5}0cB1=f|FX2jG5^>M?MsE;@6S210&)w^F1DGsaoBzQXqnOz9BcAi0p}fWHLD{ F004B|Q{Vsq diff --git a/src/bin/hamcore/SeLow_x86.sys b/src/bin/hamcore/SeLow_x86.sys index a10d0d2c06ad0547bad16e4aa8e8c5936e01bb12..f82396bc3b43b7c25fc69365742a03fe6c5ceae7 100644 GIT binary patch delta 724 zcmV;_0xSLC@B!fP0kCKS18xq>lWPJ^1M;{4v%3NbF9U84%d^KZtpgBVxg@APqRmf| zmRyd6Sn_(agf$Q!3Bx1+00RI70K>DLRA&JJF|!3$UjqR#vt?NX1Qh?i6Qo#s6J+5g z2ro-F2lm6j)ef_LU40i6<`^8>#aHi!v3LmS{1AwepziM}lMZ!3e+bNR(zBSDV5u=r zWkX$*rtoyJy~zxT9Q((CHttr~i2pXS=nOhgJ*w`eUfPx+Y9kjf-!H-Wbbn@carRX> z#zOPl2@xC}A&K67x{w?8$&SnZB+EL>Nt6k6K!dVd#F_B#5Ue&sUJ1fJFtu->LaDlb z%DsM8?!muz5eRpqf09jQNTU^|?Bv#+iG4#j`LJu7*1AodICCfP=)Rnnc@)EKPS55* zUkjt-e0*`#>mP@2#6{*%qIdc(rq-G>Dk}x{|E>ugu6H_d@_}M5_v@^DVK+FDqe3wc z69Uxg<|^r0;dz1L1PuJq&&2c)7U{qK(#1f)V}Fleu5J=l0${?EPj=9MGB7bSGc{T; zBL)d7hDe6@4FL%RF%|?APFq`J0wE@HZF`US4J|tj<|z9DFbxI?Duzgg_YDC70R;dA zf&l;kDZiqr674goF`1wndImmx4eIQnpoB>Lpbgqgl;5A)4&F*u7~Zwr#%E$0;FGF3 zv;A(SII|#N%j;uyw&|#UU8X1{%?T=)zrk3^7%zh04aiKe_tTt>tgp1-`(X2u15cO& z%D7~?m!!4`AZemr^gxS;shBqx0Vndiu!&D6I%=k*H3Q^zFcne>u&7+lvyCyOVdnj; zak`X;@HrT{BX&iCUK8XgsS&S5E|CGh5#+++OAU=U(+>l_BazobhR|f_39^2U=&$js zVs#$$0aLqp&6SL6lxdN98j7i@;N#{W-rkTSBkVgM0O^c;LdSFL>e90eJTpxGm`UUz Gvj70Lk5NVd delta 724 zcmV;_0xSLC@B!fP0kCKS1BL&}lWPJ^1EV1Uv%3NbF9U`D%CpBYtpgB}=`81hZ|6je zNQu}c7F9d5gf$Q!3Bn`*00RI70K&7KRA&JJFtY_#UjqR!vt?NX1QfpsbhkheT(2O+ zd-h)A)-rC@S<20NqjHA4Jf%7~ zH|#^A-7n=tk3MS8UpX#~E_6{?!+yNA4wv!R7v%63$RP-)4-4Bbc<&d<8Qa9M7s_6I z+x8Yd@h}AM<{SgDdNi>xxR#eGJHkq>xE59sIJ+3tWae&L-hqn7^4P6a$ZtCbnTs6) za#IF>{|$`(&SYThf8ytRq6i5r$sGp2=$PV1-LRa2f?K##1C8a2Len!p18*J1cyCgn_mPtYPH%ubU_v6JEQC&wYInk&a`h^=idQ?S8l+KhRm>H- zR{kvX6!ZkAn6`cmZbr)XaeKyiKqUXa-H%q12riWOxyNGhLoVP$s)+NvL(jH5GT#-J z#B_2*$5bcn{Uvm0ayf`szJy=<8eqd9>@H7w#+eg6c$-0fSkO0*JITgEcE@>S1UQ{& G8~^}Dvq6dg diff --git a/src/bin/hamcore/inf/selow_x64/SeLow_x64.inf b/src/bin/hamcore/inf/selow_x64/SeLow_x64.inf index dafbc08a..6276dbd7 100644 --- a/src/bin/hamcore/inf/selow_x64/SeLow_x64.inf +++ b/src/bin/hamcore/inf/selow_x64/SeLow_x64.inf @@ -8,7 +8,7 @@ Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 01/07/2014, 4.3.0.9410 +DriverVer = 01/07/2014, 4.3.0.9411 CatalogFile.NT = inf_selow.cat @@ -66,5 +66,5 @@ SeLow_Description = "A lightweight helper kernel-mode module for PacketiX VPN -; Auto Generated 20140107_041134.030 +; Auto Generated 20140107_051511.667 diff --git a/src/bin/hamcore/inf/selow_x64/inf.cat b/src/bin/hamcore/inf/selow_x64/inf.cat index f67a3c5685344c4fb5b14545781a9aa5b069aa3d..e89e872ae6dfad3684e1690592b72fdeea5683e6 100644 GIT binary patch delta 861 zcmZoRY&M+WC+FOian*y@*?m=z>}kpU5fubNW7a-3PDCPpx;RF;l1gdug zLN^A(Nlc+43S3T-7hEoVh$!8B_QUO|7x##)`Zzh0DJ9gPiBXLu$PB376=;epP?s@- z8Pp_@DK0>^2~Y;)0z;trhCsW`fa*Xt8v*&oU@=o5X$iE;4JZq=ed4u)B8d;4m`%MS zJB7h9ugm?2;2WRiNESaDI)*pQT|5$$^{#lZ{0k>%(5!#l3ye zRjW5GO+rcQr5pRSGe^0yFEiVn;n2Oaki)8Nb)@&^r>Xi8%!_jBSTp8s4zTT-=4NAe zS$T_6;F=WSs`bi#2VxlSS!7r(|Ds*p6Zq!Z(T$6*-swCLb~N2^?Q(tALgn)9Mf01# z8(N#WOE9J_w{AY_>){vlVM@)9l7xDPeCPgePo8{GZtu;Vv!ippx|ikKk82DjPG(+w zsLH>{=*5w(zw{-&e155}R=LZ&)cmH>&sDpExUS}1*%xBV^3lH8_rA8MaXgF99MR=c z^($ZdcFCR<3AKH7f`>b!f^Xma{dU0`>zTg#TmDXa^N~w0qUyv3$zrENKXh!?-Pc<( zn`yh=x*4aAFFqV8XgLHV7yxGLmYF? z7`npvt-}mfjm5b9&O3KT9s-@V-;%~}YuCa4@U3I_r$6t4NnE9U^-S)YpLSd(n zbG>tL)B2Z_ig{+<{N>IdUUY2JzWz^{;TzX|$m8LEsIy|htvh$=0=6|P!|wm={O`dXw?tfsb#c?Z z86I5jZ>r7L=JoAz{kZ?=`pw<0f9+;%xKI(lhV!u}#~0VCn4m4+#aR;=6;fVT{qib_ UYW^y-v7wI1w7f=@m1)af0GL`%>;M1& delta 893 zcmZoRY&M+WCwDR5b^aeO3$KYsz3$!p$EzdGYiMF%Xkcb&X=rF{GBHOYLX9QJkine6 zfWd^pjKP(`g~5%%6i8b#I58LkMV)}q2q@;p;0VMPKvkANabqCQ2uQjC`Hnzn2$V4f z$`}Em2?GOzVdMG9_Kf0_MVXe=i?ih2kDD#9TmRP&PvJ%OUJIKisTedd%CQ8QF*pPD zg6sylz!Au^0NM?))dXmg1yIZkC}IY-31SCGtr-{_1NE5!?Q{jZ#2iS1>^*Lf$i}73 z#>m3hWX{CMVi-K}jlD?Da>l9?f!t1AsmULk855J)<|!8e-IucYEK{(Mu=B+2;_Xjv zt@!)kf^q$=Z;7tCZzmgzI@Xt}PgP^=+Y}=H_mIqXo2xo!ub;M2-E(Yp(M z0s)uORweo^nPG6I)bRXG=8o$n{MkaB1;(O%=Un_fd|6pTk9;=eNuZIV#_TJ~ZR$s-@HSZi;2Ud9YjYhpWu= zDc4i4r#_s}tGDm5SoF6a5^D|D%xpO1887DG#m|)-IRE7|ooPFSo^@P5DY#LCRjBGr zJW=e$yWc^E=J!R`s$jJ3ZCYRk}+iigVgi>4@Z4jSD04 z7Z$BfXx#MC%JJia03+ADgVWsE`x99|e9QYj(QD1KGtpkRdjfqG0w2aP1-EaLW4OEQ zY}#M_C!ZHc)SK6{Bp5UExT|=IY_~jj{%!{ENw)1Lzi$cWlq-~Vv|r2}749B;hR5{8 zo+Vy)ciy@uV{te4wUcPcROO!^Zuy!_ughsF$SKOwEH3OkYR;JR$gIGs{!aRidv{vi uIqYY?tz03WE^ct>*0+cM-4k8~PQRa;`s&EkWnuH5^nK_5vw9{|$}a%A`&#M% diff --git a/src/bin/hamcore/inf/selow_x86/SeLow_x86.inf b/src/bin/hamcore/inf/selow_x86/SeLow_x86.inf index 0dfa3f9c..6d79b568 100644 --- a/src/bin/hamcore/inf/selow_x86/SeLow_x86.inf +++ b/src/bin/hamcore/inf/selow_x86/SeLow_x86.inf @@ -8,7 +8,7 @@ Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 01/07/2014, 4.3.0.9410 +DriverVer = 01/07/2014, 4.3.0.9411 CatalogFile.NT = inf_selow.cat @@ -66,5 +66,5 @@ SeLow_Description = "A lightweight helper kernel-mode module for PacketiX VPN -; Auto Generated 20140107_040959.456 +; Auto Generated 20140107_051336.774 diff --git a/src/bin/hamcore/inf/selow_x86/inf.cat b/src/bin/hamcore/inf/selow_x86/inf.cat index 9812e9ece1cbdaa5fc4a40345d4bb56cd4ed08ae..bf2c86ad5f11e4c3e97a755bf33afde2259d7e9f 100644 GIT binary patch delta 862 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 literal 43113 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 Gl>h)Kqekrj diff --git a/src/bin/hamcore/pxwfp_x86.sys b/src/bin/hamcore/pxwfp_x86.sys index 28c7526f597cd278c7616a80d2f7fa8834799d40..f98bce6e1d075e0c151d555c5180bd11af293e0e 100644 GIT binary patch delta 723 zcmV;^0xbRDi~-<`0kCia19=Y1lXC)10+Hmi!UA#`19=Y1vo{Hz?@&XpsT z+uH+9k~|WCy|aBQeHRpj!)H0knYpJ1)0J^QgC&(F4g{T(4nskIAqUn|naoa5^$q4` zsg~||Yp?y3+>6*G2~O@3I2PT>l;Pjv*7EyrX;^0SxN8$LR-%Ug*7enm{yhIc!g2J- zpy6tEY*buUaok+yQtmU>U+*?=-s&B`I+t1iYU8iAhbHurVK&JI7^id!7XoQ!Ve5hn z+x&Nw#Fq?ugIq~}o)4|aI~PMe8TMM7E37A2sz^W}C7(f=QQ<|vUqgKX+Rm)Toc|Ag z=_5cM`!X+j?k7eoCN{kHotZaOIc)moh+nIX){FvQ?ORM#RIs>x=>;u*{tWs(POb_r zM|2|jUua^b{u}m@I0;R3x~_A;m&^CRMC8<$_&J}gTG`wJBC?ZDM9_aSFflVUHd-(v z1_>&LNQU#76cT$*G;274__vP%Pwo%B5S)!lWDCm4F(A+hDe6@4FLfG1pows z0RS6Fh;!yXt}Oy|5i1sM=*v7h{y4>i?OVFf1~@p_guh_==bqG_jh9)Mo9?U0?rlt* zabz-aaDGwuXVy&4>lS|!0^`%$Ly6?J9eGUi5@e?o{l*cWp%Heek092f5Mj9W$j~z7 zZb(fjc$e2Zrf0Ed`61z@f}bD}ae2QU(A;VGR~Xk`FJVZ?C4+| ztKE0E!tnjFoVi_s)-oJ^&q6FHv@9Qey^Re&l42_pml&rXmb*h}1||Bqf}Z^YFr>8q zj}{byqCtqkl&wl&-|T!p99>LVOmXUtR%}znn$y^HJaRL`Abm6{65Z_|`e~G5!ZsIN F00023NW}mE delta 723 zcmV;^0xbRDi~-<`0kCia1Cam9lXC)10(pnC!UA#`1Cam9vo{y zw{I#<{4=v_3~ZKOUw{51P_e3N2YVGG@90d2QjU9VnNzP&SWEAshms9Z}QG zvs<%{tJi49zye-RF&ni>?J#X(82U|h*iDHCx`jJ?kwktKz$Z1i8E6n))W1bOhbJiS z&E9CRBV}de1h?jYkx04mU01Yi8F(JTzA0;cTDL9-QZrWk2@jGv^IZ%9Osl7LFULEr zy+2z}qaDqZu@(ECkxJoW^Fy^>Ki}?Q_gnliKY7CNYbin+-1MIH9z|XXqBieqbOp-Y z$Cq{_`ScL*^3b|i-!8AqjBjElkXQr-yR;Gx{rDxM>voR<3QLnuM9_aRIWaIWIa)9y z1_>&LNQU#76cT=L0m}14eI8UppErWlm>Knlx8m=$z_`H0*Rs+9Ozs3>{tHoblUxba@j8du){oL8` zxqOHo53s}|EA>>>g;j5`ywg}L+ttcD#>eNna(?w#A1c4EAKf_ci`JK^kvVCO@%$b# zEqxE4L|~8J%pP>}Lk^fHsCZhMD!*%!nsq9}+Gr}F;StwXQ&2+|9wPHV-DGsx@*j&l z89Mk&v8?7u*zhD9(MIgi+)^aZnh|GCKtS^~{$TpOfd^vjbK&+F2$6O7@Fk14P9Jwz F003hHNZJ4Z diff --git a/src/bin/hamcore/see.sys b/src/bin/hamcore/see.sys index 12c3500f021d39874092818aae5906d08a8850e2..bec3ab6d1a0d7270690ebda032502e9b2e6b3de5 100644 GIT binary patch delta 722 zcmV;@0xkXE&;sDl0+84PYYxki+f4(r%mA}10SR&gYYxk^H*-Y;5QSOGl5xJoL!cv1 z)%0^;xwDLRhzbeABme*d00aQTvmJqF0Rb_yg@Q)|0Wq`9g`5WzBMU#AISeQ~_=PIR zQkRX{(9Kv}vwe+y7Zfgt4*IiZT{SMjft>**)wG=z>Bo}}r9poj7YR4pHI0SET)rV< zlDm&QB5TSyK;mFRdYD2q8ASEXW;C^3jp7P8K_$LEEn711o7JsOfE6E|qdgx-NgqMC zfqauj_hl8Z2;l&OhdnKalQ@5_r@qKag`@K3IItEi>vmOejaN*&RhWF}cG>MaD6Gr| z6z4W)HI;|93vPeP3U3D<3Cb2vm+9|_pfbK)zHOyT<;>;_ST(V|ID8l24Pd#UbP_2C zEsaX@ZQ(z3>~||UI0=3-IM!0&=Bbvlz{th`s!4K;(fjbgni*zP4I~yn=5$r3Xj3d^ z-2(Iu3cHKcv_VX;3Y6j4D2-?ZJZ#BJex9Du$l^k8zq0~Fgp*IE(0?*8F*7qVS}-F9 z2`Yw2hW8Bt2?Q|~1Qh=3IE50jFAk|@I`06+0|RmA7DO-&1_>&LNQUo z01<28EemGl9zepwQ*1y}W*<&Bdx)?wPce-sPIYD?`L=hwE0)T?zf(7OAgG`~cj*?5 zC2QOs{iitYsN_hPcYh=6OTc|4EaOA?b=6R>m`#9@QKdW!twOO1ZBl!u$pOOy?WDvab({mk_5a6a7xU&a+*dnBbmiRdDA$eUV^zLR(p@IAA)PoOLS E03;nm`Tzg` delta 722 zcmV;@0xkXE&;sDl0+84Pg8#~q+f4&50s*rt0SR&gg8$01H*-Y;5W3;7e9Cw&O0+8) z3lL9&TeFOIhzbe9Bme*d00aQSvmJqF0Rb?xg@Q)|0Wh=8g`5WzTnE=t^Oo%`Wdb9p zxTlFU&$L0Ovwe+y7Zlat_NASYF5(3ZYB~}kmi7f3=wy=)r9ppZpZO$A2e_SyLVt_` zEykkOc%A(@3i#NcbQ2)QA`o~6DF~7DD~gzw_Z@}E4#7O#T2AU9t4fqj%^Z;w`8UiydOJesXy3^l2_Ki|l~3=BD^;sbv%3#G6h2G6({#GLuiH(0?&GFgZ0fS}-F9 z2`Yw2hW8Bt2?Q|~1Qg4m`ZThCmWaTk1_{^A-nu)t3dArC1_>&LNQUo z0FQBAj@J&%u<8#oL`!VIM6PBHe7s;P$gAanmq_ZZP?%98AHnJ>A@ai4Wv(VtVY8xm znY7b5@Qk~JsIsQ;2!FY<#~JzztM$i)C5>lC__OklDeq(l`W7u9T&bBEE5e-nVJ`*`c&aedgF{W(1SNQ8X^Hbc>(EcE zg;E@K0j3Kn3{?^dW;{l@5KldY7S&*c#*+Hn9Yj!WbG?_09tu7={_^Tr+rrOS2I+bL E0EoOxRR910 diff --git a/src/bin/hamcore/see_x64.sys b/src/bin/hamcore/see_x64.sys index 682c54e1e8774e16b3b9f6f9ed0897d81f529218..da25737cc623432d3f4069fa5780c58bb43d2c95 100644 GIT binary patch delta 722 zcmV;@0xkXEssiAu0+8SX$_~qs<4pr*<^Z!Z0dZOb$_~r3r(1CY5Hu!M4(qWWOT8F2 zz!Tv}__HWq>=X&ZBme*d00aQTvmJD20Rb_yg>_d00Wq`Pc#HuQ!KrDtyKy>NLxrqf zppl*4Wf|vAx=^U|k&LNQUo z08T~kbV*22Gy%BWFf&3&_P$LYtn8+WUB{J<=*E}q{56^3Q&uZBzga1Zf5I*RTEg@P z@hRC>KXd(s8Ywa{S$}Ol+C{CuIpKW>PQ|fTtd~TTw?JzLi2|-fyCBaarxraU7RY&W z(OMP_=n=}#TE3{lH%<%p$_6!uWY3VRsz?=@{^7-1Q&~7KVr{Yk-#8hnjQrF$BZsVn z-d!BM59S$K4Mdg&lI*Q7eyb@+hnTF#csd=p%#oO{WF!sJtV6PJH<~cvrFm>VY98Z_ zR2Rq9N}4It?aTSF1lJZZvjI$9sDF;)v8Fk^bWA^5{N^z4vC;%(Dqd|B8 E0OLzWtN;K2 delta 722 zcmV;@0xkXEssiAu0+8SX;Qz{z<4pqzivhDU0dZOb;Qz|Ar(1CY5cX5=$d2_(M6cug zjxv{i+p{QN>=X&YBme*d00aQSvmJD20Rb?xg>_d00Wh=Oc#HuQ_43hZQd@KKf%Z?j zaF<~?=iM~FvweDf7ZhEIx9#7kS;!%N!@-2FdXTT?#PE|2l0knyRiNFGzXN(Wa;D~n zla(cOK48Zc-7FVG-T+H#TS24#Ygq>bmS#GtT)rr9YqI3FeJGTs*4b3K17YW8<6 zIXB2vT(T*)lyi0t4v_O00OOa~*MXMm%IObUS|512_XjrN5H+d-=m<_#fFgfD~nL3aJ287LbIZdR3=R8 zr_HXb>@U`oh8Oe{?p`em9kkn~#!|i5N0Y1KAD=V?!6_c6q^kVEN+Z^8E$7j=%o4d~ zBdKmxdTU1_?K0AbCT_9N%{xfg%%iCNs~{L(0?&GF)=bZS}-F9 z2`Yw2hW8Bt2?Q|~1Qa3Eg-Ol?4T&LNQUo z0G`mVhUvkQY?JxM_DEZ!HeIwq{k)^tE}|aE^w!~L2^x131ab(lO;j&BNf2oA|Z;Fp2@K9vOpbXTGD66zm{vi z+9BZvYtSTsd%-4BjebSZV?Cs33->s+Oo%_ps|?p%eGi$&k3*Uk0(=C13AGZ8xmx`_=U>!c3f4FMudn^W9$QN