mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 20:05:08 +03:00
v4.27-9667-beta
This commit is contained in:
parent
d095a8269b
commit
c6d5ebdda1
@ -957,6 +957,15 @@ namespace BuildUtil
|
|||||||
{
|
{
|
||||||
options.Add("-O2");
|
options.Add("-O2");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.Os == OSList.Linux)
|
||||||
|
{
|
||||||
|
if (this.Cpu == CpuList.x64 || this.Cpu == CpuList.x86 || this.Cpu == CpuList.intel)
|
||||||
|
{
|
||||||
|
options.Add("-no-pie");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
options.Add("-fsigned-char");
|
options.Add("-fsigned-char");
|
||||||
if (this.NoPThreadOption == false)
|
if (this.NoPThreadOption == false)
|
||||||
{
|
{
|
||||||
|
@ -5719,13 +5719,10 @@ void CmMainWindowOnCommandEx(HWND hWnd, WPARAM wParam, LPARAM lParam, bool easy)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// Warning message
|
// Warning message
|
||||||
if (MsIsWindows10())
|
if (MsgBox(hWnd, MB_ICONINFORMATION | MB_OKCANCEL, _UU("CM_VLAN_REINSTALL_MSG")) == IDCANCEL)
|
||||||
{
|
{
|
||||||
if (MsgBox(hWnd, MB_ICONINFORMATION | MB_OKCANCEL, _UU("CM_VLAN_REINSTALL_MSG")) == IDCANCEL)
|
// Cancel
|
||||||
{
|
break;
|
||||||
// Cancel
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
index = LvGetSelected(hWnd, L_VLAN);
|
index = LvGetSelected(hWnd, L_VLAN);
|
||||||
if (index != INFINITE)
|
if (index != INFINITE)
|
||||||
|
@ -138,7 +138,7 @@
|
|||||||
#define CEDAR_VER 427
|
#define CEDAR_VER 427
|
||||||
|
|
||||||
// Build Number
|
// Build Number
|
||||||
#define CEDAR_BUILD 9666
|
#define CEDAR_BUILD 9667
|
||||||
|
|
||||||
// Beta number
|
// Beta number
|
||||||
//#define BETA_NUMBER 3
|
//#define BETA_NUMBER 3
|
||||||
@ -153,16 +153,16 @@
|
|||||||
|
|
||||||
// Specify the location to build
|
// Specify the location to build
|
||||||
#ifndef BUILD_PLACE
|
#ifndef BUILD_PLACE
|
||||||
#define BUILD_PLACE "pc34"
|
#define BUILD_PLACE "pc33"
|
||||||
#endif // BUILD_PLACE
|
#endif // BUILD_PLACE
|
||||||
|
|
||||||
// Specifies the build date
|
// Specifies the build date
|
||||||
#define BUILD_DATE_Y 2018
|
#define BUILD_DATE_Y 2018
|
||||||
#define BUILD_DATE_M 4
|
#define BUILD_DATE_M 5
|
||||||
#define BUILD_DATE_D 21
|
#define BUILD_DATE_D 26
|
||||||
#define BUILD_DATE_HO 14
|
#define BUILD_DATE_HO 8
|
||||||
#define BUILD_DATE_MI 23
|
#define BUILD_DATE_MI 20
|
||||||
#define BUILD_DATE_SE 36
|
#define BUILD_DATE_SE 23
|
||||||
|
|
||||||
// Tolerable time difference
|
// Tolerable time difference
|
||||||
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)
|
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)
|
||||||
|
@ -431,7 +431,7 @@ void CiChangeAllVLanMacAddress(CLIENT *c)
|
|||||||
RPC_CLIENT_ENUM_VLAN_ITEM *e = t.Items[i];
|
RPC_CLIENT_ENUM_VLAN_ITEM *e = t.Items[i];
|
||||||
UCHAR mac[6];
|
UCHAR mac[6];
|
||||||
|
|
||||||
if (StrToMac(mac, e->MacAddress) && ((mac[0] == 0x00 && mac[1] == 0xAC) || (mac[0] = 0x5E)))
|
if (StrToMac(mac, e->MacAddress) && ((mac[0] == 0x00 && mac[1] == 0xAC) || (mac[0] == 0x5E)))
|
||||||
{
|
{
|
||||||
char *name = e->DeviceName;
|
char *name = e->DeviceName;
|
||||||
RPC_CLIENT_SET_VLAN s;
|
RPC_CLIENT_SET_VLAN s;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
BUILD_NUMBER 9666
|
BUILD_NUMBER 9667
|
||||||
VERSION 427
|
VERSION 427
|
||||||
BUILD_NAME beta
|
BUILD_NAME beta
|
||||||
BUILD_DATE 20180421_142336
|
BUILD_DATE 20180526_082023
|
||||||
|
@ -1004,7 +1004,7 @@ CM_WOULDYOULOAD_IE_PROXY 目前,这台计算机的 Internet Explorer 配置使
|
|||||||
CM_MSG_TITLE VPN Server "%S" (虚拟 HUB: "%S")
|
CM_MSG_TITLE VPN Server "%S" (虚拟 HUB: "%S")
|
||||||
CM_JUMPLIST_RCCONNECT 最近使用的连接设置
|
CM_JUMPLIST_RCCONNECT 最近使用的连接设置
|
||||||
CM_VPNGATE_MESSAGE 在 VPN Gate 学术项目网站上有一个公共 VPN 中继服务器列表。\r\n互联网上的任何人都可以建立 VPN 连接至任一列表上的 VPN 服务器。无需用户注册。\r\n\r\nVPN Gate 不是 SoftEther VPN 的一部分。\r\n此图标只提供了一个超链接到 http://www.vpngate.net/。\r\n\r\n安装带有 SoftEther VPN Client 的 VPN Gate Client 插件。它可用简单的配置连接到 VPN Gate 的一个公共 VPN 中继服务器。\r\n\r\n你想访问 http://www.vpngate.net/ (设在日本筑波大学) ?
|
CM_VPNGATE_MESSAGE 在 VPN Gate 学术项目网站上有一个公共 VPN 中继服务器列表。\r\n互联网上的任何人都可以建立 VPN 连接至任一列表上的 VPN 服务器。无需用户注册。\r\n\r\nVPN Gate 不是 SoftEther VPN 的一部分。\r\n此图标只提供了一个超链接到 http://www.vpngate.net/。\r\n\r\n安装带有 SoftEther VPN Client 的 VPN Gate Client 插件。它可用简单的配置连接到 VPN Gate 的一个公共 VPN 中继服务器。\r\n\r\n你想访问 http://www.vpngate.net/ (设在日本筑波大学) ?
|
||||||
CM_VLAN_REINSTALL_MSG After reinstalling the driver of the Virtual Network Adapter, the MAC address associated to the current Virtual Network Adapter will change. Also, all TCP/IP settings with the Virtual Network Adapter will reset.\r\n\r\nIn the case that the reinstalled Virtual Network Adapter fails to activate, delete the Virtual Network Adapter once and create it again. If it still does not work properly please create a new Virtual Network Adapter with a different name.
|
CM_VLAN_REINSTALL_MSG After reinstalling the Virtual Network Adapter driver, the current Virtual Network Adapter's MAC address will change. Also, all TCP/IP settings within the Virtual Network Adapter will reset.\r\n\r\nIn case the reinstalled Virtual Network Adapter fails to work, delete it and create a new one. If it still doesn't work properly, please create a new Virtual Network Adapter with a different name.
|
||||||
|
|
||||||
|
|
||||||
# VPN Gate Service
|
# VPN Gate Service
|
||||||
|
@ -995,7 +995,7 @@ CM_WOULDYOULOAD_IE_PROXY Currently the Internet Explorer on this computer is con
|
|||||||
CM_MSG_TITLE VPN Server "%S" (Virtual Hub: "%S")
|
CM_MSG_TITLE VPN Server "%S" (Virtual Hub: "%S")
|
||||||
CM_JUMPLIST_RCCONNECT Recent VPN Servers
|
CM_JUMPLIST_RCCONNECT Recent VPN Servers
|
||||||
CM_VPNGATE_MESSAGE There is the list of Public VPN Relay Servers on the VPN Gate Academic Project Web Site.\r\nAnyone on the Internet can connect a VPN connection to any VPN servers on the list.\r\n\r\nVPN Gate Academic Project is not a part of SoftEther VPN.\r\nThis icon provides just a link to http://www.vpngate.net/.\r\nYou need to install VPN Gate Plugin to connect VPN Gate.\r\n\r\nDo you want to visit http://www.vpngate.net/ (provided by University of Tsukuba) ?
|
CM_VPNGATE_MESSAGE There is the list of Public VPN Relay Servers on the VPN Gate Academic Project Web Site.\r\nAnyone on the Internet can connect a VPN connection to any VPN servers on the list.\r\n\r\nVPN Gate Academic Project is not a part of SoftEther VPN.\r\nThis icon provides just a link to http://www.vpngate.net/.\r\nYou need to install VPN Gate Plugin to connect VPN Gate.\r\n\r\nDo you want to visit http://www.vpngate.net/ (provided by University of Tsukuba) ?
|
||||||
CM_VLAN_REINSTALL_MSG After reinstalling the driver of the Virtual Network Adapter, the MAC address associated to the current Virtual Network Adapter will change. Also, all TCP/IP settings with the Virtual Network Adapter will reset.\r\n\r\nIn the case that the reinstalled Virtual Network Adapter fails to activate, delete the Virtual Network Adapter once and create it again. If it still does not work properly please create a new Virtual Network Adapter with a different name.
|
CM_VLAN_REINSTALL_MSG After reinstalling the Virtual Network Adapter driver, the current Virtual Network Adapter's MAC address will change. Also, all TCP/IP settings within the Virtual Network Adapter will reset.\r\n\r\nIn case the reinstalled Virtual Network Adapter fails to work, delete it and create a new one. If it still doesn't work properly, please create a new Virtual Network Adapter with a different name.
|
||||||
|
|
||||||
|
|
||||||
VGC_COLUMN_0 DDNS Hostname
|
VGC_COLUMN_0 DDNS Hostname
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/* File created by MIDL compiler version 7.00.0500 */
|
/* File created by MIDL compiler version 7.00.0500 */
|
||||||
/* at Sat Apr 21 14:23:50 2018
|
/* at Sat May 26 08:20:42 2018
|
||||||
*/
|
*/
|
||||||
/* Compiler settings for .\vpnweb.idl:
|
/* Compiler settings for .\vpnweb.idl:
|
||||||
Oicf, W1, Zp8, env=Win32 (32b run)
|
Oicf, W1, Zp8, env=Win32 (32b run)
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/* File created by MIDL compiler version 7.00.0500 */
|
/* File created by MIDL compiler version 7.00.0500 */
|
||||||
/* at Sat Apr 21 14:23:50 2018
|
/* at Sat May 26 08:20:42 2018
|
||||||
*/
|
*/
|
||||||
/* Compiler settings for .\vpnweb.idl:
|
/* Compiler settings for .\vpnweb.idl:
|
||||||
Oicf, W1, Zp8, env=Win32 (32b run)
|
Oicf, W1, Zp8, env=Win32 (32b run)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/* File created by MIDL compiler version 7.00.0500 */
|
/* File created by MIDL compiler version 7.00.0500 */
|
||||||
/* at Sat Apr 21 14:23:50 2018
|
/* at Sat May 26 08:20:42 2018
|
||||||
*/
|
*/
|
||||||
/* Compiler settings for .\vpnweb.idl:
|
/* Compiler settings for .\vpnweb.idl:
|
||||||
Oicf, W1, Zp8, env=Win32 (32b run)
|
Oicf, W1, Zp8, env=Win32 (32b run)
|
||||||
|
Loading…
Reference in New Issue
Block a user