Skip to content

Commit

Permalink
v4.06-9430-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dnobori committed Mar 19, 2014
1 parent dcd9b94 commit cf2a6a4
Show file tree
Hide file tree
Showing 557 changed files with 5,420 additions and 635 deletions.
3 changes: 3 additions & 0 deletions AUTHORS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ CONTRIBUTORS on GitHub:
- Dexter Ang
https://github.com/thepoch

- YF
https://github.com/yfdyh000


JOIN THE SOFTETHER VPN DEVELOPMENT
----------------------------------
Expand Down
5 changes: 3 additions & 2 deletions BUILD_WINDOWS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Requirements
You need to install the following software to build SoftEther VPN for Windows.

- Microsoft Windows XP, Vista, 7, 8 or later.
- Microsoft Visual Studio 2008.
- Microsoft Visual Studio 2008 with the latest SP (SP1 9.0.30729.4462 QFE).

* Note:
Visual Studio 2008 is required to build SoftEther VPN on Windows.
Visual Studio 2008 SP1 is required to build SoftEther VPN on Windows.
Please make sure that VS2008 'SP1' is installed.
Visual Studio 2010, 2012 or 2013 is currently not supported.
Visual Studio 2008 Express Edition is not supported.
Standard Edition, Professional Edition, Team System or Team Suite is
Expand Down
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ SOFTETHER VPN ADVANTAGES
- AES 256-bit and RSA 4096-bit encryptions.
- Sufficient security features such as logging and firewall inner
VPN tunnel.
- User authentication with RADIUS and NT domain controllers.
- User authentication with X.509 client certificate.
- Packet logging.
- 1Gbps-class high-speed throughput performance with low memory and
CPU usage.
- Windows, Linux, Mac, Android, iPhone, iPad and Windows Phone are
Expand All @@ -59,6 +62,9 @@ SOFTETHER VPN ADVANTAGES
- The VPN server runs on Windows, Linux, FreeBSD, Solaris and Mac OS X.
- Configure All settings on GUI.
- Multi-languages (English, Japanese and Simplified-Chinese).
- No memory leaks. High quality stable codes, intended for long-term runs.
We always verify that there are no memory or resource leaks before
releasing the build.
- More details at http://www.softether.org/.


Expand Down
6 changes: 6 additions & 0 deletions README.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ SOFTETHER VPN ADVANTAGES
- AES 256-bit and RSA 4096-bit encryptions.
- Sufficient security features such as logging and firewall inner
VPN tunnel.
- User authentication with RADIUS and NT domain controllers.
- User authentication with X.509 client certificate.
- Packet logging.
- 1Gbps-class high-speed throughput performance with low memory and
CPU usage.
- Windows, Linux, Mac, Android, iPhone, iPad and Windows Phone are
Expand All @@ -59,6 +62,9 @@ SOFTETHER VPN ADVANTAGES
- The VPN server runs on Windows, Linux, FreeBSD, Solaris and Mac OS X.
- Configure All settings on GUI.
- Multi-languages (English, Japanese and Simplified-Chinese).
- No memory leaks. High quality stable codes, intended for long-term runs.
We always verify that there are no memory or resource leaks before
releasing the build.
- More details at http://www.softether.org/.


Expand Down
4 changes: 4 additions & 0 deletions THIRD_PARTY.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,10 @@ The list of contributors for SoftEther VPN Project:
- ELIN
https://github.com/el1n

- YF
https://github.com/yfdyh000


SoftEther Corporation, the distributor of PacketiX VPN, appreciates all
contributors for SoftEther VPN Project very much.

Expand Down
2 changes: 1 addition & 1 deletion centos/SOURCES/init.d/vpnserver
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ start() {

stop() {
echo -n $"Stopping $prog: "
/usr/bin/timeout 30 $exec stop || /usr/bin/killall -q -9 $prog
/usr/bin/timeout 60 $exec stop || /usr/bin/killall -q -9 $prog
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile
Expand Down
5 changes: 3 additions & 2 deletions src/BUILD_WINDOWS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Requirements
You need to install the following software to build SoftEther VPN for Windows.

- Microsoft Windows XP, Vista, 7, 8 or later.
- Microsoft Visual Studio 2008.
- Microsoft Visual Studio 2008 with the latest SP (SP1 9.0.30729.4462 QFE).

* Note:
Visual Studio 2008 is required to build SoftEther VPN on Windows.
Visual Studio 2008 SP1 is required to build SoftEther VPN on Windows.
Please make sure that VS2008 'SP1' is installed.
Visual Studio 2010, 2012 or 2013 is currently not supported.
Visual Studio 2008 Express Edition is not supported.
Standard Edition, Professional Edition, Team System or Team Suite is
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/BuildUtilCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// Author: Daiyuu Nobori
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -85,6 +84,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/BuildUtilMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// Author: Daiyuu Nobori
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -85,6 +84,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CodeSign.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// Author: Daiyuu Nobori
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -85,6 +84,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/Bmp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/Buf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/Cache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/Compress.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/Csv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/FileIO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/GZip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
8 changes: 7 additions & 1 deletion src/BuildUtil/CoreUtil/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Copyright (C) 2012-2014 SoftEther VPN Project at University of Tsukuba. All Rights Reserved.
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
Expand Down Expand Up @@ -75,6 +74,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
//
//
// NO MEMORY OR RESOURCE LEAKS
// ---------------------------
//
// The memory-leaks and resource-leaks verification under the stress
// test has been passed before release this source code.


using System;
Expand Down
Loading

0 comments on commit cf2a6a4

Please sign in to comment.