diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..14a862fa --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +Changes proposed in this pull request: + - + - + - + +Your great patch is much appreciated. We are considering to apply your patch into the SoftEther VPN main tree. + +SoftEther VPN Patch Acceptance Policy: +http://www.softether.org/5-download/src/9.patch + +You have two options which are described on the above policy. +Could you please choose either option 1 or 2, and specify it clearly on the reply? + +- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0e1fed22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.cproject +.project +.settings/ +CMakeLists.txt +Makefile +bin/ +cmake-build-debug/ +src/bin/BuiltHamcoreFiles/ +tmp/ + diff --git a/AUTHORS.TXT b/AUTHORS.TXT index f84f9e34..44fdbcfd 100644 --- a/AUTHORS.TXT +++ b/AUTHORS.TXT @@ -6,7 +6,7 @@ AUTHORS OF SOFTETHER VPN CORE DEVELOPERS: - - Daiyuu Nobori + - Daiyuu Nobori, Ph.D. Computer Science, Graduate School of University of Tsukuba SoftEther Corporation E-mail: daiyuu-nobori [at] softether.org @@ -18,16 +18,16 @@ CORE DEVELOPERS: Risk Engineering, Graduate School of University of Tsukuba SoftEther Corporation - - Takao Ito + - Takao Ito, Ph.D. Computer Science, Graduate School of University of Tsukuba SoftEther Corporation + - Mei Sharie Ann Yamaguchi, Ph.D. + Life and Environmental Sciences, Graduate School of University of Tsukuba + - 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: @@ -67,6 +67,77 @@ CONTRIBUTORS on GitHub: - ygrek https://github.com/ygrek + - ajee cai + https://github.com/ajeecai + + - NOKUBI Takatsugu + https://github.com/knok + + - Den Lesnov + https://github.com/Leden + + - Ilya Shipitsin + https://github.com/chipitsine + + - Matt Lewandowsky + https://github.com/lewellyn + + - Raymond Tau + https://github.com/rtau + + - Luiz Eduardo Gava + https://github.com/LegDog + + - Charles Surett + https://github.com/scj643 + + - Jeff Tang + https://github.com/mrjefftang + + - Victor Salgado + https://github.com/mcsalgado + + - micsell + https://github.com/micsell + + - yehorov + https://github.com/yehorov + + - dglushenok + https://github.com/dglushenok + + - NoNameA 774 + https://github.com/nna774 + + - Alexandre De Oliveira + https://github.com/yodresh + + - Bernhard Rosenkraenzer + https://github.com/berolinux + + - Sacha Bernstein + https://github.com/sacha + + - cm0x4D + https://github.com/cm0x4D + + - DDGo + https://github.com/DDGo + + - Noah O'Donoghue + https://github.com/NoahO + + - Moataz Elmasry + https://github.com/moatazelmasry2 + + - Zulyandri Zardi + https://github.com/zulzardi + + - rel22 + https://github.com/rel22 + + - Guanzhong Chen + https://github.com/quantum5 JOIN THE SOFTETHER VPN DEVELOPMENT ---------------------------------- @@ -76,8 +147,3 @@ 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/BUILD_WINDOWS.TXT b/BUILD_WINDOWS.TXT index 32545985..9514488a 100644 --- a/BUILD_WINDOWS.TXT +++ b/BUILD_WINDOWS.TXT @@ -9,6 +9,7 @@ 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 with the latest SP (SP1 9.0.30729.4462 QFE). + Make sure that you installed the x64 compiler and build tools. * Note: Visual Studio 2008 SP1 is required to build SoftEther VPN on Windows. diff --git a/ChangeLog b/ChangeLog index 910cf2f2..1e842938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,353 @@ -ChangeLog of SoftEther VPN --------------------------- +SoftEther VPN 4.23 Build 9647 Beta (October 18, 2017) +Upgraded OpenSSL to 1.0.2l. +Source code is now compatible with OpenSSL 1.1.x. Supports DHE-RSA-CHACHA 20-POLY 1305 and ECDHE-RSA-CHACHA 20-POLY 1305, which are new encryption methods of TLS 1.2. (In order to use this new function, you need to recompile yourself using OpenSSL 1.1.x.) +TrafficServer / TrafficClient function (The traffic throughput measurement function) is now multithreaded and compatible with about 10 Gbps using NIC with the RSS feature. +Changed the default algorithm for SSL from RC4-MD5 to AES128-SHA. +Fixed a bug that occurr wrong checksum recalculation in special case of the TCP-MSS clamp processing. +Fixed the calculation interval of update interval of DHCP client packet issued by kernel mode virtual NAT function of SecureNAT function. +Driver upgrade and DLL name change with Crypto ID support of USB security token. +Fixed a problem that CPU sleep processing was not performed when the wait time of the Select () function was INFINITE on Mac OS X. +Added the StrictSyslogDatetimeFormat flag onto the ServerConfiguration section on the VPN Server configuration file, which sets Syslog date format to RFC3164. +Fixed wrong English in the UI. +Using client parameter in function CtConnect +Remove blank line at the start from init file (Debian) +Stop Radius Delay from counting to next_resend +Add DH groups 2048,3072,4096 to IPSec_IKE +Add HMAC SHA2-256, HMAC SHA2-384, HMAC SHA2-512 support +Openvpn extend ciphers +Fixed RSA key bits wrong calculation for certain x509 certificate +Added support for RuToken USB key PKCS#11 +OpenSSL 1.1 Port -The ChangeLog of SoftEther VPN is on our web site: -http://www.softether.org/5-download/history +SoftEther VPN 4.22 Build 9634 Beta (November 27, 2016) +Added the support for TLS 1.2. Added TLS 1.2-based cipher sets: AES128-GCM-SHA256, AES128-SHA256, AES256-GCM-SHA384, AES256-SHA256, DHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-SHA256, DHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES256-SHA256, ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA256, ECDHE-RSA-AES256-GCM-SHA384 and ECDHE-RSA-AES256-SHA384. +Added the function to allow to configure specific TLS versions to accept / deny. In the VPN Server configuration file you can set Tls_Disable1_0, Tls_Disable1_1 and Tls_Disable1_2 flags to true to disable these TLS versions individually. +Added the support for TLS 1.2 on the OpenVPN protocol. +Updated the version of OpenSSL to 1.0.2j. +Added the support for Windows Server 2016. +Fixed the 2038-year problem. +Added the support for recording HTTPS destination hostnames, using SNI attributes, on the packet logging function. +Added the function to append the name of Virtual Hub into the "Called-Station-ID (30)" attribute value in the RADIUS authentication request packet. +Improved the behavior of Virtual Layer-3 switches. The interval of ARP request is set to 1 second. +Fixed the problem of the slow startup of VPN Server in Windows 10. +Added the support for 4096 bits RSA authentication with smart cards. +Added the support for the CryptoID USB token. +Fixed the UI string resource in English. +Fix that ParseTcpOption doesn't work correctly +Add LSB header +Support Debian package build on aarch64 architecture +Support Debian package build on ARMv7l architecture +cppcheck issues +Default to TLS connections only +Allow specific SSL/TLS versions to be disabled +Adding Radius AVP Called-Station-Id +Fixed typo +Update CentOS makefiles and spec file +Systemd service configuration files for SoftEther +Fix set initialization, set.OnlyCapsuleModeIsInvalid could be garbage +Fixed OSX CPU utilization by replacing broken kevent () with select () +Add the possibility to send the Virtual Hub Name to an external DHCP server +Added armv5tel for debian/rules and made pushed routes work correct with OpenVPN +fix LogFileGet won't save to SAVEPATH +Fix for Debian Package +Try to autodetect OS and CPU instead of requiring user input +Support For Radius Realm -(In Japanese: http://ja.softether.org/5-download/history) +SoftEther VPN 4.21 Build 9613 Beta (April 24, 2016) +Added SoftEther VPN Server Manager for Mac OS X. +Now you can manage your SoftEther VPN Server, running remotely, from your Mac in local. -Enjoy it! +SoftEther VPN 4.20 Build 9608 RTM (April 18, 2016) +All cumulative updates below are included. +Fixed a minor English typo. +SoftEther VPN 4.19 Build 9605 Beta (March 3, 2016) +The version of OpenSSL is updated to 1.0.2g to fix the vulnerability which was published in March 2016. SSLv2 is now disabled completely. +Fixed a multi-byte character problem in the certificate generating tool. +Enable the cache of the destination IP address of the additional TCP connection for a VPN session. + +SoftEther VPN 4.19 Build 9599 Beta (October 19, 2015) +Fixed the problem that an unnecessary "Insert disk" dialog box appears when installing VPN Server or VPN Bridge on Windows 10. +Added the "/NOHUP" parameter in the "TrafficServer" command of vpncmd. +Added the "/REDIRECTURL" parameter in some access list commands of vpncmd. +Added the virtual address check routines in kernel-mode drivers to prevent blue screen or invalid memory access. Previous versions of kernel-mode drivers did not check the virtual addresses from the user-mode. (NOTE: All kernel-mode drivers are protected by ACL to avoid privilege escalation in all previous versions. Only users with Administrator privileges were able to cause blue screen or invalid memory access by passing invalid addresses from the user-mode. Therefore this was not a security flaw.) Appreciate Meysam Firozi's contribution to report the similar problem in the Win10Pcap driver. + +SoftEther VPN 4.19 Build 9582 Beta (October 6, 2015) +Dramatically improvement of the performance of the Virtual NAT function of SecureNAT in Linux. In the previous versions of SoftEther VPN, the SecureNAT performance was very slow in the specific situation that the Linux Virtual Machine (VM) is running with virtual Ethernet interfaces which are prohibited to enable the promiscuous mode (this problem has been frequently appeared on cloud servers such like Amazon EC2/AWS or Windows Azure). In such a situation, SecureNAT must use the user-mode TCP/IP stack simulation and it was very slow and had high latency. This version of SoftEther VPN Server adds the new "RAW IP Mode" in the SecureNAT function. The RAW IP Mode is enabled by default, and is effective only if the VPN Server process is running in the root privileges. In the RAW IP Mode, the SecureNAT function realizes to transmit and receive TCP, UDP and ICMP packets which headers are modified. This behavior realizes drastically improved performance than legacy user-mode SecureNAT in the previous versions. In order to avoid the misunderstanding of receiving packets which are towards to the Virtual NAT function, some packet filter rules are automatically added to the iptables chain list. You can disable the RAW IP Mode by setting the "DisableIpRawModeSecureNAT" value to "1" on the Virtual Hub Extending Options. + +Improved the performance of the Kernel-mode SecureNAT. + +Improved the stability of the L2TP VPN sessions on the network with heavy packet-losses. + +Added the compatibility with Cisco 800 series routers (e.g. Cisco 841M) on the L2TPv3 over IPsec protocol. These new Cisco routers have modified L2TPv3 header interpreter. Therefore SoftEther VPN Server needed to add new codes to support these new Cisco routers. + +Added the support the compatibility to YAMAHA RTX series routers on the L2TPv3 over IPsec protocol. + +Added the support for EAP and PEAP. SoftEther VPN Server can now speak RFC3579 (EAP) or Protected EAP (PEAP) to request user authentications to the RADIUS server with the MS-CHAPv2 mechanism. If this function is enabled, all requests from L2TP VPN clients which contain MS-CHAPv2 authentication data will be converted automatically to EAP or PEAP when it is transferred to the RADIUS server. You must enable this function manually for each of Virtual Hubs. To enable the function converting from MS-CHAPv2 to EAP, set the "RadiusConvertAllMsChapv2AuthRequestToEap" value to "true" in the vpn_server.config. To enable the functin converting from MS-CHAPv2 to PEAP, set both "RadiusConvertAllMsChapv2AuthRequestToEap" and "RadiusUsePeapInsteadOfEap" options to "true". + +SoftEther VPN 4.19 Build 9578 Beta (September 15, 2015) +Solved the problem that kernel mode drivers do not pass the general tests of "Driver Verifier Manager" in Windows 10. + +SoftEther VPN 4.18 Build 9570 RTM (July 26, 2015) +Compabible with Windows 10. +Solved the problem that the customized language setting on the "lang.config" file. +config sometimes corrupts in the rare condition. + +SoftEther VPN 4.17 Build 9566 Beta (July 16, 2015) +Improved stability with Windows 10 Beta. +Updated the OpenSSL library to 1.0.2d. + +SoftEther VPN 4.17 Build 9562 Beta (May 30, 2015) +Added supports for Windows 10 Technical Preview Build 10130. +Increased the maximum Ethernet frame size from 1560 bytes to 1600 bytes. +Fixed the compiler error while building the source code of SoftEther VPN on Windows. +Added memory tags on the memory allocation function calls in kernel-mode device drivers. +Fixed the freeze problem of the VPN Client that the computer enters to suspend or hibernation state while the VPN Client is connected to the VPN Server. +Windows-version executable and driver files are now signed by the SHA-256 digital code-sign certificate. + +SoftEther VPN 4.15 Build 9546 Beta (April 5, 2015) +Fixed the problem that the Local Bridge function does not work correctly on Windows 10 Technical Preview Build 10049. + +SoftEther VPN 4.15 Build 9539 Beta (April 4, 2015) +Add the code to instruct the VPN Client to disconnect the VPN session automatically when Windows is being suspending or hibernating. + +SoftEther VPN 4.15 Build 9538 Beta (March 27, 2015) +Fixed the dialog-box size problem on Windows 10 Technical Preview Build 10041. + +SoftEther VPN 4.15 Build 9537 Beta (March 26, 2015) +Upgraded built-in OpenSSL from 0.9.8za to 1.0.2a. Please note that this change has not been well-tested. This upgrading of OpenSSL might cause problems. In that case, please post the bug report. + +SoftEther VPN 4.14 Build 9529 Beta (February 2, 2015) +We are very sorry. The previous version 4.13 (beta) has a problem to accept L2TP connections due to the session-state quota-limitation code by the minor change between Build 9514 and 9524. The problem is fixed on this build. Please update to this build if you are facing to the L2TP problem on version 4.13. +Added the function to record underlying source IP addresses of VPN clients on every packet log lines. This function can be disabled by set the "NoPhysicalIPOnPacketLog" flag in the Virtual Hub Extended Option to "1". + +SoftEther VPN 4.13 Build 9524 Beta (January 31, 2015) +Modified the behavior of the Local Bridge function in the VPN Server on Linux. In the previous versions, if several Local Bridge creation operations will be made, then the operations to disable the offloading function on the target Ethernet devices will be conducted as many as same. After this version, the operation to disable the offloading function will be called only once for each device if several Local Bridge creation operations will be made on the same Ethernet device. +Added the "SecureNAT_RandomizeAssignIp" Virtual Hub Extended Option. If you set this option to non-zero value, then the Virtual DHCP Server of the SecureNAT function will choose an unused IP address randomly from the DHCP pool while the default behavior is to choose the first unused IP address. +Added the "DetectDormantSessionInterval" Virtual Hub Extended Option. If you set this option to non-zero value, then the Virtual Hub will treat the VPN sessions, which have transmitted no packets for the last specified intervals (in seconds), as Dormant Sessions. The Virtual Hub will not flood packets, which should be flood, to any Dormant Sessions. +Added the implementation of the SHA () function in the source code. This made the building process easier on the low-memory embedded hardware which has its OpenSSL implementation without the SHA () function. +Improved the behavior on Windows 10 Technical Preview to show the OS version information correctly. + +SoftEther VPN 4.12 Build 9514 Beta (November 17, 2014) +Added the VLAN ID dynamic assignment function by RADIUS. It is very useful when the layer-2 Ethernet segment with aggregated IEEE802.1Q tagged VLANs is bridged to your Virtual Hub. Each VPN session will be assigned its own VLAN ID by the RADIUS attribute value when the user is authenticated by the external RADIUS server unless the user object has a VLAN ID security policy. The RADIUS attribute with the name "Tunnel-Pvt-Group-ID" (ID = 81) will be used as the VLAN ID. The data type must be STRING. This function is disabled by default. You have to set the "AssignVLanIdByRadiusAttribute" value to "1" in the Virtual Hub Extended Options in advance. +Added the OpenVPNDefaultClientOption option in the vpn_server.config. The specified option string will be used alternatively when the connecting OpenVPN Client does not provide the connection string. Some incomplete OpenVPN Clients with the --enable-small compiling option always forget to specify this connection string. This option can make VPN Server allow such OpenVPN Clients. +Improved the DHCP option parser to allow the external DHCP server pushes the classless routing table which exceeds 255 bytes. +Added the support for "hair-pin connection" on the NAT Traversal function. +Fixed the performance problem when the server computer has the wrong resolv.conf setting file on Linux. +Fixed the VPN Client configuration backup folder name which the setup wizard automatically creates. +Fixed the UDP checksum value of the beacon packets which are sent by the Virtual Layer 3 Switch function. + +SoftEther VPN 4.11 Build 9506 Beta (October 22, 2014) +As a response to the SSLv3 POODLE problem we added the "AcceptOnlyTls" configuration flag on the vpn_server.config for SoftEther VPN Server. Please set this flag is you want to completely disable the SSLv3 function in SoftEther VPN Server. +Added the perfect forward security (PFS) support on SSL/TLS. SoftEther VPN Server can now accept connections with DHE-RSA-AES128-SHA or DHE-RSA-AES256-SHA ciphers. + +SoftEther VPN 4.10 Build 9505 Beta (October 3, 2014) +Implemented the hash table algorithm for the MAC address database of Virtual Hubs. It improves the performance when there are a large number of MAC addresses registered on the database. +Improved the performance on slow-CPU hardware (e.g. embedded Linux boxes). +Added the DoNotDisableOffloading flag on Local Bridge settings. This flag will disable the automated disabling operation for hardware offloading on the specified Ethernet interface on Linux. +Supports the kernel-supported IEEE802.1Q tagged VLAN on Windows and Linux. It will enable tagged-VLAN support on the Local Bridge function with some specific network interface drivers. +Added the FloodingSendQueueBufferQuota option. +Sets the lower priority value on the oom_adj process parameter for Linux. +Randomized the reconnection interval in Cascade Connection. +Increased the memory usage limit on 64-bit systems. +Modified the behavior of the ConfigGet command and the /CSV option in vpncmd for Windows to work around for the Windows console API bug. +Added the DisableSessionReconnect option on VPN Server and VPN Bridge. It makes Cascade Connection client sessions to disconnect immediately from the destination VPN Server when the based TCP connection is disconnected. +Makes it enable to use the PrivacyFilterMode security policy on Cascade server VPN sessions. +Added the GlobalParams configuration option on VPN Server and VPN Bridge. It allows administrators to modify and optimize the performance parameters of VPN Server and VPN Bridge. +Reduced the processor time of looking up the ACL entries when storing and forwarding packets across a Virtual Hub. +Reduced the usage of the memory on embedded Linux environments. +Fixed a minor bug on the GUI setting screen of the SecureNAT routing table pushing option. +Added the ServerLogSwitchType and the LoggerMaxLogSize option on VPN Server and VPN Bridge. They can change the logging behavior of VPN Server and VPN Bridge. +Implemented the config template file. The template filename is "vpn_server_template.config" for VPN Server, and "vpn_server_template.config" for VPN Bridge. The VPN Server and VPN Bridge loads the template file as the initial configuration state when the configuration file does not exists. + +SoftEther VPN 4.10 Build 9473 Beta (July 12, 2014) +Added the "SuppressClientUpdateNotification" option in the Virtual Hub Extended Option list. This option will push the flag to the VPN Client to suppress the update notification screen on the VPN Client manager. To push this flag, set "1" to the "SuppressClientUpdateNotification" option in your Virtual Hub. +Added the warning message when the background service process is run by a non-root user (only in UNIX). +Fixed the deadlock bug when UNIX versions of SoftEther VPN Server process is shutting down. +Added supports for third-party PKCS#11 DLLs: ePass 1000 ND / ePass 2000 / ePass 2003 / ePass 3000. +Fixed typo. +The expression of the disclaimer statement for exporting / importing has been modified. +Fixed the VPN Azure connection problem on Version 4.09 Build 9451 Beta. +Fixed the problem that VPN Server Manager and VPN Client Manager sometimes become slow when the update check server is unreachable from the computer. +Removed space characters in every URLs of all download files on the SoftEther VPN Download Center web site to avoid the downloading problem in some HTTP clients. +A github patch which was posted by a contributor has been applied: "update debian packaging, install init script". + +SoftEther VPN 4.09 Build 9451 Beta (June 9, 2014) +Improves User-mode SecureNAT performance by modifying the processing of TCP_FIN packets. It should improve the performance of the FTP protocol. + +SoftEther VPN 4.08 Build 9449 (June 8, 2014) +Add a new command to generate a RSA 2048 bit certificate. +The vpncmd command-line utility has MakeCert command to generate a 1024 bit self-signed RSA certificate. However, in recent years it is recommended to use 2048 bit RSA certificates. Therefore, on this version a new command MakeCert2048 has been added. Use this command to generate a 2048 bit self-signed RSA certificate. + +Workaround for the NAT traversal problem. +Adjusted the priority between TCP/IP Direct Connection and UDP-based NAT-Traversal. On this version (Ver 4.08), NAT-Traversal will always be used if the client program detects that the specified TCP destination port on the destination server is occupied by non-SoftEther VPN Server. Anyone who faces to the connection problem on the VPN Server which is behind the NAT-box should install this update. + +In the previous version (Ver 4.07), when the VPN Client attempts to connect to the VPN Server, the client firstly establish the connection via the TCP/IP direct protocol. If the TCP connection establishes successfully (in the layer-3) but the TCP port returns non-VPN protocol data (in the layer-7), the protocol error occurs immediately even if the NAT-Traversal connection attempt is still pending. This phenomenon often occurs when the VPN Server is behind the NAT-box, and the NAT-box has a listening TCP-443 port by itself. In that condition, the VPN Client attempts to connect to that TCP-443 port firstly, and the protocol error occurs immediately NAT-box returns non-VPN protocol (e.g. HTML-based administration page). + +In order to work around that, this version (Ver 4.08) of VPN Client changed the behavior. On this version, if the VPN Client detects that the destination TCP Port is occupied by a non-VPN program, then the client will always use NAT-Traversal socket. This minor change will fix the connection problem to VPN servers behind the NATs. + +Note: The built-in NAT-Traversal function on SoftEther VPN is for temporary use only. It is not recommended to keep using UDP-based NAT-Traversal connection to beyond the NAT-box when the VPN Server is behind the NAT-box, for long-term use. It is reported that some cheap NAT-boxes disconnect UDP session in regular period (a few minutes) after NAT-Traversal connection has been made. The strongly recommended method to run VPN Server behind the NAT is to make a TCP port mapping on the NAT-box to transfer incoming VPN connection packets (e.g. TCP port 443) to the private IP address of the VPN Server. + +SoftEther VPN 4.07 Build 9448 (June 6, 2014) +We updated the internal OpenSSL to 0.9.8za. +This fixes the latest OpenSSL vulnerability which has unfold on June 05. +This vulnerability does not affect on SoftEther VPN. However, we updated the SoftEther VPN build with OpenSSL 0.9.8za. The new build also includes additional improvements. +More details about this OpenVPN vulnerability is described at http://www.openssl.org/news/secadv_20140605.txt. + +Other updates on this build are as followings: +The problem with OpenVPN Connect for Android 1.1.14 has been fixed. In the previous versions, OpenVPN Connect for Android 1.1.14 reports "PolarSSL Error" when it connects to the SoftEther VPN Server, if the server SSL certificate is self-signed root certificate. This X.509 certificate parsing problem is OpenVPN Connect's bug, however we performed work around for this OpenVPN Connect's bug. Please mind that you need to regenerate your self-signed root certificate in order to comply with OpenVPN Connect at once after upgrading the VPN Server to this version. To regenerate the certificate, use the GUI tool on VPN Server Manager, or execute the "ServerCertRegenerate" command on vpncmd. + +The automated root certificate and intermediate certificates downloading function has been implemented. It is very helpful when you use a commercial certificate which has been issued by a commercial CA (Certificate Authority), including VeriSign, GlobalSign or RapidSSL. In previous versions, you had to install the root certificate and intermediate certificates manually into the "chain_certs" directory. On this version, you do not need any longer to do such a manual installation of chained certs. + +The OpenVPN configuration file generating function identifies the root certificate correctly, in order to embed it as the "" inline directive in the auto-generated OpenVPN configuration file. It is very helpful if you are using a commercial certificate which has been issued by a commercial CA (Certificate Authority), including VeriSign, GlobalSign or RapidSSL. (In previous versions, you had to perform the editing task for the OpenVPN configuration file manually.) + +UI typos have been fixed, and some minor bugs have been fixed. + +SoftEther VPN 4.06 Build 9435 (Beta) (March 26, 2014) +Previous versions of VPN Client have a port-confliction problem of the TCP port (TCP 9930) for RPC (Remote Procedure Call) on the VPN Client service for Windows, if the same port is occupied by another service. This version has solved the confliction problem. + +SoftEther VPN 4.06 Build 9433 (Beta) (March 21, 2014) +Fixed a crashing bug on NAT-Traversal connections. +We sincerely apologize that the SoftEther VPN Server of the last build (Build 9432) has a serious crashing bug if a VPN client connects to the VPN Server in the NAT Traversal mode, in UNIX system. This serious bug was caused by the problem of the processing of Unicode string (which is used by a warning message for NAT Traversal connections). We fixed the serious bug by this Build 9433. If you are using SoftEther VPN Server Build 9430 or 9432 in UNIX, please update it to Build 9433 as soon as possible. + +SoftEther VPN 4.06 Build 9432 (Beta) (March 20, 2014) +We apologize that the previous build (Build 9430) has a problem that the RSA certificate authentication doesn't work. +This build has been fixed the problem. Please use Build 9432 if you are intending to use the RSA certificate authentication function. + +SoftEther VPN 4.06 Build 9430 (Beta) (March 20, 2014) +Thank you for waiting! +Added the following five advanced functions into SoftEther VPN Server (experimental) : +- RADIUS / NT Domain user authentication function +- RSA certificate user authentication function +- Deep-inspect packet logging function +- Source IP address control list function +- syslog transfer function + +Added the split-tunneling function (experimental) : +- Split tunneling is the function for enterprises to allow users communicate only to the specified IPv4 subnets through a VPN tunnel. +- You can set up either SecureNAT Virtual DHCP Server or any external DHCP server to push static routing tables to all VPN clients. +- The Virtual DHCP Server function in SecureNAT now supports classless static routing table pushing option (RFC 3442). +- All types of VPN clients (SoftEther VPN Client, OpenVPN Client, L2TP/IPsec client and MS-SSTP client) can receive the static routing table pushed. + +Added the function which allows the VPN server administrator to obtain the DDNS private key on the DDNS setup dialog-box. +Improved the behavior of the Privacy Filter Mode security policy. In the previous versions, a VPN session which is enabled the Privacy Filter Mode option cannot transmit any packets toward other Privacy Filter Mode enabled VPN sessions, except broadcast packets and ARP packets. On or after this version, both broadcast packets and ARP packets will also be blocked by the Privacy Filter Mode policy to eliminate the broadcast traffics. For the backward compatibility, this behavior can be changed by the "DropBroadcastsInPrivacyFilterMode" and "DropArpInPrivacyFilterMode" bool options on the Virtual Hub Extended Options. +Added the generating function of X.509 v3 certificates with the SHA-2 (SHA-256) hashing algorithm to improve the security. +According to the users reports, on very minor Linux environment, the "vpnserver stop" shutdown operation sometimes hangs up. The SoftEther VPN Project hasn't reproduce the issue yet. However, we added the fail-safe code to run "killall -KILL vpnserver" after the process shutdown operation times out (90 seconds). +Added the option to disable the NAT Traversal tunneling function on the connection settings screen in VPN Client and Cascade Connection. +Added Several Fixes for OS X. +Added Improved Simplified Chinese UI resources. +Added Workaround for when vpnserver hangs on stop on minor Linux environments. +On VPN Servers in People's Republic of China, the above five functions are currently disabled by default, under the orders from Beijing. Although Chinese users can enable these functions manually, Enterprise users in People's Republic of China are recommended to use these enterprise functions with PacketiX VPN Server 4.0 Chinese Edition. + +SoftEther VPN 4.05 Build 9423 (Beta) (February 18, 2014) +Added Files for building CentOS/RHEL RPM. +Set the "VPN over DNS" and "VPN over ICMP" functions disabled by default on VPN Server / VPN Bridge. + +SoftEther VPN 4.05 Build 9422 (Beta) (February 17, 2014) +Added the supporting of /hostname and /password command-line arguments on VPN Client. +Added the NSDI 6.x Lightweight Helper Kernel-mode Module for the local-bridge function. This kernel-mode driver runs only on Windows 8.1 / Windows Server 2012 R2 or later. + +SoftEther VPN 4.05 Build 9416 (Beta) (February 6, 2014) +Added the support for OpenBSD on the source code. +Added the debian packaging on the source code. +Added the adminip.txt CIDR support. +Added the supporting VLAN for Mac OS X using TunTapOSX. +Added the .zip package with vpnsmgr.exe and vpncmd.exe for system administrators. + +SoftEther VPN 4.04 Build 9412 (January 15, 2014) +Whole English UI texts are checked and corrected by a native speaker of English. Fixed typos. + +SoftEther VPN 4.03 Build 9411 (January 7, 2014) +Modified the source-code tree. In the build 9408, some C# build-utility source codes were missing. In this build, full set of all source codes including the BuildUtil program are appended. No functional differences between this build and the last build. + +SoftEther VPN 4.03 Build 9408 (Jaunary 4, 2014) +SoftEther VPN became open source software from this build. More details on this page. Note that the major version 3.xx was skipped for internal reason of our project. So this open-sourced new version starts with major version 4.xx. + +SoftEther VPN 2.00 Build 9387 (September 16, 2013) +This build realizes the compatibility with Microsoft Windows 8.1 and Windows Server 2012 R2 (RTM). This build supports Windows 8.1 and Windows Server 2012 R2 officially. This build fixes the former problem when the user upgrades from Windows 8 to Windows 8.1 by upgrade installation. +The major version number of SoftEther VPN was incremented on this build. + +SoftEther VPN 1.01 Build 9379 RTM (August 18, 2013) +This security update is to strengthen the security of SoftEther VPN 1.0 (Server and Bridge). +There is a remote administration function on SoftEther VPN 1.0. The function is to allow administrators to connect to the VPN server remotely to manage the server. In older versions, a third person can login to the VPN Server in the Virtual Hub Administration Mode if the administrator has forgot to set the administrator's password on a Virtual Hub. Older versions are also safe if any strong password is set on the Virtual Hub. However we suppose that there are some administrators who have forgot to set passwords for Virtual Hubs. In order to protect such potential vulnerable servers, this security update strengthens the VPN server program to deny all empty (not set) passwords on the Virtual Hub Administration Mode. Your VPN server has been safe also in older versions if you set any passwords for Virtual Hubs. However, we strongly recommend to apply this update program to all VPN server administrators who might have potential empty passwords on Virtual Hubs. + +SoftEther VPN 1.00 Build 9376, 9377 RTM (August 3, 2013) +This is a minor fix. +Improvement Stability of NAT Traversal. +Add HTTP User-Agent Indication Behavior when using VPN Gate Client. + +SoftEther VPN 1.00 Build 9371 RTM (July 25, 2013) +This is the RTM version of SoftEther VPN 1.0. It is not a BETA version. +We have fixed a lot of bugs in former builds. This RTM build is a stable build for everyone. +We will continue to improve features and performances on SoftEther VPN hereafter. + +SoftEther VPN 1.00 Build 9367 RC4 (July 21, 2013) +This should be the final beta release before the RTM version of SoftEther VPN 1.0. + +SoftEther VPN 1.00 Build 9091 RC3 (May 19, 2013) +We released RC3 with the following improvements. RC3 should be the final release candidate before the GA (Generally Available) build. +- Fixed a crush bug which might occurred during the shutdown of vpnserver process with using L2TPv3 or EtherIP over IPsec. +- The statistics of cumulative transferred-bytes and packets-counter are appended on the list of Visual Hubs and on the list of User Objects on each Virtual Hub, on VPN Server Manager and vpncmd. +- On the list of User Objects enumeration in both VPN Server Manager and vpncmd, the expire-date of each User Object are appended on the displayed list. +- Improvements of stability of Dynamic DNS Function and NAT-Traversal Function. + +SoftEther VPN 1.00 Build 9079 RC2 Fix17 (May 5, 2013) +Fixed a typo. Fixed a wrong bitmap image on the installer. + +SoftEther VPN 1.00 Build 9078 RC2 Fix16 (April 28, 2013) +A security fix. The previous versions have ignored the "deny_empty_password" option in the Virtual Hub Administration Options List. This build fixed this security bug. +Fixed some minor bugs. +Improvement of the respond-time on IPv6 DNS name resolver. + +SoftEther VPN 1.00 Build 9074 RC2 Fix15 (April 24, 2013) +Minor improvement around the Dynamic DNS Client function. + +SoftEther VPN 1.00 Build 9071 RC2 Fix14 (April 20, 2013) +Fixed a minor timeout bug. + +SoftEther VPN 1.00 Build 9070 RC2 Fix13 (April 18, 2013) +Enabled advanced security check routines for butter overflow (Win32 binaries only.) +File sizes have been increased a little, but the performance wasn't affected. + +SoftEther VPN 1.00 Build 9069 RC2 Fix12 (April 17, 2013) +Fixed a minor bug on SSL packet processing. +Fixed a miror bug on TCP listener. (very rare crash) + +SoftEther VPN 1.00 Build 9053 RC2 Fix11 (April 8, 2013) +Fixed a minor bug on UDP packet processing. +Added a new feature: IKE and OpenVPN (in UDP packets) Packet Logging Function. + +SoftEther VPN 1.00 Build 9045 RC2 Fix10 (April 2, 2013) +Fixed a minor bug, and improved the stability. + +SoftEther VPN 1.00 Build 9043 RC2 Fix9 (April 1, 2013) +Fixed a critical bug was in the HTTP packet parser. +Improvement of the stability of UDP-based communication. +Fixed a problem: SecureNAT's connectivity polling packet interval was too short. + +SoftEther VPN 1.00 Build 9035 RC2 Fix8 (March 26, 2013) +Fixed a crash bug: While you are changeing the X.509 server certificate, if a new SSL-VPN connection is being made, the new connection attempt will cause the crash because lack of critical section locking. However this bug was very rare. We found it in the heavy stress test. + +SoftEther VPN 1.00 Build 9033 RC2 Fix7 (March 22, 2013) +Fixed a minor bug. + +SoftEther VPN 1.00 Build 9030 RC2 Fix6 (March 21, 2013) +Fixed a bug: A logged error message around the L2TP/SSTP/OpenVPN user-authentication was incorrect. + +SoftEther VPN 1.00 Build 9029 RC2 Fix5 (March 17, 2013) +Fixed a minor bug and typo. + +SoftEther VPN 1.00 Build 9027 RC2 Fix4 (March 12, 2013) +Fixed a minor bug. + +SoftEther VPN 1.00 Build 9026 RC2 Fix3 (March 10, 2013) +Fixed a bug: the timeout to the DDNS server was too small. + +SoftEther VPN 1.00 Build 9024 RC2 Fix2 (March 09, 2013) +Fixed a bug: On Windows, VPN over DNS could not be enabled. + +SoftEther VPN 1.00 Build 9023 RC2 Fix1 (March 08, 2013) +Fixed a minor bug. + +SoftEther VPN 1.00 Build 9022 RC2 (March 08, 2013) +The initial release. diff --git a/ChangeLog.txt b/ChangeLog.txt deleted file mode 100644 index 910cf2f2..00000000 --- a/ChangeLog.txt +++ /dev/null @@ -1,10 +0,0 @@ -ChangeLog of SoftEther VPN --------------------------- - -The ChangeLog of SoftEther VPN is on our web site: -http://www.softether.org/5-download/history - -(In Japanese: http://ja.softether.org/5-download/history) - -Enjoy it! - diff --git a/LICENSE b/LICENSE index a919c97b..a93edd01 100644 --- a/LICENSE +++ b/LICENSE @@ -3,9 +3,9 @@ open-source. You can redistribute them and/or modify them under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. -Copyright (c) 2012-2015 Daiyuu Nobori. -Copyright (c) 2012-2015 SoftEther Project at University of Tsukuba, Japan. -Copyright (c) 2012-2015 SoftEther Corporation. +Copyright (c) Daiyuu Nobori. +Copyright (c) SoftEther Project at University of Tsukuba, Japan. +Copyright (c) SoftEther Corporation. All Rights Reserved. http://www.softether.org/ diff --git a/LICENSE.TXT b/LICENSE.TXT deleted file mode 100644 index a919c97b..00000000 --- a/LICENSE.TXT +++ /dev/null @@ -1,345 +0,0 @@ -SoftEther VPN Server, Client and Bridge are free software, and released as -open-source. You can redistribute them and/or modify them under the terms of -the GNU General Public License version 2 as published by the Free Software -Foundation. - -Copyright (c) 2012-2015 Daiyuu Nobori. -Copyright (c) 2012-2015 SoftEther Project at University of Tsukuba, Japan. -Copyright (c) 2012-2015 SoftEther Corporation. -All Rights Reserved. -http://www.softether.org/ - -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. - -This program is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License version 2 -along with this program; if not, write to the Free Software Foundation, Inc., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. -Neither the name of SoftEther nor the names of its contributors may be used to -endorse or promote products derived from this software without specific prior -written permission. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -THIS SOFTWARE IS DEVELOPED IN JAPAN, AND DISTRIBUTED FROM JAPAN, UNDER -JAPANESE LAWS. YOU MUST AGREE IN ADVANCE TO USE, COPY, MODIFY, MERGE, PUBLISH, -DISTRIBUTE, SUBLICENSE, AND/OR SELL COPIES OF THIS SOFTWARE, THAT ANY -JURIDICAL DISPUTES WHICH ARE CONCERNED TO THIS SOFTWARE OR ITS CONTENTS, -AGAINST US (SOFTETHER PROJECT, SOFTETHER CORPORATION, DAIYUU NOBORI OR OTHER -SUPPLIERS), OR ANY JURIDICAL DISPUTES AGAINST US WHICH ARE CAUSED BY ANY KIND -OF USING, COPYING, MODIFYING, MERGING, PUBLISHING, DISTRIBUTING, SUBLICENSING, -AND/OR SELLING COPIES OF THIS SOFTWARE SHALL BE REGARDED AS BE CONSTRUED AND -CONTROLLED BY JAPANESE LAWS, AND YOU MUST FURTHER CONSENT TO EXCLUSIVE -JURISDICTION AND VENUE IN THE COURTS SITTING IN TOKYO, JAPAN. YOU MUST WAIVE -ALL DEFENSES OF LACK OF PERSONAL JURISDICTION AND FORUM NON CONVENIENS. -PROCESS MAY BE SERVED ON EITHER PARTY IN THE MANNER AUTHORIZED BY APPLICABLE -LAW OR COURT RULE. - -USE ONLY IN JAPAN. DO NOT USE THIS SOFTWARE IN ANOTHER COUNTRY UNLESS YOU HAVE -A CONFIRMATION THAT THIS SOFTWARE DOES NOT VIOLATE ANY CRIMINAL LAWS OR CIVIL -RIGHTS IN THAT PARTICULAR COUNTRY. USING THIS SOFTWARE IN OTHER COUNTRIES IS -COMPLETELY AT YOUR OWN RISK. THE SOFTETHER VPN PROJECT HAS DEVELOPED AND -DISTRIBUTED THIS SOFTWARE TO COMPLY ONLY WITH THE JAPANESE LAWS AND EXISTING -CIVIL RIGHTS INCLUDING PATENTS WHICH ARE SUBJECTS APPLY IN JAPAN. OTHER -COUNTRIES' LAWS OR CIVIL RIGHTS ARE NONE OF OUR CONCERNS NOR RESPONSIBILITIES. -WE HAVE NEVER INVESTIGATED ANY CRIMINAL REGULATIONS, CIVIL LAWS OR -INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENTS IN ANY OF OTHER 200+ COUNTRIES -AND TERRITORIES. BY NATURE, THERE ARE 200+ REGIONS IN THE WORLD, WITH -DIFFERENT LAWS. IT IS IMPOSSIBLE TO VERIFY EVERY COUNTRIES' LAWS, REGULATIONS -AND CIVIL RIGHTS TO MAKE THE SOFTWARE COMPLY WITH ALL COUNTRIES' LAWS BY THE -PROJECT. EVEN IF YOU WILL BE SUED BY A PRIVATE ENTITY OR BE DAMAGED BY A -PUBLIC SERVANT IN YOUR COUNTRY, THE DEVELOPERS OF THIS SOFTWARE WILL NEVER BE -LIABLE TO RECOVER OR COMPENSATE SUCH DAMAGES, CRIMINAL OR CIVIL -RESPONSIBILITIES. NOTE THAT THIS LINE IS NOT LICENSE RESTRICTION BUT JUST A -STATEMENT FOR WARNING AND DISCLAIMER. - -THE FOLLOWING GPLV2 CONDITIONS APPLY ON ALL SOFTETHER VPN PROGRAMS WHICH ARE -DEVELOPED BY SOFTETHER VPN PROJECT. - -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. - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your freedom to -share and change it. By contrast, the GNU General Public License is intended -to guarantee your freedom to share and change free software--to make sure the -software is free for all its users. This General Public License applies to -most of the Free Software Foundation's software and to any other program whose -authors commit to using it. (Some other Free Software Foundation software is -covered by the GNU Lesser General Public License instead.) You can apply it -to your programs, too. - - When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom to -distribute copies of free software (and charge for this service if you wish), -that you receive source code or can get it if you want it, that you can change -the software or use pieces of it in new free programs; and that you know you -can do these things. - - To protect your rights, we need to make restrictions that forbid anyone to -deny you these rights or to ask you to surrender the rights. These -restrictions translate to certain responsibilities for you if you distribute -copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether gratis or -for a fee, you must give the recipients all the rights that you have. You -must make sure that they, too, receive or can get the source code. And you -must show them these terms so they know their rights. - - We protect your rights with two steps: (1) copyright the software, and (2) -offer you this license which gives you legal permission to copy, distribute -and/or modify the software. - - Also, for each author's protection and ours, we want to make certain that -everyone understands that there is no warranty for this free software. If the -software is modified by someone else and passed on, we want its recipients to -know that what they have is not the original, so that any problems introduced -by others will not reflect on the original authors' reputations. - - Finally, any free program is threatened constantly by software patents. We -wish to avoid the danger that redistributors of a free program will -individually obtain patent licenses, in effect making the program proprietary. -To prevent this, we have made it clear that any patent must be licensed for -everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and modification -follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains a notice -placed by the copyright holder saying it may be distributed under the terms of -this General Public License. The "Program", below, refers to any such program -or work, and a "work based on the Program" means either the Program or any -derivative work under copyright law: that is to say, a work containing the -Program or a portion of it, either verbatim or with modifications and/or -translated into another language. (Hereinafter, translation is included -without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not covered -by this License; they are outside its scope. The act of running the Program -is not restricted, and the output from the Program is covered only if its -contents constitute a work based on the Program (independent of having been -made by running the Program). Whether that is true depends on what the Program -does. - - 1. You may copy and distribute verbatim copies of the Program's source code -as you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this License -and to the absence of any warranty; and give any other recipients of the -Program a copy of this License along with the Program. - -You may charge a fee for the physical act of transferring a copy, and you may -at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion of it, -thus forming a work based on the Program, and copy and distribute such -modifications or work under the terms of Section 1 above, provided that you -also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices stating -that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in whole -or in part contains or is derived from the Program or any part thereof, to be -licensed as a whole at no charge to all third parties under the terms of this -License. - - c) If the modified program normally reads commands interactively when run, -you must cause it, when started running for such interactive use in the most -ordinary way, to print or display an announcement including an appropriate -copyright notice and a notice that there is no warranty (or else, saying that -you provide a warranty) and that users may redistribute the program under -these conditions, and telling the user how to view a copy of this License. -(Exception: if the Program itself is interactive but does not normally print -such an announcement, your work based on the Program is not required to print -an announcement.) - -These requirements apply to the modified work as a whole. If identifiable -sections of that work are not derived from the Program, and can be reasonably -considered independent and separate works in themselves, then this License, -and its terms, do not apply to those sections when you distribute them as -separate works. But when you distribute the same sections as part of a whole -which is a work based on the Program, the distribution of the whole must be on -the terms of this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest your -rights to work written entirely by you; rather, the intent is to exercise the -right to control the distribution of derivative or collective works based on -the Program. - -In addition, mere aggregation of another work not based on the Program with -the Program (or with a work based on the Program) on a volume of a storage or -distribution medium does not bring the other work under the scope of this -License. - - 3. You may copy and distribute the Program (or a work based on it, under -Section 2) in object code or executable form under the terms of Sections 1 and -2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable source -code, which must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three years, to -give any third party, for a charge no more than your cost of physically -performing source distribution, a complete machine-readable copy of the -corresponding source code, to be distributed under the terms of Sections 1 and -2 above on a medium customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer to -distribute corresponding source code. (This alternative is allowed only for -noncommercial distribution and only if you received the program in object code -or executable form with such an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for making -modifications to it. For an executable work, complete source code means all -the source code for all modules it contains, plus any associated interface -definition files, plus the scripts used to control compilation and -installation of the executable. However, as a special exception, the source -code distributed need not include anything that is normally distributed (in -either source or binary form) with the major components (compiler, kernel, and -so on) of the operating system on which the executable runs, unless that -component itself accompanies the executable. - -If distribution of executable or object code is made by offering access to -copy from a designated place, then offering equivalent access to copy the -source code from the same place counts as distribution of the source code, -even though third parties are not compelled to copy the source along with the -object code. - - 4. You may not copy, modify, sublicense, or distribute the Program except as -expressly provided under this License. Any attempt otherwise to copy, modify, -sublicense or distribute the Program is void, and will automatically terminate -your rights under this License. However, parties who have received copies, or -rights, from you under this License will not have their licenses terminated so -long as such parties remain in full compliance. - - 5. You are not required to accept this License, since you have not signed -it. However, nothing else grants you permission to modify or distribute the -Program or its derivative works. These actions are prohibited by law if you -do not accept this License. Therefore, by modifying or distributing the -Program (or any work based on the Program), you indicate your acceptance of -this License to do so, and all its terms and conditions for copying, -distributing or modifying the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the original -licensor to copy, distribute or modify the Program subject to these terms and -conditions. You may not impose any further restrictions on the recipients' -exercise of the rights granted herein. You are not responsible for enforcing -compliance by third parties to this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or otherwise) -that contradict the conditions of this License, they do not excuse you from -the conditions of this License. If you cannot distribute so as to satisfy -simultaneously your obligations under this License and any other pertinent -obligations, then as a consequence you may not distribute the Program at all. -For example, if a patent license would not permit royalty-free redistribution -of the Program by all those who receive copies directly or indirectly through -you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply and -the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any patents or -other property right claims or to contest validity of any such claims; this -section has the sole purpose of protecting the integrity of the free software -distribution system, which is implemented by public license practices. Many -people have made generous contributions to the wide range of software -distributed through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee cannot impose that -choice. - -This section is intended to make thoroughly clear what is believed to be a -consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in certain -countries either by patents or by copyrighted interfaces, the original -copyright holder who places the Program under this License may add an explicit -geographical distribution limitation excluding those countries, so that -distribution is permitted only in or among countries not thus excluded. In -such case, this License incorporates the limitation as if written in the body -of this License. - - 9. The Free Software Foundation may publish revised and/or new versions of -the General Public License from time to time. Such new versions will be -similar in spirit to the present version, but may differ in detail to address -new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any later -version", you have the option of following the terms and conditions either of -that version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of this License, -you may choose any version ever published by the Free Software Foundation. - - 10. If you wish to incorporate parts of the Program into other free programs -whose distribution conditions are different, write to the author to ask for -permission. For software which is copyrighted by the Free Software -Foundation, write to the Free Software Foundation; we sometimes make -exceptions for this. Our decision will be guided by the two goals of -preserving the free status of all derivatives of our free software and of -promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR -THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE -STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE -PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, -YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO -LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR -THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - -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. - diff --git a/README b/README index 9e4efff0..2f051f0c 100644 --- a/README +++ b/README @@ -1,16 +1,28 @@ -SoftEther VPN - An Open-Source Cross-platform Multi-protocol VPN Program +SoftEther VPN (Developer Edition Master Repository) +- An Open-Source Cross-platform Multi-protocol VPN Program http://www.softether.org/ -We use GitHub as the primary official SoftEther VPN repository: -https://github.com/SoftEtherVPN/SoftEtherVPN/ -Source code packages (.zip and .tar.gz) and binary files are also available: +This repository has experimental codes. Pull requests are welcome. + +Stable Edition is available on +https://github.com/SoftEtherVPN/SoftEtherVPN_Stable +which the non-developer user can stable use. + +Source code packages (.zip and .tar.gz) and binary files of Stable Edition 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-2015 SoftEther Project at University of Tsukuba, Japan. +Copyright (c) SoftEther Project at University of Tsukuba, Japan. + +The development of SoftEther VPN was supported by the MITOH Project, +a research and development project by Japanese Government, +subsidized by Ministry of Economy, Trade and Industry of Japan, +administrated by Information Promotion Agency. +https://www.ipa.go.jp/english/humandev/ + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 @@ -28,6 +40,23 @@ by the single SoftEther VPN Server program. More details on http://www.softether.org/. +BOARD MEMBERS OF THIS REPOSITORY +-------------------------------- + +Daiyuu Nobori (Since Jan 2, 2014) +https://github.com/dnobori + +Moataz Elmasry (Since Nov 6, 2017) +https://github.com/moatazelmasry2 + +Zulyandri Zardi (Since Nov 6, 2017) +https://github.com/zulzardi + +Alex Maslakov (Since Nov 6, 2017) +https://github.com/GildedHonour + + + SOFTETHER VPN ADVANTAGES ------------------------ @@ -123,24 +152,9 @@ on all the following open-source repositories: - GitHub https://github.com/SoftEtherVPN/SoftEtherVPN/ - - SourceForge - https://sourceforge.net/p/softethervpn/code/ci/master/tree/ - - - Google Code - https://code.google.com/p/softether/source/browse/ - - To fetch the source code from GitHub: $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git -To fetch the source code from SourceForge: -$ git clone http://git.code.sf.net/p/softethervpn/code - - or - -$ git clone git://git.code.sf.net/p/softethervpn/code - -To fetch the source code from Google Code: -$ git clone https://code.google.com/p/softether/ - We hope that you can reach one of the above URLs at least! @@ -218,10 +232,3 @@ SOME SOFTWARE PROGRAMS FROM THIRD PARTIES ARE INCLUDED ON THIS SOFTWARE WITH LICENSE CONDITIONS WHICH ARE DESCRIBED ON THE 'THIRD_PARTY.TXT' FILE. -ADVERTISEMENT -------------- - -SoftEther VPN is developed by SoftEther VPN Project at University of Tsukuba. -Department of Computer Science has dozens of overly-enthusiastic geeks. -Join us: http://www.tsukuba.ac.jp/english/admission/ - diff --git a/README.TXT b/README.TXT deleted file mode 100644 index 9e4efff0..00000000 --- a/README.TXT +++ /dev/null @@ -1,227 +0,0 @@ -SoftEther VPN - An Open-Source Cross-platform Multi-protocol VPN Program -http://www.softether.org/ - -We use GitHub as the primary official SoftEther VPN repository: -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-2015 SoftEther Project at University of Tsukuba, Japan. - -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. - -SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the -world's most powerful and easy-to-use multi-protocol VPN software. - -SoftEther VPN runs on Windows, Linux, Mac, FreeBSD and Solaris. - -SoftEther VPN supports most of widely-used VPN protocols -including SSL-VPN, OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP -by the single SoftEther VPN Server program. - -More details on http://www.softether.org/. - - -SOFTETHER VPN ADVANTAGES ------------------------- - -- Supporting all popular VPN protocols by the single VPN server: - SSL-VPN (HTTPS) - OpenVPN - IPsec - L2TP - MS-SSTP - L2TPv3 - EtherIP -- Free and open-source software. -- Easy to establish both remote-access and site-to-site VPN. -- SSL-VPN Tunneling on HTTPS to pass through NATs and firewalls. -- Revolutionary VPN over ICMP and VPN over DNS features. -- Resistance to highly-restricted firewall. -- Ethernet-bridging (L2) and IP-routing (L3) over VPN. -- Embedded dynamic-DNS and NAT-traversal so that no static nor - fixed IP address is required. -- 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 - supported. -- The OpenVPN clone function supports legacy OpenVPN clients. -- IPv4 / IPv6 dual-stack. -- 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/. - - -GETTING STARTED ---------------- - -Visit the SoftEther VPN Project official web site at first: - http://www.softether.org/ - -If you are not a developer, it is recommended to download the binary -installers from: - http://www.softether-download.com/ - -To build from the source, -see "BUILD_UNIX.TXT" or "BUILD_WINDOWS.TXT" files. - - -HOW TO DOWNLOAD THE LATEST SOURCE CODE PACKAGE ----------------------------------------------- - -Go to http://www.softether-download.com/ and you can find the latest -source-code package file in both .ZIP and .TAR.GZ format. - -This is the easiest way to obtain the source code of SoftEther VPN. - - -HOW TO GET THE LATEST SOURCE CODE TREE FOR DEVELOPERS ------------------------------------------------------ - -If you are an open-source developer, visit our GitHub repository: -https://github.com/SoftEtherVPN/SoftEtherVPN/ - -You can download the up-to-date source-code tree of SoftEther VPN -from GitHub. You may make your own fork project from our project. - -The download and build instruction is following: - -$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git -$ cd SoftEtherVPN -$ ./configure -$ make -$ make install - - -TO CIRCUMVENT YOUR GOVERNMENT'S FIREWALL RESTRICTION ----------------------------------------------------- - -Because SoftEther VPN is overly strong tool to build a VPN tunnel, -some censorship governments want to block your access to the source code -of SoftEther VPN, by abusing their censorship firewalls. - -To circumvent your censor's unjust restriction, -SoftEther VPN Project distributes the up-to-date source-code -on all the following open-source repositories: - - - GitHub - https://github.com/SoftEtherVPN/SoftEtherVPN/ - - - SourceForge - https://sourceforge.net/p/softethervpn/code/ci/master/tree/ - - - Google Code - https://code.google.com/p/softether/source/browse/ - - -To fetch the source code from GitHub: -$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git - -To fetch the source code from SourceForge: -$ git clone http://git.code.sf.net/p/softethervpn/code - - or - -$ git clone git://git.code.sf.net/p/softethervpn/code - -To fetch the source code from Google Code: -$ 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 ---------------------- - -If you find a bug or a security vulnerability please kindly inform us -about the problem immediately so that we can fix the security problem -to protect a lot of users around the world as soon as possible. - -Our e-mail address for security reports is: -softether-vpn-security [at] softether.org - -Please note that the above e-mail address is not a technical support -inquiry address. If you need technical assistance, please visit -http://www.softether.org/ and ask your question on the users forum. - - -DISCLAIMER ----------- - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -THIS SOFTWARE IS DEVELOPED IN JAPAN, AND DISTRIBUTED FROM JAPAN, -UNDER JAPANESE LAWS. YOU MUST AGREE IN ADVANCE TO USE, COPY, MODIFY, -MERGE, PUBLISH, DISTRIBUTE, SUBLICENSE, AND/OR SELL COPIES OF THIS -SOFTWARE, THAT ANY JURIDICAL DISPUTES WHICH ARE CONCERNED TO THIS -SOFTWARE OR ITS CONTENTS, AGAINST US (SOFTETHER PROJECT, SOFTETHER -CORPORATION, DAIYUU NOBORI OR OTHER SUPPLIERS), OR ANY JURIDICAL -DISPUTES AGAINST US WHICH ARE CAUSED BY ANY KIND OF USING, COPYING, -MODIFYING, MERGING, PUBLISHING, DISTRIBUTING, SUBLICENSING, AND/OR -SELLING COPIES OF THIS SOFTWARE SHALL BE REGARDED AS BE CONSTRUED AND -CONTROLLED BY JAPANESE LAWS, AND YOU MUST FURTHER CONSENT TO -EXCLUSIVE JURISDICTION AND VENUE IN THE COURTS SITTING IN TOKYO, -JAPAN. YOU MUST WAIVE ALL DEFENSES OF LACK OF PERSONAL JURISDICTION -AND FORUM NON CONVENIENS. PROCESS MAY BE SERVED ON EITHER PARTY IN -THE MANNER AUTHORIZED BY APPLICABLE LAW OR COURT RULE. - -USE ONLY IN JAPAN. DO NOT USE THIS SOFTWARE IN ANOTHER COUNTRY UNLESS -YOU HAVE A CONFIRMATION THAT THIS SOFTWARE DOES NOT VIOLATE ANY -CRIMINAL LAWS OR CIVIL RIGHTS IN THAT PARTICULAR COUNTRY. USING THIS -SOFTWARE IN OTHER COUNTRIES IS COMPLETELY AT YOUR OWN RISK. THE -SOFTETHER VPN PROJECT HAS DEVELOPED AND DISTRIBUTED THIS SOFTWARE TO -COMPLY ONLY WITH THE JAPANESE LAWS AND EXISTING CIVIL RIGHTS INCLUDING -PATENTS WHICH ARE SUBJECTS APPLY IN JAPAN. OTHER COUNTRIES' LAWS OR -CIVIL RIGHTS ARE NONE OF OUR CONCERNS NOR RESPONSIBILITIES. WE HAVE -NEVER INVESTIGATED ANY CRIMINAL REGULATIONS, CIVIL LAWS OR -INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENTS IN ANY OF OTHER 200+ -COUNTRIES AND TERRITORIES. BY NATURE, THERE ARE 200+ REGIONS IN THE -WORLD, WITH DIFFERENT LAWS. IT IS IMPOSSIBLE TO VERIFY EVERY -COUNTRIES' LAWS, REGULATIONS AND CIVIL RIGHTS TO MAKE THE SOFTWARE -COMPLY WITH ALL COUNTRIES' LAWS BY THE PROJECT. EVEN IF YOU WILL BE -SUED BY A PRIVATE ENTITY OR BE DAMAGED BY A PUBLIC SERVANT IN YOUR -COUNTRY, THE DEVELOPERS OF THIS SOFTWARE WILL NEVER BE LIABLE TO -RECOVER OR COMPENSATE SUCH DAMAGES, CRIMINAL OR CIVIL -RESPONSIBILITIES. NOTE THAT THIS LINE IS NOT LICENSE RESTRICTION BUT -JUST A STATEMENT FOR WARNING AND DISCLAIMER. - -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. - - -ADVERTISEMENT -------------- - -SoftEther VPN is developed by SoftEther VPN Project at University of Tsukuba. -Department of Computer Science has dozens of overly-enthusiastic geeks. -Join us: http://www.tsukuba.ac.jp/english/admission/ - diff --git a/THIRD_PARTY.TXT b/THIRD_PARTY.TXT index 50e42ade..7dba27e3 100644 --- a/THIRD_PARTY.TXT +++ b/THIRD_PARTY.TXT @@ -722,65 +722,3 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Issue Date: Aug 6, 2010 -------------------- - -NOTES WRITTEN BY SOFTETHER CORPORATION - -Note for users of non-Windows version of PacketiX VPN: The enumerated bundle -of License Agreements above are copies of original License Agreements of each -library programs which PacketiX VPN uses. PacketiX VPN is not a delivered work -from these libraries. PacketiX VPN is a separated work from the libraries, but -it may call functions of the libraries (whether or not PacketiX VPN calls such -functions are depended on the user's intention to link them or not on user's -side computer). While some libraries indicate GPL or LGPL as a condition to -re-distribute, PacketiX VPN is not license under GPL nor LGPL. Therefore, we -took special care not to make PacketiX VPN become delivered works of any GPL -or LGPL libraries. In order to achieve that, both PacketiX VPN and GPL/LGPL -libraries are distributed with isolated forms (means that any program files of -PacketiX VPN are not bound nor linked to any GPL/LGPL libraries). If a user of -PacketiX VPN wants to link GPL/LGPL libraries by their own decisions, -operations and responsibilities, he may do that on his computer. However, if a -delivered work under copyright law is created as a result of such an -operation, such a delivered work must not re-distributed to other people, -because it may violate GPL/LGPL libraries' conditions. - -Note for users of Windows version of PacketiX VPN: For technical reason, the -above texts are exactly same as a file which is also contained on the -non-Windows version of PacketiX VPN. Actually, the Windows version of PacketiX -VPN has no relations to any GPL/LGPL libraries enumerated above. - -SoftEther Corporation provides source codes of some GPL/LGPL/other libraries -listed above on its web server. Anyone can download, use and re-distribute -them under individual licenses which are contained on each archive file, -available from the following URL: -http://uploader.softether.co.jp/src/ - -------------------- - -Copyright Notes and Acknowledgments for PacketiX VPN (Commercial Version): - -PacketiX VPN has some contributed codes from SoftEther VPN Project -(http://www.softether.org/). -These contributed codes have been granted by contributors to be imported into -the PacketiX VPN source-tree without GPLv2 conditions. - -The list of contributors for SoftEther VPN Project: - - - Melvyn - https://github.com/yaurthek - - - nattoheaven - https://github.com/nattoheaven - - - 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. - -See also: http://www.softether.org/5-download/src/9.patch - diff --git a/WARNING.TXT b/WARNING.TXT index ebb373a7..01c37e0a 100644 --- a/WARNING.TXT +++ b/WARNING.TXT @@ -2,7 +2,7 @@ THE IMPORTANT NOTICES ABOUT SOFTETHER VPN FUNCTIONS OF VPN COMMUNICATIONS EMBEDDED ON THIS SOFTWARE ARE VERY POWERFUL THAN EVER. THIS STRONG VPN ABILITY WILL BRING YOU HUGE BENEFITS. HOWEVER, IF -YOU MISUSE THIS SOFTWARE, IT MIGHT DAMAGES YOURSELF. IN ORDER TO AVOID SUCH +YOU MISUSE THIS SOFTWARE, IT MIGHT DAMAGE YOURSELF. IN ORDER TO AVOID SUCH RISKS, THIS DOCUMENT ACCOUNTS IMPORTANT NOTICES FOR CUSTOMERS WHO ARE WILLING TO USE THIS SOFTWARE. THE FOLLOWING INSTRUCTIONS ARE VERY IMPORTANT. READ AND UNDERSTAND IT CAREFULLY. ADDITIONALLY, IF YOU ARE PLANNING TO USE THE DYNAMIC diff --git a/centos/SOURCES/linux_32bit.mak b/centos/SOURCES/linux_32bit.mak index cfcb41dd..684b8ab1 100644 --- a/centos/SOURCES/linux_32bit.mak +++ b/centos/SOURCES/linux_32bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -51,7 +51,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/centos/SOURCES/linux_64bit.mak b/centos/SOURCES/linux_64bit.mak index 43b7940e..f6550719 100644 --- a/centos/SOURCES/linux_64bit.mak +++ b/centos/SOURCES/linux_64bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -51,7 +51,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/centos/SPECS/softethervpn.spec b/centos/SPECS/softethervpn.spec index 30ee02a0..ba8e1f73 100644 --- a/centos/SPECS/softethervpn.spec +++ b/centos/SPECS/softethervpn.spec @@ -1,16 +1,18 @@ -%define majorversion 4.04 -%define minorversion 9412 -%define dateversion 2014.01.15 +%define majorversion 4 +%define minorversion 19 +%define buildversion 9582 +%define dateversion 2015.10.06 +%define buildrelease beta Name: softethervpn -Version: %{majorversion}.%{minorversion} -Release: 2%{?dist} +Version: %{majorversion}.%{minorversion}.%{buildversion} +Release: 1%{?dist} Summary: An Open-Source Free Cross-platform Multi-protocol VPN Program Group: Applications/Internet License: GPLv2 URL: http://www.softether.org/ -Source0: http://www.softether-download.com/files/softether/v%{majorversion}-%{minorversion}-rtm-%{dateversion}-tree/Source%20Code/softether-src-v%{majorversion}-%{minorversion}-rtm.tar.gz +Source0: http://www.softether-download.com/files/softether/v%{majorversion}.%{minorversion}-%{buildversion}-%{buildrelease}-%{dateversion}-tree/Source_Code/softether-src-v%{majorversion}.%{minorversion}-%{buildversion}-%{buildrelease}.tar.gz BuildRequires: ncurses-devel BuildRequires: openssl-devel @@ -25,7 +27,7 @@ Requires(preun): initscripts SoftEther VPN is one of the world's most powerful and easy-to-use multi-protocol VPN software. It runs on Windows, Linux, Mac, FreeBSD, and Solaris. %prep -%setup -q -n v%{majorversion}-%{minorversion} +%setup -q -n v%{majorversion}.%{minorversion}-%{buildversion} %build %ifarch i386 i686 @@ -85,6 +87,12 @@ if [ $1 -eq 0 ]; then fi %changelog +* Wed Sep 30 2015 Jeff Tang - 4.19.9582-1 +- Update upstream to 4.19.9582-beta + +* Wed Sep 30 2015 Jeff Tang - 4.19.9577-1 +- Update upstream to 4.19.9577 + * Wed Jan 29 2014 Dexter Ang - 4.04.9412-2 - Made initscript more Fedora/RH-like. - initscript currently using killall. Need to fix this. @@ -92,4 +100,3 @@ fi * Tue Jan 21 2014 Dexter Ang - Initial release - diff --git a/configure b/configure index 9dba653c..db9e81fc 100755 --- a/configure +++ b/configure @@ -16,68 +16,97 @@ echo echo 'Welcome to the corner-cutting configure script !' echo -echo 'Select your operating system below:' -echo ' 1: Linux' -echo ' 2: FreeBSD' -echo ' 3: Solaris' -echo ' 4: Mac OS X' -echo ' 5: OpenBSD' -echo -echo -n 'Which is your operating system (1 - 5) ? : ' -read TMP -echo + OS="" -if test "$TMP" = "1" -then +case "`uname -s`" in +Linux) OS="linux" -fi -if test "$TMP" = "2" -then + ;; +FreeBSD) OS="freebsd" -fi -if test "$TMP" = "3" -then + ;; +SunOS) OS="solaris" -fi -if test "$TMP" = "4" -then + ;; +Darwin) OS="macos" -fi -if test "$TMP" = "5" -then + ;; +OpenBSD) OS="openbsd" -fi + ;; +*) + echo 'Select your operating system below:' + echo ' 1: Linux' + echo ' 2: FreeBSD' + echo ' 3: Solaris' + echo ' 4: Mac OS X' + echo ' 5: OpenBSD' + echo + echo -n 'Which is your operating system (1 - 5) ? : ' + read TMP + echo + if test "$TMP" = "1" + then + OS="linux" + fi + if test "$TMP" = "2" + then + OS="freebsd" + fi + if test "$TMP" = "3" + then + OS="solaris" + fi + if test "$TMP" = "4" + then + OS="macos" + fi + if test "$TMP" = "5" + then + OS="openbsd" + fi -if test "$OS" = "" -then - echo "Wrong number." - exit 1 -fi + if test "$OS" = "" + then + echo "Wrong number." + exit 1 + fi + ;; +esac -echo 'Select your CPU bits below:' -echo ' 1: 32-bit' -echo ' 2: 64-bit' -echo -echo -n 'Which is the type of your CPU (1 - 2) ? : ' -read TMP -echo CPU="" -if test "$TMP" = "1" -then - CPU="32bit" -fi -if test "$TMP" = "2" -then - CPU="64bit" -fi +case "`uname -m`" in +x86_64|amd64|aarch64|arm64|armv8*|mips64|ppc64|sparc64|alpha|ia64) + CPU=64bit + ;; +i?86|x86pc|i86pc|armv4*|armv5*|armv6*|armv7*) + CPU=32bit + ;; +*) + echo 'Select your CPU bits below:' + echo ' 1: 32-bit' + echo ' 2: 64-bit' + echo + echo -n 'Which is the type of your CPU (1 - 2) ? : ' + read TMP + echo + if test "$TMP" = "1" + then + CPU="32bit" + fi + if test "$TMP" = "2" + then + CPU="64bit" + fi -if test "$CPU" = "" -then - echo "Wrong number." - exit 1 -fi + if test "$CPU" = "" + then + echo "Wrong number." + exit 1 + fi + ;; +esac cp src/makefiles/${OS}_${CPU}.mak Makefile echo "The Makefile is generated. Run 'make' to build SoftEther VPN." - diff --git a/debian/rules b/debian/rules index 8026117e..2233f002 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,10 @@ override_dh_auto_install: make install configure_config: - if [ $(shell uname -m) = 'x86_64' ]; then echo "1\n2\n" | ./configure; fi - if [ $(shell uname -m) = 'i686' ]; then echo "1\n1\n" | ./configure; fi - if [ $(shell uname -m) = 'armv6l' ]; then echo "1\n1\n" | ./configure; fi + if [ $(shell uname -m) = 'x86_64' ]; then echo -e "1\n2\n" | ./configure; fi + if [ $(shell uname -m) = 'i686' ]; then echo -e "1\n1\n" | ./configure; fi + if [ $(shell uname -m) = 'armv6l' ]; then echo -e "1\n1\n" | ./configure; fi + if [ $(shell uname -m) = 'armv5tel' ]; then echo -e "1\n1\n" | ./configure; fi + if [ $(shell uname -m) = 'aarch64' ]; then echo -e "1\n2\n" | ./configure; fi + if [ $(shell uname -m) = 'armv7l' ]; then echo -e "1\n1\n" | ./configure; fi diff --git a/debian/softether-vpnserver.init b/debian/softether-vpnserver.init index 3a146ae5..8b815579 100644 --- a/debian/softether-vpnserver.init +++ b/debian/softether-vpnserver.init @@ -1,4 +1,18 @@ #! /bin/sh + +### BEGIN INIT INFO +# Provides: softether-vpnserver +# Required-Start: $network $remote_fs $syslog +# Required-Stop: $network $remote_fs $syslog +# Should-Start: network-manager +# Should-Stop: network-manager +# X-Start-Before: $x-display-manager gdm kdm xdm wdm ldm sdm nodm +# X-Interactive: true +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: SoftEther VPN service +### END INIT INFO + # # Author: Dmitry Orlov # From Debian skeleton (Tom deLombarde) diff --git a/src/BUILD_WINDOWS.TXT b/src/BUILD_WINDOWS.TXT index 32545985..9514488a 100644 --- a/src/BUILD_WINDOWS.TXT +++ b/src/BUILD_WINDOWS.TXT @@ -9,6 +9,7 @@ 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 with the latest SP (SP1 9.0.30729.4462 QFE). + Make sure that you installed the x64 compiler and build tools. * Note: Visual Studio 2008 SP1 is required to build SoftEther VPN on Windows. diff --git a/src/BuildFiles/Library/Win32_Debug/libeay32.lib b/src/BuildFiles/Library/Win32_Debug/libeay32.lib index 9364d6c0..cf203711 100644 Binary files a/src/BuildFiles/Library/Win32_Debug/libeay32.lib and b/src/BuildFiles/Library/Win32_Debug/libeay32.lib differ diff --git a/src/BuildFiles/Library/Win32_Debug/ssleay32.lib b/src/BuildFiles/Library/Win32_Debug/ssleay32.lib index a0a5c1fd..7ebbc494 100644 Binary files a/src/BuildFiles/Library/Win32_Debug/ssleay32.lib and b/src/BuildFiles/Library/Win32_Debug/ssleay32.lib differ diff --git a/src/BuildFiles/Library/Win32_Release/libeay32.lib b/src/BuildFiles/Library/Win32_Release/libeay32.lib index 373b92bc..84e322db 100644 Binary files a/src/BuildFiles/Library/Win32_Release/libeay32.lib and b/src/BuildFiles/Library/Win32_Release/libeay32.lib differ diff --git a/src/BuildFiles/Library/Win32_Release/ssleay32.lib b/src/BuildFiles/Library/Win32_Release/ssleay32.lib index e750837e..53b98f42 100644 Binary files a/src/BuildFiles/Library/Win32_Release/ssleay32.lib and b/src/BuildFiles/Library/Win32_Release/ssleay32.lib differ diff --git a/src/BuildFiles/Library/x64_Debug/libeay32.lib b/src/BuildFiles/Library/x64_Debug/libeay32.lib index e63fbd4d..ccc2f69d 100644 Binary files a/src/BuildFiles/Library/x64_Debug/libeay32.lib and b/src/BuildFiles/Library/x64_Debug/libeay32.lib differ diff --git a/src/BuildFiles/Library/x64_Debug/ssleay32.lib b/src/BuildFiles/Library/x64_Debug/ssleay32.lib index 252c0489..1327f4eb 100644 Binary files a/src/BuildFiles/Library/x64_Debug/ssleay32.lib and b/src/BuildFiles/Library/x64_Debug/ssleay32.lib differ diff --git a/src/BuildFiles/Library/x64_Release/libeay32.lib b/src/BuildFiles/Library/x64_Release/libeay32.lib index d6abebd1..a3c712b6 100644 Binary files a/src/BuildFiles/Library/x64_Release/libeay32.lib and b/src/BuildFiles/Library/x64_Release/libeay32.lib differ diff --git a/src/BuildFiles/Library/x64_Release/ssleay32.lib b/src/BuildFiles/Library/x64_Release/ssleay32.lib index b53e0ec1..5451fbee 100644 Binary files a/src/BuildFiles/Library/x64_Release/ssleay32.lib and b/src/BuildFiles/Library/x64_Release/ssleay32.lib differ diff --git a/src/BuildFiles/VerScript/ver.rc b/src/BuildFiles/VerScript/ver.rc index 1d937b5e..34f8aecb 100644 --- a/src/BuildFiles/VerScript/ver.rc +++ b/src/BuildFiles/VerScript/ver.rc @@ -12,14 +12,14 @@ BEGIN BEGIN BLOCK "041104b0" BEGIN - VALUE "CompanyName", "SoftEther VPN Project at University of Tsukuba, Japan. (Open-source Customized Build)" - VALUE "FileDescription", "$PRODUCTNAME$ (Open-source Customized Build)" + VALUE "CompanyName", "SoftEther VPN Project at University of Tsukuba, Japan. (Developer Edition)" + VALUE "FileDescription", "$PRODUCTNAME$ (Developer Edition)" VALUE "FileVersion", "$VER_MAJOR$, $VER_MINOR$, 0, $VER_BUILD$" - VALUE "InternalName", "$INTERNALNAME$ (Open-source Customized Build)" - VALUE "LegalCopyright", "Copyright (C) 2012-$YEAR$ SoftEther VPN Project. All Rights Reserved. (Open-source Customized Build)" + VALUE "InternalName", "$INTERNALNAME$ (Developer Edition)" + VALUE "LegalCopyright", "Copyright (C) 2012-$YEAR$ SoftEther VPN Project. All Rights Reserved. (Developer Edition)" VALUE "LegalTrademarks", "SoftEther(R) is a registered trademark of SoftEther Corporation in Japan, United Status and People's Republic of China. SoftEther Corporation is a company founded at University of Tsukuba, Japan." VALUE "OriginalFilename", "$FILENAME$" - VALUE "ProductName", "$PRODUCTNAME$ (Open-source Customized Build)" + VALUE "ProductName", "$PRODUCTNAME$ (Developer Edition)" VALUE "ProductVersion", "$VER_MAJOR$, $VER_MINOR$, 0, $VER_BUILD$" END END diff --git a/src/BuildUtil/BuildUtilCommands.cs b/src/BuildUtil/BuildUtilCommands.cs index bc5e893a..96c5d523 100644 --- a/src/BuildUtil/BuildUtilCommands.cs +++ b/src/BuildUtil/BuildUtilCommands.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -926,6 +926,19 @@ namespace BuildUtil return 0; } + // Driver package build + // Win32 build + [ConsoleCommandMethod( + "Builds the driver package.", + "BuildDriverPackage", + "Builds the driver package.")] + static int BuildDriverPackage(ConsoleService c, string cmdName, string str) + { + Win32BuildUtil.MakeDriverPackage(); + + return 0; + } + // Win32 build [ConsoleCommandMethod( "Builds all executable files for win32 and HamCore for all OS.", @@ -1159,14 +1172,16 @@ namespace BuildUtil { new ConsoleParam("[targetFileName]", ConsoleService.Prompt, "Target Filename: ", ConsoleService.EvalNotEmpty, null), new ConsoleParam("OUT", ConsoleService.Prompt, "Dst Filename: ", ConsoleService.EvalNotEmpty, null), + new ConsoleParam("PRODUCT"), new ConsoleParam("RC"), }; ConsoleParamValueList vl = c.ParseCommandList(cmdName, str, args); string targetFilename = vl.DefaultParam.StrValue; string outFilename = vl["OUT"].StrValue; + string product_name = vl["PRODUCT"].StrValue; - Win32BuildUtil.GenerateVersionInfoResource(targetFilename, outFilename, vl["RC"].StrValue); + Win32BuildUtil.GenerateVersionInfoResource(targetFilename, outFilename, vl["RC"].StrValue, product_name); return 0; } @@ -1307,6 +1322,8 @@ namespace BuildUtil new ConsoleParam("DEST"), new ConsoleParam("COMMENT", ConsoleService.Prompt, "Comment: ", ConsoleService.EvalNotEmpty, null), new ConsoleParam("KERNEL"), + new ConsoleParam("CERTID"), + new ConsoleParam("SHAMODE"), }; ConsoleParamValueList vl = c.ParseCommandList(cmdName, str, args); @@ -1319,14 +1336,13 @@ namespace BuildUtil string comment = vl["COMMENT"].StrValue; bool kernel = vl["KERNEL"].BoolValue; - CodeSign.SignFile(destFileName, srcFileName, comment, kernel); + int certid = vl["CERTID"].IntValue; + int shamode = vl["SHAMODE"].IntValue; + + CodeSign.SignFile(destFileName, srcFileName, comment, kernel, certid, shamode); return 0; } } } - -// 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/src/BuildUtil/BuildUtilMain.cs b/src/BuildUtil/BuildUtilMain.cs index 9179f281..79d62e0a 100644 --- a/src/BuildUtil/BuildUtilMain.cs +++ b/src/BuildUtil/BuildUtilMain.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -217,7 +217,3 @@ namespace BuildUtil } - -// 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/src/BuildUtil/CodeSign.cs b/src/BuildUtil/CodeSign.cs index 8733f358..82ffb674 100644 --- a/src/BuildUtil/CodeSign.cs +++ b/src/BuildUtil/CodeSign.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -153,9 +153,9 @@ namespace BuildUtil #endif static object lockObj = new object(); - + // Digital-sign the data on the memory - public static byte[] SignMemory(byte[] srcData, string comment, bool kernelModeDriver, int cert_id) + public static byte[] SignMemory(byte[] srcData, string comment, bool kernelModeDriver, int cert_id, int sha_mode) { #if !BU_OSS int i; @@ -176,10 +176,11 @@ namespace BuildUtil try { - out_filename = sign.ExecSign(Path.GetFileName(in_tmp_filename), + out_filename = sign.ExecSignEx(Path.GetFileName(in_tmp_filename), kernelModeDriver, comment, - cert_id); + cert_id, + sha_mode); break; } catch (Exception ex) @@ -259,15 +260,26 @@ namespace BuildUtil { int cert_id = UsingCertId; - SignFile(destFileName, srcFileName, comment, kernelModeDriver, cert_id); + SignFile(destFileName, srcFileName, comment, kernelModeDriver, cert_id, 0); } - public static void SignFile(string destFileName, string srcFileName, string comment, bool kernelModeDriver, int cert_id) + public static void SignFile(string destFileName, string srcFileName, string comment, bool kernelModeDriver, int cert_id, int sha_mode) { #if !BU_OSS + if (cert_id == 0) + { + cert_id = UsingCertId; + } + Con.WriteLine("Signing for '{0}'...", Path.GetFileName(destFileName)); byte[] srcData = File.ReadAllBytes(srcFileName); - byte[] destData = SignMemory(srcData, comment, kernelModeDriver, cert_id); + if (srcFileName.EndsWith(".msi", StringComparison.InvariantCultureIgnoreCase)) + { + sha_mode = 1; + // todo: Set 2 in future !!! + } + + byte[] destData = SignMemory(srcData, comment, kernelModeDriver, cert_id, sha_mode); try { @@ -287,7 +299,3 @@ namespace BuildUtil } } - -// 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/src/BuildUtil/CoreUtil/Bmp.cs b/src/BuildUtil/CoreUtil/Bmp.cs index c188c0e5..4afcd2e4 100644 --- a/src/BuildUtil/CoreUtil/Bmp.cs +++ b/src/BuildUtil/CoreUtil/Bmp.cs @@ -212,7 +212,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Buf.cs b/src/BuildUtil/CoreUtil/Buf.cs index a14da441..8aa4e4f4 100644 --- a/src/BuildUtil/CoreUtil/Buf.cs +++ b/src/BuildUtil/CoreUtil/Buf.cs @@ -697,7 +697,3 @@ namespace CoreUtil } } - -// 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/src/BuildUtil/CoreUtil/Cache.cs b/src/BuildUtil/CoreUtil/Cache.cs index 85d653af..d8a5c37f 100644 --- a/src/BuildUtil/CoreUtil/Cache.cs +++ b/src/BuildUtil/CoreUtil/Cache.cs @@ -344,7 +344,3 @@ namespace CoreUtil } } - -// 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/src/BuildUtil/CoreUtil/Compress.cs b/src/BuildUtil/CoreUtil/Compress.cs index f3bdf872..8ba48f30 100644 --- a/src/BuildUtil/CoreUtil/Compress.cs +++ b/src/BuildUtil/CoreUtil/Compress.cs @@ -206,7 +206,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Console.cs b/src/BuildUtil/CoreUtil/Console.cs index 2997266f..07204d13 100644 --- a/src/BuildUtil/CoreUtil/Console.cs +++ b/src/BuildUtil/CoreUtil/Console.cs @@ -2204,7 +2204,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Csv.cs b/src/BuildUtil/CoreUtil/Csv.cs index a67fc8cd..8147cd4e 100644 --- a/src/BuildUtil/CoreUtil/Csv.cs +++ b/src/BuildUtil/CoreUtil/Csv.cs @@ -521,7 +521,3 @@ namespace CoreUtil } } - -// 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/src/BuildUtil/CoreUtil/Env.cs b/src/BuildUtil/CoreUtil/Env.cs index a75611d9..38be4707 100644 --- a/src/BuildUtil/CoreUtil/Env.cs +++ b/src/BuildUtil/CoreUtil/Env.cs @@ -596,7 +596,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/FileIO.cs b/src/BuildUtil/CoreUtil/FileIO.cs index d5d47a6b..52787a5f 100644 --- a/src/BuildUtil/CoreUtil/FileIO.cs +++ b/src/BuildUtil/CoreUtil/FileIO.cs @@ -1726,7 +1726,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/GZip.cs b/src/BuildUtil/CoreUtil/GZip.cs index f775a75f..e3eecd42 100644 --- a/src/BuildUtil/CoreUtil/GZip.cs +++ b/src/BuildUtil/CoreUtil/GZip.cs @@ -257,7 +257,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Kernel.cs b/src/BuildUtil/CoreUtil/Kernel.cs index a52c5019..19dbaf87 100644 --- a/src/BuildUtil/CoreUtil/Kernel.cs +++ b/src/BuildUtil/CoreUtil/Kernel.cs @@ -194,7 +194,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/MultiLang.cs b/src/BuildUtil/CoreUtil/MultiLang.cs index b45abc42..e938e5fa 100644 --- a/src/BuildUtil/CoreUtil/MultiLang.cs +++ b/src/BuildUtil/CoreUtil/MultiLang.cs @@ -963,7 +963,3 @@ public class MultiLanguageFilterStream : Stream } } - -// 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/src/BuildUtil/CoreUtil/Packer.cs b/src/BuildUtil/CoreUtil/Packer.cs index 4ea38eaa..7818df18 100644 --- a/src/BuildUtil/CoreUtil/Packer.cs +++ b/src/BuildUtil/CoreUtil/Packer.cs @@ -226,7 +226,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/RC4.cs b/src/BuildUtil/CoreUtil/RC4.cs index 824f9bec..c14b18c5 100644 --- a/src/BuildUtil/CoreUtil/RC4.cs +++ b/src/BuildUtil/CoreUtil/RC4.cs @@ -249,7 +249,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/ReadIni.cs b/src/BuildUtil/CoreUtil/ReadIni.cs index f8d27ca7..b50a2249 100644 --- a/src/BuildUtil/CoreUtil/ReadIni.cs +++ b/src/BuildUtil/CoreUtil/ReadIni.cs @@ -330,7 +330,3 @@ namespace CoreUtil } } - -// 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/src/BuildUtil/CoreUtil/Reg.cs b/src/BuildUtil/CoreUtil/Reg.cs index a98ca716..85df9fba 100644 --- a/src/BuildUtil/CoreUtil/Reg.cs +++ b/src/BuildUtil/CoreUtil/Reg.cs @@ -561,7 +561,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Secure.cs b/src/BuildUtil/CoreUtil/Secure.cs index 087d9c06..457ce1fc 100644 --- a/src/BuildUtil/CoreUtil/Secure.cs +++ b/src/BuildUtil/CoreUtil/Secure.cs @@ -1053,7 +1053,3 @@ namespace CoreUtil } - -// 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/src/BuildUtil/CoreUtil/Stb.cs b/src/BuildUtil/CoreUtil/Stb.cs index 32ccc062..3c4c88a7 100644 --- a/src/BuildUtil/CoreUtil/Stb.cs +++ b/src/BuildUtil/CoreUtil/Stb.cs @@ -376,7 +376,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Str.cs b/src/BuildUtil/CoreUtil/Str.cs index 3f5d56e5..8d1f16b4 100644 --- a/src/BuildUtil/CoreUtil/Str.cs +++ b/src/BuildUtil/CoreUtil/Str.cs @@ -4401,7 +4401,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Tar.cs b/src/BuildUtil/CoreUtil/Tar.cs index 3b64fa44..0c4dd877 100644 --- a/src/BuildUtil/CoreUtil/Tar.cs +++ b/src/BuildUtil/CoreUtil/Tar.cs @@ -454,7 +454,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Thread.cs b/src/BuildUtil/CoreUtil/Thread.cs index e8dd1a1a..19c1ffb1 100644 --- a/src/BuildUtil/CoreUtil/Thread.cs +++ b/src/BuildUtil/CoreUtil/Thread.cs @@ -566,7 +566,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Time.cs b/src/BuildUtil/CoreUtil/Time.cs index 7aa28cd5..d1d5b0a2 100644 --- a/src/BuildUtil/CoreUtil/Time.cs +++ b/src/BuildUtil/CoreUtil/Time.cs @@ -198,7 +198,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Util.cs b/src/BuildUtil/CoreUtil/Util.cs index a1c2c645..19c094f0 100644 --- a/src/BuildUtil/CoreUtil/Util.cs +++ b/src/BuildUtil/CoreUtil/Util.cs @@ -1058,7 +1058,3 @@ namespace CoreUtil public string XsdFileName; } } - -// 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/src/BuildUtil/CoreUtil/Win32.cs b/src/BuildUtil/CoreUtil/Win32.cs index 32afefcf..f8727a4f 100644 --- a/src/BuildUtil/CoreUtil/Win32.cs +++ b/src/BuildUtil/CoreUtil/Win32.cs @@ -327,7 +327,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/CoreUtil/Zip.cs b/src/BuildUtil/CoreUtil/Zip.cs index 71e1e61a..4c605845 100644 --- a/src/BuildUtil/CoreUtil/Zip.cs +++ b/src/BuildUtil/CoreUtil/Zip.cs @@ -506,7 +506,3 @@ namespace CoreUtil } } } - -// 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/src/BuildUtil/PEUtil.cs b/src/BuildUtil/PEUtil.cs index 1d7558b3..6fef810b 100644 --- a/src/BuildUtil/PEUtil.cs +++ b/src/BuildUtil/PEUtil.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -255,7 +255,3 @@ namespace BuildUtil } } } - -// 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/src/BuildUtil/Properties/Resources.Designer.cs b/src/BuildUtil/Properties/Resources.Designer.cs index 06e2fc3a..13dc1f9b 100644 --- a/src/BuildUtil/Properties/Resources.Designer.cs +++ b/src/BuildUtil/Properties/Resources.Designer.cs @@ -1073,7 +1073,3 @@ namespace BuildUtil.Properties { } } } - -// 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/src/BuildUtil/Properties/Settings.Designer.cs b/src/BuildUtil/Properties/Settings.Designer.cs index eb98cd2d..e17f4720 100644 --- a/src/BuildUtil/Properties/Settings.Designer.cs +++ b/src/BuildUtil/Properties/Settings.Designer.cs @@ -139,7 +139,3 @@ namespace BuildUtil.Properties { } } } - -// 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/src/BuildUtil/Test.cs b/src/BuildUtil/Test.cs index 5bc38dff..780f4f2b 100644 --- a/src/BuildUtil/Test.cs +++ b/src/BuildUtil/Test.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -139,17 +139,7 @@ namespace BuildUtil { public static void Test() { - Language[] langs = BuildHelper.GetLanguageList(); - - foreach (Language e in langs) - { - Con.WriteLine("{0} {1} {2} {3} {5} {4}", - e.Number, e.Id, e.Title, e.TitleUnicode, e.UnixLocaleIds, e.WindowsLocaleIds); - } + Win32BuildUtil.MakeDriverPackage(); } } } - -// 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/src/BuildUtil/UnixBuildSoftwares.cs b/src/BuildUtil/UnixBuildSoftwares.cs index 195435b6..8a5e232f 100644 --- a/src/BuildUtil/UnixBuildSoftwares.cs +++ b/src/BuildUtil/UnixBuildSoftwares.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -690,7 +690,30 @@ namespace BuildUtil #else sr.WriteLine("\t@echo \"And please execute './vpncmd' to run the SoftEther VPN Command-Line Utility to configure {0}.\"", BuildHelper.GetSoftwareTitle(this.Software)); #endif + sr.WriteLine("\t@echo"); +#if !BU_SOFTETHER sr.WriteLine("\t@echo \"Of course, you can use the VPN Server Manager GUI Application for Windows on the other Windows PC in order to configure the {0} remotely.\"", BuildHelper.GetSoftwareTitle(this.Software)); +#else + sr.WriteLine("\t@echo \"Of course, you can use the VPN Server Manager GUI Application for Windows / Mac OS X on the other Windows / Mac OS X computers in order to configure the {0} remotely.\"", BuildHelper.GetSoftwareTitle(this.Software)); +#endif + +#if !BU_SOFTETHER +#else + sr.WriteLine("\t@echo"); + sr.WriteLine("\t@echo"); + sr.WriteLine("\t@echo \"*** For Windows users ***\""); + sr.WriteLine("\t@echo \"You can download the SoftEther VPN Server Manager for Windows\""); + sr.WriteLine("\t@echo \"from the http://www.softether-download.com/ web site.\""); + sr.WriteLine("\t@echo \"This manager application helps you to completely and easily manage the VPN server services running in remote hosts.\""); + sr.WriteLine("\t@echo"); + sr.WriteLine("\t@echo"); + sr.WriteLine("\t@echo \"*** For Mac OS X users ***\""); + sr.WriteLine("\t@echo \"In April 2016 we released the SoftEther VPN Server Manager for Mac OS X.\""); + sr.WriteLine("\t@echo \"You can download it from the http://www.softether-download.com/ web site.\""); + sr.WriteLine("\t@echo \"VPN Server Manager for Mac OS X works perfectly as same as the traditional Windows versions. It helps you to completely and easily manage the VPN server services running in remote hosts.\""); + sr.WriteLine("\t@echo"); +#endif + sr.WriteLine("\t@echo \"--------------------------------------------------------------------\""); sr.WriteLine("\t@echo"); @@ -1059,7 +1082,3 @@ namespace BuildUtil } } - -// 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/src/BuildUtil/VpnBuilder.cs b/src/BuildUtil/VpnBuilder.cs index b15b818f..b1b63f58 100644 --- a/src/BuildUtil/VpnBuilder.cs +++ b/src/BuildUtil/VpnBuilder.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -689,7 +689,3 @@ namespace BuildUtil } - -// 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/src/BuildUtil/VpnBuilderConfig.cs b/src/BuildUtil/VpnBuilderConfig.cs index b8c8438c..474ba304 100644 --- a/src/BuildUtil/VpnBuilderConfig.cs +++ b/src/BuildUtil/VpnBuilderConfig.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -138,7 +138,7 @@ namespace BuildUtil // Build settings public static class BuildConfig { - public static readonly int NumMultipleCompileTasks = 4; + public static readonly int NumMultipleCompileTasks = 1; } // Software List @@ -430,7 +430,7 @@ namespace BuildUtil { // Windows public static readonly OS Windows = new OS("windows", "Windows", - "Windows 98 / 98 SE / ME / NT 4.0 SP6a / 2000 SP4 / XP SP2, SP3 / Vista SP1, SP2 / 7 SP1 / 8 / 8.1 / Server 2003 SP2 / Server 2008 SP1, SP2 / Hyper-V Server 2008 / Server 2008 R2 SP1 / Hyper-V Server 2008 R2 / Server 2012 / Hyper-V Server 2012 / Server 2012 R2 / Hyper-V Server 2012 R2", + "Windows 98 / 98 SE / ME / NT 4.0 SP6a / 2000 SP4 / XP SP2, SP3 / Vista SP1, SP2 / 7 SP1 / 8 / 8.1 / 10 / Server 2003 SP2 / Server 2008 SP1, SP2 / Hyper-V Server 2008 / Server 2008 R2 SP1 / Hyper-V Server 2008 R2 / Server 2012 / Hyper-V Server 2012 / Server 2012 R2 / Hyper-V Server 2012 R2 / Server 2016", new Cpu[] { CpuList.intel, @@ -438,7 +438,7 @@ namespace BuildUtil // Linux public static readonly OS Linux = new OS("linux", "Linux", - "Linux Kernel 2.4 / 2.6 / 3.x", + "Linux Kernel 2.4 / 2.6 / 3.x / 4.x", new Cpu[] { CpuList.x86, @@ -564,7 +564,3 @@ namespace BuildUtil } } - -// 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/src/BuildUtil/VpnBuilderConfigTypes.cs b/src/BuildUtil/VpnBuilderConfigTypes.cs index 84566178..ba190f53 100644 --- a/src/BuildUtil/VpnBuilderConfigTypes.cs +++ b/src/BuildUtil/VpnBuilderConfigTypes.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -327,7 +327,3 @@ namespace BuildUtil } } } - -// 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/src/BuildUtil/Web References/HvSignService/Reference.cs b/src/BuildUtil/Web References/HvSignService/Reference.cs index 1d599164..33921979 100644 --- a/src/BuildUtil/Web References/HvSignService/Reference.cs +++ b/src/BuildUtil/Web References/HvSignService/Reference.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // このコードはツールによって生成されました。 -// ランタイム バージョン:2.0.50727.5466 +// ランタイム バージョン:2.0.50727.5485 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 @@ -104,7 +104,7 @@ // -// このソース コードは Microsoft.VSDesigner、バージョン 2.0.50727.5466 によって自動生成されました。 +// このソース コードは Microsoft.VSDesigner、バージョン 2.0.50727.5485 によって自動生成されました。 // #pragma warning disable 1591 @@ -118,7 +118,7 @@ namespace BuildUtil.HvSignService { /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5420")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5483")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="SignSoap", Namespace="http://hvsigncode/")] @@ -128,6 +128,8 @@ namespace BuildUtil.HvSignService { private System.Threading.SendOrPostCallback ExecSignOperationCompleted; + private System.Threading.SendOrPostCallback ExecSignExOperationCompleted; + private bool useDefaultCredentialsSetExplicitly; /// @@ -172,6 +174,9 @@ namespace BuildUtil.HvSignService { /// public event ExecSignCompletedEventHandler ExecSignCompleted; + /// + public event ExecSignExCompletedEventHandler ExecSignExCompleted; + /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://hvsigncode/HelloWorld", RequestNamespace="http://hvsigncode/", ResponseNamespace="http://hvsigncode/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string HelloWorld() { @@ -234,6 +239,43 @@ namespace BuildUtil.HvSignService { } } + /// + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://hvsigncode/ExecSignEx", RequestNamespace="http://hvsigncode/", ResponseNamespace="http://hvsigncode/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public string ExecSignEx(string src_filename, bool driver_mode, string description, int cert_id, int sha_mode) { + object[] results = this.Invoke("ExecSignEx", new object[] { + src_filename, + driver_mode, + description, + cert_id, + sha_mode}); + return ((string)(results[0])); + } + + /// + public void ExecSignExAsync(string src_filename, bool driver_mode, string description, int cert_id, int sha_mode) { + this.ExecSignExAsync(src_filename, driver_mode, description, cert_id, sha_mode, null); + } + + /// + public void ExecSignExAsync(string src_filename, bool driver_mode, string description, int cert_id, int sha_mode, object userState) { + if ((this.ExecSignExOperationCompleted == null)) { + this.ExecSignExOperationCompleted = new System.Threading.SendOrPostCallback(this.OnExecSignExOperationCompleted); + } + this.InvokeAsync("ExecSignEx", new object[] { + src_filename, + driver_mode, + description, + cert_id, + sha_mode}, this.ExecSignExOperationCompleted, userState); + } + + private void OnExecSignExOperationCompleted(object arg) { + if ((this.ExecSignExCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.ExecSignExCompleted(this, new ExecSignExCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + /// public new void CancelAsync(object userState) { base.CancelAsync(userState); @@ -254,11 +296,11 @@ namespace BuildUtil.HvSignService { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5420")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5483")] public delegate void HelloWorldCompletedEventHandler(object sender, HelloWorldCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5420")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5483")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class HelloWorldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -280,11 +322,11 @@ namespace BuildUtil.HvSignService { } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5420")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5483")] public delegate void ExecSignCompletedEventHandler(object sender, ExecSignCompletedEventArgs e); /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5420")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5483")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ExecSignCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { @@ -304,9 +346,32 @@ namespace BuildUtil.HvSignService { } } } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5483")] + public delegate void ExecSignExCompletedEventHandler(object sender, ExecSignExCompletedEventArgs e); + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.5483")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class ExecSignExCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal ExecSignExCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + base(exception, cancelled, userState) { + this.results = results; + } + + /// + public string Result { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[0])); + } + } + } } -#pragma warning restore 1591 -// 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/ +#pragma warning restore 1591 \ No newline at end of file diff --git a/src/BuildUtil/Web References/HvSignService/Sign.wsdl b/src/BuildUtil/Web References/HvSignService/Sign.wsdl index 4a6f0777..6657499e 100644 --- a/src/BuildUtil/Web References/HvSignService/Sign.wsdl +++ b/src/BuildUtil/Web References/HvSignService/Sign.wsdl @@ -29,6 +29,24 @@ + + + + + + + + + + + + + + + + + + @@ -43,6 +61,12 @@ + + + + + + @@ -52,6 +76,10 @@ + + + + @@ -73,6 +101,15 @@ + + + + + + + + + @@ -94,6 +131,15 @@ + + + + + + + + + diff --git a/src/BuildUtil/Web References/SignService/Reference.cs b/src/BuildUtil/Web References/SignService/Reference.cs index 24e39186..fe838f44 100644 --- a/src/BuildUtil/Web References/SignService/Reference.cs +++ b/src/BuildUtil/Web References/SignService/Reference.cs @@ -305,7 +305,4 @@ namespace BuildUtil.SignService { } } -#pragma warning restore 1591 -// 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/ +#pragma warning restore 1591 \ No newline at end of file diff --git a/src/BuildUtil/Win32BuildSoftware.cs b/src/BuildUtil/Win32BuildSoftware.cs index 9511ad0e..dcf2586b 100644 --- a/src/BuildUtil/Win32BuildSoftware.cs +++ b/src/BuildUtil/Win32BuildSoftware.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -184,7 +184,3 @@ namespace BuildUtil } } - -// 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/src/BuildUtil/Win32BuildUtil.cs b/src/BuildUtil/Win32BuildUtil.cs index 6f4f5191..a6172f15 100644 --- a/src/BuildUtil/Win32BuildUtil.cs +++ b/src/BuildUtil/Win32BuildUtil.cs @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -181,7 +181,7 @@ namespace BuildUtil } // Generate a version information resource - public static void GenerateVersionInfoResource(string targetExeName, string outName, string rc_name) + public static void GenerateVersionInfoResource(string targetExeName, string outName, string rc_name, string product_name) { int build, version; string name; @@ -199,11 +199,18 @@ namespace BuildUtil string exeFileName = Path.GetFileName(targetExeName); string internalName = Path.GetFileNameWithoutExtension(exeFileName); + if (Str.IsEmptyStr(product_name) == false) + { + body = Str.ReplaceStr(body, "$PRODUCTNAME$", product_name); + } + else + { #if !BU_SOFTETHER - body = Str.ReplaceStr(body, "$PRODUCTNAME$", "PacketiX VPN"); + body = Str.ReplaceStr(body, "$PRODUCTNAME$", "PacketiX VPN"); #else - body = Str.ReplaceStr(body, "$PRODUCTNAME$", "SoftEther VPN"); + body = Str.ReplaceStr(body, "$PRODUCTNAME$", "SoftEther VPN"); #endif + } body = Str.ReplaceStr(body, "$INTERNALNAME$", internalName); body = Str.ReplaceStr(body, "$YEAR$", date.Year.ToString()); body = Str.ReplaceStr(body, "$FILENAME$", exeFileName); @@ -818,6 +825,10 @@ namespace BuildUtil { return false; } + if (Str.InStr(fileName, "DriverPackages", false)) + { + return false; + } if (Str.InStr(fileName, "_nosign", false)) { return false; @@ -908,14 +919,27 @@ namespace BuildUtil { string cdfFileName = Path.Combine(dstDir, "inf.cdf"); + string cdfFileName2 = Path.Combine(dstDir, "inf2.cdf"); string catFileName = Path.Combine(dstDir, "inf.cat"); + string catFileName2 = Path.Combine(dstDir, "inf2.cat"); StringWriter sw = new StringWriter(); + StringWriter sw2 = new StringWriter(); string txt = File.ReadAllText(inf, Str.ShiftJisEncoding); IO.DeleteFilesAndSubDirsInDir(dstDir); IO.MakeDirIfNotExists(dstDir); + string utility_dirname = Path.Combine(Paths.BaseDirName, @"BuildFiles\Utility"); + string makecat1 = Path.Combine(dstDir, "makecat.exe"); + string makecat2 = Path.Combine(dstDir, "makecat.exe.manifest"); + string makecat3 = Path.Combine(dstDir, "Microsoft.Windows.Build.Signing.wintrust.dll.manifest"); + string makecat4 = Path.Combine(dstDir, "wintrust.dll"); + File.Copy(Path.Combine(utility_dirname, "makecat.exe"), makecat1, true); + File.Copy(Path.Combine(utility_dirname, "makecat.exe.manifest"), makecat2, true); + File.Copy(Path.Combine(utility_dirname, "Microsoft.Windows.Build.Signing.wintrust.dll.manifest"), makecat3, true); + File.Copy(Path.Combine(utility_dirname, "wintrust.dll"), makecat4, true); + string dst_sys_name = Path.Combine(dstDir, Path.GetFileName(sys)); File.Copy(sys, dst_sys_name, true); @@ -927,14 +951,28 @@ namespace BuildUtil } sw.WriteLine("[CatalogHeader]"); + sw2.WriteLine("[CatalogHeader]"); + sw.WriteLine("name=inf.cat"); + sw2.WriteLine("name=inf2.cat"); + + sw2.WriteLine("CatalogVersion=2"); + sw2.WriteLine("HashAlgorithms=SHA256"); + sw2.WriteLine("PageHashes=true"); + sw.WriteLine(); + sw2.WriteLine(); + sw.WriteLine("[CatalogFiles]"); + sw2.WriteLine("[CatalogFiles]"); + sw.WriteLine("{0}={0}", Path.GetFileName(dst_sys_name)); + sw2.WriteLine("{0}={0}", Path.GetFileName(dst_sys_name)); if (sys6 != null) { sw.WriteLine("{0}={0}", Path.GetFileName(dst_sys6_name)); + sw2.WriteLine("{0}={0}", Path.GetFileName(dst_sys6_name)); } int i; @@ -982,6 +1020,7 @@ namespace BuildUtil File.WriteAllText(dst_inf_name, body, Str.ShiftJisEncoding); sw.WriteLine("{0}={0}", Path.GetFileName(dst_inf_name)); + sw2.WriteLine("{0}={0}", Path.GetFileName(dst_inf_name)); if (selow) { @@ -989,28 +1028,350 @@ namespace BuildUtil } } sw.WriteLine(); + sw2.WriteLine(); File.WriteAllText(cdfFileName, sw.ToString()); + File.WriteAllText(cdfFileName2, sw2.ToString()); // generate catalog file Directory.SetCurrentDirectory(dstDir); ExecCommand(Paths.MakeCatFilename, string.Format("\"{0}\"", cdfFileName)); + ExecCommand(makecat1, string.Format("\"{0}\"", cdfFileName2)); // sign catalog file CodeSign.SignFile(catFileName, catFileName, "Catalog File", false); + CodeSign.SignFile(catFileName2, catFileName2, "Catalog File", false); // delete cdf file File.Delete(cdfFileName); + File.Delete(cdfFileName2); // delete sys file File.Delete(dst_sys_name); + File.Delete(makecat1); + File.Delete(makecat2); + File.Delete(makecat3); + File.Delete(makecat4); + if (sys6 != null) { File.Delete(dst_sys6_name); } } + static string process_inf_file(string src_inf_txt, int build, int ver, DateTime date, string sys_name, string name, string catfile, bool replace_mac_address) + { + string body = src_inf_txt; + + if (Str.IsEmptyStr(sys_name) == false) + { + body = Str.ReplaceStr(body, "$TAG_SYS_NAME$", sys_name); + } + if (Str.IsEmptyStr(name) == false) + { + body = Str.ReplaceStr(body, "$TAG_INSTANCE_NAME$", name); + } + if (replace_mac_address) + { + body = Str.ReplaceStr(body, "$TAG_MAC_ADDRESS$", "000001000001"); + } + body = Str.ReplaceStr(body, "$YEAR$", date.Year.ToString("D4")); + body = Str.ReplaceStr(body, "$MONTH$", date.Month.ToString("D2")); + body = Str.ReplaceStr(body, "$DAY$", date.Day.ToString("D2")); + body = Str.ReplaceStr(body, "$VER_MAJOR$", (ver / 100).ToString()); + body = Str.ReplaceStr(body, "$VER_MINOR$", (ver % 100).ToString()); + body = Str.ReplaceStr(body, "$VER_BUILD$", build.ToString()); + + if (Str.IsEmptyStr(catfile) == false) + { + body = Str.ReplaceStr(body, "$CATALOG_FILENAME$", catfile); + body = Str.ReplaceStr(body, ";CatalogFile.NT", "CatalogFile.NT"); + } + + body += "\r\n; Auto Generated " + Str.DateTimeToStrShortWithMilliSecs(DateTime.Now) + "\r\n\r\n"; + + return body; + } + + static void make_cat_file(string dir, string[] filename_list, string catname, bool win8, bool no_sign) + { + string utility_dirname = Path.Combine(Paths.BaseDirName, @"BuildFiles\Utility"); + string makecat1 = Path.Combine(dir, "makecat.exe"); + string makecat2 = Path.Combine(dir, "makecat.exe.manifest"); + string makecat3 = Path.Combine(dir, "Microsoft.Windows.Build.Signing.wintrust.dll.manifest"); + string makecat4 = Path.Combine(dir, "wintrust.dll"); + File.Copy(Path.Combine(utility_dirname, "makecat.exe"), makecat1, true); + File.Copy(Path.Combine(utility_dirname, "makecat.exe.manifest"), makecat2, true); + File.Copy(Path.Combine(utility_dirname, "Microsoft.Windows.Build.Signing.wintrust.dll.manifest"), makecat3, true); + File.Copy(Path.Combine(utility_dirname, "wintrust.dll"), makecat4, true); + + StringWriter sw2 = new StringWriter(); + sw2.WriteLine("[CatalogHeader]"); + sw2.WriteLine("name=" + catname); + + if (win8) + { + sw2.WriteLine("CatalogVersion=2"); + sw2.WriteLine("HashAlgorithms=SHA256"); + sw2.WriteLine("PageHashes=true"); + } + + sw2.WriteLine(); + + sw2.WriteLine("[CatalogFiles]"); + + foreach (string filename in filename_list) + { + sw2.WriteLine("{0}={0}", filename); + } + + sw2.WriteLine(); + + string cdf_file_name = catname + ".cdf"; + + Directory.SetCurrentDirectory(dir); + + File.WriteAllText(cdf_file_name, sw2.ToString()); + ExecCommand(makecat1, string.Format("\"{0}\"", cdf_file_name)); + + if (no_sign == false) + { + CodeSign.SignFile(catname, catname, "Catalog File", false); + } + + File.Delete(cdf_file_name); + + File.Delete(makecat1); + File.Delete(makecat2); + File.Delete(makecat3); + File.Delete(makecat4); + } + + public static void MakeDriverPackage() + { + int build, version; + string buildname; + DateTime date; + int i; + + ReadBuildInfoFromTextFile(out build, out version, out buildname, out date); + + date = date.AddDays(-1); + + string dst_dir = Path.Combine(Paths.BaseDirName, @"tmp\MakeDriverPackage"); + string src_dir = Path.Combine(Paths.BaseDirName, @"BuiltDriverPackages"); + IO.DeleteFilesAndSubDirsInDir(dst_dir); + IO.MakeDirIfNotExists(dst_dir); + + // Neo9x x86 + IO.MakeDir(Path.Combine(dst_dir, @"Neo9x\x86")); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Neo9x\x86\Neo9x_x86.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Neo9x\x86\Neo9x_x86.inf")), build, version, date, null, null, null, false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"Neo9x\x86\Neo9x_x86.sys"), Path.Combine(dst_dir, @"Neo9x\x86\Neo9x_x86.sys")); + + // Neo x86 + IO.MakeDir(Path.Combine(dst_dir, @"Neo\x86")); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Neo\x86\Neo_x86.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Neo\x86\Neo_x86.inf")), build, version, date, null, null, null, false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"Neo\x86\Neo_x86.sys"), Path.Combine(dst_dir, @"Neo\x86\Neo_x86.sys")); + + // Neo x64 + IO.MakeDir(Path.Combine(dst_dir, @"Neo\x64")); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Neo\x64\Neo_x64.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Neo\x64\Neo_x64.inf")), build, version, date, null, null, null, false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"Neo\x64\Neo_x64.sys"), Path.Combine(dst_dir, @"Neo\x64\Neo_x64.sys")); + + // Neo6 x86 + IO.MakeDir(Path.Combine(dst_dir, @"Neo6\x86")); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Neo6\x86\Neo6_x86.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Neo6\x86\Neo6_x86.inf")), build, version, date, null, null, null, false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"Neo6\x86\Neo6_x86.sys"), Path.Combine(dst_dir, @"Neo6\x86\Neo6_x86.sys")); + + // Neo6 x64 + IO.MakeDir(Path.Combine(dst_dir, @"Neo6\x64")); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Neo6\x64\Neo6_x64.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Neo6\x64\Neo6_x64.inf")), build, version, date, null, null, null, false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"Neo6\x64\Neo6_x64.sys"), Path.Combine(dst_dir, @"Neo6\x64\Neo6_x64.sys")); + + // Neo6 for Windows 8 x86 + IO.MakeDir(Path.Combine(dst_dir, @"Neo6_Win8\x86")); + List cat_src_filename = new List(); + cat_src_filename.Add("Neo6_x86.sys"); + for (i = 1; i < 128; i++) + { + string name = "VPN"; + if (i >= 2) + { + name += i.ToString(); + } + string sys_name = "Neo_" + name + ".sys"; + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Neo6_Win8\x86\Neo6_x86_" + name + ".inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Neo6\x86\Neo6_x86.inf")), build, version, date, sys_name, name, string.Format("inf_{0}.cat", name), true), Str.ShiftJisEncoding, false); + cat_src_filename.Add("Neo6_x86_" + name + ".inf"); + } + IO.FileCopy(Path.Combine(src_dir, @"Neo6\x86\Neo6_x86.sys"), Path.Combine(dst_dir, @"Neo6_Win8\x86\Neo6_x86.sys")); + make_cat_file(Path.Combine(dst_dir, @"Neo6_Win8\x86"), cat_src_filename.ToArray(), "inf.cat", false, false); + make_cat_file(Path.Combine(dst_dir, @"Neo6_Win8\x86"), cat_src_filename.ToArray(), "inf2.cat", true, false); + + // Neo6 for Windows 8 x64 + IO.MakeDir(Path.Combine(dst_dir, @"Neo6_Win8\x64")); + cat_src_filename = new List(); + cat_src_filename.Add("Neo6_x64.sys"); + for (i = 1; i < 128; i++) + { + string name = "VPN"; + if (i >= 2) + { + name += i.ToString(); + } + string sys_name = "Neo_" + name + ".sys"; + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Neo6_Win8\x64\Neo6_x64_" + name + ".inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Neo6\x64\Neo6_x64.inf")), build, version, date, sys_name, name, string.Format("inf_{0}.cat", name), true), Str.ShiftJisEncoding, false); + cat_src_filename.Add("Neo6_x64_" + name + ".inf"); + } + IO.FileCopy(Path.Combine(src_dir, @"Neo6\x64\Neo6_x64.sys"), Path.Combine(dst_dir, @"Neo6_Win8\x64\Neo6_x64.sys")); + make_cat_file(Path.Combine(dst_dir, @"Neo6_Win8\x64"), cat_src_filename.ToArray(), "inf.cat", false, false); + make_cat_file(Path.Combine(dst_dir, @"Neo6_Win8\x64"), cat_src_filename.ToArray(), "inf2.cat", true, false); + + // Neo6 for Windows 10 x86 + IO.MakeDir(Path.Combine(dst_dir, @"Neo6_Win10\x86")); + for (i = 1; i < 128; i++) + { + string name = "VPN"; + if (i >= 2) + { + name += i.ToString(); + } + cat_src_filename = new List(); + cat_src_filename.Add("Neo6_x86_" + name + ".sys"); + string sys_name = "Neo6_x86_" + name + ".sys"; + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Neo6_Win10\x86\Neo6_x86_" + name + ".inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Neo6\x86\Neo6_x86.inf")), build, version, date, sys_name, name, string.Format("Neo6_x86_{0}.cat", name), true), Str.ShiftJisEncoding, false); + cat_src_filename.Add("Neo6_x86_" + name + ".inf"); + IO.FileCopy(Path.Combine(src_dir, @"Neo6\x86\Neo6_x86_win10.sys"), Path.Combine(dst_dir, @"Neo6_Win10\x86\Neo6_x86_" + name + ".sys")); + make_cat_file(Path.Combine(dst_dir, @"Neo6_Win10\x86"), cat_src_filename.ToArray(), "Neo6_x86_" + name + ".cat", true, true); + } + + // Neo6 for Windows 10 x64 + IO.MakeDir(Path.Combine(dst_dir, @"Neo6_Win10\x64")); + for (i = 1; i < 128; i++) + { + string name = "VPN"; + if (i >= 2) + { + name += i.ToString(); + } + cat_src_filename = new List(); + cat_src_filename.Add("Neo6_x64_" + name + ".sys"); + string sys_name = "Neo6_x64_" + name + ".sys"; + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Neo6_Win10\x64\Neo6_x64_" + name + ".inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Neo6\x64\Neo6_x64.inf")), build, version, date, sys_name, name, string.Format("Neo6_x64_{0}.cat", name), true), Str.ShiftJisEncoding, false); + cat_src_filename.Add("Neo6_x64_" + name + ".inf"); + IO.FileCopy(Path.Combine(src_dir, @"Neo6\x64\Neo6_x64_win10.sys"), Path.Combine(dst_dir, @"Neo6_Win10\x64\Neo6_x64_" + name + ".sys")); + make_cat_file(Path.Combine(dst_dir, @"Neo6_Win10\x64"), cat_src_filename.ToArray(), "Neo6_x64_" + name + ".cat", true, true); + } + + IO.CopyDir(Path.Combine(src_dir, "See"), Path.Combine(dst_dir, "See"), null, false, false); + + // SeLow x86 for Windows 8.1 + IO.MakeDir(Path.Combine(dst_dir, @"SeLow_Win8\x86")); + cat_src_filename = new List(); + cat_src_filename.Add("SeLow_x86.sys"); + cat_src_filename.Add("SeLow_x86.inf"); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"SeLow_Win8\x86\SeLow_x86.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"SeLow\x86\SeLow_x86.inf")), build, version, date, null, null, "SeLow_Win8_x86.cat", false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"SeLow\x86\SeLow_x86.sys"), Path.Combine(dst_dir, @"SeLow_Win8\x86\SeLow_x86.sys")); + make_cat_file(Path.Combine(dst_dir, @"SeLow_Win8\x86"), cat_src_filename.ToArray(), "inf.cat", false, false); + make_cat_file(Path.Combine(dst_dir, @"SeLow_Win8\x86"), cat_src_filename.ToArray(), "inf2.cat", true, false); + + // SeLow x64 for Windows 8.1 + IO.MakeDir(Path.Combine(dst_dir, @"SeLow_Win8\x64")); + cat_src_filename = new List(); + cat_src_filename.Add("SeLow_x64.sys"); + cat_src_filename.Add("SeLow_x64.inf"); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"SeLow_Win8\x64\SeLow_x64.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"SeLow\x64\SeLow_x64.inf")), build, version, date, null, null, "SeLow_Win8_x64.cat", false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"SeLow\x64\SeLow_x64.sys"), Path.Combine(dst_dir, @"SeLow_Win8\x64\SeLow_x64.sys")); + make_cat_file(Path.Combine(dst_dir, @"SeLow_Win8\x64"), cat_src_filename.ToArray(), "inf.cat", false, false); + make_cat_file(Path.Combine(dst_dir, @"SeLow_Win8\x64"), cat_src_filename.ToArray(), "inf2.cat", true, false); + + // SeLow x86 for Windows 10 + IO.MakeDir(Path.Combine(dst_dir, @"SeLow_Win10\x86")); + cat_src_filename = new List(); + cat_src_filename.Add("SeLow_x86.sys"); + cat_src_filename.Add("SeLow_x86.inf"); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"SeLow_Win10\x86\SeLow_x86.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"SeLow\x86\SeLow_x86.inf")), build, version, date, null, null, "SeLow_Win10_x86.cat", false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"SeLow\x86\SeLow_x86_win10.sys"), Path.Combine(dst_dir, @"SeLow_Win10\x86\SeLow_x86.sys")); + make_cat_file(Path.Combine(dst_dir, @"SeLow_Win10\x86"), cat_src_filename.ToArray(), "SeLow_Win10_x86.cat", true, false); + + // SeLow x64 for Windows 10 + IO.MakeDir(Path.Combine(dst_dir, @"SeLow_Win10\x64")); + cat_src_filename = new List(); + cat_src_filename.Add("SeLow_x64.sys"); + cat_src_filename.Add("SeLow_x64.inf"); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"SeLow_Win10\x64\SeLow_x64.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"SeLow\x64\SeLow_x64.inf")), build, version, date, null, null, "SeLow_Win10_x64.cat", false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"SeLow\x64\SeLow_x64_win10.sys"), Path.Combine(dst_dir, @"SeLow_Win10\x64\SeLow_x64.sys")); + make_cat_file(Path.Combine(dst_dir, @"SeLow_Win10\x64"), cat_src_filename.ToArray(), "SeLow_Win10_x64.cat", true, false); + + // Wfp x86 + IO.MakeDir(Path.Combine(dst_dir, @"Wfp\x86")); + cat_src_filename = new List(); + cat_src_filename.Add("pxwfp_x86.sys"); + cat_src_filename.Add("pxwfp_x86.inf"); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Wfp\x86\pxwfp_x86.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Wfp\x86\pxwfp_x86.inf")), build, version, date, null, null, "pxwfp_x86.cat", false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"Wfp\x86\pxwfp_x86.sys"), Path.Combine(dst_dir, @"Wfp\x86\pxwfp_x86.sys")); + make_cat_file(Path.Combine(dst_dir, @"Wfp\x86"), cat_src_filename.ToArray(), "inf.cat", false, false); + make_cat_file(Path.Combine(dst_dir, @"Wfp\x86"), cat_src_filename.ToArray(), "inf2.cat", true, false); + + // Wfp x64 + IO.MakeDir(Path.Combine(dst_dir, @"Wfp\x64")); + cat_src_filename = new List(); + cat_src_filename.Add("pxwfp_x64.sys"); + cat_src_filename.Add("pxwfp_x64.inf"); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Wfp\x64\pxwfp_x64.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Wfp\x64\pxwfp_x64.inf")), build, version, date, null, null, "pxwfp_x64.cat", false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"Wfp\x64\pxwfp_x64.sys"), Path.Combine(dst_dir, @"Wfp\x64\pxwfp_x64.sys")); + make_cat_file(Path.Combine(dst_dir, @"Wfp\x64"), cat_src_filename.ToArray(), "inf.cat", false, false); + make_cat_file(Path.Combine(dst_dir, @"Wfp\x64"), cat_src_filename.ToArray(), "inf2.cat", true, false); + + // Wfp x86 for Windows 10 + IO.MakeDir(Path.Combine(dst_dir, @"Wfp_Win10\x86")); + cat_src_filename = new List(); + cat_src_filename.Add("pxwfp_x86.sys"); + cat_src_filename.Add("pxwfp_x86.inf"); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Wfp_Win10\x86\pxwfp_x86.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Wfp\x86\pxwfp_x86.inf")), build, version, date, null, null, "pxwfp_Win10_x86.cat", false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"Wfp\x86\pxwfp_x86_win10.sys"), Path.Combine(dst_dir, @"Wfp_Win10\x86\pxwfp_x86.sys")); + make_cat_file(Path.Combine(dst_dir, @"Wfp_Win10\x86"), cat_src_filename.ToArray(), "pxwfp_Win10_x86.cat", true, false); + + // Wfp x64 for Windows 10 + IO.MakeDir(Path.Combine(dst_dir, @"Wfp_Win10\x64")); + cat_src_filename = new List(); + cat_src_filename.Add("pxwfp_x64.sys"); + cat_src_filename.Add("pxwfp_x64.inf"); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, @"Wfp_Win10\x64\pxwfp_x64.inf"), + process_inf_file(IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, @"Wfp\x64\pxwfp_x64.inf")), build, version, date, null, null, "pxwfp_Win10_x64.cat", false), Str.ShiftJisEncoding, false); + IO.FileCopy(Path.Combine(src_dir, @"Wfp\x64\pxwfp_x64_win10.sys"), Path.Combine(dst_dir, @"Wfp_Win10\x64\pxwfp_x64.sys")); + make_cat_file(Path.Combine(dst_dir, @"Wfp_Win10\x64"), cat_src_filename.ToArray(), "pxwfp_Win10_x64.cat", true, false); + + string tmp_body = IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, "make_whql_submission.cm_")); + tmp_body = Str.ReplaceStr(tmp_body, "test_tag", Str.DateTimeToStrShort(DateTime.Now) + "_Build_" + build.ToString()); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, "make_whql_submission.cmd"), tmp_body, Str.ShiftJisEncoding); + + IO.FileCopy(Path.Combine(src_dir, "2_merge_whql_sign.cm_"), Path.Combine(dst_dir, "2_merge_whql_sign.cm_")); + + tmp_body = IO.ReadAllTextWithAutoGetEncoding(Path.Combine(src_dir, "Memo.txt")); + tmp_body = Str.ReplaceStr(tmp_body, "tag_ver", (version / 100).ToString() + "." + (version % 100).ToString()); + tmp_body = Str.ReplaceStr(tmp_body, "tag_build", build.ToString()); + IO.WriteAllTextWithEncoding(Path.Combine(dst_dir, "Memo.txt"), tmp_body, Str.ShiftJisEncoding); + + Kernel.Run(Path.Combine(Env.WindowsDir, "explorer.exe"), "\"" + dst_dir + "\""); + } + // Sign for all binary files (series mode) public static void SignAllBinaryFilesSerial() { @@ -1087,7 +1448,3 @@ namespace BuildUtil } } } - -// 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/src/Cedar/Account.c b/src/Cedar/Account.c index ae69e7db..a3ebd33f 100644 --- a/src/Cedar/Account.c +++ b/src/Cedar/Account.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1448,7 +1448,3 @@ int CompareUserName(void *p1, void *p2) return StrCmpi(u1->Name, u2->Name); } - -// 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/src/Cedar/Account.h b/src/Cedar/Account.h index 235c4233..2c5ee586 100644 --- a/src/Cedar/Account.h +++ b/src/Cedar/Account.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -317,7 +317,3 @@ char *NormalizePolicyName(char *name); #endif // ACCOUNT_H - -// 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/src/Cedar/Admin.c b/src/Cedar/Admin.c index 5458b7dd..0173afd6 100644 --- a/src/Cedar/Admin.c +++ b/src/Cedar/Admin.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Contributors: // - ELIN (https://github.com/el1n) // Comments: Tetsuo Sugiyama, Ph.D. @@ -1166,7 +1166,7 @@ UINT StMakeOpenVpnConfigFile(ADMIN *a, RPC_READ_LOG_FILE *t) name = NewName(cn, cn, cn, L"US", NULL, NULL); - dummy_x = NewRootX(dummy_public_k, dummy_private_k, name, MAX(GetDaysUntil2038(), SERVER_DEFAULT_CERT_DAYS), NULL); + dummy_x = NewRootX(dummy_public_k, dummy_private_k, name, GetDaysUntil2038Ex(), NULL); FreeName(name); @@ -6739,7 +6739,7 @@ UINT StAddCa(ADMIN *a, RPC_HUB_ADD_CA *t) if (t->Cert == NULL) { - ERR_INVALID_PARAMETER; + return ERR_INVALID_PARAMETER; } if (t->Cert->is_compatible_bit == false) @@ -11840,12 +11840,12 @@ void InRpcHubEnumCa(RPC_HUB_ENUM_CA *t, PACK *p) void OutRpcHubEnumCa(PACK *p, RPC_HUB_ENUM_CA *t) { UINT i; - PackAddStr(p, "HubName", t->HubName); // Validate arguments if (t == NULL || p == NULL) { return; } + PackAddStr(p, "HubName", t->HubName); for (i = 0;i < t->NumCa;i++) { @@ -12313,12 +12313,12 @@ void InRpcEnumAccessList(RPC_ENUM_ACCESS_LIST *a, PACK *p) void OutRpcEnumAccessList(PACK *p, RPC_ENUM_ACCESS_LIST *a) { UINT i; - PackAddStr(p, "HubName", a->HubName); // Validate arguments if (a == NULL || p == NULL) { return; } + PackAddStr(p, "HubName", a->HubName); for (i = 0;i < a->NumAccess;i++) { @@ -12573,12 +12573,12 @@ void InRpcEnumUser(RPC_ENUM_USER *t, PACK *p) void OutRpcEnumUser(PACK *p, RPC_ENUM_USER *t) { UINT i; - PackAddStr(p, "HubName", t->HubName); // Validate arguments if (t == NULL || p == NULL) { return; } + PackAddStr(p, "HubName", t->HubName); for (i = 0;i < t->NumUser;i++) { @@ -12787,12 +12787,12 @@ void InRpcEnumSession(RPC_ENUM_SESSION *t, PACK *p) void OutRpcEnumSession(PACK *p, RPC_ENUM_SESSION *t) { UINT i; - PackAddStr(p, "HubName", t->HubName); // Validate arguments if (t == NULL || p == NULL) { return; } + PackAddStr(p, "HubName", t->HubName); for (i = 0;i < t->NumSession;i++) { @@ -13907,7 +13907,3 @@ bool SiIsEmptyPassword(void *hash_password) return false; } - -// 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/src/Cedar/Admin.h b/src/Cedar/Admin.h index 98723851..04968a8a 100644 --- a/src/Cedar/Admin.h +++ b/src/Cedar/Admin.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1533,7 +1533,3 @@ void OutRpcInternetSetting(PACK *p, INTERNET_SETTING *t); #endif // ADMIN_H - -// 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/src/Cedar/AzureClient.c b/src/Cedar/AzureClient.c index 3a7475a0..447c6abd 100644 --- a/src/Cedar/AzureClient.c +++ b/src/Cedar/AzureClient.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -205,7 +205,8 @@ void AcWaitForRequest(AZURE_CLIENT *ac, SOCK *s, AZURE_PARAM *param) BinToStr(server_cert_hash_str, sizeof(server_cert_hash_str), server_cert_hash, SHA1_SIZE); - if (IsEmptyStr(ac->DDnsStatusCopy.AzureCertHash) || StrCmpi(server_cert_hash_str, ac->DDnsStatusCopy.AzureCertHash) == 0) + if (IsEmptyStr(ac->DDnsStatusCopy.AzureCertHash) || StrCmpi(server_cert_hash_str, ac->DDnsStatusCopy.AzureCertHash) == 0 + || StrCmpi(server_cert_hash_str, ac->DDnsStatus.AzureCertHash) == 0) { if (SendAll(ns, AZURE_PROTOCOL_DATA_SIANGTURE, 24, true)) { @@ -682,7 +683,3 @@ AZURE_CLIENT *NewAzureClient(CEDAR *cedar, SERVER *server) return ac; } - -// 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/src/Cedar/AzureClient.h b/src/Cedar/AzureClient.h index ab78d218..ac246205 100644 --- a/src/Cedar/AzureClient.h +++ b/src/Cedar/AzureClient.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -173,7 +173,3 @@ void AcWaitForRequest(AZURE_CLIENT *ac, SOCK *s, AZURE_PARAM *param); #endif // AZURE_CLIENT_H - -// 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/src/Cedar/AzureServer.c b/src/Cedar/AzureServer.c index 28163314..f050dc46 100644 --- a/src/Cedar/AzureServer.c +++ b/src/Cedar/AzureServer.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -114,7 +114,3 @@ #include "CedarPch.h" - -// 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/src/Cedar/AzureServer.h b/src/Cedar/AzureServer.h index e2c1623c..e09d7fcf 100644 --- a/src/Cedar/AzureServer.h +++ b/src/Cedar/AzureServer.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -118,7 +118,3 @@ #endif // AZURE_SERVER_H - -// 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/src/Cedar/Bridge.c b/src/Cedar/Bridge.c index 33bc32aa..6bf4f732 100644 --- a/src/Cedar/Bridge.c +++ b/src/Cedar/Bridge.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -556,7 +556,13 @@ BRIDGE *BrNewBridge(HUB *h, char *name, POLICY *p, bool local, bool monitor, boo return b; } +// Raw IP bridge is supported only on Linux +bool IsRawIpBridgeSupported() +{ +#ifdef UNIX_LINUX + return true; +#else // UNIX_LINUX + return false; +#endif // UNIX_LINUX +} -// 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/src/Cedar/Bridge.h b/src/Cedar/Bridge.h index 86babfd4..e4f9a0fa 100644 --- a/src/Cedar/Bridge.h +++ b/src/Cedar/Bridge.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -126,6 +126,9 @@ #endif // OS_WIN32 +// Constants +#define BRIDGE_SPECIAL_IPRAW_NAME "ipv4_rawsocket_virtual_router" + // Bridge struct BRIDGE { @@ -171,12 +174,9 @@ bool DeleteLocalBridge(CEDAR *c, char *hubname, char *devicename); bool IsBridgeSupported(); bool IsNeedWinPcap(); UINT GetEthDeviceHash(); +bool IsRawIpBridgeSupported(); #endif // BRIDGE_H - -// 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/src/Cedar/BridgeUnix.c b/src/Cedar/BridgeUnix.c index 8519b53c..7d272742 100644 --- a/src/Cedar/BridgeUnix.c +++ b/src/Cedar/BridgeUnix.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -374,7 +374,7 @@ TOKEN_LIST *GetEthListSolaris() #ifdef UNIX_LINUX // Get Ethernet device list on Linux -TOKEN_LIST *GetEthListLinux() +TOKEN_LIST *GetEthListLinux(bool enum_normal, bool enum_rawip) { struct ifreq ifr; TOKEN_LIST *t; @@ -383,6 +383,11 @@ TOKEN_LIST *GetEthListLinux() LIST *o; char name[MAX_SIZE]; + if (enum_normal == false && enum_rawip) + { + return ParseToken(BRIDGE_SPECIAL_IPRAW_NAME, NULL); + } + o = NewListFast(CompareStr); s = UnixEthOpenRawSocket(); @@ -431,7 +436,7 @@ TOKEN_LIST *GetEthListLinux() Sort(o); t = ZeroMalloc(sizeof(TOKEN_LIST)); - t->NumTokens = LIST_NUM(o); + t->NumTokens = LIST_NUM(o) + (enum_rawip ? 1 : 0); t->Token = ZeroMalloc(sizeof(char *) * t->NumTokens); for (i = 0;i < LIST_NUM(o);i++) @@ -440,6 +445,11 @@ TOKEN_LIST *GetEthListLinux() t->Token[i] = name; } + if (enum_rawip) + { + t->Token[t->NumTokens - 1] = CopyStr(BRIDGE_SPECIAL_IPRAW_NAME); + } + ReleaseList(o); return t; @@ -542,11 +552,15 @@ TOKEN_LIST *GetEthListBpf() // Enumerate Ethernet devices TOKEN_LIST *GetEthList() +{ + return GetEthListEx(NULL, true, false); +} +TOKEN_LIST *GetEthListEx(UINT *total_num_including_hidden, bool enum_normal, bool enum_rawip) { TOKEN_LIST *t = NULL; #if defined(UNIX_LINUX) - t = GetEthListLinux(); + t = GetEthListLinux(enum_normal, enum_rawip); #elif defined(UNIX_SOLARIS) t = GetEthListSolaris(); #elif defined(BRIDGE_PCAP) @@ -575,6 +589,11 @@ ETH *OpenEthLinux(char *name, bool local, bool tapmode, char *tapaddr) return NULL; } + if (StrCmpi(name, BRIDGE_SPECIAL_IPRAW_NAME) == 0) + { + return OpenEthLinuxIpRaw(); + } + if (tapmode) { #ifndef NO_VLAN @@ -732,6 +751,10 @@ UINT EthGetMtu(ETH *e) { return 0; } + if (e->IsRawIpMode) + { + return 0; + } if (e->CurrentMtu != 0) { @@ -802,6 +825,10 @@ bool EthSetMtu(ETH *e, UINT mtu) { return false; } + if (e->IsRawIpMode) + { + return false; + } if (mtu == 0) { @@ -865,6 +892,11 @@ bool EthIsChangeMtuSupported(ETH *e) return false; } + if (e->IsRawIpMode) + { + return false; + } + return true; #else // defined(UNIX_LINUX) || defined(UNIX_BSD) || defined(UNIX_SOLARIS) return false; @@ -1526,6 +1558,13 @@ void CloseEth(ETH *e) return; } + if (e->IsRawIpMode) + { + CloseEthLinuxIpRaw(e); + + return; + } + if (e->Tap != NULL) { #ifndef NO_VLAN @@ -1647,6 +1686,11 @@ UINT EthGetPacketLinux(ETH *e, void **data) return INFINITE; } + if (e->IsRawIpMode) + { + return EthGetPacketLinuxIpRaw(e, data); + } + if (e->Tap != NULL) { #ifndef NO_VLAN @@ -1949,6 +1993,11 @@ void EthPutPacket(ETH *e, void *data, UINT size) { return; } + if (e->IsRawIpMode) + { + EthPutPacketLinuxIpRaw(e, data, size); + return; + } if (size < 14 || size > MAX_PACKET_SIZE) { Free(data); @@ -2017,10 +2066,745 @@ void EthPutPacket(ETH *e, void *data, UINT size) Free(data); } + + + +// Open ETH by using IP raw packets +ETH *OpenEthLinuxIpRaw() +{ + ETH *e; + + if (IsRawIpBridgeSupported() == false) + { + return NULL; + } + + e = ZeroMalloc(sizeof(ETH)); + + e->IsRawIpMode = true; + + e->RawTcp = NewUDP4(MAKE_SPECIAL_PORT(IPPROTO_TCP), NULL); + e->RawUdp = NewUDP4(MAKE_SPECIAL_PORT(IPPROTO_UDP), NULL); + e->RawIcmp = NewUDP4(MAKE_SPECIAL_PORT(IPPROTO_ICMP), NULL); + + if (e->RawTcp == NULL || e->RawUdp == NULL || e->RawIcmp == NULL) + { + ReleaseSock(e->RawTcp); + ReleaseSock(e->RawUdp); + ReleaseSock(e->RawIcmp); + + Free(e); + return NULL; + } + + ClearSockDfBit(e->RawTcp); + ClearSockDfBit(e->RawUdp); + ClearSockDfBit(e->RawIcmp); + + SetRawSockHeaderIncludeOption(e->RawTcp, true); + SetRawSockHeaderIncludeOption(e->RawUdp, true); + SetRawSockHeaderIncludeOption(e->RawIcmp, true); + + e->Name = CopyStr(BRIDGE_SPECIAL_IPRAW_NAME); + e->Title = CopyStr(BRIDGE_SPECIAL_IPRAW_NAME); + e->Cancel = NewCancel(); + + UnixDeletePipe(e->Cancel->pipe_read, e->Cancel->pipe_write); + e->Cancel->pipe_read = e->Cancel->pipe_write = -1; + + UnixSetSocketNonBlockingMode(e->RawTcp->socket, true); + UnixSetSocketNonBlockingMode(e->RawUdp->socket, true); + UnixSetSocketNonBlockingMode(e->RawIcmp->socket, true); + + e->Cancel->SpecialFlag = true; + e->Cancel->pipe_read = e->RawTcp->socket; + e->Cancel->pipe_special_read2 = e->RawUdp->socket; + e->Cancel->pipe_special_read3 = e->RawIcmp->socket; + + e->RawIpMyMacAddr[2] = 0x01; + e->RawIpMyMacAddr[5] = 0x01; + + SetIP(&e->MyIP, 10, 171, 7, 253); + SetIP(&e->YourIP, 10, 171, 7, 254); + + e->RawIpSendQueue = NewQueueFast(); + + e->RawIP_TmpBufferSize = 67000; + e->RawIP_TmpBuffer = Malloc(e->RawIP_TmpBufferSize); + + return e; +} + +// Close ETH by using IP raw packets +void CloseEthLinuxIpRaw(ETH *e) +{ + if (e == NULL) + { + return; + } + + while (true) + { + BUF *buf = GetNext(e->RawIpSendQueue); + if (buf == NULL) + { + break; + } + + FreeBuf(buf); + } + ReleaseQueue(e->RawIpSendQueue); + + Free(e->Name); + Free(e->Title); + + ReleaseSock(e->RawTcp); + ReleaseSock(e->RawUdp); + ReleaseSock(e->RawIcmp); + + ReleaseCancel(e->Cancel); + + Free(e->RawIP_TmpBuffer); + + Free(e); +} + +// Receive an IP raw packet +UINT EthGetPacketLinuxIpRaw(ETH *e, void **data) +{ + UINT r; + BUF *b; + // Validate arguments + if (e == NULL || data == NULL) + { + return INFINITE; + } + if (e->RawIp_HasError) + { + return INFINITE; + } + + b = GetNext(e->RawIpSendQueue); + if (b != NULL) + { + UINT size; + + *data = b->Buf; + size = b->Size; + + Free(b); + + return size; + } + + r = EthGetPacketLinuxIpRawForSock(e, data, e->RawTcp, IP_PROTO_TCP); + if (r == 0) + { + r = EthGetPacketLinuxIpRawForSock(e, data, e->RawUdp, IP_PROTO_UDP); + if (r == 0) + { + r = EthGetPacketLinuxIpRawForSock(e, data, e->RawIcmp, IP_PROTO_ICMPV4); + } + } + + if (r == INFINITE) + { + e->RawIp_HasError = true; + } + + return r; +} + +// Receive an IP raw packet for the specified socket +UINT EthGetPacketLinuxIpRawForSock(ETH *e, void **data, SOCK *s, UINT proto) +{ + UCHAR *tmp; + UINT r; + IP src_addr; + UINT src_port; + UINT ret = INFINITE; + UCHAR *retbuf; + PKT *p; + bool ok = false; + // Validate arguments + if (e == NULL || data == NULL) + { + return INFINITE; + } + + tmp = e->RawIP_TmpBuffer; + +LABEL_RETRY: + *data = NULL; + + r = RecvFrom(s, &src_addr, &src_port, tmp, e->RawIP_TmpBufferSize); + if (r == SOCK_LATER) + { + return 0; + } + + if (r == 0) + { + if (s->IgnoreRecvErr) + { + return 0; + } + else + { + return INFINITE; + } + } + + ret = 14 + r; + retbuf = Malloc(ret); + *data = retbuf; + + Copy(retbuf, e->RawIpYourMacAddr, 6); + Copy(retbuf + 6, e->RawIpMyMacAddr, 6); + retbuf[12] = 0x08; + retbuf[13] = 0x00; + Copy(retbuf + 14, tmp, r); + + // Mangle packet + p = ParsePacket(retbuf, ret); + if (p != NULL) + { + if (p->TypeL3 == L3_IPV4) + { + IPV4_HEADER *ip; + IP original_dest_ip; + + ip = p->L3.IPv4Header; + + UINTToIP(&original_dest_ip, ip->DstIP); + + if (IsZeroIP(&e->MyPhysicalIPForce) == false && CmpIpAddr(&e->MyPhysicalIPForce, &original_dest_ip) == 0 || + (IsIPMyHost(&original_dest_ip) && IsLocalHostIP(&original_dest_ip) == false && IsHostIPAddress4(&original_dest_ip))) + { + if (IsZeroIP(&e->MyPhysicalIPForce) && CmpIpAddr(&e->MyPhysicalIP, &original_dest_ip) != 0) + { + // Update MyPhysicalIP + Copy(&e->MyPhysicalIP, &original_dest_ip, sizeof(IP)); +// Debug("e->MyPhysicalIP = %r\n", &e->MyPhysicalIP); + } + + if (IsZeroIP(&e->MyPhysicalIPForce) == false) + { + Copy(&e->MyPhysicalIP, &e->MyPhysicalIPForce, sizeof(IP)); + } + + ip->DstIP = IPToUINT(&e->YourIP); + ip->Checksum = 0; + ip->Checksum = IpChecksum(ip, IPV4_GET_HEADER_LEN(ip) * 5); + + if (p->TypeL4 == L4_TCP) + { + TCP_HEADER *tcp = p->L4.TCPHeader; +/* + if (Endian16(tcp->SrcPort) == 80) + { + IP a, b; + UINTToIP(&a, ip->SrcIP); + UINTToIP(&b, ip->DstIP); + Debug("%r %r %u %u\n", &a, &b, Endian16(tcp->SrcPort), Endian16(tcp->DstPort)); + }*/ + + ok = true; + } + else if (p->TypeL4 == L4_UDP) + { + UDP_HEADER *udp = p->L4.UDPHeader; + + udp->Checksum = 0; + + ok = true; + } + else if (p->TypeL4 == L4_ICMPV4) + { + ICMP_HEADER *icmp = p->L4.ICMPHeader; + + if (icmp->Type == ICMP_TYPE_DESTINATION_UNREACHABLE || icmp->Type == ICMP_TYPE_TIME_EXCEEDED) + { + // Rewrite the Src IP of the IPv4 header of the ICMP response packet + UINT size = p->PacketSize - ((UCHAR *)icmp - (UCHAR *)p->PacketData); + UCHAR *data = (UCHAR *)icmp; + IPV4_HEADER *orig_ipv4 = (IPV4_HEADER *)(((UCHAR *)data) + sizeof(ICMP_HEADER) + sizeof(ICMP_ECHO)); + UINT orig_ipv4_size = size - (sizeof(ICMP_HEADER) + sizeof(ICMP_ECHO)); + + UINT orig_ipv4_header_size = GetIpHeaderSize((UCHAR *)orig_ipv4, orig_ipv4_size); + + if (orig_ipv4_header_size >= sizeof(IPV4_HEADER) && orig_ipv4_size >= orig_ipv4_header_size) + { + if (orig_ipv4->Protocol == IP_PROTO_ICMPV4) + { + // Search the inner ICMP header + UINT inner_icmp_size = orig_ipv4_size - orig_ipv4_header_size; + + if (inner_icmp_size >= (sizeof(ICMP_HEADER) + sizeof(ICMP_ECHO))) + { + ICMP_HEADER *inner_icmp = (ICMP_HEADER *)(((UCHAR *)data) + + sizeof(ICMP_HEADER) + sizeof(ICMP_ECHO) + orig_ipv4_header_size); + + if (inner_icmp->Type == ICMP_TYPE_ECHO_REQUEST) + { + ICMP_ECHO *inner_echo = (ICMP_ECHO *)(((UCHAR *)inner_icmp) + sizeof(ICMP_HEADER)); + + inner_icmp->Checksum = 0; + orig_ipv4->SrcIP = IPToUINT(&e->YourIP); + orig_ipv4->Checksum = 0; + orig_ipv4->Checksum = IpChecksum(orig_ipv4, orig_ipv4_header_size); + + // Rewrite the outer ICMP header + if (true) + { + UCHAR *payload; + UINT payload_size; + ICMP_ECHO *echo; + + // Echo Response + echo = (ICMP_ECHO *)(((UCHAR *)data) + sizeof(ICMP_HEADER)); + + if (size >= (sizeof(ICMP_HEADER) + sizeof(ICMP_ECHO))) + { + payload = ((UCHAR *)data) + sizeof(ICMP_HEADER) + sizeof(ICMP_ECHO); + payload_size = size - (sizeof(ICMP_HEADER) + sizeof(ICMP_ECHO)); + + // Rewrite the header + icmp->Checksum = 0; + icmp->Checksum = IpChecksum(icmp, size); + } + } + } + } + } + } + } + + icmp->Checksum = 0; + icmp->Checksum = IpChecksum(icmp, p->PayloadSize); + + ok = true; + } + else if (p->TypeL4 == L4_FRAGMENT) + { + ok = true; + } + } + } + + FreePacket(p); + } + + if (ok == false) + { + Free(*data); + *data = NULL; + + goto LABEL_RETRY; + } + + return ret; +} + +// Send internal IP packet (insert into the send queue) +void EthSendIpPacketInnerIpRaw(ETH *e, void *data, UINT size, USHORT protocol) +{ + BUF *b; + if (e == NULL || data == NULL || size == 0) + { + return; + } + + if (e->RawIpSendQueue->num_item >= 1024) + { + return; + } + + b = NewBuf(); + WriteBuf(b, e->RawIpYourMacAddr, 6); + WriteBuf(b, e->RawIpMyMacAddr, 6); + WriteBufShort(b, protocol); + WriteBuf(b, data, size); + SeekBufToBegin(b); + + InsertQueue(e->RawIpSendQueue, b); +} + +// Process the packet internal if necessary +bool EthProcessIpPacketInnerIpRaw(ETH *e, PKT *p) +{ + bool ret = false; + if (e == NULL || p == NULL) + { + return false; + } + + if (p->TypeL3 == L3_ARPV4) + { + // ARP processing + ARPV4_HEADER *arp = p->L3.ARPv4Header; + + if (Endian16(arp->HardwareType) == ARP_HARDWARE_TYPE_ETHERNET && + Endian16(arp->ProtocolType) == MAC_PROTO_IPV4 && + arp->HardwareSize == 6 && arp->ProtocolType == 4) + { + if (IPToUINT(&e->MyIP) == arp->TargetIP) + { + if (Endian16(arp->Operation) == ARP_OPERATION_REQUEST) + { + ARPV4_HEADER r; + + Zero(&r, sizeof(r)); + r.HardwareType = Endian16(ARP_HARDWARE_TYPE_ETHERNET); + r.ProtocolType = Endian16(MAC_PROTO_IPV4); + r.HardwareSize = 6; + r.ProtocolSize = 4; + r.Operation = Endian16(ARP_OPERATION_RESPONSE); + Copy(r.SrcAddress, e->RawIpMyMacAddr, 6); + Copy(r.TargetAddress, arp->SrcAddress, 6); + r.SrcIP = IPToUINT(&e->MyIP); + r.TargetIP = arp->SrcIP; + + EthSendIpPacketInnerIpRaw(e, &r, sizeof(ARPV4_HEADER), MAC_PROTO_ARPV4); + } + } + } + } + else if (p->TypeL3 == L3_IPV4 && p->TypeL4 == L4_UDP && p->TypeL7 == L7_DHCPV4) + { + // DHCP processing + DHCPV4_HEADER *dhcp; + UCHAR *data; + UINT size; + UINT dhcp_header_size; + UINT dhcp_data_offset; + UINT tran_id; + UINT magic_cookie = Endian32(DHCP_MAGIC_COOKIE); + bool ok; + DHCP_OPTION_LIST *opt; + + dhcp = p->L7.DHCPv4Header; + tran_id = Endian32(dhcp->TransactionId); + + // Get the DHCP data and size + dhcp_header_size = sizeof(DHCPV4_HEADER); + dhcp_data_offset = (UINT)(((UCHAR *)p->L7.DHCPv4Header) - ((UCHAR *)p->MacHeader) + dhcp_header_size); + data = ((UCHAR *)dhcp) + dhcp_header_size; + size = p->PacketSize - dhcp_data_offset; + if (dhcp_header_size < 5) + { + // Data size is invalid + return false; + } + + // Search for Magic Cookie + ok = false; + while (size >= 5) + { + if (Cmp(data, &magic_cookie, sizeof(magic_cookie)) == 0) + { + // Found + data += 4; + size -= 4; + ok = true; + break; + } + data++; + size--; + } + + if (ok == false) + { + // The packet is invalid + return false; + } + + // Parse DHCP options list + opt = ParseDhcpOptionList(data, size); + if (opt == NULL) + { + // The packet is invalid + return false; + } + + if (dhcp->OpCode == 1 && (opt->Opcode == DHCP_DISCOVER || opt->Opcode == DHCP_REQUEST || opt->Opcode == DHCP_INFORM)) + { + // Operate as the server + UINT ip = IPToUINT(&e->YourIP); + if (ip != 0 || opt->Opcode == DHCP_INFORM) + { + // Respond if there is providable IP address + DHCP_OPTION_LIST ret; + LIST *o; + UINT hw_type; + UINT hw_addr_size; + UINT new_ip = ip; + IP default_dns; + + Zero(&default_dns, sizeof(default_dns)); + + Zero(&ret, sizeof(ret)); + + ret.Opcode = (opt->Opcode == DHCP_DISCOVER ? DHCP_OFFER : DHCP_ACK); + ret.ServerAddress = IPToUINT(&e->MyIP); + ret.LeaseTime = 3600; + if (opt->Opcode == DHCP_INFORM) + { + ret.LeaseTime = 0; + } + + ret.SubnetMask = SetIP32(255, 255, 255, 252); + + if (UnixGetDefaultDns(&default_dns) && IsZeroIp(&default_dns) == false) + { + ret.DnsServer = IPToUINT(&default_dns); + ret.DnsServer2 = SetIP32(8, 8, 8, 8); + } + else + { + ret.DnsServer = SetIP32(8, 8, 8, 8); + ret.DnsServer2 = SetIP32(8, 8, 4, 4); + } + + ret.Gateway = IPToUINT(&e->MyIP); + + if (opt->Opcode != DHCP_INFORM) + { + char client_mac[MAX_SIZE]; + char client_ip[64]; + IP ips; + BinToStr(client_mac, sizeof(client_mac), p->MacAddressSrc, 6); + UINTToIP(&ips, ip); + IPToStr(client_ip, sizeof(client_ip), &ips); + Debug("IP_RAW: DHCP %s : %s given %s\n", + ret.Opcode == DHCP_OFFER ? "DHCP_OFFER" : "DHCP_ACK", + client_mac, client_ip); + } + + // Build a DHCP option + o = BuildDhcpOption(&ret); + if (o != NULL) + { + BUF *b = BuildDhcpOptionsBuf(o); + if (b != NULL) + { + UINT dest_ip = p->L3.IPv4Header->SrcIP; + UINT blank_size = 128 + 64; + UINT dhcp_packet_size; + UINT magic = Endian32(DHCP_MAGIC_COOKIE); + DHCPV4_HEADER *dhcp; + void *magic_cookie_addr; + void *buffer_addr; + + if (dest_ip == 0) + { + dest_ip = 0xffffffff; + } + + // Calculate the DHCP packet size + dhcp_packet_size = blank_size + sizeof(DHCPV4_HEADER) + sizeof(magic) + b->Size; + + if (dhcp_packet_size < DHCP_MIN_SIZE) + { + // Padding + dhcp_packet_size = DHCP_MIN_SIZE; + } + + // Create a header + dhcp = ZeroMalloc(dhcp_packet_size); + + dhcp->OpCode = 2; + dhcp->HardwareType = hw_type; + dhcp->HardwareAddressSize = hw_addr_size; + dhcp->Hops = 0; + dhcp->TransactionId = Endian32(tran_id); + dhcp->Seconds = 0; + dhcp->Flags = 0; + dhcp->YourIP = new_ip; + dhcp->ServerIP = IPToUINT(&e->MyIP); + Copy(dhcp->ClientMacAddress, p->MacAddressSrc, 6); + + // Calculate the address + magic_cookie_addr = (((UCHAR *)dhcp) + sizeof(DHCPV4_HEADER) + blank_size); + buffer_addr = ((UCHAR *)magic_cookie_addr) + sizeof(magic); + + // Magic Cookie + Copy(magic_cookie_addr, &magic, sizeof(magic)); + + // Buffer + Copy(buffer_addr, b->Buf, b->Size); + + if (true) + { + UCHAR *data = ZeroMalloc(sizeof(IPV4_HEADER) + sizeof(UDP_HEADER) + dhcp_packet_size); + IPV4_HEADER *ipv4 = (IPV4_HEADER *)(data); + UDP_HEADER *udp = (UDP_HEADER *)(data + sizeof(IPV4_HEADER)); + + Copy(data + sizeof(IPV4_HEADER) + sizeof(UDP_HEADER), dhcp, dhcp_packet_size); + + IPV4_SET_VERSION(ipv4, 4); + IPV4_SET_HEADER_LEN(ipv4, 5); + ipv4->TotalLength = Endian16(sizeof(IPV4_HEADER) + sizeof(UDP_HEADER) + dhcp_packet_size); + ipv4->TimeToLive = 63; + ipv4->Protocol = IP_PROTO_UDP; + ipv4->SrcIP = IPToUINT(&e->MyIP); + ipv4->DstIP = dest_ip; + ipv4->Checksum = IpChecksum(ipv4, sizeof(IPV4_HEADER)); + + udp->SrcPort = Endian16(NAT_DHCP_SERVER_PORT); + udp->DstPort = Endian16(NAT_DHCP_CLIENT_PORT); + udp->PacketLength = Endian16(sizeof(UDP_HEADER) + dhcp_packet_size); + udp->Checksum = CalcChecksumForIPv4(ipv4->SrcIP, ipv4->DstIP, IP_PROTO_UDP, + dhcp, dhcp_packet_size, 0); + if (udp->Checksum == 0) + { + udp->Checksum = 0xffff; + } + + EthSendIpPacketInnerIpRaw(e, data, sizeof(IPV4_HEADER) + sizeof(UDP_HEADER) + dhcp_packet_size, MAC_PROTO_IPV4); + + Free(data); + } + + // Release the memory + Free(dhcp); + FreeBuf(b); + } + FreeDhcpOptions(o); + } + } + } + + Free(opt); + } + + return ret; +} + +// Send an IP raw packet +void EthPutPacketLinuxIpRaw(ETH *e, void *data, UINT size) +{ + PKT *p; + // Validate arguments + if (e == NULL || data == NULL) + { + return; + } + if (size < 14 || size > MAX_PACKET_SIZE || e->RawIp_HasError) + { + Free(data); + return; + } + + p = ParsePacket(data, size); + + if (p->BroadcastPacket || Cmp(p->MacAddressDest, e->RawIpMyMacAddr, 6) == 0) + { + if (IsValidUnicastMacAddress(p->MacAddressSrc)) + { + Copy(e->RawIpYourMacAddr, p->MacAddressSrc, 6); + } + } + + if (IsZero(e->RawIpYourMacAddr, 6) || IsValidUnicastMacAddress(p->MacAddressSrc) == false || + (p->BroadcastPacket == false && Cmp(p->MacAddressDest, e->RawIpMyMacAddr, 6) != 0)) + { + Free(data); + FreePacket(p); + return; + } + + if (p != NULL) + { + SOCK *s = NULL; + + if (p->TypeL3 == L3_IPV4) + { + if (p->TypeL4 == L4_TCP) + { + if (IsZeroIP(&e->MyPhysicalIP) == false) + { + s = e->RawTcp; + } + } + else if (p->TypeL4 == L4_UDP) + { + if (EthProcessIpPacketInnerIpRaw(e, p) == false) + { + s = e->RawUdp; + } + } + else if (p->TypeL4 == L4_ICMPV4) + { + if (IsZeroIP(&e->MyPhysicalIP) == false) + { + s = e->RawIcmp; + } + } + else if (p->TypeL4 == L4_FRAGMENT) + { + if (IsZeroIP(&e->MyPhysicalIP) == false) + { + s = e->RawIcmp; + } + } + } + else if (p->TypeL3 == L3_ARPV4) + { + EthProcessIpPacketInnerIpRaw(e, p); + } + + if (s != NULL && p->L3.IPv4Header->DstIP != 0xffffffff && p->BroadcastPacket == false && + p->L3.IPv4Header->SrcIP == IPToUINT(&e->YourIP)) + { + UCHAR *send_data = p->IPv4PayloadData; + UCHAR *head = p->PacketData; + UINT remove_header_size = (UINT)(send_data - head); + + if (p->PacketSize > remove_header_size) + { + IP dest; + UINT send_data_size = p->PacketSize - remove_header_size; + + // checksum + if (p->TypeL4 == L4_UDP) + { + p->L4.UDPHeader->Checksum = 0; + } + else if (p->TypeL4 == L4_TCP) + { + p->L4.TCPHeader->Checksum = 0; + p->L4.TCPHeader->Checksum = CalcChecksumForIPv4(IPToUINT(&e->MyPhysicalIP), + p->L3.IPv4Header->DstIP, IP_PROTO_TCP, + p->L4.TCPHeader, p->IPv4PayloadSize, 0); + } + + UINTToIP(&dest, p->L3.IPv4Header->DstIP); + + if (s->RawIP_HeaderIncludeFlag == false) + { + SendTo(s, &dest, 0, send_data, send_data_size); + } + else + { + IPV4_HEADER *ip = p->L3.IPv4Header; + + ip->SrcIP = IPToUINT(&e->MyPhysicalIP); + ip->Checksum = 0; + ip->Checksum = IpChecksum(ip, IPV4_GET_HEADER_LEN(ip) * 4); + + SendTo(s, &dest, 0, ip, ((UCHAR *)p->PacketData - (UCHAR *)ip) + p->PacketSize); + } + } + } + + FreePacket(p); + } + + Free(data); +} + + #endif // BRIDGE_C - -// 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/src/Cedar/BridgeUnix.h b/src/Cedar/BridgeUnix.h index e0763e57..7f9b0890 100644 --- a/src/Cedar/BridgeUnix.h +++ b/src/Cedar/BridgeUnix.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -162,6 +162,19 @@ struct ETH VLAN *Tap; // tap bool Linux_IsAuxDataSupported; // Is PACKET_AUXDATA supported + + bool IsRawIpMode; // RAW IP mode + SOCK *RawTcp, *RawUdp, *RawIcmp; // RAW sockets + bool RawIp_HasError; + UCHAR RawIpMyMacAddr[6]; + UCHAR RawIpYourMacAddr[6]; + IP MyIP; + IP YourIP; + QUEUE *RawIpSendQueue; + IP MyPhysicalIP; + IP MyPhysicalIPForce; + UCHAR *RawIP_TmpBuffer; + UINT RawIP_TmpBufferSize; }; #if defined( BRIDGE_BPF ) || defined( BRIDGE_PCAP ) @@ -180,7 +193,8 @@ bool IsEthSupportedLinux(); bool IsEthSupportedSolaris(); bool IsEthSupportedPcap(); TOKEN_LIST *GetEthList(); -TOKEN_LIST *GetEthListLinux(); +TOKEN_LIST *GetEthListEx(UINT *total_num_including_hidden, bool enum_normal, bool enum_rawip); +TOKEN_LIST *GetEthListLinux(bool enum_normal, bool enum_rawip); TOKEN_LIST *GetEthListSolaris(); TOKEN_LIST *GetEthListPcap(); ETH *OpenEth(char *name, bool local, bool tapmode, char *tapaddr); @@ -203,6 +217,14 @@ bool EthIsChangeMtuSupported(ETH *e); bool EthGetInterfaceDescriptionUnix(char *name, char *str, UINT size); bool EthIsInterfaceDescriptionSupportedUnix(); +ETH *OpenEthLinuxIpRaw(); +void CloseEthLinuxIpRaw(ETH *e); +UINT EthGetPacketLinuxIpRaw(ETH *e, void **data); +UINT EthGetPacketLinuxIpRawForSock(ETH *e, void **data, SOCK *s, UINT proto); +void EthPutPacketLinuxIpRaw(ETH *e, void *data, UINT size); +bool EthProcessIpPacketInnerIpRaw(ETH *e, PKT *p); +void EthSendIpPacketInnerIpRaw(ETH *e, void *data, UINT size, USHORT protocol); + #ifdef UNIX_SOLARIS // Function prototype for Solaris bool DlipAttatchRequest(int fd, UINT devid); @@ -216,7 +238,3 @@ int UnixEthOpenRawSocket(); #endif // BRIDGEUNIX_H - -// 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/src/Cedar/BridgeWin32.c b/src/Cedar/BridgeWin32.c index 9672e4a9..653b0bc5 100644 --- a/src/Cedar/BridgeWin32.c +++ b/src/Cedar/BridgeWin32.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1356,9 +1356,9 @@ TOKEN_LIST *GetEthList() { UINT v; - return GetEthListEx(&v); + return GetEthListEx(&v, true, false); } -TOKEN_LIST *GetEthListEx(UINT *total_num_including_hidden) +TOKEN_LIST *GetEthListEx(UINT *total_num_including_hidden, bool enum_normal, bool enum_rawip) { TOKEN_LIST *ret; UINT i; @@ -1371,6 +1371,11 @@ TOKEN_LIST *GetEthListEx(UINT *total_num_including_hidden) return NULL; } + if (enum_normal == false) + { + return NullToken(); + } + if (total_num_including_hidden == NULL) { total_num_including_hidden = &dummy_int; @@ -1894,6 +1899,12 @@ bool IsPcdSupported() UINT type; OS_INFO *info = GetOsInfo(); + if (MsIsWindows10()) + { + // Windows 10 or later never supports PCD driver. + return false; + } + type = info->OsType; if (OS_IS_WINDOWS_NT(type) == false) @@ -1972,11 +1983,6 @@ HINSTANCE InstallPcdDriverInternal() src_filename = BRIDGE_WIN32_PCD_SYS_X64; } - if (MsIsIA64()) - { - src_filename = BRIDGE_WIN32_PCD_SYS_IA64; - } - // Copy see.sys if (FileCopy(src_filename, tmp) == false) { @@ -1995,10 +2001,6 @@ HINSTANCE InstallPcdDriverInternal() { dll_filename = BRIDGE_WIN32_PCD_DLL_X64; } - else if (MsIsIA64()) - { - dll_filename = BRIDGE_WIN32_PCD_DLL_IA64; - } } // Try to load see.dll and initialize @@ -2142,7 +2144,7 @@ RELEASE: return false; } - o = GetEthListEx(&total_num); + o = GetEthListEx(&total_num, true, false); if (o == NULL || total_num == 0) { FreeToken(o); @@ -2241,7 +2243,3 @@ void GetEthNetworkConnectionName(wchar_t *dst, UINT size, char *device_name) #endif // BRIDGE_C - -// 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/src/Cedar/BridgeWin32.h b/src/Cedar/BridgeWin32.h index c00bcc0c..ba67e014 100644 --- a/src/Cedar/BridgeWin32.h +++ b/src/Cedar/BridgeWin32.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -116,11 +116,9 @@ #define BRIDGE_WIN32_PACKET_DLL "Packet.dll" #define BRIDGE_WIN32_PCD_DLL "|see.dll" -#define BRIDGE_WIN32_PCD_SYS "|see.sys" +#define BRIDGE_WIN32_PCD_SYS "|DriverPackages\\See\\x86\\See_x86.sys" #define BRIDGE_WIN32_PCD_DLL_X64 "|see_x64.dll" -#define BRIDGE_WIN32_PCD_SYS_X64 "|see_x64.sys" -#define BRIDGE_WIN32_PCD_DLL_IA64 "|see_ia64.dll" -#define BRIDGE_WIN32_PCD_SYS_IA64 "|see_ia64.sys" +#define BRIDGE_WIN32_PCD_SYS_X64 "|DriverPackages\\See\\x64\\See_x64.sys" #define BRIDGE_WIN32_PCD_REGKEY "SYSTEM\\CurrentControlSet\\services\\SEE" #define BRIDGE_WIN32_PCD_BUILDVALUE "CurrentInstalledBuild" @@ -215,6 +213,12 @@ struct ETH SU *Su; // SeLow handle SU_ADAPTER *SuAdapter; // SeLow adapter handle + + // Unused + bool IsRawIpMode; // RAW IP mode + UCHAR RawIpMyMacAddr[6]; + UCHAR RawIpYourMacAddr[6]; + IP MyPhysicalIPForce; }; // Function prototype @@ -223,7 +227,7 @@ void FreeEth(); bool IsEthSupported(); bool IsEthSupportedInner(); TOKEN_LIST *GetEthList(); -TOKEN_LIST *GetEthListEx(UINT *total_num_including_hidden); +TOKEN_LIST *GetEthListEx(UINT *total_num_including_hidden, bool enum_normal, bool enum_rawip); ETH *OpenEth(char *name, bool local, bool tapmode, char *tapaddr); ETH *OpenEthInternal(char *name, bool local, bool tapmode, char *tapaddr); void CloseEth(ETH *e); @@ -262,7 +266,3 @@ bool Win32GetEnableSeLow(); #endif // BRIDGEWIN32_H - -// 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/src/Cedar/CM.c b/src/Cedar/CM.c index 4f5e6ce9..d85559ae 100644 --- a/src/Cedar/CM.c +++ b/src/Cedar/CM.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Contributors: // - ELIN (https://github.com/el1n) // Comments: Tetsuo Sugiyama, Ph.D. @@ -12526,7 +12526,3 @@ void *CmUpdateJumpList(UINT start_id) #endif // WIN32 - -// 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/src/Cedar/CM.h b/src/Cedar/CM.h index dfbf23c7..072a6b2a 100644 --- a/src/Cedar/CM.h +++ b/src/Cedar/CM.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -156,7 +156,3 @@ UINT CmGetSecureBitmapId(char *dest_hostname); #endif // CM_H - -// 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/src/Cedar/CMInner.h b/src/Cedar/CMInner.h index f53c77da..b789df46 100644 --- a/src/Cedar/CMInner.h +++ b/src/Cedar/CMInner.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Contributors: // - ELIN (https://github.com/el1n) // Comments: Tetsuo Sugiyama, Ph.D. @@ -639,7 +639,3 @@ bool CmGetProxyServerNameAndPortFromIeProxyRegStr(char *name, UINT name_size, UI void *CmUpdateJumpList(UINT start_id); - -// 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/src/Cedar/Cedar.c b/src/Cedar/Cedar.c index 127c862e..04d0556b 100644 --- a/src/Cedar/Cedar.c +++ b/src/Cedar/Cedar.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -118,6 +118,34 @@ static UINT init_cedar_counter = 0; static REF *cedar_log_ref = NULL; static LOG *cedar_log; +// Check whether there is any EAP-enabled RADIUS configuration +bool CedarIsThereAnyEapEnabledRadiusConfig(CEDAR *c) +{ + bool ret = false; + UINT i; + if (c == NULL) + { + return false; + } + + LockHubList(c); + { + for (i = 0;i < LIST_NUM(c->HubList);i++) + { + HUB *hub = LIST_DATA(c->HubList, i); + + if (hub->RadiusConvertAllMsChapv2AuthRequestToEap) + { + ret = true; + break; + } + } + } + UnlockHubList(c); + + return ret; +} + // Get build date of current code UINT64 GetCurrentBuildDate() { @@ -235,18 +263,27 @@ bool IsSupportedWinVer(RPC_WINVER *v) } } -#if 0 - // Enable in future when supported - if ((v->VerMajor == 6 && v->VerMinor == 4) ||(v->VerMajor == 10 && v->VerMinor == 0)) + if ((v->VerMajor == 6 && v->VerMinor == 4) || (v->VerMajor == 10 && v->VerMinor == 0)) { - // Windows 10, Server 10 - if (v->ServicePack <= 0) + if (v->IsServer == false) { - // SP0 only - return true; + // Windows 10 (not Windows Server 2016) + if (v->ServicePack <= 0) + { + // SP0 only + return true; + } + } + else + { + // Windows Server 2016 + if (v->ServicePack <= 0) + { + // SP0 only + return true; + } } } -#endif return false; } @@ -1722,7 +1759,7 @@ CEDAR *NewCedar(X *server_x, K *server_k) c->TrafficDiffList = NewList(NULL); - SetCedarCipherList(c, "RC4-MD5"); + SetCedarCipherList(c, SERVER_DEFAULT_CIPHER_NAME); c->ClientId = _II("CLIENT_ID"); @@ -1877,7 +1914,3 @@ void FreeCedar() FreeProtocol(); } - -// 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/src/Cedar/Cedar.h b/src/Cedar/Cedar.h index f5db4b34..bc15b32f 100644 --- a/src/Cedar/Cedar.h +++ b/src/Cedar/Cedar.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -135,10 +135,10 @@ // Version number -#define CEDAR_VER 415 +#define CEDAR_VER 423 // Build Number -#define CEDAR_BUILD 9546 +#define CEDAR_BUILD 9647 // Beta number //#define BETA_NUMBER 3 @@ -153,16 +153,16 @@ // Specify the location to build #ifndef BUILD_PLACE -#define BUILD_PLACE "pc30" +#define BUILD_PLACE "pc37" #endif // BUILD_PLACE // Specifies the build date -#define BUILD_DATE_Y 2015 -#define BUILD_DATE_M 4 -#define BUILD_DATE_D 5 -#define BUILD_DATE_HO 2 -#define BUILD_DATE_MI 54 -#define BUILD_DATE_SE 8 +#define BUILD_DATE_Y 2017 +#define BUILD_DATE_M 10 +#define BUILD_DATE_D 19 +#define BUILD_DATE_HO 14 +#define BUILD_DATE_MI 28 +#define BUILD_DATE_SE 18 // Tolerable time difference #define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000) @@ -242,7 +242,7 @@ #define FIFO_BUDGET VPN_GP(GP_FIFO_BUDGET, 1000000) #endif // USE_STRATEGY_LOW_MEMORY -#define MAX_PACKET_SIZE 1560 // Maximum packet size +#define MAX_PACKET_SIZE 1600 // Maximum packet size #define UDP_BUF_SIZE (32 * 1024) // Aim of the UDP packet size #ifndef USE_STRATEGY_LOW_MEMORY @@ -670,7 +670,7 @@ #define ARP_ENTRY_EXPIRES (30 * 1000) // ARP table expiration date #define ARP_ENTRY_POLLING_TIME (1 * 1000) // ARP table cleaning timer -#define ARP_REQUEST_TIMEOUT (200) // ARP request time-out period +#define ARP_REQUEST_TIMEOUT (1000) // ARP request time-out period #define ARP_REQUEST_GIVEUP (5 * 1000) // Time to give up sending the ARP request #define IP_WAIT_FOR_ARP_TIMEOUT (5 * 1000) // Total time that an IP packet waiting for ARP table #define IP_COMBINE_TIMEOUT (10 * 1000) // Time-out of IP packet combining @@ -1052,7 +1052,7 @@ typedef struct CEDAR UINT QueueBudget; // Queue budget LOCK *FifoBudgetLock; // Fifo budget lock UINT FifoBudget; // Fifo budget - bool AcceptOnlyTls; // Accept only TLS (Disable SSL) + SSL_ACCEPT_SETTINGS SslAcceptSettings; // SSL Accept Settings char OpenVPNDefaultClientOption[MAX_SIZE]; // OpenVPN Default Client Option String } CEDAR; @@ -1259,12 +1259,9 @@ UINT CedarGetQueueBudgetConsuming(CEDAR *c); UINT CedarGetFifoBudgetConsuming(CEDAR *c); UINT CedarGetQueueBudgetBalance(CEDAR *c); UINT CedarGetFifoBudgetBalance(CEDAR *c); +bool CedarIsThereAnyEapEnabledRadiusConfig(CEDAR *c); #endif // CEDAR_H - -// 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/src/Cedar/Cedar.vcproj b/src/Cedar/Cedar.vcproj index c84d7379..6a306a99 100644 --- a/src/Cedar/Cedar.vcproj +++ b/src/Cedar/Cedar.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir);WinPcap" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -188,7 +188,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir);WinPcap" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/Cedar/CedarPch.c b/src/Cedar/CedarPch.c index f5b8a453..8c6d3a4d 100644 --- a/src/Cedar/CedarPch.c +++ b/src/Cedar/CedarPch.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -113,7 +113,3 @@ #include "CedarPch.h" - -// 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/src/Cedar/CedarPch.h b/src/Cedar/CedarPch.h index 968784f3..298d0a83 100644 --- a/src/Cedar/CedarPch.h +++ b/src/Cedar/CedarPch.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -124,7 +124,3 @@ #include #include - -// 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/src/Cedar/CedarType.h b/src/Cedar/CedarType.h index 5bd9d2c8..7ae8fd9f 100644 --- a/src/Cedar/CedarType.h +++ b/src/Cedar/CedarType.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -142,6 +142,16 @@ typedef struct AUTHNT AUTHNT; // ============================================================== typedef struct RADIUS_LOGIN_OPTION RADIUS_LOGIN_OPTION; +typedef struct RADIUS_PACKET RADIUS_PACKET; +typedef struct RADIUS_AVP RADIUS_AVP; +typedef struct EAP_CLIENT EAP_CLIENT; +typedef struct EAP_MESSAGE EAP_MESSAGE; +typedef struct EAP_MSCHAPV2_GENERAL EAP_MSCHAPV2_GENERAL; +typedef struct EAP_MSCHAPV2_CHALLENGE EAP_MSCHAPV2_CHALLENGE; +typedef struct EAP_MSCHAPV2_RESPONSE EAP_MSCHAPV2_RESPONSE; +typedef struct EAP_MSCHAPV2_SUCCESS_SERVER EAP_MSCHAPV2_SUCCESS_SERVER; +typedef struct EAP_MSCHAPV2_SUCCESS_CLIENT EAP_MSCHAPV2_SUCCESS_CLIENT; +typedef struct EAP_PEAP EAP_PEAP; // ============================================================== @@ -528,6 +538,8 @@ typedef struct CTC CTC; typedef struct CTR CTR; typedef struct TTC TTC; typedef struct TTS TTS; +typedef struct TTS_WORKER TTS_WORKER; +typedef struct TTC_WORKER TTC_WORKER; typedef struct TT_RESULT TT_RESULT; typedef struct TTS_SOCK TTS_SOCK; typedef struct TTC_SOCK TTC_SOCK; @@ -738,6 +750,8 @@ typedef struct MIRROR_SERVER MIRROR_SERVER; // ============================================================== typedef struct NATIVE_STACK NATIVE_STACK; +typedef struct IPTABLES_STATE IPTABLES_STATE; +typedef struct IPTABLES_ENTRY IPTABLES_ENTRY; // ============================================================== @@ -751,7 +765,3 @@ typedef struct SU_ADAPTER_LIST SU_ADAPTER_LIST; #endif // CEDARTYPE_H - -// 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/src/Cedar/Client.c b/src/Cedar/Client.c index 77cc045c..63af4c77 100644 --- a/src/Cedar/Client.c +++ b/src/Cedar/Client.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Contributors: // - nattoheaven (https://github.com/nattoheaven) // Comments: Tetsuo Sugiyama, Ph.D. @@ -2181,13 +2181,14 @@ BUF *CiAccountToCfg(RPC_CLIENT_CREATE_ACCOUNT *t) // RPC dispatch routine PACK *CiRpcDispatch(RPC *rpc, char *name, PACK *p) { - CLIENT *c = rpc->Param; PACK *ret; + CLIENT *c; // Validate arguments if (rpc == NULL || name == NULL || p == NULL) { return NULL; } + c = rpc->Param; ret = NewPack(); @@ -6029,12 +6030,13 @@ L_TRY: ReleaseSock(s); ret = ZeroMalloc(sizeof(REMOTE_CLIENT)); - ret->Rpc = rpc; rpc->Param = ret; if (ret != NULL) { RPC_CLIENT_VERSION t; + + ret->Rpc = rpc; Zero(&t, sizeof(t)); CcGetClientVersion(ret, &t); ret->OsType = t.OsType; @@ -6487,7 +6489,7 @@ bool Win32CiSecureSign(SECURE_SIGN *sign) // Success ret = true; sign->ClientCert = batch[0].OutputX; - Copy(sign->Signature, batch[1].OutputSign, 128); + Copy(sign->Signature, batch[1].OutputSign, MIN(sizeof(sign->Signature),sizeof(batch[1].OutputSign))); } } @@ -6661,7 +6663,7 @@ bool CtConnect(CLIENT *c, RPC_CLIENT_CONNECT *connect) CiSetError(c, ERR_ACCOUNT_ACTIVE); } else if (r->ClientAuth->AuthType == CLIENT_AUTHTYPE_SECURE && - client->UseSecureDeviceId == 0) + c->UseSecureDeviceId == 0) { // Secure device is not specified CiSetError(c, ERR_NO_SECURE_DEVICE_SPECIFIED); @@ -8450,7 +8452,7 @@ bool CtCreateVLan(CLIENT *c, RPC_CLIENT_CREATE_VLAN *create) return false; } - // Regulation in Windows 8 + // Regulation in Windows 8 / 10 if (MsIsInfCatalogRequired()) { if (CiIsValidVLanRegulatedName(create->DeviceName) == false) @@ -11110,7 +11112,3 @@ void CiClientStatusPrinter(SESSION *s, wchar_t *status) } - -// 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/src/Cedar/Client.h b/src/Cedar/Client.h index 771b2b69..263036ed 100644 --- a/src/Cedar/Client.h +++ b/src/Cedar/Client.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -878,7 +878,3 @@ void CiInitDriverVerStruct(MS_DRIVER_VER *ver); #endif // CLIENT_H - -// 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/src/Cedar/Command.c b/src/Cedar/Command.c index 4f4d7145..76b2a3cc 100644 --- a/src/Cedar/Command.c +++ b/src/Cedar/Command.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1166,6 +1166,7 @@ void TtGenerateRandomData(UCHAR **buf, UINT *size) void TtsWorkerThread(THREAD *thread, void *param) { TTS *tts; + TTS_WORKER *w; UINT buf_size; UCHAR *send_buf_data, *recv_buf_data; bool all_sockets_blocked = false; @@ -1185,14 +1186,15 @@ void TtsWorkerThread(THREAD *thread, void *param) TtGenerateRandomData(&send_buf_data, &buf_size); TtGenerateRandomData(&recv_buf_data, &buf_size); - tts = (TTS *)param; + w = (TTS_WORKER *)param; + tts = (TTS *)w->Tts; // Preparation of socket events - tts->SockEvent = NewSockEvent(); - AddRef(tts->SockEvent->ref); + w->SockEvent = NewSockEvent(); + AddRef(w->SockEvent->ref); // Preparing the Server socket list - tts->TtsSockList = NewList(NULL); + w->TtsSockList = NewList(NULL); // Notify completion of preparation to parent thread NoticeThreadInit(thread); @@ -1206,12 +1208,12 @@ void TtsWorkerThread(THREAD *thread, void *param) // Wait for all sockets if (dont_block_next_time == false) { - WaitSockEvent(tts->SockEvent, 50); + WaitSockEvent(w->SockEvent, 50); } dont_block_next_time = false; // Process for sockets that are currently registered - LockList(tts->TtsSockList); + LockList(w->TtsSockList); { UINT i; @@ -1223,17 +1225,17 @@ void TtsWorkerThread(THREAD *thread, void *param) { all_sockets_blocked = true; - for (i = 0;i < LIST_NUM(tts->TtsSockList);i++) + for (i = 0;i < LIST_NUM(w->TtsSockList);i++) { UINT ret = SOCK_LATER; UCHAR *send_data = NULL, *recv_data = NULL; UINT send_size = 0, recv_size = 0; - TTS_SOCK *ts = LIST_DATA(tts->TtsSockList, i); + TTS_SOCK *ts = LIST_DATA(w->TtsSockList, i); bool blocked_for_this_socket = false; if (ts->SockJoined == false) { - JoinSockToSockEvent(ts->Sock, tts->SockEvent); + JoinSockToSockEvent(ts->Sock, w->SockEvent); ts->SockJoined = true; } @@ -1245,6 +1247,7 @@ void TtsWorkerThread(THREAD *thread, void *param) if (ret != 0 && ret != SOCK_LATER) { ts->State = 5; + ts->LastCommTime = now; } break; @@ -1255,6 +1258,8 @@ void TtsWorkerThread(THREAD *thread, void *param) { UCHAR c; + ts->LastCommTime = now; + // Direction of the data is in the first byte that is received c = recv_buf_data[0]; @@ -1276,6 +1281,8 @@ void TtsWorkerThread(THREAD *thread, void *param) // Span ts->Span = READ_UINT64(recv_buf_data + sizeof(UINT64) + 1); + + ts->GiveupSpan = ts->Span * 3ULL + 180000ULL; } } break; @@ -1289,6 +1296,8 @@ void TtsWorkerThread(THREAD *thread, void *param) // Checking the first byte of received UCHAR c = recv_buf_data[0]; + ts->LastCommTime = now; + if (ts->FirstRecvTick == 0) { // Record the time at which the data has been received for the first @@ -1326,11 +1335,42 @@ void TtsWorkerThread(THREAD *thread, void *param) if (ts->NoMoreSendData == false) { ret = Send(ts->Sock, send_buf_data, buf_size, false); + + if (ret != 0 && ret != SOCK_LATER) + { + ts->LastCommTime = now; + } } else { ret = Recv(ts->Sock, recv_buf_data, buf_size, false); + + if (ret != 0 && ret != SOCK_LATER) + { + ts->LastCommTime = now; + } } + + if (ts->FirstSendTick == 0) + { + ts->FirstSendTick = now; + } + else + { + if (ts->FirstSendTick <= now) + { + if (ts->Span != 0) + { + UINT64 giveup_tick = ts->FirstSendTick + ts->Span * 3ULL + 180000ULL; + + if (now > giveup_tick) + { + ret = 0; + } + } + } + } + break; case 3: @@ -1343,6 +1383,11 @@ void TtsWorkerThread(THREAD *thread, void *param) { ret = Send(ts->Sock, &tmp64, sizeof(tmp64), false); + if (ret != 0 && ret != SOCK_LATER) + { + ts->LastCommTime = now; + } + if (ret != SOCK_LATER) { UINT j; @@ -1353,9 +1398,9 @@ void TtsWorkerThread(THREAD *thread, void *param) { // Not to send more data to the socket of the // transmission direction in the same session ID - for (j = 0;j < LIST_NUM(tts->TtsSockList);j++) + for (j = 0;j < LIST_NUM(w->TtsSockList);j++) { - TTS_SOCK *ts2 = LIST_DATA(tts->TtsSockList, j); + TTS_SOCK *ts2 = LIST_DATA(w->TtsSockList, j); if (ts2->SessionId == ts->SessionId && ts2 != ts) @@ -1369,6 +1414,12 @@ void TtsWorkerThread(THREAD *thread, void *param) break; } + if (now > (ts->LastCommTime + ts->GiveupSpan)) + { + // Timeout: disconnect orphan sessions + ret = 0; + } + if (ret == 0) { // Mark as deleting the socket because it is disconnected @@ -1408,7 +1459,7 @@ void TtsWorkerThread(THREAD *thread, void *param) Disconnect(ts->Sock); ReleaseSock(ts->Sock); - Delete(tts->TtsSockList, ts); + Delete(w->TtsSockList, ts); Free(ts); } @@ -1416,23 +1467,23 @@ void TtsWorkerThread(THREAD *thread, void *param) DeleteAll(o); } - if (tts->NewSocketArrived || tts->Halt) + if (w->NewSocketArrived || tts->Halt) { - tts->NewSocketArrived = false; + w->NewSocketArrived = false; all_sockets_blocked = true; dont_block_next_time = true; } } } - UnlockList(tts->TtsSockList); + UnlockList(w->TtsSockList); } - LockList(tts->TtsSockList); + LockList(w->TtsSockList); { // Release the sockets of all remaining - for (i = 0;i < LIST_NUM(tts->TtsSockList);i++) + for (i = 0;i < LIST_NUM(w->TtsSockList);i++) { - TTS_SOCK *ts = LIST_DATA(tts->TtsSockList, i); + TTS_SOCK *ts = LIST_DATA(w->TtsSockList, i); UniFormat(tmp, sizeof(tmp), _UU("TTS_DISCONNECT"), ts->Id, ts->Sock->RemoteHostname); TtPrint(tts->Param, tts->Print, tmp); @@ -1443,12 +1494,12 @@ void TtsWorkerThread(THREAD *thread, void *param) Free(ts); } } - UnlockList(tts->TtsSockList); + UnlockList(w->TtsSockList); // Cleanup ReleaseList(o); - ReleaseList(tts->TtsSockList); - ReleaseSockEvent(tts->SockEvent); + ReleaseList(w->TtsSockList); + ReleaseSockEvent(w->SockEvent); Free(send_buf_data); Free(recv_buf_data); } @@ -1470,6 +1521,7 @@ void TtsIPv6AcceptThread(THREAD *thread, void *param) void TtsAcceptProc(TTS *tts, SOCK *listen_socket) { wchar_t tmp[MAX_SIZE]; + UINT seed = 0; // Validate arguments if (tts == NULL || listen_socket == NULL) { @@ -1492,26 +1544,42 @@ void TtsAcceptProc(TTS *tts, SOCK *listen_socket) } else { + UINT num, i; + TTS_WORKER *w; + // Connected from the client - AcceptInit(s); - tts->NewSocketArrived = true; - LockList(tts->TtsSockList); + AcceptInitEx(s, true); + + // Choose a worker thread + num = LIST_NUM(tts->WorkerList); + + i = seed % num; + + seed++; + + w = LIST_DATA(tts->WorkerList, i); + + w->NewSocketArrived = true; + LockList(w->TtsSockList); { TTS_SOCK *ts = ZeroMalloc(sizeof(TTS_SOCK)); ts->Id = (++tts->IdSeed); ts->Sock = s; + ts->GiveupSpan = (UINT64)(10 * 60 * 1000); + ts->LastCommTime = Tick64(); + UniFormat(tmp, sizeof(tmp), _UU("TTS_ACCEPTED"), ts->Id, s->RemoteHostname, s->RemotePort); TtPrint(tts->Param, tts->Print, tmp); - Insert(tts->TtsSockList, ts); - tts->NewSocketArrived = true; + Insert(w->TtsSockList, ts); + w->NewSocketArrived = true; } - UnlockList(tts->TtsSockList); + UnlockList(w->TtsSockList); - SetSockEvent(tts->SockEvent); + SetSockEvent(w->SockEvent); } } } @@ -1546,6 +1614,8 @@ void TtsListenThread(THREAD *thread, void *param) } else { + UINT i, num_worker_threads; + UniFormat(tmp, sizeof(tmp), _UU("TTS_LISTEN_STARTED"), tts->Port); TtPrint(tts->Param, tts->Print, tmp); @@ -1569,9 +1639,19 @@ void TtsListenThread(THREAD *thread, void *param) AddRef(tts->ListenSocketV6->ref); } - // Start the worker thread - tts->WorkThread = NewThread(TtsWorkerThread, tts); - WaitThreadInit(tts->WorkThread); + num_worker_threads = GetNumberOfCpu(); + + // Start the worker threads + for (i = 0;i < num_worker_threads;i++) + { + TTS_WORKER *w = ZeroMalloc(sizeof(TTS_WORKER)); + + w->Tts = tts; + w->WorkThread = NewThread(TtsWorkerThread, w); + WaitThreadInit(w->WorkThread); + + Add(tts->WorkerList, w); + } // Notify completion of preparation to parent thread NoticeThreadInit(thread); @@ -1595,12 +1675,20 @@ void TtsListenThread(THREAD *thread, void *param) ReleaseSock(tts->ListenSocket); ReleaseSock(tts->ListenSocketV6); - SetSockEvent(tts->SockEvent); - // Wait for stopping the worker thread - WaitThread(tts->WorkThread, INFINITE); - ReleaseThread(tts->WorkThread); - ReleaseSockEvent(tts->SockEvent); + for (i = 0;i < LIST_NUM(tts->WorkerList);i++) + { + TTS_WORKER *w = LIST_DATA(tts->WorkerList, i); + + SetSockEvent(w->SockEvent); + + // Wait for stopping the worker thread + WaitThread(w->WorkThread, INFINITE); + ReleaseThread(w->WorkThread); + ReleaseSockEvent(w->SockEvent); + + Free(w); + } } } @@ -1685,7 +1773,6 @@ void StopTtc(TTC *ttc) TtPrint(ttc->Param, ttc->Print, _UU("TTC_STOPPING")); ttc->Halt = true; - SetSockEvent(ttc->SockEvent); } // Generate a result @@ -1748,6 +1835,301 @@ void TtcGenerateResult(TTC *ttc) res->BpsTotal = res->BpsUpload + res->BpsDownload; } +// Client worker thread +void TtcWorkerThread(THREAD *thread, void *param) +{ + TTC_WORKER *w; + TTC *ttc; + bool dont_block_next_time = false; + bool halting = false; + UINT64 halt_timeout = 0; + bool all_sockets_blocked; + wchar_t tmp[MAX_SIZE]; + UCHAR *send_buf_data, *recv_buf_data; + UINT buf_size; + UINT64 tmp64; + + if (thread == NULL || param == NULL) + { + return; + } + + w = (TTC_WORKER *)param; + ttc = w->Ttc; + + // Allocate the data area + TtGenerateRandomData(&send_buf_data, &buf_size); + TtGenerateRandomData(&recv_buf_data, &buf_size); + + NoticeThreadInit(thread); + + // Wait for start + Wait(w->StartEvent, INFINITE); + + // Main loop + while (true) + { + UINT i; + + if (dont_block_next_time == false) + { + WaitSockEvent(w->SockEvent, 50); + } + + dont_block_next_time = false; + + if (ttc->AbnormalTerminated) + { + // Abnormal termination occured + break; + } + + if (ttc->Halt || ttc->end_tick <= Tick64() || (ttc->Cancel != NULL && (*ttc->Cancel))) + { + // End measurement + if (halting == false) + { + if (ttc->Halt || (ttc->Cancel != NULL && (*ttc->Cancel))) + { + if ((ttc->flag1++) == 0) + { + // User cancel + TtPrint(ttc->Param, ttc->Print, _UU("TTC_COMM_USER_CANCEL")); + } + } + else + { + // Time elapsed + if ((ttc->flag2++) == 0) + { + UniFormat(tmp, sizeof(tmp), _UU("TTC_COMM_END"), + (double)ttc->Span / 1000.0); + TtPrint(ttc->Param, ttc->Print, tmp); + } + } + + if (ttc->RealSpan == 0) + { + ttc->RealSpan = Tick64() - ttc->start_tick; + } + + halting = true; + + // Wait for reporting data from the server + halt_timeout = Tick64() + 60000ULL; + } + } + + if (halt_timeout != 0) + { + bool ok = true; + + // Wait that all TCP connections to finish processing + for (i = 0;i < LIST_NUM(w->SockList);i++) + { + TTC_SOCK *ts = LIST_DATA(w->SockList, i); + + if (ts->Download == false) + { + if (ts->ServerUploadReportReceived == false) + { + ok = false; + } + } + } + + if (ok) + { + // Measurement completed + w->Ok = true; + break; + } + else + { + if (halt_timeout <= Tick64()) + { + // An error occured + ttc->AbnormalTerminated = true; + ttc->ErrorCode = ERR_PROTOCOL_ERROR; + break; + } + } + } + + all_sockets_blocked = false; + + // Continue to send and receive data + // until all sockets become block state + while (all_sockets_blocked == false) + { + all_sockets_blocked = true; + + for (i = 0;i < LIST_NUM(w->SockList);i++) + { + UINT ret = SOCK_LATER; + TTC_SOCK *ts = LIST_DATA(w->SockList, i); + bool blocked_for_this_socket = false; + UCHAR c = 0; + UCHAR c_and_session_id[1 + sizeof(UINT64) + sizeof(UINT64)]; + + if (halt_timeout != 0) + { + if (ts->State != 3 && ts->State != 4) + { + if (ts->Download == false) + { + if (ts->State != 0) + { + ts->State = 3; + } + else + { + ts->ServerUploadReportReceived = true; + ts->State = 4; + } + } + else + { + ts->State = 4; + } + } + } + + switch (ts->State) + { + case 0: + // Initial state: Specify the direction of + // the data flow between client-server + if (ts->Download) + { + c = 1; + } + else + { + c = 0; + } + + c_and_session_id[0] = c; + WRITE_UINT64(c_and_session_id + 1, ttc->session_id); + WRITE_UINT64(c_and_session_id + sizeof(UINT64) + 1, ttc->Span); + + ret = Send(ts->Sock, c_and_session_id, 1 + sizeof(UINT64) + sizeof(UINT64), false); + + if (ret != 0 && ret != SOCK_LATER) + { + if (ts->Download) + { + ts->State = 1; + } + else + { + ts->State = 2; + } + } + break; + + case 1: + // Server -> Client (download) + ret = Recv(ts->Sock, recv_buf_data, buf_size, false); + break; + + case 2: + // Client -> Server (upload) + ret = Send(ts->Sock, send_buf_data, buf_size, false); + break; + + case 3: + // Transmission completion client -> server (upload) + // Request the data size + if (ts->NextSendRequestReportTick == 0 || + (Tick64() >= ts->NextSendRequestReportTick)) + { + UCHAR suprise[MAX_SIZE]; + UINT i; + + ts->NextSendRequestReportTick = Tick64() + 200ULL; + + for (i = 0;i < sizeof(suprise);i++) + { + suprise[i] = '!'; + } + + ret = Send(ts->Sock, suprise, sizeof(suprise), false); + } + + ret = Recv(ts->Sock, &tmp64, sizeof(tmp64), false); + if (ret != 0 && ret != SOCK_LATER && ret == sizeof(tmp64)) + { + ts->NumBytes = Endian64(tmp64); + + ts->ServerUploadReportReceived = true; + + ts->State = 4; + } + break; + + case 4: + // Do Nothing + if (Recv(ts->Sock, recv_buf_data, buf_size, false) == SOCK_LATER) + { + ret = SOCK_LATER; + } + break; + } + + if (ret == 0) + { + // The socket is disconnected + ttc->AbnormalTerminated = true; + ttc->ErrorCode = ERR_PROTOCOL_ERROR; + blocked_for_this_socket = true; + dont_block_next_time = false; + + if (ts->HideErrMsg == false) + { + UniFormat(tmp, sizeof(tmp), _UU("TTC_COMM_DISCONNECTED"), ts->Id); + TtPrint(ttc->Param, ttc->Print, tmp); + ts->HideErrMsg = true; + } + } + else if (ret == SOCK_LATER) + { + // Delay has occurred + blocked_for_this_socket = true; + dont_block_next_time = false; + } + else + { + if (ts->Download) + { + ts->NumBytes += (UINT64)ret; + } + } + + if (blocked_for_this_socket == false) + { + all_sockets_blocked = false; + } + } + + if (ttc->Halt || (ttc->Cancel != NULL && (*ttc->Cancel))) + { + all_sockets_blocked = true; + dont_block_next_time = true; + } + + if (ttc->end_tick <= Tick64()) + { + all_sockets_blocked = true; + dont_block_next_time = true; + } + } + } + + Free(send_buf_data); + Free(recv_buf_data); +} + // Client thread void TtcThread(THREAD *thread, void *param) { @@ -1755,23 +2137,15 @@ void TtcThread(THREAD *thread, void *param) UINT i; wchar_t tmp[MAX_SIZE]; bool ok = false; - UINT buf_size; - UCHAR *send_buf_data, *recv_buf_data; + IP ip_ret; // Validate arguments if (thread == NULL || param == NULL) { return; } - // Allocate the data area - TtGenerateRandomData(&send_buf_data, &buf_size); - TtGenerateRandomData(&recv_buf_data, &buf_size); - ttc = (TTC *)param; - ttc->SockEvent = NewSockEvent(); - AddRef(ttc->SockEvent->ref); - // Ready NoticeThreadInit(thread); @@ -1786,10 +2160,13 @@ void TtcThread(THREAD *thread, void *param) ok = true; + Zero(&ip_ret, sizeof(ip_ret)); + for (i = 0;i < ttc->NumTcp;i++) { SOCK *s; TTC_SOCK *ts = ZeroMalloc(sizeof(TTC_SOCK)); + char target_host[MAX_SIZE]; ts->Id = i + 1; @@ -1806,7 +2183,14 @@ void TtcThread(THREAD *thread, void *param) ts->Download = ((i % 2) == 0) ? true : false; } - s = ConnectEx2(ttc->Host, ttc->Port, 0, ttc->Cancel); + StrCpy(target_host, sizeof(target_host), ttc->Host); + + if (IsZeroIp(&ip_ret) == false) + { + IPToStr(target_host, sizeof(target_host), &ip_ret); + } + + s = ConnectEx4(target_host, ttc->Port, 0, ttc->Cancel, NULL, NULL, false, false, true, &ip_ret); if (s == NULL) { @@ -1841,8 +2225,6 @@ void TtcThread(THREAD *thread, void *param) ts->Sock = s; SetTimeout(s, TIMEOUT_INFINITE); - - JoinSockToSockEvent(s, ttc->SockEvent); } Insert(ttc->ItcSockList, ts); @@ -1858,278 +2240,109 @@ void TtcThread(THREAD *thread, void *param) if (ok) { - bool all_sockets_blocked; - bool dont_block_next_time = false; - bool halt_flag = false; UINT64 start_tick, end_tick; UINT64 halt_timeout = 0; wchar_t tmp1[MAX_SIZE], tmp2[MAX_SIZE]; UINT check_clock_seed = 0; bool halting = false; - UINT64 tmp64; UINT64 session_id = Rand64(); + UINT i, num_cpu; + bool all_ok = false; + + ttc->session_id = session_id; + + num_cpu = GetNumberOfCpu(); + + ttc->WorkerThreadList = NewList(NULL); + + for (i = 0;i < num_cpu;i++) + { + TTC_WORKER *w = ZeroMalloc(sizeof(TTC_WORKER)); + + w->Ttc = ttc; + w->SockList = NewList(NULL); + w->StartEvent = NewEvent(); + w->SockEvent = NewSockEvent(); + + w->WorkerThread = NewThread(TtcWorkerThread, w); + + WaitThreadInit(w->WorkerThread); + + Add(ttc->WorkerThreadList, w); + } + + // Assign each of sockets to each of worker threads + for (i = 0;i < LIST_NUM(ttc->ItcSockList);i++) + { + TTC_SOCK *ts = LIST_DATA(ttc->ItcSockList, i); + UINT num = LIST_NUM(ttc->WorkerThreadList); + UINT j = i % num; + TTC_WORKER *w = LIST_DATA(ttc->WorkerThreadList, j); + + Add(w->SockList, ts); + + JoinSockToSockEvent(ts->Sock, w->SockEvent); + } // Record the current time start_tick = Tick64(); end_tick = start_tick + ttc->Span; + ttc->start_tick = start_tick; + ttc->end_tick = end_tick; + + // Set the start event for all worker threads + for (i = 0;i < LIST_NUM(ttc->WorkerThreadList);i++) + { + TTC_WORKER *w = LIST_DATA(ttc->WorkerThreadList, i); + + Set(w->StartEvent); + } + // Show start message GetDateTimeStrEx64(tmp1, sizeof(tmp1), SystemToLocal64(TickToTime(start_tick)), NULL); GetDateTimeStrEx64(tmp2, sizeof(tmp2), SystemToLocal64(TickToTime(end_tick)), NULL); UniFormat(tmp, sizeof(tmp), _UU("TTC_COMM_START"), tmp1, tmp2); TtPrint(ttc->Param, ttc->Print, tmp); - // Main loop - while (true) + // Wait for all worker threads finish + all_ok = true; + for (i = 0;i < LIST_NUM(ttc->WorkerThreadList);i++) { - UINT i; + TTC_WORKER *w = LIST_DATA(ttc->WorkerThreadList, i); - if (dont_block_next_time == false) + WaitThread(w->WorkerThread, INFINITE); + + if (w->Ok == false) { - WaitSockEvent(ttc->SockEvent, 50); - } - - dont_block_next_time = false; - - if (ttc->AbnormalTerminated) - { - // Abnormal termination occured - break; - } - - if (ttc->Halt || end_tick <= Tick64() || (ttc->Cancel != NULL && (*ttc->Cancel))) - { - // End measurement - if (halting == false) - { - if (ttc->Halt || (ttc->Cancel != NULL && (*ttc->Cancel))) - { - // User cancel - TtPrint(ttc->Param, ttc->Print, _UU("TTC_COMM_USER_CANCEL")); - } - else - { - // Time elapsed - UniFormat(tmp, sizeof(tmp), _UU("TTC_COMM_END"), - (double)ttc->Span / 1000.0); - TtPrint(ttc->Param, ttc->Print, tmp); - } - - ttc->RealSpan = Tick64() - start_tick; - - halting = true; - - // Wait for reporting data from the server - halt_timeout = Tick64() + 60000ULL; - } - } - - if (halt_timeout != 0) - { - bool ok = true; - - // Wait that all TCP connections to finish processing - for (i = 0;i < LIST_NUM(ttc->ItcSockList);i++) - { - TTC_SOCK *ts = LIST_DATA(ttc->ItcSockList, i); - - if (ts->Download == false) - { - if (ts->ServerUploadReportReceived == false) - { - ok = false; - } - } - } - - if (ok) - { - // Measurement completed - // Show the result - TtcGenerateResult(ttc); - break; - } - else - { - if (halt_timeout <= Tick64()) - { - // An error occured - ttc->AbnormalTerminated = true; - ttc->ErrorCode = ERR_PROTOCOL_ERROR; - break; - } - } - } - - all_sockets_blocked = false; - - // Continue to send and receive data - // until all sockets become block state - while (all_sockets_blocked == false) - { - all_sockets_blocked = true; - - for (i = 0;i < LIST_NUM(ttc->ItcSockList);i++) - { - UINT ret = SOCK_LATER; - TTC_SOCK *ts = LIST_DATA(ttc->ItcSockList, i); - bool blocked_for_this_socket = false; - UCHAR c = 0; - UCHAR c_and_session_id[1 + sizeof(UINT64) + sizeof(UINT64)]; - - if (halt_timeout != 0) - { - if (ts->State != 3 && ts->State != 4) - { - if (ts->Download == false) - { - if (ts->State != 0) - { - ts->State = 3; - } - else - { - ts->ServerUploadReportReceived = true; - ts->State = 4; - } - } - else - { - ts->State = 4; - } - } - } - - switch (ts->State) - { - case 0: - // Initial state: Specify the direction of - // the data flow between client-server - if (ts->Download) - { - c = 1; - } - else - { - c = 0; - } - - c_and_session_id[0] = c; - WRITE_UINT64(c_and_session_id + 1, session_id); - WRITE_UINT64(c_and_session_id + sizeof(UINT64) + 1, ttc->Span); - - ret = Send(ts->Sock, c_and_session_id, 1 + sizeof(UINT64) + sizeof(UINT64), false); - - if (ret != 0 && ret != SOCK_LATER) - { - if (ts->Download) - { - ts->State = 1; - } - else - { - ts->State = 2; - } - } - break; - - case 1: - // Server -> Client (download) - ret = Recv(ts->Sock, recv_buf_data, buf_size, false); - break; - - case 2: - // Client -> Server (upload) - ret = Send(ts->Sock, send_buf_data, buf_size, false); - break; - - case 3: - // Transmission completion client -> server (upload) - // Request the data size - if (ts->NextSendRequestReportTick == 0 || - (Tick64() >= ts->NextSendRequestReportTick)) - { - UCHAR suprise[MAX_SIZE]; - UINT i; - - ts->NextSendRequestReportTick = Tick64() + 200ULL; - - for (i = 0;i < sizeof(suprise);i++) - { - suprise[i] = '!'; - } - - ret = Send(ts->Sock, suprise, sizeof(suprise), false); - } - - ret = Recv(ts->Sock, &tmp64, sizeof(tmp64), false); - if (ret != 0 && ret != SOCK_LATER && ret == sizeof(tmp64)) - { - ts->NumBytes = Endian64(tmp64); - - ts->ServerUploadReportReceived = true; - - ts->State = 4; - } - break; - - case 4: - // Do Nothing - if (Recv(ts->Sock, recv_buf_data, buf_size, false) == SOCK_LATER) - { - ret = SOCK_LATER; - } - break; - } - - if (ret == 0) - { - // The socket is disconnected - ttc->AbnormalTerminated = true; - ttc->ErrorCode = ERR_PROTOCOL_ERROR; - blocked_for_this_socket = true; - dont_block_next_time = false; - - if (ts->HideErrMsg == false) - { - UniFormat(tmp, sizeof(tmp), _UU("TTC_COMM_DISCONNECTED"), ts->Id); - TtPrint(ttc->Param, ttc->Print, tmp); - ts->HideErrMsg = true; - } - } - else if (ret == SOCK_LATER) - { - // Delay has occurred - blocked_for_this_socket = true; - dont_block_next_time = false; - } - else - { - if (ts->Download) - { - ts->NumBytes += (UINT64)ret; - } - } - - if (blocked_for_this_socket == false) - { - all_sockets_blocked = false; - } - } - - if (ttc->Halt || (ttc->Cancel != NULL && (*ttc->Cancel))) - { - all_sockets_blocked = true; - dont_block_next_time = true; - } - - if (end_tick <= Tick64()) - { - all_sockets_blocked = true; - dont_block_next_time = true; - } + all_ok = false; } } + + if (all_ok) + { + // Measurement completed + // Show the result + TtcGenerateResult(ttc); + } + + // Release worker threads + for (i = 0;i < LIST_NUM(ttc->WorkerThreadList);i++) + { + TTC_WORKER *w = LIST_DATA(ttc->WorkerThreadList, i); + + ReleaseThread(w->WorkerThread); + + ReleaseEvent(w->StartEvent); + ReleaseList(w->SockList); + + ReleaseSockEvent(w->SockEvent); + + Free(w); + } + + ReleaseList(ttc->WorkerThreadList); + ttc->WorkerThreadList = NULL; } else { @@ -2148,10 +2361,7 @@ void TtcThread(THREAD *thread, void *param) Free(ts); } - ReleaseSockEvent(ttc->SockEvent); ReleaseList(ttc->ItcSockList); - Free(send_buf_data); - Free(recv_buf_data); } // Start the communication throughput measurement client @@ -2217,7 +2427,6 @@ UINT FreeTtc(TTC *ttc, TT_RESULT *result) } } - ReleaseSockEvent(ttc->SockEvent); ReleaseEvent(ttc->InitedEvent); Free(ttc); @@ -2238,6 +2447,8 @@ TTS *NewTts(UINT port, void *param, TT_PRINT_PROC *print_proc) TtPrint(param, print_proc, _UU("TTS_INIT")); + tts->WorkerList = NewList(NULL); + // Creating a thread t = NewThread(TtsListenThread, tts); WaitThreadInit(t); @@ -2274,6 +2485,8 @@ UINT FreeTts(TTS *tts) ret = tts->ErrorCode; + ReleaseList(tts->WorkerList); + Free(tts); return ret; @@ -2293,16 +2506,20 @@ void PtTrafficPrintProc(void *param, wchar_t *str) if (c->ConsoleType == CONSOLE_LOCAL) { - wchar_t tmp[MAX_SIZE]; - - // Display only if the local console - // (Can not be displayed because threads aren't synchronized otherwise?) - UniStrCpy(tmp, sizeof(tmp), str); - if (UniEndWith(str, L"\n") == false) + Lock(c->OutputLock); { - UniStrCat(tmp, sizeof(tmp), L"\n"); + wchar_t tmp[MAX_SIZE]; + + // Display only if the local console + // (Can not be displayed because threads aren't synchronized otherwise?) + UniStrCpy(tmp, sizeof(tmp), str); + if (UniEndWith(str, L"\n") == false) + { + UniStrCat(tmp, sizeof(tmp), L"\n"); + } + UniPrint(L"%s", tmp); } - UniPrint(L"%s", tmp); + Unlock(c->OutputLock); } } @@ -2392,10 +2609,12 @@ UINT PtTrafficServer(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) LIST *o; UINT ret = ERR_NO_ERROR; UINT port; + bool nohup; TTS *tts; PARAM args[] = { {"[port]", NULL, NULL, NULL, NULL}, + {"NOHUP", NULL, NULL, NULL, NULL}, }; // Get the parameter list @@ -2411,8 +2630,18 @@ UINT PtTrafficServer(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) port = TRAFFIC_DEFAULT_PORT; } + nohup = GetParamYes(o, "nohup"); + tts = NewTts(port, c, PtTrafficPrintProc); + if (nohup) + { + while (true) + { + SleepThread(10000); + } + } + c->Write(c, _UU("TTS_ENTER_TO_EXIT")); Free(c->ReadLine(c, L"", true)); @@ -8035,7 +8264,7 @@ UINT PsServerCipherGet(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) RPC_STR t; TOKEN_LIST *ciphers; UINT i; - wchar_t tmp[MAX_SIZE]; + wchar_t tmp[4096]; o = ParseCommandList(c, cmd_name, str, NULL, 0); if (o == NULL) @@ -9996,6 +10225,10 @@ UINT PsLogFileGet(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) } filename = GetParamStr(o, "SAVE"); + if (IsEmptyStr(filename)) + { + filename = GetParamStr(o, "SAVEPATH"); + } c->Write(c, _UU("CMD_LogFileGet_START")); @@ -14974,6 +15207,7 @@ UINT PsAccessAddEx(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) {"DELAY", CmdPrompt, _UU("CMD_AccessAddEx_Prompt_DELAY"), CmdEvalMinMax, &minmax_delay}, {"JITTER", CmdPrompt, _UU("CMD_AccessAddEx_Prompt_JITTER"), CmdEvalMinMax, &minmax_jitter}, {"LOSS", CmdPrompt, _UU("CMD_AccessAddEx_Prompt_LOSS"), CmdEvalMinMax, &minmax_loss}, + {"REDIRECTURL", NULL, NULL, NULL, NULL}, }; // If virtual HUB is not selected, it's an error @@ -15017,6 +15251,7 @@ UINT PsAccessAddEx(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) a->Delay = GetParamInt(o, "DELAY"); a->Jitter = GetParamInt(o, "JITTER"); a->Loss = GetParamInt(o, "LOSS"); + StrCpy(a->RedirectUrl, sizeof(a->RedirectUrl), GetParamStr(o, "REDIRECTURL")); // RPC call ret = ScAddAccess(ps->Rpc, &t); @@ -15178,6 +15413,7 @@ UINT PsAccessAddEx6(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) {"DELAY", CmdPrompt, _UU("CMD_AccessAddEx6_Prompt_DELAY"), CmdEvalMinMax, &minmax_delay}, {"JITTER", CmdPrompt, _UU("CMD_AccessAddEx6_Prompt_JITTER"), CmdEvalMinMax, &minmax_jitter}, {"LOSS", CmdPrompt, _UU("CMD_AccessAddEx6_Prompt_LOSS"), CmdEvalMinMax, &minmax_loss}, + {"REDIRECTURL", NULL, NULL, NULL, NULL}, }; // If virtual HUB is not selected, it's an error @@ -15233,6 +15469,7 @@ UINT PsAccessAddEx6(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) a->Delay = GetParamInt(o, "DELAY"); a->Jitter = GetParamInt(o, "JITTER"); a->Loss = GetParamInt(o, "LOSS"); + StrCpy(a->RedirectUrl, sizeof(a->RedirectUrl), GetParamStr(o, "REDIRECTURL")); // RPC call ret = ScAddAccess(ps->Rpc, &t); @@ -18309,6 +18546,7 @@ UINT PsSecureNatStatusGet(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) CtInsert(ct, _UU("NM_STATUS_DHCP"), tmp); CtInsert(ct, _UU("SM_SNAT_IS_KERNEL"), t.IsKernelMode ? _UU("SEC_YES") : _UU("SEC_NO")); + CtInsert(ct, _UU("SM_SNAT_IS_RAW"), t.IsRawIpMode ? _UU("SEC_YES") : _UU("SEC_NO")); CtFree(ct, c); } @@ -23096,7 +23334,7 @@ UINT PsConnect(CONSOLE *c, char *host, UINT port, char *hub, char *adminhub, wch // Failure retcode = err; - if (err == ERR_ACCESS_DENIED) + if (err == ERR_ACCESS_DENIED && c->ProgrammingMode == false) { char *pass; // Password is incorrect @@ -23402,6 +23640,7 @@ UINT VpnCmdProc(CONSOLE *c, char *cmd_name, wchar_t *str, void *param) {"OUT", NULL, NULL, NULL, NULL}, {"CMD", NULL, NULL, NULL, NULL}, {"CSV", NULL, NULL, NULL, NULL}, + {"PROGRAMMING", NULL, NULL, NULL, NULL}, }; #ifdef OS_WIN32 @@ -23621,6 +23860,7 @@ UINT CommandMain(wchar_t *command_line) wchar_t *infile, *outfile; char *a_infile, *a_outfile; wchar_t *csvmode; + wchar_t *programming_mode; CONSOLE *c; // Validate arguments @@ -23664,6 +23904,13 @@ UINT CommandMain(wchar_t *command_line) c->ConsoleType = CONSOLE_CSV; } + programming_mode = ParseCommand(command_line, L"programming"); + if (programming_mode != NULL) + { + Free(programming_mode); + c->ProgrammingMode = true; + } + if (DispatchNextCmdEx(c, command_line, ">", cmd, sizeof(cmd) / sizeof(cmd[0]), NULL) == false) { ret = ERR_INVALID_PARAMETER; @@ -23757,7 +24004,3 @@ LABEL_CLEANUP: #endif // OS_WIN32 - -// 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/src/Cedar/Command.h b/src/Cedar/Command.h index e1f71d88..6708fc92 100644 --- a/src/Cedar/Command.h +++ b/src/Cedar/Command.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -181,13 +181,30 @@ struct TTC THREAD *Thread; // Thread volatile bool Halt; // Halting flag bool *Cancel; // Halting flag 2 - SOCK_EVENT *SockEvent; // Socket event LIST *ItcSockList; // Client socket list TT_RESULT Result; // Result UINT ErrorCode; // Error code bool AbnormalTerminated; // Abnormal termination EVENT *StartEvent; // Start event EVENT *InitedEvent; // Initialize completion notification event + LIST *WorkerThreadList; // List of worker threads + + UINT flag1, flag2; + + UINT64 session_id; + UINT64 end_tick; + UINT64 start_tick; +}; + +// Traffic test worker thread +struct TTC_WORKER +{ + THREAD *WorkerThread; + TTC *Ttc; + LIST *SockList; // Client socket list + SOCK_EVENT *SockEvent; // Socket event + EVENT *StartEvent; // Start event + bool Ok; // The result }; // Server side socket @@ -202,7 +219,10 @@ struct TTS_SOCK UINT64 SessionId; // Session ID bool NoMoreSendData; // Flag not to send more data UINT64 FirstRecvTick; // Time which the data has been received last + UINT64 FirstSendTick; // Time which the data has been sent last UINT64 Span; // Period + UINT64 GiveupSpan; + UINT64 LastCommTime; }; // Traffic test server @@ -213,15 +233,22 @@ struct TTS volatile bool Halt; // Halting flag UINT Port; // Port number THREAD *Thread; // Thread - THREAD *WorkThread; // Worker thread THREAD *IPv6AcceptThread; // IPv6 Accept thread SOCK *ListenSocket; // Socket to wait SOCK *ListenSocketV6; // Socket to wait (IPv6) UINT ErrorCode; // Error code + UINT IdSeed; // ID value + LIST *WorkerList; // Worker threads list +}; + +// Traffic test worker thread +struct TTS_WORKER +{ + TTS *Tts; // TTS + THREAD *WorkThread; // Worker thread SOCK_EVENT *SockEvent; // Socket event LIST *TtsSockList; // Server socket list bool NewSocketArrived; // New socket has arrived - UINT IdSeed; // ID value }; // VPN Tools context @@ -673,7 +700,3 @@ UINT PsVpnAzureGetStatus(CONSOLE *c, char *cmd_name, wchar_t *str, void *param); #endif // COMMAND_H - -// 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/src/Cedar/Connection.c b/src/Cedar/Connection.c index b67c7235..fc98dc28 100644 --- a/src/Cedar/Connection.c +++ b/src/Cedar/Connection.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1030,7 +1030,7 @@ void ConnectionSend(CONNECTION *c, UINT64 now) UINT size; SESSION *s; HUB *hub = NULL; - bool use_qos; + bool use_qos = false; // Validate arguments if (c == NULL) { @@ -1038,11 +1038,11 @@ void ConnectionSend(CONNECTION *c, UINT64 now) } s = c->Session; - use_qos = s->QoS; if (s != NULL) { hub = s->Hub; + use_qos = s->QoS; } // Protocol @@ -3137,10 +3137,7 @@ void ConnectionAccept(CONNECTION *c) // Start the SSL communication Debug("StartSSL()\n"); - if (c->Cedar->AcceptOnlyTls) - { - s->AcceptOnlyTls = true; - } + Copy(&s->SslAcceptSettings, &c->Cedar->SslAcceptSettings, sizeof(SSL_ACCEPT_SETTINGS)); if (StartSSL(s, x, k) == false) { // Failed @@ -3672,6 +3669,3 @@ CONNECTION *NewClientConnectionEx(SESSION *s, char *client_str, UINT client_ver, return c; } -// 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/src/Cedar/Connection.h b/src/Cedar/Connection.h index 44d52c07..e96ff8ff 100644 --- a/src/Cedar/Connection.h +++ b/src/Cedar/Connection.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -144,7 +144,7 @@ struct SECURE_SIGN char SecurePrivateKeyName[MAX_SECURE_DEVICE_FILE_LEN + 1]; // Secure device secret key name X *ClientCert; // Client certificate UCHAR Random[SHA1_SIZE]; // Random value for signature - UCHAR Signature[128]; // Signed data + UCHAR Signature[4096 / 8]; // Signed data UINT UseSecureDeviceId; UINT BitmapId; // Bitmap ID }; @@ -372,7 +372,3 @@ UINT GetMachineRand(); #endif // CONNECTION_H - -// 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/src/Cedar/Console.c b/src/Cedar/Console.c index fb6b16fd..ba2ec285 100644 --- a/src/Cedar/Console.c +++ b/src/Cedar/Console.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -769,6 +769,18 @@ bool DispatchNextCmdEx(CONSOLE *c, wchar_t *exec_command, char *prompt, CMD cmd[ // Show the prompt RETRY: tmp = CopyStrToUni(prompt); + + if (c->ProgrammingMode) + { + wchar_t tmp2[MAX_PATH]; + + UniFormat(tmp2, sizeof(tmp2), L"[PROMPT:%u:%s]\r\n", c->RetCode, tmp); + + Free(tmp); + + tmp = CopyUniStr(tmp2); + } + str = c->ReadLine(c, tmp, false); Free(tmp); @@ -1430,6 +1442,14 @@ EVAL_VALUE: Free(str); break; } + else if (c->ProgrammingMode) + { + // In the programming mode, return the error immediately. + ok = false; + Free(name); + Free(str); + break; + } else { // Request to re-enter @@ -1458,7 +1478,11 @@ EVAL_VALUE: wchar_t *tmp; SHOW_PROMPT: // Prompt because it is a mandatory parameter - tmp = p->PromptProc(c, p->PromptProcParam); + tmp = NULL; + if (c->ProgrammingMode == false) + { + tmp = p->PromptProc(c, p->PromptProcParam); + } if (tmp == NULL) { // User canceled @@ -2213,6 +2237,7 @@ CONSOLE *NewLocalConsole(wchar_t *infile, wchar_t *outfile) c->ReadPassword = ConsoleLocalReadPassword; c->Write = ConsoleLocalWrite; c->GetWidth = ConsoleLocalGetWidth; + c->OutputLock = NewLock(); if (UniIsEmptyStr(infile) == false) { @@ -2324,6 +2349,8 @@ void ConsoleLocalFree(CONSOLE *c) Free(p); } + DeleteLock(c->OutputLock); + // Memory release Free(c); } @@ -2534,7 +2561,3 @@ void ConsoleWriteOutFile(CONSOLE *c, wchar_t *str, bool add_last_crlf) } - -// 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/src/Cedar/Console.h b/src/Cedar/Console.h index 65b56471..a5001968 100644 --- a/src/Cedar/Console.h +++ b/src/Cedar/Console.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -160,6 +160,8 @@ struct CONSOLE char *(*ReadPassword)(CONSOLE *c, wchar_t *prompt); // Function to read the password bool (*Write)(CONSOLE *c, wchar_t *str); // Function to write a string UINT (*GetWidth)(CONSOLE *c); // Get the width of the screen + bool ProgrammingMode; // Programming Mode + LOCK *OutputLock; // Output Lock }; // Local console parameters @@ -246,7 +248,3 @@ UINT ConsoleLocalGetWidth(CONSOLE *c); - -// 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/src/Cedar/DDNS.c b/src/Cedar/DDNS.c index f1cb47a0..447a2313 100644 --- a/src/Cedar/DDNS.c +++ b/src/Cedar/DDNS.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -624,8 +624,9 @@ UINT DCRegister(DDNS_CLIENT *c, bool ipv6, DDNS_REGISTER_PARAM *p, char *replace PackAddInt(req, "lasterror_ipv4", c->Err_IPv4_GetMyIp); PackAddInt(req, "lasterror_ipv6", c->Err_IPv6_GetMyIp); PackAddBool(req, "use_azure", use_azure); - PackAddStr(req, "product_str", CEDAR_PRODUCT_STR); + PackAddStr(req, "product_str", "SoftEther OSS"); PackAddInt(req, "ddns_protocol_version", DDNS_VERSION); + PackAddInt(req, "ddns_oss", 1); if (use_azure) @@ -670,9 +671,12 @@ UINT DCRegister(DDNS_CLIENT *c, bool ipv6, DDNS_REGISTER_PARAM *p, char *replace if (ret == NULL) { Debug("WpcCall: %s\n", url3); - ret = WpcCallEx(url3, &t, DDNS_CONNECT_TIMEOUT, DDNS_COMM_TIMEOUT, "register", req, - NULL, NULL, ((cert_hash != NULL && cert_hash->Size == SHA1_SIZE) ? cert_hash->Buf : NULL), NULL, DDNS_RPC_MAX_RECV_SIZE, - add_header_name, add_header_value); + ret = WpcCallEx2(url3, &t, DDNS_CONNECT_TIMEOUT, DDNS_COMM_TIMEOUT, "register", req, + NULL, NULL, ((cert_hash != NULL && ((cert_hash->Size % SHA1_SIZE) == 0)) ? cert_hash->Buf : NULL), + (cert_hash != NULL ? cert_hash->Size / SHA1_SIZE : 0), + NULL, DDNS_RPC_MAX_RECV_SIZE, + add_header_name, add_header_value, + DDNS_SNI_VER_STRING); Debug("WpcCall Ret: %u\n", ret); } @@ -874,8 +878,11 @@ UINT DCGetMyIpMain(DDNS_CLIENT *c, bool ipv6, char *dst, UINT dst_size, bool use } - recv = HttpRequest(&data, (ipv6 ? NULL : &c->InternetSetting), DDNS_CONNECT_TIMEOUT, DDNS_COMM_TIMEOUT, &ret, false, NULL, NULL, - NULL, ((cert_hash != NULL && cert_hash->Size == SHA1_SIZE) ? cert_hash->Buf : NULL)); + StrCpy(data.SniString, sizeof(data.SniString), DDNS_SNI_VER_STRING); + + recv = HttpRequestEx3(&data, (ipv6 ? NULL : &c->InternetSetting), DDNS_CONNECT_TIMEOUT, DDNS_COMM_TIMEOUT, &ret, false, NULL, NULL, + NULL, ((cert_hash != NULL && (cert_hash->Size % SHA1_SIZE) == 0) ? cert_hash->Buf : NULL), + (cert_hash != NULL ? cert_hash->Size / SHA1_SIZE : 0), NULL, 0, NULL, NULL); FreeBuf(cert_hash); @@ -1040,7 +1047,3 @@ void DCGenNewKey(UCHAR *key) } - -// 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/src/Cedar/DDNS.h b/src/Cedar/DDNS.h index 0fcd13cd..f7138fca 100644 --- a/src/Cedar/DDNS.h +++ b/src/Cedar/DDNS.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -115,11 +115,18 @@ #define DDNS_H // Certificate hash -#define DDNS_CERT_HASH "EFAC5FA0CDD14E0F864EED58A73C35D7E33B62F3" +#define DDNS_CERT_HASH "78BF0499A99396907C9F49DD13571C81FE26E6F5" \ + "439BAFA75A6EE5671FC9F9A02D34FF29881761A0" \ + "EFAC5FA0CDD14E0F864EED58A73C35D7E33B62F3" \ + "74DF99D4B1B5F0488A388B50D347D26013DC67A5" \ + "6EBB39AFCA8C900635CFC11218CF293A612457E4" + +#define DDNS_SNI_VER_STRING "DDNS" + // Destination URL -#define DDNS_URL_V4_GLOBAL "https://x%c.x%c.servers.ddns.softether-network.net/ddns/ddns.aspx" -#define DDNS_URL_V6_GLOBAL "https://x%c.x%c.servers-v6.ddns.softether-network.net/ddns/ddns.aspx" +#define DDNS_URL_V4_GLOBAL "https://x%c.x%c.dev.servers.ddns.softether-network.net/ddns/ddns.aspx" +#define DDNS_URL_V6_GLOBAL "https://x%c.x%c.dev.servers-v6.ddns.softether-network.net/ddns/ddns.aspx" #define DDNS_URL2_V4_GLOBAL "http://get-my-ip.ddns.softether-network.net/ddns/getmyip.ashx" #define DDNS_URL2_V6_GLOBAL "http://get-my-ip-v6.ddns.softether-network.net/ddns/getmyip.ashx" @@ -132,8 +139,8 @@ #define DDNS_REPLACE_URL2_FOR_WEST_NGN "http://senet.p-ns.flets-west.jp/ddns/getmyip.ashx" // For China: Free version -#define DDNS_URL_V4_ALT "https://x%c.x%c.servers.ddns.uxcom.jp/ddns/ddns.aspx" -#define DDNS_URL_V6_ALT "https://x%c.x%c.servers-v6.ddns.uxcom.jp/ddns/ddns.aspx" +#define DDNS_URL_V4_ALT "https://x%c.x%c.dev.servers.ddns.uxcom.jp/ddns/ddns.aspx" +#define DDNS_URL_V6_ALT "https://x%c.x%c.dev.servers-v6.ddns.uxcom.jp/ddns/ddns.aspx" #define DDNS_URL2_V4_ALT "http://get-my-ip.ddns.uxcom.jp/ddns/getmyip.ashx" #define DDNS_URL2_V6_ALT "http://get-my-ip-v6.ddns.uxcom.jp/ddns/getmyip.ashx" @@ -241,7 +248,3 @@ void DCGetInternetSetting(DDNS_CLIENT *c, INTERNET_SETTING *t); #endif // DDNS_H - -// 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/src/Cedar/Database.c b/src/Cedar/Database.c index da5087aa..7cd721f4 100644 --- a/src/Cedar/Database.c +++ b/src/Cedar/Database.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -263,7 +263,3 @@ bool LiIsLicenseKey(char *str) return true; } - -// 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/src/Cedar/Database.h b/src/Cedar/Database.h index fb3d5986..651ba0e2 100644 --- a/src/Cedar/Database.h +++ b/src/Cedar/Database.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -122,7 +122,3 @@ bool LiStrToKeyBit(UCHAR *keybit, char *keystr); #endif // DATABASE_H - -// 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/src/Cedar/EM.c b/src/Cedar/EM.c index ffd99093..58719a4b 100644 --- a/src/Cedar/EM.c +++ b/src/Cedar/EM.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1500,7 +1500,3 @@ RETRY: } #endif // WIN32 - -// 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/src/Cedar/EM.h b/src/Cedar/EM.h index 26024e14..812e3d4a 100644 --- a/src/Cedar/EM.h +++ b/src/Cedar/EM.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -120,7 +120,3 @@ void EMExec(); #endif // EM_H - -// 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/src/Cedar/EMInner.h b/src/Cedar/EMInner.h index a9466ddc..7c2fcbcd 100644 --- a/src/Cedar/EMInner.h +++ b/src/Cedar/EMInner.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -147,6 +147,3 @@ void EmLicenseAddDlgUpdate(HWND hWnd, RPC *s); void EmLicenseAddDlgShiftTextItem(HWND hWnd, UINT id1, UINT id2, UINT *next_focus); void EmLicenseAddDlgGetText(HWND hWnd, char *str, UINT size); void EmLicenseAddDlgOnOk(HWND hWnd, RPC *s); -// 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/src/Cedar/EtherLog.c b/src/Cedar/EtherLog.c index f98ebede..5c65b2d1 100644 --- a/src/Cedar/EtherLog.c +++ b/src/Cedar/EtherLog.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1380,7 +1380,3 @@ void ElFree() el_lock = NULL; } - -// 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/src/Cedar/EtherLog.h b/src/Cedar/EtherLog.h index 9623be69..beb707f6 100644 --- a/src/Cedar/EtherLog.h +++ b/src/Cedar/EtherLog.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -279,7 +279,3 @@ void OutRpcElLicenseStatus(PACK *p, RPC_EL_LICENSE_STATUS *t); #endif // ETHERLOG_H - -// 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/src/Cedar/Hub.c b/src/Cedar/Hub.c index bced4460..221754c1 100644 --- a/src/Cedar/Hub.c +++ b/src/Cedar/Hub.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -166,6 +166,103 @@ ADMIN_OPTION admin_options[] = UINT num_admin_options = sizeof(admin_options) / sizeof(ADMIN_OPTION); + +// Create an EAP client for the specified Virtual Hub +EAP_CLIENT *HubNewEapClient(CEDAR *cedar, char *hubname, char *client_ip_str, char *username) +{ + HUB *hub = NULL; + EAP_CLIENT *ret = NULL; + char radius_servers[MAX_PATH] = {0}; + UINT radius_port = 0; + UINT radius_retry_interval = 0; + char radius_secret[MAX_PATH] = {0}; + char radius_suffix_filter[MAX_PATH] = {0}; + if (cedar == NULL || hubname == NULL || client_ip_str == NULL || username == NULL) + { + return NULL; + } + + // Find the Virtual Hub + LockHubList(cedar); + { + hub = GetHub(cedar, hubname); + } + UnlockHubList(cedar); + + if (hub != NULL) + { + if (GetRadiusServerEx2(hub, radius_servers, sizeof(radius_servers), &radius_port, radius_secret, + sizeof(radius_secret), &radius_retry_interval, radius_suffix_filter, sizeof(radius_suffix_filter))) + { + bool use_peap = hub->RadiusUsePeapInsteadOfEap; + + if (IsEmptyStr(radius_suffix_filter) || EndWith(username, radius_suffix_filter)) + { + TOKEN_LIST *radius_servers_list = ParseToken(radius_servers, " ,;\t"); + + if (radius_servers_list != NULL && radius_servers_list->NumTokens >= 1) + { + // Try for each of RADIUS servers + UINT i; + bool finish = false; + + for (i = 0;i < radius_servers_list->NumTokens;i++) + { + EAP_CLIENT *eap; + IP ip; + + if (GetIP(&ip, radius_servers_list->Token[i])) + { + eap = NewEapClient(&ip, radius_port, radius_secret, radius_retry_interval, + RADIUS_INITIAL_EAP_TIMEOUT, client_ip_str, username, hubname); + + if (eap != NULL) + { + if (use_peap == false) + { + // EAP + if (EapClientSendMsChapv2AuthRequest(eap)) + { + eap->GiveupTimeout = RADIUS_RETRY_TIMEOUT; + ret = eap; + finish = true; + } + } + else + { + // PEAP + if (PeapClientSendMsChapv2AuthRequest(eap)) + { + eap->GiveupTimeout = RADIUS_RETRY_TIMEOUT; + ret = eap; + finish = true; + } + } + + if (finish == false) + { + ReleaseEapClient(eap); + } + } + } + + if (finish) + { + break; + } + } + } + + FreeToken(radius_servers_list); + } + } + } + + ReleaseHub(hub); + + return ret; +} + // Create a user list LIST *NewUserList() { @@ -587,6 +684,7 @@ void DataToHubOptionStruct(HUB_OPTION *o, RPC_ADMIN_OPTION *ao) GetHubAdminOptionDataAndSet(ao, "SecureNAT_MaxIcmpSessionsPerIp", &o->SecureNAT_MaxIcmpSessionsPerIp); GetHubAdminOptionDataAndSet(ao, "AccessListIncludeFileCacheLifetime", &o->AccessListIncludeFileCacheLifetime); GetHubAdminOptionDataAndSet(ao, "DisableKernelModeSecureNAT", &o->DisableKernelModeSecureNAT); + GetHubAdminOptionDataAndSet(ao, "DisableIpRawModeSecureNAT", &o->DisableIpRawModeSecureNAT); GetHubAdminOptionDataAndSet(ao, "DisableUserModeSecureNAT", &o->DisableUserModeSecureNAT); GetHubAdminOptionDataAndSet(ao, "DisableCheckMacOnLocalBridge", &o->DisableCheckMacOnLocalBridge); GetHubAdminOptionDataAndSet(ao, "DisableCorrectIpOffloadChecksum", &o->DisableCorrectIpOffloadChecksum); @@ -598,9 +696,12 @@ void DataToHubOptionStruct(HUB_OPTION *o, RPC_ADMIN_OPTION *ao) GetHubAdminOptionDataAndSet(ao, "SuppressClientUpdateNotification", &o->SuppressClientUpdateNotification); GetHubAdminOptionDataAndSet(ao, "FloodingSendQueueBufferQuota", &o->FloodingSendQueueBufferQuota); GetHubAdminOptionDataAndSet(ao, "AssignVLanIdByRadiusAttribute", &o->AssignVLanIdByRadiusAttribute); + GetHubAdminOptionDataAndSet(ao, "DenyAllRadiusLoginWithNoVlanAssign", &o->DenyAllRadiusLoginWithNoVlanAssign); GetHubAdminOptionDataAndSet(ao, "SecureNAT_RandomizeAssignIp", &o->SecureNAT_RandomizeAssignIp); GetHubAdminOptionDataAndSet(ao, "DetectDormantSessionInterval", &o->DetectDormantSessionInterval); GetHubAdminOptionDataAndSet(ao, "NoPhysicalIPOnPacketLog", &o->NoPhysicalIPOnPacketLog); + GetHubAdminOptionDataAndSet(ao, "UseHubNameAsDhcpUserClassOption", &o->UseHubNameAsDhcpUserClassOption); + GetHubAdminOptionDataAndSet(ao, "UseHubNameAsRadiusNasId", &o->UseHubNameAsRadiusNasId); } // Convert the contents of the HUB_OPTION to data @@ -656,6 +757,7 @@ void HubOptionStructToData(RPC_ADMIN_OPTION *ao, HUB_OPTION *o, char *hub_name) Add(aol, NewAdminOption("SecureNAT_MaxIcmpSessionsPerIp", o->SecureNAT_MaxIcmpSessionsPerIp)); Add(aol, NewAdminOption("AccessListIncludeFileCacheLifetime", o->AccessListIncludeFileCacheLifetime)); Add(aol, NewAdminOption("DisableKernelModeSecureNAT", o->DisableKernelModeSecureNAT)); + Add(aol, NewAdminOption("DisableIpRawModeSecureNAT", o->DisableIpRawModeSecureNAT)); Add(aol, NewAdminOption("DisableUserModeSecureNAT", o->DisableUserModeSecureNAT)); Add(aol, NewAdminOption("DisableCheckMacOnLocalBridge", o->DisableCheckMacOnLocalBridge)); Add(aol, NewAdminOption("DisableCorrectIpOffloadChecksum", o->DisableCorrectIpOffloadChecksum)); @@ -667,9 +769,12 @@ void HubOptionStructToData(RPC_ADMIN_OPTION *ao, HUB_OPTION *o, char *hub_name) Add(aol, NewAdminOption("SuppressClientUpdateNotification", o->SuppressClientUpdateNotification)); Add(aol, NewAdminOption("FloodingSendQueueBufferQuota", o->FloodingSendQueueBufferQuota)); Add(aol, NewAdminOption("AssignVLanIdByRadiusAttribute", o->AssignVLanIdByRadiusAttribute)); + Add(aol, NewAdminOption("DenyAllRadiusLoginWithNoVlanAssign", o->DenyAllRadiusLoginWithNoVlanAssign)); Add(aol, NewAdminOption("SecureNAT_RandomizeAssignIp", o->SecureNAT_RandomizeAssignIp)); Add(aol, NewAdminOption("DetectDormantSessionInterval", o->DetectDormantSessionInterval)); Add(aol, NewAdminOption("NoPhysicalIPOnPacketLog", o->NoPhysicalIPOnPacketLog)); + Add(aol, NewAdminOption("UseHubNameAsDhcpUserClassOption", o->UseHubNameAsDhcpUserClassOption)); + Add(aol, NewAdminOption("UseHubNameAsRadiusNasId", o->UseHubNameAsRadiusNasId)); Zero(ao, sizeof(RPC_ADMIN_OPTION)); @@ -1122,12 +1227,6 @@ bool IsValidCertInHub(HUB *h, X *x) return false; } - if (IsXRevoked(x)) - { - // Disabled by the CRL stored in the file - return false; - } - LockList(h->HubDb->CrlList); { ret = IsCertMatchCrlList(x, h->HubDb->CrlList); @@ -7335,7 +7434,3 @@ HUBDB *NewHubDb() } - -// 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/src/Cedar/Hub.h b/src/Cedar/Hub.h index b66416cd..7def47bb 100644 --- a/src/Cedar/Hub.h +++ b/src/Cedar/Hub.h @@ -3,15 +3,15 @@ // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -265,6 +265,7 @@ struct HUB_OPTION UINT SecureNAT_MaxIcmpSessionsPerIp; // Maximum number of ICMP sessions per IP address UINT AccessListIncludeFileCacheLifetime; // Expiration of the access list external file (in seconds) bool DisableKernelModeSecureNAT; // Disable the kernel mode NAT + bool DisableIpRawModeSecureNAT; // Disable the IP Raw Mode NAT bool DisableUserModeSecureNAT; // Disable the user mode NAT bool DisableCheckMacOnLocalBridge; // Disable the MAC address verification in local bridge bool DisableCorrectIpOffloadChecksum; // Disable the correction of checksum that is IP-Offloaded @@ -276,9 +277,12 @@ struct HUB_OPTION bool SuppressClientUpdateNotification; // Suppress the update notification function on the VPN Client UINT FloodingSendQueueBufferQuota; // The global quota of send queues of flooding packets bool AssignVLanIdByRadiusAttribute; // Assign the VLAN ID for the VPN session, by the attribute value of RADIUS + bool DenyAllRadiusLoginWithNoVlanAssign; // Deny all RADIUS login with no VLAN ID assigned bool SecureNAT_RandomizeAssignIp; // Randomize the assignment IP address for new DHCP client UINT DetectDormantSessionInterval; // Interval (seconds) threshold to detect a dormant VPN session bool NoPhysicalIPOnPacketLog; // Disable saving physical IP address on the packet log + bool UseHubNameAsDhcpUserClassOption; // Add HubName to DHCP request as User-Class option + bool UseHubNameAsRadiusNasId; // Add HubName to Radius request as NAS-Identifier attrioption }; // MAC table entry @@ -434,6 +438,9 @@ struct HUB UINT RadiusRetryInterval; // Radius retry interval BUF *RadiusSecret; // Radius shared key char RadiusSuffixFilter[MAX_SIZE]; // Radius suffix filter + char RadiusRealm[MAX_SIZE]; // Radius realm (optional) + bool RadiusConvertAllMsChapv2AuthRequestToEap; // Convert all MS-CHAPv2 auth request to EAP + bool RadiusUsePeapInsteadOfEap; // Use PEAP instead of EAP volatile bool Halt; // Halting flag bool Offline; // Offline bool BeingOffline; // Be Doing Offline @@ -636,11 +643,8 @@ void CalcTrafficDiff(TRAFFIC *diff, TRAFFIC *old, TRAFFIC *current); bool CheckMaxLoggedPacketsPerMinute(SESSION *s, UINT max_packets, UINT64 now); void VgsSetUserAgentValue(char *str); void VgsSetEmbTag(bool b); +EAP_CLIENT *HubNewEapClient(CEDAR *cedar, char *hubname, char *client_ip_str, char *username); #endif // HUB_H - -// 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/src/Cedar/IPsec.c b/src/Cedar/IPsec.c index 42212525..d86de1ae 100644 --- a/src/Cedar/IPsec.c +++ b/src/Cedar/IPsec.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -793,7 +793,3 @@ IPSEC_SERVER *NewIPsecServer(CEDAR *cedar) return s; } - -// 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/src/Cedar/IPsec.h b/src/Cedar/IPsec.h index e3293645..29fde830 100644 --- a/src/Cedar/IPsec.h +++ b/src/Cedar/IPsec.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -203,7 +203,3 @@ void IPSecSetDisable(bool b); #endif // IPSEC_H - -// 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/src/Cedar/IPsec_EtherIP.c b/src/Cedar/IPsec_EtherIP.c index 54d2617c..15dde766 100644 --- a/src/Cedar/IPsec_EtherIP.c +++ b/src/Cedar/IPsec_EtherIP.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -170,7 +170,7 @@ void EtherIPIpcConnectThread(THREAD *t, void *p) &s->ClientIP, s->ClientPort, &s->ServerIP, s->ServerPort, tmp, - s->CryptName, true, mss); + s->CryptName, true, mss, NULL); if (ipc != NULL) { @@ -563,7 +563,3 @@ UINT CalcEtherIPTcpMss(ETHERIP_SERVER *s) return ret; } - -// 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/src/Cedar/IPsec_EtherIP.h b/src/Cedar/IPsec_EtherIP.h index 21a4360d..3b94104a 100644 --- a/src/Cedar/IPsec_EtherIP.h +++ b/src/Cedar/IPsec_EtherIP.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -174,7 +174,3 @@ UINT CalcEtherIPTcpMss(ETHERIP_SERVER *s); #endif // IPSEC_ETHERIP_H - -// 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/src/Cedar/IPsec_IKE.c b/src/Cedar/IPsec_IKE.c index a5ae0486..84055774 100644 --- a/src/Cedar/IPsec_IKE.c +++ b/src/Cedar/IPsec_IKE.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -113,6 +113,7 @@ #include "CedarPch.h" +//#define RAW_DEBUG // Processing of IKE received packet void ProcIKEPacketRecv(IKE_SERVER *ike, UDPPACKET *p) @@ -753,7 +754,7 @@ void ProcIPsecEspPacketRecv(IKE_SERVER *ike, UDPPACKET *p) // Transport mode if (next_header == IP_PROTO_UDP) { - if (ike->IPsec->Services.L2TP_IPsec) + if (ike->IPsec->Services.L2TP_IPsec || ike->IPsec->Services.EtherIP_IPsec) { // An UDP packet has been received ProcIPsecUdpPacketRecv(ike, c, dec_data, dec_size); @@ -791,6 +792,19 @@ void ProcIPsecEspPacketRecv(IKE_SERVER *ike, UDPPACKET *p) if (ipsec_sa->PairIPsecSa != NULL) { c->CurrentIpSecSaSend = ipsec_sa->PairIPsecSa; + + if (p->DestPort == IPSEC_PORT_IPSEC_ESP_UDP) + { + IPSECSA *send_sa = c->CurrentIpSecSaSend; + if (send_sa->TransformSetting.CapsuleMode == IKE_P2_CAPSULE_TUNNEL) + { + send_sa->TransformSetting.CapsuleMode = IKE_P2_CAPSULE_NAT_TUNNEL_1; + } + else if (send_sa->TransformSetting.CapsuleMode == IKE_P2_CAPSULE_TRANSPORT) + { + send_sa->TransformSetting.CapsuleMode = IKE_P2_CAPSULE_NAT_TRANSPORT_1; + } + } } c->LastCommTick = ike->Now; ipsec_sa->LastCommTick = ike->Now; @@ -4711,6 +4725,8 @@ bool GetBestTransformSettingForIPsecSa(IKE_SERVER *ike, IKE_PACKET *pr, IPSEC_SA IKE_PACKET_TRANSFORM_PAYLOAD *transform = &transform_payload->Payload.Transform; IPSEC_SA_TRANSFORM_SETTING set; + Zero(&set, sizeof(set)); + if (TransformPayloadToTransformSettingForIPsecSa(ike, transform, &set, server_ip)) { Copy(setting, &set, sizeof(IPSEC_SA_TRANSFORM_SETTING)); @@ -5971,7 +5987,3 @@ IKE_SERVER *NewIKEServer(CEDAR *cedar, IPSEC_SERVER *ipsec) - -// 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/src/Cedar/IPsec_IKE.h b/src/Cedar/IPsec_IKE.h index a48c1c1c..183f95fa 100644 --- a/src/Cedar/IPsec_IKE.h +++ b/src/Cedar/IPsec_IKE.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -474,7 +474,3 @@ IKE_SA *SearchIkeSaByCookie(IKE_SERVER *ike, UINT64 init_cookie, UINT64 resp_coo #endif // IPSEC_IKE_H - -// 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/src/Cedar/IPsec_IPC.c b/src/Cedar/IPsec_IPC.c index 934635c7..7bd5d7e5 100644 --- a/src/Cedar/IPsec_IPC.c +++ b/src/Cedar/IPsec_IPC.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -133,20 +133,27 @@ bool ParseAndExtractMsChapV2InfoFromPassword(IPC_MSCHAP_V2_AUTHINFO *d, char *pa t = ParseTokenWithNullStr(password, ":"); - if (t->NumTokens == 5) + if (t->NumTokens == 6) { - BUF *b1, *b2, *b3; + BUF *b1, *b2, *b3, *b4; b1 = StrToBin(t->Token[2]); b2 = StrToBin(t->Token[3]); b3 = StrToBin(t->Token[4]); + b4 = StrToBin(t->Token[5]); - if (IsEmptyStr(t->Token[1]) == false && b1->Size == 16 && b2->Size == 16 && b3->Size == 24) + if (IsEmptyStr(t->Token[1]) == false && b1->Size == 16 && b2->Size == 16 && b3->Size == 24 + && b4->Size == 8) { + UINT64 eap_client_ptr = 0; + StrCpy(d->MsChapV2_PPPUsername, sizeof(d->MsChapV2_PPPUsername), t->Token[1]); Copy(d->MsChapV2_ServerChallenge, b1->Buf, 16); Copy(d->MsChapV2_ClientChallenge, b2->Buf, 16); Copy(d->MsChapV2_ClientResponse, b3->Buf, 24); + Copy(&eap_client_ptr, b4->Buf, 8); + + d->MsChapV2_EapClient = (EAP_CLIENT *)eap_client_ptr; ret = true; } @@ -154,6 +161,7 @@ bool ParseAndExtractMsChapV2InfoFromPassword(IPC_MSCHAP_V2_AUTHINFO *d, char *pa FreeBuf(b1); FreeBuf(b2); FreeBuf(b3); + FreeBuf(b4); } FreeToken(t); @@ -315,7 +323,7 @@ IPC *NewIPCByParam(CEDAR *cedar, IPC_PARAM *param, UINT *error_code) param->UserName, param->Password, error_code, ¶m->ClientIp, param->ClientPort, ¶m->ServerIp, param->ServerPort, param->ClientHostname, param->CryptName, - param->BridgeMode, param->Mss); + param->BridgeMode, param->Mss, NULL); return ipc; } @@ -324,7 +332,7 @@ IPC *NewIPCByParam(CEDAR *cedar, IPC_PARAM *param, UINT *error_code) IPC *NewIPC(CEDAR *cedar, char *client_name, char *postfix, char *hubname, char *username, char *password, UINT *error_code, IP *client_ip, UINT client_port, IP *server_ip, UINT server_port, char *client_hostname, char *crypt_name, - bool bridge_mode, UINT mss) + bool bridge_mode, UINT mss, EAP_CLIENT *eap_client) { IPC *ipc; UINT dummy_int = 0; @@ -418,7 +426,6 @@ IPC *NewIPC(CEDAR *cedar, char *client_name, char *postfix, char *hubname, char // Upload the authentication data p = PackLoginWithPlainPassword(hubname, username, password); - PackAddInt64(p, "timestamp", SystemTime64()); PackAddStr(p, "hello", client_name); PackAddInt(p, "client_ver", cedar->Version); PackAddInt(p, "client_build", cedar->Build); @@ -431,6 +438,14 @@ IPC *NewIPC(CEDAR *cedar, char *client_name, char *postfix, char *hubname, char PackAddBool(p, "require_monitor_mode", false); PackAddBool(p, "qos", false); + if (eap_client != NULL) + { + UINT64 ptr = (UINT64)eap_client; + PackAddInt64(p, "release_me_eap_client", ptr); + + AddRef(eap_client->Ref); + } + // Unique ID is determined by the sum of the connecting client IP address and the client_name b = NewBuf(); WriteBuf(b, client_ip, sizeof(IP)); @@ -663,6 +678,24 @@ void FreeIPC(IPC *ipc) Free(ipc); } +// Set User Class option if corresponding Virtual Hub optin is set +void IPCDhcpSetConditionalUserClass(IPC *ipc, DHCP_OPTION_LIST *req) +{ + HUB *hub; + + hub = GetHub(ipc->Cedar, ipc->HubName); + if (hub == NULL) + { + return; + } + + if (hub->Option && hub->Option->UseHubNameAsDhcpUserClassOption) + { + StrCpy(req->UserClass, sizeof(req->UserClass), ipc->HubName); + } + ReleaseHub(hub); +} + // Release the IP address from the DHCP server void IPCDhcpFreeIP(IPC *ipc, IP *dhcp_server) { @@ -677,6 +710,7 @@ void IPCDhcpFreeIP(IPC *ipc, IP *dhcp_server) Zero(&req, sizeof(req)); req.Opcode = DHCP_RELEASE; req.ServerAddress = IPToUINT(dhcp_server); + IPCDhcpSetConditionalUserClass(ipc, &req); FreeDHCPv4Data(IPCSendDhcpRequest(ipc, NULL, tran_id, &req, 0, 0, NULL)); } @@ -697,6 +731,7 @@ void IPCDhcpRenewIP(IPC *ipc, IP *dhcp_server) req.Opcode = DHCP_REQUEST; StrCpy(req.Hostname, sizeof(req.Hostname), ipc->ClientHostname); req.RequestedIp = IPToUINT(&ipc->ClientIPAddress); + IPCDhcpSetConditionalUserClass(ipc, &req); FreeDHCPv4Data(IPCSendDhcpRequest(ipc, dhcp_server, tran_id, &req, 0, 0, NULL)); } @@ -719,6 +754,7 @@ bool IPCDhcpRequestInformIP(IPC *ipc, DHCP_OPTION_LIST *opt, TUBE *discon_poll_t req.Opcode = DHCP_INFORM; req.ClientAddress = IPToUINT(client_ip); StrCpy(req.Hostname, sizeof(req.Hostname), ipc->ClientHostname); + IPCDhcpSetConditionalUserClass(ipc, &req); d = IPCSendDhcpRequest(ipc, NULL, tran_id, &req, DHCP_ACK, IPC_DHCP_TIMEOUT, discon_poll_tube); if (d == NULL) @@ -783,6 +819,7 @@ LABEL_RETRY_FOR_OPENVPN: req.RequestedIp = request_ip; req.Opcode = DHCP_DISCOVER; StrCpy(req.Hostname, sizeof(req.Hostname), ipc->ClientHostname); + IPCDhcpSetConditionalUserClass(ipc, &req); d = IPCSendDhcpRequest(ipc, NULL, tran_id, &req, DHCP_OFFER, IPC_DHCP_TIMEOUT, discon_poll_tube); if (d == NULL) @@ -893,6 +930,7 @@ LABEL_RETRY_FOR_OPENVPN: StrCpy(req.Hostname, sizeof(req.Hostname), ipc->ClientHostname); req.ServerAddress = d->ParsedOptionList->ServerAddress; req.RequestedIp = d->ParsedOptionList->ClientAddress; + IPCDhcpSetConditionalUserClass(ipc, &req); d2 = IPCSendDhcpRequest(ipc, NULL, tran_id, &req, DHCP_ACK, IPC_DHCP_TIMEOUT, discon_poll_tube); if (d2 == NULL) @@ -1227,6 +1265,12 @@ BUF *IPCBuildDhcpRequestOptions(IPC *ipc, DHCP_OPTION_LIST *opt) Add(o, NewDhcpOption(DHCP_ID_HOST_NAME, opt->Hostname, StrLen(opt->Hostname))); } + // User Class + if (IsEmptyStr(opt->UserClass) == false) + { + Add(o, NewDhcpOption(DHCP_ID_USER_CLASS, opt->UserClass, StrLen(opt->UserClass))); + } + // Vendor Add(o, NewDhcpOption(DHCP_ID_VENDOR_ID, IPC_DHCP_VENDOR_ID, StrLen(IPC_DHCP_VENDOR_ID))); @@ -2073,7 +2117,3 @@ BLOCK *IPCRecvL2(IPC *ipc) - -// 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/src/Cedar/IPsec_IPC.h b/src/Cedar/IPsec_IPC.h index eb930c7e..f65a053e 100644 --- a/src/Cedar/IPsec_IPC.h +++ b/src/Cedar/IPsec_IPC.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -218,12 +218,13 @@ struct IPC_MSCHAP_V2_AUTHINFO UCHAR MsChapV2_ServerChallenge[16]; // MS-CHAPv2 Server Challenge UCHAR MsChapV2_ClientChallenge[16]; // MS-CHAPv2 Client Challenge UCHAR MsChapV2_ClientResponse[24]; // MS-CHAPv2 Client Response + EAP_CLIENT *MsChapV2_EapClient; // EAP client }; IPC *NewIPC(CEDAR *cedar, char *client_name, char *postfix, char *hubname, char *username, char *password, UINT *error_code, IP *client_ip, UINT client_port, IP *server_ip, UINT server_port, char *client_hostname, char *crypt_name, - bool bridge_mode, UINT mss); + bool bridge_mode, UINT mss, EAP_CLIENT *eap_client); IPC *NewIPCByParam(CEDAR *cedar, IPC_PARAM *param, UINT *error_code); IPC *NewIPCBySock(CEDAR *cedar, SOCK *s, void *mac_address); void FreeIPC(IPC *ipc); @@ -268,7 +269,3 @@ bool ParseAndExtractMsChapV2InfoFromPassword(IPC_MSCHAP_V2_AUTHINFO *d, char *pa - -// 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/src/Cedar/IPsec_IkePacket.c b/src/Cedar/IPsec_IkePacket.c index 81b31d4f..eda8f17d 100644 --- a/src/Cedar/IPsec_IkePacket.c +++ b/src/Cedar/IPsec_IkePacket.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -2558,8 +2558,8 @@ IKE_ENGINE *NewIkeEngine() { IKE_ENGINE *e = ZeroMalloc(sizeof(IKE_ENGINE)); IKE_CRYPTO *des, *des3, *aes; - IKE_HASH *sha1, *md5; - IKE_DH *dh1, *dh2, *dh5; + IKE_HASH *sha1, *md5, *sha2_256, *sha2_384, *sha2_512; + IKE_DH *dh1, *dh2, *dh5, *dh2048, *dh3072, *dh4096; UINT des_key_sizes[] = { 8, @@ -2594,6 +2594,14 @@ IKE_ENGINE *NewIkeEngine() // SHA-1 sha1 = NewIkeHash(e, IKE_HASH_SHA1_ID, IKE_HASH_SHA1_STRING, 20); + // SHA-2 + // sha2-256 + sha2_256 = NewIkeHash(e, IKE_HASH_SHA2_256_ID, IKE_HASH_SHA2_256_STRING, 32); + // sha2-384 + sha2_384 = NewIkeHash(e, IKE_HASH_SHA2_384_ID, IKE_HASH_SHA2_384_STRING, 48); + // sha2-512 + sha2_512 = NewIkeHash(e, IKE_HASH_SHA2_512_ID, IKE_HASH_SHA2_512_STRING, 64); + // MD5 md5 = NewIkeHash(e, IKE_HASH_MD5_ID, IKE_HASH_MD5_STRING, 16); @@ -2601,6 +2609,9 @@ IKE_ENGINE *NewIkeEngine() dh1 = NewIkeDh(e, IKE_DH_1_ID, IKE_DH_1_STRING, 96); dh2 = NewIkeDh(e, IKE_DH_2_ID, IKE_DH_2_STRING, 128); dh5 = NewIkeDh(e, IKE_DH_5_ID, IKE_DH_5_STRING, 192); + dh2048 = NewIkeDh(e, IKE_DH_2048_ID, IKE_DH_2048_STRING, 256); + dh3072 = NewIkeDh(e, IKE_DH_3072_ID, IKE_DH_3072_STRING, 384); + dh4096 = NewIkeDh(e, IKE_DH_4096_ID, IKE_DH_4096_STRING, 512); // Define the IKE algorithm e->IkeCryptos[IKE_P1_CRYPTO_DES_CBC] = des; @@ -2608,6 +2619,10 @@ IKE_ENGINE *NewIkeEngine() e->IkeCryptos[IKE_P1_CRYPTO_AES_CBC] = aes; e->IkeHashes[IKE_P1_HASH_MD5] = md5; e->IkeHashes[IKE_P1_HASH_SHA1] = sha1; + e->IkeHashes[IKE_P1_HASH_SHA2_256] = sha2_256; + e->IkeHashes[IKE_P1_HASH_SHA2_384] = sha2_384; + e->IkeHashes[IKE_P1_HASH_SHA2_512] = sha2_512; + // Definition of ESP algorithm e->EspCryptos[IKE_TRANSFORM_ID_P2_ESP_DES] = des; @@ -2620,6 +2635,9 @@ IKE_ENGINE *NewIkeEngine() e->IkeDhs[IKE_P1_DH_GROUP_768_MODP] = e->EspDhs[IKE_P2_DH_GROUP_768_MODP] = dh1; e->IkeDhs[IKE_P1_DH_GROUP_1024_MODP] = e->EspDhs[IKE_P2_DH_GROUP_1024_MODP] = dh2; e->IkeDhs[IKE_P1_DH_GROUP_1536_MODP] = e->EspDhs[IKE_P2_DH_GROUP_1536_MODP] = dh5; + e->IkeDhs[IKE_P1_DH_GROUP_2048_MODP] = e->EspDhs[IKE_P2_DH_GROUP_2048_MODP] = dh2048; + e->IkeDhs[IKE_P1_DH_GROUP_3072_MODP] = e->EspDhs[IKE_P2_DH_GROUP_3072_MODP] = dh3072; + e->IkeDhs[IKE_P1_DH_GROUP_4096_MODP] = e->EspDhs[IKE_P2_DH_GROUP_4096_MODP] = dh4096; return e; } @@ -2925,6 +2943,15 @@ void IkeHash(IKE_HASH *h, void *dst, void *src, UINT size) // SHA-1 Sha1(dst, src, size); break; + case IKE_HASH_SHA2_256_ID: + Sha2_256(dst, src, size); + break; + case IKE_HASH_SHA2_384_ID: + Sha2_384(dst, src, size); + break; + case IKE_HASH_SHA2_512_ID: + Sha2_512(dst, src, size); + break; default: // Unknown @@ -2936,11 +2963,12 @@ void IkeHash(IKE_HASH *h, void *dst, void *src, UINT size) // Calculation of HMAC void IkeHMac(IKE_HASH *h, void *dst, void *key, UINT key_size, void *data, UINT data_size) { - UCHAR k[HMAC_BLOCK_SIZE]; + UINT hmac_block_size = HMAC_BLOCK_SIZE; + UCHAR k[HMAC_BLOCK_SIZE_MAX]; UCHAR *data1; UCHAR hash1[IKE_MAX_HASH_SIZE]; UINT data1_size; - UCHAR data2[IKE_MAX_HASH_SIZE + HMAC_BLOCK_SIZE]; + UCHAR data2[IKE_MAX_HASH_SIZE + HMAC_BLOCK_SIZE_MAX]; UINT data2_size; UCHAR tmp1600[1600]; bool no_free = false; @@ -2951,6 +2979,27 @@ void IkeHMac(IKE_HASH *h, void *dst, void *key, UINT key_size, void *data, UINT return; } + switch (h->HashId) + { + case IKE_HASH_SHA1_ID: + case IKE_HASH_SHA2_256_ID: + hmac_block_size = HMAC_BLOCK_SIZE; + break; + + case IKE_HASH_SHA2_384_ID: + case IKE_HASH_SHA2_512_ID: + hmac_block_size = HMAC_BLOCK_SIZE_1024; + break; + + default: + return; + } + + if (hmac_block_size > HMAC_BLOCK_SIZE_MAX) + { + return; + } + if (h->HashId == IKE_HASH_SHA1_ID) { // Use special function (fast) in the case of SHA-1 @@ -2966,7 +3015,7 @@ void IkeHMac(IKE_HASH *h, void *dst, void *key, UINT key_size, void *data, UINT // Creating a K Zero(k, sizeof(k)); - if (key_size <= HMAC_BLOCK_SIZE) + if (key_size <= hmac_block_size) { Copy(k, key, key_size); } @@ -2976,7 +3025,7 @@ void IkeHMac(IKE_HASH *h, void *dst, void *key, UINT key_size, void *data, UINT } // Generation of data 1 - data1_size = data_size + HMAC_BLOCK_SIZE; + data1_size = data_size + hmac_block_size; if (data1_size > sizeof(tmp1600)) { @@ -2988,12 +3037,12 @@ void IkeHMac(IKE_HASH *h, void *dst, void *key, UINT key_size, void *data, UINT no_free = true; } - for (i = 0;i < HMAC_BLOCK_SIZE;i++) + for (i = 0;i < hmac_block_size;i++) { data1[i] = k[i] ^ 0x36; } - Copy(data1 + HMAC_BLOCK_SIZE, data, data_size); + Copy(data1 + hmac_block_size, data, data_size); // Calculate the hash value IkeHash(h, hash1, data1, data1_size); @@ -3004,14 +3053,14 @@ void IkeHMac(IKE_HASH *h, void *dst, void *key, UINT key_size, void *data, UINT } // Generation of data 2 - data2_size = h->HashSize + HMAC_BLOCK_SIZE; + data2_size = h->HashSize + hmac_block_size; for (i = 0;i < HMAC_BLOCK_SIZE;i++) { data2[i] = k[i] ^ 0x5c; } - Copy(data2 + HMAC_BLOCK_SIZE, hash1, h->HashSize); + Copy(data2 + hmac_block_size, hash1, h->HashSize); // Calculate the hash value IkeHash(h, dst, data2, data2_size); @@ -3132,6 +3181,15 @@ DH_CTX *IkeDhNewCtx(IKE_DH *d) case IKE_DH_5_ID: return DhNewGroup5(); + + case IKE_DH_2048_ID: + return DhNew2048(); + + case IKE_DH_3072_ID: + return DhNew3072(); + + case IKE_DH_4096_ID: + return DhNew4096(); } return NULL; @@ -3153,7 +3211,3 @@ void IkeDhFreeCtx(DH_CTX *dh) - -// 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/src/Cedar/IPsec_IkePacket.h b/src/Cedar/IPsec_IkePacket.h index f51402f5..ba0bb686 100644 --- a/src/Cedar/IPsec_IkePacket.h +++ b/src/Cedar/IPsec_IkePacket.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -120,7 +120,7 @@ #endif // OS_WIN32 // Maximum hash size -#define IKE_MAX_HASH_SIZE 20 // Size of SHA-1 is the maximum for now +#define IKE_MAX_HASH_SIZE 64 // Size of SHA-2-512 is the maximum for now // Maximum block size #define IKE_MAX_BLOCK_SIZE 16 // Size of AES is maximum at the moment @@ -224,6 +224,7 @@ struct IKE_TRANSFORM_VALUE } GCC_PACKED; // The Type value in IKE transform value (Phase 1) +// MUST BE LESS THAN "MAX_IKE_ENGINE_ELEMENTS" !!! #define IKE_TRANSFORM_VALUE_P1_CRYPTO 1 // Encryption algorithm #define IKE_TRANSFORM_VALUE_P1_HASH 2 // Hash algorithm #define IKE_TRANSFORM_VALUE_P1_AUTH_METHOD 3 // Authentication method @@ -233,6 +234,7 @@ struct IKE_TRANSFORM_VALUE #define IKE_TRANSFORM_VALUE_P1_KET_SIZE 14 // Key size // The Type value in IKE transform values (Phase 2) +// MUST BE LESS THAN "MAX_IKE_ENGINE_ELEMENTS" !!! #define IKE_TRANSFORM_VALUE_P2_LIFE_TYPE 1 // Expiration date type #define IKE_TRANSFORM_VALUE_P2_LIFE_VALUE 2 // Expiration date #define IKE_TRANSFORM_VALUE_P2_DH_GROUP 3 // DH group number @@ -241,6 +243,7 @@ struct IKE_TRANSFORM_VALUE #define IKE_TRANSFORM_VALUE_P2_KEY_SIZE 6 // Key size // Phase 1: The encryption algorithm in the IKE transform value +// MUST BE LESS THAN "MAX_IKE_ENGINE_ELEMENTS" !!! #define IKE_P1_CRYPTO_DES_CBC 1 #define IKE_P1_CRYPTO_BLOWFISH 3 #define IKE_P1_CRYPTO_3DES_CBC 5 @@ -248,30 +251,45 @@ struct IKE_TRANSFORM_VALUE #define IKE_P1_CRYPTO_AES_CBC 7 // Phase 1: The hash algorithm in IKE transform value +// MUST BE LESS THAN "MAX_IKE_ENGINE_ELEMENTS" !!! #define IKE_P1_HASH_MD5 1 #define IKE_P1_HASH_SHA1 2 +#define IKE_P1_HASH_SHA2_256 4 +#define IKE_P1_HASH_SHA2_384 5 +#define IKE_P1_HASH_SHA2_512 6 // Phase 1: The authentication method in the IKE transform value +// MUST BE LESS THAN "MAX_IKE_ENGINE_ELEMENTS" !!! #define IKE_P1_AUTH_METHOD_PRESHAREDKEY 1 #define IKE_P1_AUTH_METHOD_RSA_SIGN 3 // Phase 1: The DH group number in the IKE transform value +// MUST BE LESS THAN "MAX_IKE_ENGINE_ELEMENTS" !!! #define IKE_P1_DH_GROUP_768_MODP 1 #define IKE_P1_DH_GROUP_1024_MODP 2 #define IKE_P1_DH_GROUP_1536_MODP 5 +#define IKE_P1_DH_GROUP_2048_MODP 14 +#define IKE_P1_DH_GROUP_3072_MODP 15 +#define IKE_P1_DH_GROUP_4096_MODP 16 // Phase 1: The expiration date type in IKE transform value +// MUST BE LESS THAN "MAX_IKE_ENGINE_ELEMENTS" !!! #define IKE_P1_LIFE_TYPE_SECONDS 1 #define IKE_P1_LIFE_TYPE_KILOBYTES 2 // Phase 2: The HMAC algorithm in IPsec transform value +// MUST BE LESS THAN "MAX_IKE_ENGINE_ELEMENTS" !!! #define IKE_P2_HMAC_MD5_96 1 #define IKE_P2_HMAC_SHA1_96 2 // Phase 2: The DH group number in the IPsec transform value +// MUST BE LESS THAN "MAX_IKE_ENGINE_ELEMENTS" !!! #define IKE_P2_DH_GROUP_768_MODP 1 #define IKE_P2_DH_GROUP_1024_MODP 2 #define IKE_P2_DH_GROUP_1536_MODP 5 +#define IKE_P2_DH_GROUP_2048_MODP 14 +#define IKE_P2_DH_GROUP_3072_MODP 15 +#define IKE_P2_DH_GROUP_4096_MODP 16 // Phase 2: The encapsulation mode in IPsec transform value #define IKE_P2_CAPSULE_TUNNEL 1 @@ -530,6 +548,15 @@ struct IKE_P1_KEYSET #define IKE_HASH_SHA1_ID 1 #define IKE_HASH_SHA1_STRING "SHA-1" +#define IKE_HASH_SHA2_256_ID 2 +#define IKE_HASH_SHA2_256_STRING "SHA-2-256" + +#define IKE_HASH_SHA2_384_ID 3 +#define IKE_HASH_SHA2_384_STRING "SHA-2-384" + +#define IKE_HASH_SHA2_512_ID 4 +#define IKE_HASH_SHA2_512_STRING "SHA-2-512" + // Number and name of DH algorithm for IKE #define IKE_DH_1_ID 0 #define IKE_DH_1_STRING "MODP 768 (Group 1)" @@ -540,6 +567,15 @@ struct IKE_P1_KEYSET #define IKE_DH_5_ID 2 #define IKE_DH_5_STRING "MODP 1536 (Group 5)" +#define IKE_DH_2048_ID 14 +#define IKE_DH_2048_STRING "MODP 2048 (Group 14)" + +#define IKE_DH_3072_ID 15 +#define IKE_DH_3072_STRING "MODP 3072 (Group 15)" + +#define IKE_DH_4096_ID 16 +#define IKE_DH_4096_STRING "MODP 4096 (Group 16)" + // Encryption algorithm for IKE struct IKE_CRYPTO @@ -578,7 +614,7 @@ struct IKE_DH UINT KeySize; // Key size }; -#define MAX_IKE_ENGINE_ELEMENTS 16 +#define MAX_IKE_ENGINE_ELEMENTS 64 // Encryption engine for IKE struct IKE_ENGINE @@ -735,7 +771,3 @@ void IkeDhFreeCtx(DH_CTX *dh); #endif // IPSEC_PACKET_H - -// 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/src/Cedar/IPsec_L2TP.c b/src/Cedar/IPsec_L2TP.c index 737c7997..3a930f37 100644 --- a/src/Cedar/IPsec_L2TP.c +++ b/src/Cedar/IPsec_L2TP.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -180,7 +180,7 @@ void SendL2TPControlPacket(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, UINT session_id, L p->Nr = t->LastNr + 1; - buf = BuildL2TPPacketData(p); + buf = BuildL2TPPacketData(p, t); q = ZeroMalloc(sizeof(L2TP_QUEUE)); q->Buf = buf; @@ -239,15 +239,33 @@ void SendL2TPDataPacket(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, L2TP_SESSION *s, void else { // L2TPv3 - buf_size = 4 + size; - buf = Malloc(buf_size); + if (t->IsYamahaV3 == false) + { + buf_size = 4 + size; + buf = Malloc(buf_size); - WRITE_UINT(buf, s->SessionId1); + WRITE_UINT(buf, s->SessionId1); - Copy(buf + 4, data, size); + Copy(buf + 4, data, size); - // Transmission - p = NewUdpPacket(&t->ServerIp, IPSEC_PORT_L2TPV3_VIRTUAL, &t->ClientIp, IPSEC_PORT_L2TPV3_VIRTUAL, buf, buf_size); + // Transmission + p = NewUdpPacket(&t->ServerIp, IPSEC_PORT_L2TPV3_VIRTUAL, &t->ClientIp, IPSEC_PORT_L2TPV3_VIRTUAL, buf, buf_size); + } + else + { + UINT header = 0x00030000; + + buf_size = 8 + size; + buf = Malloc(buf_size); + + WRITE_UINT(buf, header); + WRITE_UINT(buf + 4, s->SessionId1); + + Copy(buf + 8, data, size); + + // Transmission + p = NewUdpPacket(&t->ServerIp, t->ServerPort, &t->ClientIp, t->ClientPort, buf, buf_size); + } } L2TPSendUDP(l2tp, p); @@ -285,14 +303,14 @@ void L2TPSendUDP(L2TP_SERVER *l2tp, UDPPACKET *p) } // Build a L2TP packet -BUF *BuildL2TPPacketData(L2TP_PACKET *pp) +BUF *BuildL2TPPacketData(L2TP_PACKET *pp, L2TP_TUNNEL *t) { BUF *ret; UCHAR c; USHORT us; UINT ui; // Validate arguments - if (pp == NULL) + if (pp == NULL || t == NULL) { return NULL; } @@ -322,9 +340,12 @@ BUF *BuildL2TPPacketData(L2TP_PACKET *pp) if (pp->Ver == 3) { - // Zero as Session ID - ui = 0; - WriteBuf(ret, &ui, sizeof(UINT)); + if (t->IsYamahaV3 == false) + { + // Zero as Session ID + ui = 0; + WriteBuf(ret, &ui, sizeof(UINT)); + } } // Flags @@ -339,6 +360,11 @@ BUF *BuildL2TPPacketData(L2TP_PACKET *pp) c |= L2TP_HEADER_BIT_OFFSET; } + if (pp->IsControl == false && pp->Ver == 3 && t->IsYamahaV3) + { + c = 0; + } + WriteBuf(ret, &c, 1); // Ver @@ -356,6 +382,13 @@ BUF *BuildL2TPPacketData(L2TP_PACKET *pp) WriteBuf(ret, &us, sizeof(USHORT)); } + // Reserved + if (pp->IsControl == false && pp->Ver == 3 && t->IsYamahaV3) + { + us = 0; + WriteBuf(ret, &us, sizeof(USHORT)); + } + // Tunnel ID if (pp->Ver != 3) { @@ -387,9 +420,12 @@ BUF *BuildL2TPPacketData(L2TP_PACKET *pp) } else { - // Offset Size = 0 - us = 0; - WriteBuf(ret, &us, sizeof(USHORT)); + if (!(pp->IsControl == false && pp->Ver == 3 && t->IsYamahaV3)) + { + // Offset Size = 0 + us = 0; + WriteBuf(ret, &us, sizeof(USHORT)); + } } if (pp->IsControl) @@ -431,7 +467,8 @@ BUF *BuildL2TPPacketData(L2TP_PACKET *pp) if (pp->IsControl) { // Update Length - WRITE_USHORT(((UCHAR *)ret->Buf) + 2 + (pp->Ver == 3 ? sizeof(UINT) : 0), (USHORT)(ret->Size - (pp->Ver == 3 ? sizeof(UINT) : 0))); + bool l2tpv3_non_yamaha = ((pp->Ver == 3) && (t->IsYamahaV3 == false)); + WRITE_USHORT(((UCHAR *)ret->Buf) + 2 + (l2tpv3_non_yamaha ? sizeof(UINT) : 0), (USHORT)(ret->Size - (l2tpv3_non_yamaha ? sizeof(UINT) : 0))); } SeekBuf(ret, 0, 0); @@ -446,6 +483,7 @@ L2TP_PACKET *ParseL2TPPacket(UDPPACKET *p) UCHAR *buf; UINT size; bool is_l2tpv3 = false; + bool is_l2tpv3_yamaha = false; // Validate arguments if (p == NULL) { @@ -456,17 +494,27 @@ L2TP_PACKET *ParseL2TPPacket(UDPPACKET *p) if (p->SrcPort == IPSEC_PORT_L2TPV3_VIRTUAL) { - // It is L2TPv3 + // L2TPv3 (Cisco) is_l2tpv3 = true; } buf = p->Data; size = p->Size; - if (is_l2tpv3) + if (size >= 2 && ((buf[1] & L2TP_HEADER_BIT_VER) == 3)) { + if (p->SrcPort != IPSEC_PORT_L2TPV3_VIRTUAL) + { + // L2TPv3 (YAMAHA) + is_l2tpv3 = true; + is_l2tpv3_yamaha = true; + } + } + + if (is_l2tpv3 && (is_l2tpv3_yamaha == false)) + { + // L2TPv3 (Cisco) UINT session_id; - // In the case of L2TPv3 if (size < 4) { goto LABEL_ERROR; @@ -590,6 +638,24 @@ L2TP_PACKET *ParseL2TPPacket(UDPPACKET *p) size = ret->Length - 4; } + if (is_l2tpv3) + { + if (p->SrcPort != IPSEC_PORT_L2TPV3_VIRTUAL) + { + if (ret->IsControl == false) + { + // Reserved + if (size < 2) + { + goto LABEL_ERROR; + } + + buf += 2; + size -= 2; + } + } + } + // Tunnel ID, Session ID if (size < 4) { @@ -616,6 +682,11 @@ L2TP_PACKET *ParseL2TPPacket(UDPPACKET *p) // The session ID is not written in the header ret->SessionId = 0; + + if (ret->IsControl == false) + { + ret->SessionId = ret->TunnelId; + } } if (ret->HasSequence) @@ -742,7 +813,7 @@ L2TP_PACKET *ParseL2TPPacket(UDPPACKET *p) ret->MessageType = READ_USHORT(a->Data); } - if (ret->Ver == 3) + if (ret->Ver == 3 && ret->IsControl) { // Get the Remote Session ID in the case of L2TPv3 L2TP_AVP *a = GetAVPValue(ret, L2TP_AVP_TYPE_V3_SESSION_ID_REMOTE); @@ -752,6 +823,8 @@ L2TP_PACKET *ParseL2TPPacket(UDPPACKET *p) } } + ret->IsYamahaV3 = is_l2tpv3_yamaha; + return ret; LABEL_ERROR: @@ -783,6 +856,22 @@ L2TP_AVP *GetAVPValueEx(L2TP_PACKET *p, UINT type, UINT vendor_id) } } + if (vendor_id == 0) + { + if (type == L2TP_AVP_TYPE_V3_TUNNEL_ID) + { + return GetAVPValueEx(p, L2TPV3_CISCO_AVP_TUNNEL_ID, L2TP_AVP_VENDOR_ID_CISCO); + } + else if (type == L2TP_AVP_TYPE_V3_SESSION_ID_LOCAL) + { + return GetAVPValueEx(p, L2TPV3_CISCO_AVP_SESSION_ID_LOCAL, L2TP_AVP_VENDOR_ID_CISCO); + } + else if (type == L2TP_AVP_TYPE_V3_SESSION_ID_REMOTE) + { + return GetAVPValueEx(p, L2TPV3_CISCO_AVP_SESSION_ID_REMOTE, L2TP_AVP_VENDOR_ID_CISCO); + } + } + return NULL; } @@ -899,6 +988,9 @@ L2TP_TUNNEL *NewL2TPTunnel(L2TP_SERVER *l2tp, L2TP_PACKET *p, UDPPACKET *udp) { t->IsCiscoV3 = true; } + + // L2TPv3 on YAMAHA + t->IsYamahaV3 = p->IsYamahaV3; } // Transmission queue @@ -965,6 +1057,30 @@ L2TP_TUNNEL *GetTunnelFromIdOfAssignedByClient(L2TP_SERVER *l2tp, IP *client_ip, return NULL; } +L2TP_TUNNEL *GetTunnelFromIdOfAssignedByClientEx(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3) +{ + UINT i; + // Validate arguments + if (l2tp == NULL || client_ip == 0 || tunnel_id == 0) + { + return NULL; + } + + for (i = 0;i < LIST_NUM(l2tp->TunnelList);i++) + { + L2TP_TUNNEL *t = LIST_DATA(l2tp->TunnelList, i); + + if (t->TunnelId1 == tunnel_id && CmpIpAddr(&t->ClientIp, client_ip) == 0) + { + if (EQUAL_BOOL(t->IsV3, is_v3)) + { + return t; + } + } + } + + return NULL; +} // Create a new tunnel ID UINT GenerateNewTunnelId(L2TP_SERVER *l2tp, IP *client_ip) @@ -1179,14 +1295,23 @@ void L2TPProcessRecvControlPacket(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, L2TP_PACKET if (s->IsV3) { - // Pseudowire AVP - us = Endian16(s->PseudowireType); - Add(pp->AvpList, NewAVP(L2TP_AVP_TYPE_V3_PW_TYPE, true, 0, &us, sizeof(USHORT))); + if (t->IsYamahaV3 == false) + { + // Pseudowire AVP + us = Endian16(s->PseudowireType); + Add(pp->AvpList, NewAVP(L2TP_AVP_TYPE_V3_PW_TYPE, true, 0, &us, sizeof(USHORT))); + } if (s->IsCiscoV3) { Add(pp->AvpList, NewAVP(L2TPV3_CISCO_AVP_PW_TYPE, true, L2TP_AVP_VENDOR_ID_CISCO, &us, sizeof(USHORT))); } + + if (t->IsYamahaV3) + { + us = Endian16(0x0003); + Add(pp->AvpList, NewAVP(L2TP_AVP_TYPE_V3_CIRCUIT_STATUS, true, 0, &us, sizeof(USHORT))); + } } SendL2TPControlPacket(l2tp, t, session_id, pp); @@ -1563,18 +1688,21 @@ void ProcL2TPPacketRecv(L2TP_SERVER *l2tp, UDPPACKET *p) // Respond with SCCEP to SCCRQ pp2 = NewL2TPControlPacket(L2TP_MESSAGE_TYPE_SCCRP, t->IsV3); - // Protocol Version - protocol_version[0] = 1; - protocol_version[1] = 0; - Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_PROTOCOL_VERSION, true, 0, protocol_version, sizeof(protocol_version))); - - // Framing Capabilities - Zero(caps_data, sizeof(caps_data)); - if (t->IsV3 == false) + if (t->IsYamahaV3 == false) { - caps_data[3] = 3; + // Protocol Version + protocol_version[0] = 1; + protocol_version[1] = 0; + Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_PROTOCOL_VERSION, true, 0, protocol_version, sizeof(protocol_version))); + + // Framing Capabilities + Zero(caps_data, sizeof(caps_data)); + if (t->IsV3 == false) + { + caps_data[3] = 3; + } + Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_FRAME_CAP, false, 0, caps_data, sizeof(caps_data))); } - Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_FRAME_CAP, false, 0, caps_data, sizeof(caps_data))); if (t->IsV3 == false) { @@ -1593,7 +1721,21 @@ void ProcL2TPPacketRecv(L2TP_SERVER *l2tp, UDPPACKET *p) Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_HOST_NAME, true, 0, hostname, StrLen(hostname))); // Vendor Name - Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_VENDOR_NAME, false, 0, L2TP_VENDOR_NAME, StrLen(L2TP_VENDOR_NAME))); + if (t->IsYamahaV3 == false) + { + Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_VENDOR_NAME, false, 0, L2TP_VENDOR_NAME, StrLen(L2TP_VENDOR_NAME))); + } + else + { + char *yamaha_str = "YAMAHA Corporation"; + Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_VENDOR_NAME, false, 0, yamaha_str, StrLen(yamaha_str))); + } + + if (t->IsYamahaV3) + { + UINT zero = 0; + Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_V3_ROUTER_ID, true, 0, &zero, sizeof(UINT))); + } // Assigned Tunnel ID if (t->IsV3 == false) @@ -1635,8 +1777,11 @@ void ProcL2TPPacketRecv(L2TP_SERVER *l2tp, UDPPACKET *p) } // Recv Window Size - us = Endian16(L2TP_WINDOW_SIZE); - Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_RECV_WINDOW_SIZE, false, 0, &us, sizeof(USHORT))); + if (t->IsYamahaV3 == false) + { + us = Endian16(L2TP_WINDOW_SIZE); + Add(pp2->AvpList, NewAVP(L2TP_AVP_TYPE_RECV_WINDOW_SIZE, false, 0, &us, sizeof(USHORT))); + } SendL2TPControlPacket(l2tp, t, 0, pp2); @@ -1654,7 +1799,7 @@ void ProcL2TPPacketRecv(L2TP_SERVER *l2tp, UDPPACKET *p) L2TP_TUNNEL *t = NULL; L2TP_SESSION *l2tpv3_session = NULL; - if (pp->Ver != 3 || pp->IsControl) + if (pp->IsControl || pp->Ver != 3) { t = GetTunnelFromId(l2tp, &p->SrcIP, pp->TunnelId, pp->Ver == 3); } @@ -1767,6 +1912,15 @@ void ProcL2TPPacketRecv(L2TP_SERVER *l2tp, UDPPACKET *p) } } } + else + { + // Reply ACK for already-received packets + if (pp->IsZLB == false) + { + // The packet other than ZLB is treated + t->StateChanged = true; + } + } } else { @@ -2373,7 +2527,7 @@ void L2TPProcessInterrupts(L2TP_SERVER *l2tp) pp->TunnelId = t->TunnelId1; pp->Ns = t->NextNs; - q->Buf = BuildL2TPPacketData(pp); + q->Buf = BuildL2TPPacketData(pp, t); SendL2TPControlPacketMain(l2tp, t, q); @@ -2555,7 +2709,3 @@ void SetL2TPServerSockEvent(L2TP_SERVER *l2tp, SOCK_EVENT *e) l2tp->SockEvent = e; } - -// 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/src/Cedar/IPsec_L2TP.h b/src/Cedar/IPsec_L2TP.h index 29815bfc..ae5d20b5 100644 --- a/src/Cedar/IPsec_L2TP.h +++ b/src/Cedar/IPsec_L2TP.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -189,6 +189,7 @@ #define L2TP_AVP_TYPE_V3_SESSION_ID_LOCAL 63 // Local Session ID #define L2TP_AVP_TYPE_V3_SESSION_ID_REMOTE 64 // Remote Session ID #define L2TP_AVP_TYPE_V3_PW_TYPE 68 // Pseudowire Type +#define L2TP_AVP_TYPE_V3_CIRCUIT_STATUS 71 // Message Type value #define L2TP_MESSAGE_TYPE_SCCRQ 1 // Start-Control-Connection-Request @@ -247,6 +248,7 @@ struct L2TP_PACKET bool HasOffset; // Whether there is offset bit bool IsPriority; // Whether priority packet bool IsZLB; // Zero Length Bit + bool IsYamahaV3; // L2TPv3 on YAMAHA UINT Ver; // Version UINT Length; // Length UINT TunnelId; // Tunnel ID @@ -284,6 +286,7 @@ struct L2TP_TUNNEL { bool IsV3; // L2TPv3 bool IsCiscoV3; // L2TPv3 for Cisco + bool IsYamahaV3; // L2TPv3 for YAMAHA IP ClientIp; // Client IP address UINT ClientPort; // Client port number IP ServerIp; // Server IP address @@ -339,7 +342,7 @@ void FreeL2TPServer(L2TP_SERVER *l2tp); void StopL2TPServer(L2TP_SERVER *l2tp, bool no_wait); void ProcL2TPPacketRecv(L2TP_SERVER *l2tp, UDPPACKET *p); L2TP_PACKET *ParseL2TPPacket(UDPPACKET *p); -BUF *BuildL2TPPacketData(L2TP_PACKET *pp); +BUF *BuildL2TPPacketData(L2TP_PACKET *pp, L2TP_TUNNEL *t); L2TP_AVP *GetAVPValue(L2TP_PACKET *p, UINT type); L2TP_AVP *GetAVPValueEx(L2TP_PACKET *p, UINT type, UINT vendor_id); L2TP_TUNNEL *NewL2TPTunnel(L2TP_SERVER *l2tp, L2TP_PACKET *p, UDPPACKET *udp); @@ -348,6 +351,7 @@ UINT GenerateNewTunnelIdEx(L2TP_SERVER *l2tp, IP *client_ip, bool is_32bit); void FreeL2TPTunnel(L2TP_TUNNEL *t); L2TP_TUNNEL *GetTunnelFromId(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3); L2TP_TUNNEL *GetTunnelFromIdOfAssignedByClient(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id); +L2TP_TUNNEL *GetTunnelFromIdOfAssignedByClientEx(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3); void SendL2TPControlPacket(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, UINT session_id, L2TP_PACKET *p); void SendL2TPControlPacketMain(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, L2TP_QUEUE *q); void SendL2TPDataPacket(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, L2TP_SESSION *s, void *data, UINT size); @@ -377,7 +381,3 @@ void L2TPSessionManageEtherIPServer(L2TP_SERVER *l2tp, L2TP_SESSION *s); #endif // IPSEC_L2TP_H - -// 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/src/Cedar/IPsec_PPP.c b/src/Cedar/IPsec_PPP.c index 3ecd033f..5482c53e 100644 --- a/src/Cedar/IPsec_PPP.c +++ b/src/Cedar/IPsec_PPP.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -135,6 +135,8 @@ void PPPThread(THREAD *thread, void *param) p->Mru1 = p->Mru2 = PPP_MRU_DEFAULT; p->RecvPacketList = NewList(NULL); + p->MsChapV2_UseDoubleMsChapV2 = CedarIsThereAnyEapEnabledRadiusConfig(p->Cedar); + //// Link establishment phase IPToStr(ipstr1, sizeof(ipstr1), &p->ClientIP); IPToStr(ipstr2, sizeof(ipstr2), &p->ServerIP); @@ -244,9 +246,96 @@ void PPPThread(THREAD *thread, void *param) PPPContinueUntilFinishAllLCPOptionRequestsDetermined(p); + if (p->MsChapV2_UseDoubleMsChapV2) + { + // Use the double-MSCHAPv2 technieue + GetMachineHostName(machine_name, sizeof(machine_name)); + MsChapV2Server_GenerateChallenge(p->MsChapV2_ServerChallenge); + + pp = ZeroMalloc(sizeof(PPP_PACKET)); + pp->Protocol = PPP_PROTOCOL_CHAP; + pp->IsControl = true; + pp->Lcp = NewPPPLCP(PPP_CHAP_CODE_CHALLENGE, 99); + + b = NewBuf(); + WriteBufChar(b, 16); + WriteBuf(b, p->MsChapV2_ServerChallenge, sizeof(p->MsChapV2_ServerChallenge)); + WriteBuf(b, machine_name, StrLen(machine_name)); + pp->Lcp->Data = Clone(b->Buf, b->Size); + pp->Lcp->DataSize = b->Size; + FreeBuf(b); + + PPPSendPacket(p, pp); + + pp_ret = PPPRecvResponsePacket(p, pp, 0, &pp_ret_protocol, false, true); + + if (pp_ret != NULL) + { + // Extract the username from the first MS-CHAP v2 packet + if (pp_ret->Lcp != NULL && pp_ret->Lcp->DataSize >= 51) + { + BUF *b; + + b = MemToBuf(pp_ret->Lcp->Data, pp_ret->Lcp->DataSize); + + if (ReadBufChar(b) == 49) + { + UCHAR client_response_buffer[49]; + char username_tmp[MAX_SIZE]; + char id[MAX_SIZE]; + char hub[MAX_SIZE]; + char client_ip_tmp[256]; + EAP_CLIENT *eap; + ETHERIP_ID d; + + ReadBuf(b, client_response_buffer, 49); + + Zero(username_tmp, sizeof(username_tmp)); + ReadBuf(b, username_tmp, sizeof(username_tmp)); + + Debug("First MS-CHAPv2: id=%s\n", username_tmp); + + Zero(id, sizeof(id)); + Zero(hub, sizeof(hub)); + + // The user name is divided into the ID and the virtual HUB name + Zero(&d, sizeof(d)); + PPPParseUsername(p->Cedar, username_tmp, &d); + + StrCpy(id, sizeof(id), d.UserName); + StrCpy(hub, sizeof(hub), d.HubName); + Debug("First MS-CHAPv2: username=%s, hubname=%s\n", id, hub); + + IPToStr(client_ip_tmp, sizeof(client_ip_tmp), &p->ClientIP); + + eap = HubNewEapClient(p->Cedar, hub, client_ip_tmp, id); + + if (eap) + { + p->EapClient = eap; + } + } + + FreeBuf(b); + } + + FreePPPPacket(pp_ret); + } + + FreePPPPacket(pp); + } + // Generate a Server Challenge packet of MS-CHAP v2 GetMachineHostName(machine_name, sizeof(machine_name)); - MsChapV2Server_GenerateChallenge(p->MsChapV2_ServerChallenge); + + if (p->EapClient == NULL) + { + MsChapV2Server_GenerateChallenge(p->MsChapV2_ServerChallenge); + } + else + { + Copy(p->MsChapV2_ServerChallenge, p->EapClient->MsChapV2Challenge.Chap_ChallengeValue, 16); + } pp = ZeroMalloc(sizeof(PPP_PACKET)); pp->Protocol = PPP_PROTOCOL_CHAP; @@ -264,7 +353,7 @@ void PPPThread(THREAD *thread, void *param) PPPSendPacket(p, pp); pp_ret_protocol = 0; - pp_ret = PPPRecvResponsePacket(p, pp, 0, &pp_ret_protocol, false); + pp_ret = PPPRecvResponsePacket(p, pp, 0, &pp_ret_protocol, false, false); if (pp_ret != NULL) { @@ -565,7 +654,7 @@ bool PPPContinueUntilFinishAllLCPOptionRequestsDetermined(PPP_SESSION *p) return false; } - PPPRecvResponsePacket(p, NULL, PPP_PROTOCOL_LCP, &received_protocol, true); + PPPRecvResponsePacket(p, NULL, PPP_PROTOCOL_LCP, &received_protocol, true, false); return p->ClientLCPOptionDetermined; } @@ -580,7 +669,7 @@ USHORT PPPContinueCurrentProtocolRequestListening(PPP_SESSION *p, USHORT protoco return 0; } - PPPRecvResponsePacket(p, NULL, protocol, &received_protocol, false); + PPPRecvResponsePacket(p, NULL, protocol, &received_protocol, false, false); return received_protocol; } @@ -634,7 +723,7 @@ bool PPPSendRequest(PPP_SESSION *p, USHORT protocol, PPP_LCP *c) } // Receive a corresponding PPP packet - pp2 = PPPRecvResponsePacket(p, pp, 0, NULL, false); + pp2 = PPPRecvResponsePacket(p, pp, 0, NULL, false, false); if (pp2 != NULL) { @@ -880,8 +969,10 @@ PPP_PACKET *PPPProcessRequestPacket(PPP_SESSION *p, PPP_PACKET *req) char server_challenge_hex[MAX_SIZE]; char client_challenge_hex[MAX_SIZE]; char client_response_hex[MAX_SIZE]; + char eap_client_hex[64]; ETHERIP_ID d; UINT error_code; + UINT64 eap_client_ptr = (UINT64)p->EapClient; ReadBuf(b, client_response_buffer, 49); @@ -913,18 +1004,21 @@ PPP_PACKET *PPPProcessRequestPacket(PPP_SESSION *p, PPP_PACKET *req) p->MsChapV2_ClientChallenge, sizeof(p->MsChapV2_ClientChallenge)); BinToStr(client_response_hex, sizeof(client_response_hex), p->MsChapV2_ClientResponse, sizeof(p->MsChapV2_ClientResponse)); + BinToStr(eap_client_hex, sizeof(eap_client_hex), + &eap_client_ptr, 8); - Format(password, sizeof(password), "%s%s:%s:%s:%s", + Format(password, sizeof(password), "%s%s:%s:%s:%s:%s", IPC_PASSWORD_MSCHAPV2_TAG, username_tmp, server_challenge_hex, client_challenge_hex, - client_response_hex); + client_response_hex, + eap_client_hex); // Attempt to connect with IPC ipc = NewIPC(p->Cedar, p->ClientSoftwareName, p->Postfix, hub, id, password, &error_code, &p->ClientIP, p->ClientPort, &p->ServerIP, p->ServerPort, - p->ClientHostname, p->CryptName, false, p->AdjustMss); + p->ClientHostname, p->CryptName, false, p->AdjustMss, p->EapClient); if (ipc != NULL) { @@ -1057,7 +1151,7 @@ PPP_PACKET *PPPProcessRequestPacket(PPP_SESSION *p, PPP_PACKET *req) ipc = NewIPC(p->Cedar, p->ClientSoftwareName, p->Postfix, hub, id, password, &error_code, &p->ClientIP, p->ClientPort, &p->ServerIP, p->ServerPort, - p->ClientHostname, p->CryptName, false, p->AdjustMss); + p->ClientHostname, p->CryptName, false, p->AdjustMss, NULL); if (ipc != NULL) { @@ -1555,7 +1649,8 @@ bool PPPGetIPAddressValueFromLCP(PPP_LCP *c, UINT type, IP *ip) // (If req == NULL, process on that protocol while the protocol specified in expected_protocol have received. //If other protocols has arrived, without further processing, and then store that packet in the session context once, // return NULL by setting the received_protocol.) -PPP_PACKET *PPPRecvResponsePacket(PPP_SESSION *p, PPP_PACKET *req, USHORT expected_protocol, USHORT *received_protocol, bool finish_when_all_lcp_acked) +PPP_PACKET *PPPRecvResponsePacket(PPP_SESSION *p, PPP_PACKET *req, USHORT expected_protocol, USHORT *received_protocol, bool finish_when_all_lcp_acked, + bool return_mschapv2_response_with_no_processing) { UINT64 giveup_tick = Tick64() + (UINT64)PPP_PACKET_RECV_TIMEOUT; UINT64 next_resend = Tick64() + (UINT64)PPP_PACKET_RESEND_INTERVAL; @@ -1618,6 +1713,16 @@ PPP_PACKET *PPPRecvResponsePacket(PPP_SESSION *p, PPP_PACKET *req, USHORT expect { return pp; } + + if (return_mschapv2_response_with_no_processing) + { + // For the double-MSCHAPv2 technique + if (pp->IsControl && pp->Protocol == req->Protocol && pp->Lcp->Id == req->Lcp->Id && + pp->Protocol == PPP_PROTOCOL_CHAP && PPP_PAP_CODE_IS_RESPONSE(pp->Lcp->Code)) + { + return pp; + } + } } // Return a response immediately without processing if a protocol other than the expected received @@ -1644,8 +1749,15 @@ PPP_PACKET *PPPRecvResponsePacket(PPP_SESSION *p, PPP_PACKET *req, USHORT expect if (pp->IsControl && PPP_CODE_IS_REQUEST(pp->Protocol, pp->Lcp->Code)) { + // Record current resend because next steps may take a while + UINT64 currentresend = next_resend - now; + // Process when the received packet is a request packet response = PPPProcessRequestPacket(p, pp); + + // Increase next resend because this may have taken a while + next_resend = Tick64() + currentresend; + FreePPPPacket(pp); if (response == NULL) @@ -2357,9 +2469,26 @@ void FreePPPSession(PPP_SESSION *p) FreeIPC(p->Ipc); } + PPPFreeEapClient(p); + Free(p); } +// Free the associated EAP client +void PPPFreeEapClient(PPP_SESSION *p) +{ + if (p == NULL) + { + return; + } + + if (p->EapClient != NULL) + { + ReleaseEapClient(p->EapClient); + p->EapClient = NULL; + } +} + // Get the option value PPP_OPTION *GetOptionValue(PPP_LCP *c, UCHAR type) { @@ -2713,7 +2842,3 @@ char *MsChapV2DoBruteForce(IPC_MSCHAP_V2_AUTHINFO *d, LIST *password_list) - -// 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/src/Cedar/IPsec_PPP.h b/src/Cedar/IPsec_PPP.h index c0dec9f9..58f94519 100644 --- a/src/Cedar/IPsec_PPP.h +++ b/src/Cedar/IPsec_PPP.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -284,6 +284,9 @@ struct PPP_SESSION UCHAR MsChapV2_ClientResponse[24]; // MS-CHAPv2 Client Response UCHAR MsChapV2_ServerResponse[20]; // MS-CHAPv2 Server Response UINT MsChapV2_ErrorCode; // Authentication failure error code of MS-CHAPv2 + + bool MsChapV2_UseDoubleMsChapV2; // Use the double-MSCHAPv2 technieue + EAP_CLIENT *EapClient; // EAP client }; // Function prototype @@ -316,7 +319,8 @@ bool PPPSetIPAddressValueToLCP(PPP_LCP *c, UINT type, IP *ip, bool only_modify); bool PPPSendRequest(PPP_SESSION *p, USHORT protocol, PPP_LCP *c); USHORT PPPContinueCurrentProtocolRequestListening(PPP_SESSION *p, USHORT protocol); bool PPPContinueUntilFinishAllLCPOptionRequestsDetermined(PPP_SESSION *p); -PPP_PACKET *PPPRecvResponsePacket(PPP_SESSION *p, PPP_PACKET *req, USHORT expected_protocol, USHORT *received_protocol, bool finish_when_all_lcp_acked); +PPP_PACKET *PPPRecvResponsePacket(PPP_SESSION *p, PPP_PACKET *req, USHORT expected_protocol, USHORT *received_protocol, bool finish_when_all_lcp_acked, + bool return_mschapv2_response_with_no_processing); PPP_PACKET *PPPProcessRequestPacket(PPP_SESSION *p, PPP_PACKET *req); void PPPSendEchoRequest(PPP_SESSION *p); bool PPPParseUsername(CEDAR *cedar, char *src, ETHERIP_ID *dst); @@ -331,11 +335,8 @@ void MsChapV2Client_GenerateResponse(UCHAR *dst, UCHAR *challenge8, UCHAR *nt_pa void MsChapV2Server_GenerateResponse(UCHAR *dst, UCHAR *nt_password_hash_hash, UCHAR *client_response, UCHAR *challenge8); bool MsChapV2VerityPassword(IPC_MSCHAP_V2_AUTHINFO *d, char *password); char *MsChapV2DoBruteForce(IPC_MSCHAP_V2_AUTHINFO *d, LIST *password_list); +void PPPFreeEapClient(PPP_SESSION *p); #endif // IPSEC_PPP_H - -// 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/src/Cedar/IPsec_Win7.c b/src/Cedar/IPsec_Win7.c index e5e4ad49..85dbfc9f 100644 --- a/src/Cedar/IPsec_Win7.c +++ b/src/Cedar/IPsec_Win7.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -109,7 +109,7 @@ // IPsec_Win7.c -// Initialize the helper module for Windows 7 / Windows 8 / Windows Vista / Windows Server 2008 / Windows Server 2008 R2 / Windows Server 2012 +// Initialize the helper module for Windows 7 / Windows 8 / Windows Vista / Windows Server 2008 / Windows Server 2008 R2 / Windows Server 2012 / Windows 10 #include @@ -367,19 +367,35 @@ bool IPsecWin7InitDriverInner() if (install_driver) { - char *src_filename = IPSEC_WIN7_SRC_SYS_X86; - if (MsIsX64()) + char src_filename[MAX_PATH]; + + if (MsIsWindows10() == false) { - src_filename = IPSEC_WIN7_SRC_SYS_X64; + Format(src_filename, sizeof(src_filename), + "|DriverPackages\\Wfp\\%s\\pxwfp_%s.sys", + (MsIsX64() ? "x64" : "x86"), (MsIsX64() ? "x64" : "x86")); + } + else + { + Format(src_filename, sizeof(src_filename), + "|DriverPackages\\Wfp_Win10\\%s\\pxwfp_%s.sys", + (MsIsX64() ? "x64" : "x86"), (MsIsX64() ? "x64" : "x86")); } // Copy the driver if (FileCopy(src_filename, sys_filename) == false) { - Debug("%s copy failed.\n", sys_filename); - return false; + Debug("%s copy failed. %u\n", sys_filename, GetLastError()); + if (IsFileExists(sys_filename) == false) + { + Debug("%s failed. Abort.\n", sys_filename); + return false; + } + } + else + { + Debug("%s copied.\n", sys_filename); } - Debug("%s copied.\n", sys_filename); // Set the build number SetCurrentIPsecWin7DriverBuild(); @@ -467,13 +483,16 @@ bool IPsecWin7InitDriverInner() // Write the build number of the current driver void SetCurrentIPsecWin7DriverBuild() { - MsRegWriteInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, IPSEC_WIN7_DRIVER_BUILDNUMBER, CEDAR_BUILD); + MsRegWriteInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, + (MsIsWindows10() ? IPSEC_WIN7_DRIVER_BUILDNUMBER_WIN10 : IPSEC_WIN7_DRIVER_BUILDNUMBER), + CEDAR_BUILD); } // Get the build number of the current driver UINT GetCurrentIPsecWin7DriverBuild() { - return MsRegReadInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, IPSEC_WIN7_DRIVER_BUILDNUMBER); + return MsRegReadInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, + (MsIsWindows10() ? IPSEC_WIN7_DRIVER_BUILDNUMBER_WIN10 : IPSEC_WIN7_DRIVER_BUILDNUMBER)); } // Initialization of the API @@ -554,7 +573,3 @@ bool IPsecWin7InitApi() #endif // WIN32 - -// 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/src/Cedar/IPsec_Win7.h b/src/Cedar/IPsec_Win7.h index 13a67128..bd489e70 100644 --- a/src/Cedar/IPsec_Win7.h +++ b/src/Cedar/IPsec_Win7.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -127,6 +127,7 @@ #define IPSEC_WIN7_FILTER_TITLE_V6 CEDAR_PRODUCT_STR_W L" VPN IPsec Filter for IPv6" #define IPSEC_WIN7_DRIVER_REGKEY "SYSTEM\\CurrentControlSet\\services\\pxwfp" #define IPSEC_WIN7_DRIVER_BUILDNUMBER "CurrentInstalledBuild" +#define IPSEC_WIN7_DRIVER_BUILDNUMBER_WIN10 "CurrentInstalledBuild_Win10" // Function prototype @@ -145,7 +146,3 @@ bool IPsecWin7InitApi(); - -// 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/src/Cedar/IPsec_Win7Inner.h b/src/Cedar/IPsec_Win7Inner.h index 7ad7f5dc..2036aeca 100644 --- a/src/Cedar/IPsec_Win7Inner.h +++ b/src/Cedar/IPsec_Win7Inner.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -184,7 +184,3 @@ struct IPSEC_WIN7 - -// 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/src/Cedar/Interop_OpenVPN.c b/src/Cedar/Interop_OpenVPN.c index 3f4ae23d..247ced30 100644 --- a/src/Cedar/Interop_OpenVPN.c +++ b/src/Cedar/Interop_OpenVPN.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -3016,7 +3016,3 @@ bool OvsPerformTcpServer(CEDAR *cedar, SOCK *sock) - -// 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/src/Cedar/Interop_OpenVPN.h b/src/Cedar/Interop_OpenVPN.h index 9a33f1bf..d00b9605 100644 --- a/src/Cedar/Interop_OpenVPN.h +++ b/src/Cedar/Interop_OpenVPN.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -152,10 +152,10 @@ #define OPENVPN_IPC_POSTFIX_L3 "OPENVPN_L3" // List of supported encryption algorithms -#define OPENVPN_CIPHER_LIST "[NULL-CIPHER] NULL AES-128-CBC AES-192-CBC AES-256-CBC BF-CBC CAST-CBC CAST5-CBC DES-CBC DES-EDE-CBC DES-EDE3-CBC DESX-CBC RC2-40-CBC RC2-64-CBC RC2-CBC" +#define OPENVPN_CIPHER_LIST "[NULL-CIPHER] NULL AES-128-CBC AES-192-CBC AES-256-CBC BF-CBC CAST-CBC CAST5-CBC DES-CBC DES-EDE-CBC DES-EDE3-CBC DESX-CBC RC2-40-CBC RC2-64-CBC RC2-CBC CAMELLIA-128-CBC CAMELLIA-192-CBC CAMELLIA-256-CBC" // List of the supported hash algorithm -#define OPENVPN_MD_LIST "SHA SHA1 MD5 MD4 RMD160" +#define OPENVPN_MD_LIST "SHA SHA1 SHA256 SHA384 SHA512 MD5 MD4 RMD160" // MTU #define OPENVPN_MTU_LINK 1514 // Ethernet MTU @@ -389,7 +389,3 @@ void OvsSetNoOpenVpnUdp(bool b); #endif // INTEROP_OPENVPN_H - -// 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/src/Cedar/Interop_SSTP.c b/src/Cedar/Interop_SSTP.c index 187d0c4c..a929aaa7 100644 --- a/src/Cedar/Interop_SSTP.c +++ b/src/Cedar/Interop_SSTP.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1248,7 +1248,3 @@ bool AcceptSstp(CONNECTION *c) return ret2; } - -// 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/src/Cedar/Interop_SSTP.h b/src/Cedar/Interop_SSTP.h index 08cc7cc5..f6579a23 100644 --- a/src/Cedar/Interop_SSTP.h +++ b/src/Cedar/Interop_SSTP.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -262,7 +262,3 @@ void SetNoSstp(bool b); #endif // INTEROP_SSTP_H - -// 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/src/Cedar/Layer3.c b/src/Cedar/Layer3.c index 946b0173..eae37895 100644 --- a/src/Cedar/Layer3.c +++ b/src/Cedar/Layer3.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -540,6 +540,12 @@ void L3KnownArp(L3IF *f, UINT ip, UCHAR *mac) return; } + if (!((f->IpAddress & f->SubnetMask) == (ip & f->SubnetMask))) + { + // Outside the subnet + return; + } + // Delete an ARP query entry to this IP address Zero(&t, sizeof(t)); t.IpAddress = ip; @@ -2197,7 +2203,3 @@ int CmpL3ArpEntry(void *p1, void *p2) } } - -// 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/src/Cedar/Layer3.h b/src/Cedar/Layer3.h index feadc378..d4ca9d04 100644 --- a/src/Cedar/Layer3.h +++ b/src/Cedar/Layer3.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -253,7 +253,3 @@ void L3PollingIpQueue(L3IF *f); - -// 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/src/Cedar/Link.c b/src/Cedar/Link.c index b2315de2..8f2a543b 100644 --- a/src/Cedar/Link.c +++ b/src/Cedar/Link.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -782,7 +782,3 @@ LINK *NewLink(CEDAR *cedar, HUB *hub, CLIENT_OPTION *option, CLIENT_AUTH *auth, return k; } - -// 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/src/Cedar/Link.h b/src/Cedar/Link.h index 87196021..a2b7202a 100644 --- a/src/Cedar/Link.h +++ b/src/Cedar/Link.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -169,7 +169,3 @@ void NormalizeLinkPolicy(POLICY *p); - -// 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/src/Cedar/Listener.c b/src/Cedar/Listener.c index 647e5dfe..eb8808e7 100644 --- a/src/Cedar/Listener.c +++ b/src/Cedar/Listener.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1103,7 +1103,3 @@ void ApplyDynamicListener(DYNAMIC_LISTENER *d) } - -// 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/src/Cedar/Listener.h b/src/Cedar/Listener.h index 1f262326..808c97d1 100644 --- a/src/Cedar/Listener.h +++ b/src/Cedar/Listener.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -212,7 +212,3 @@ void ListenerSetProcRecvRpcEnable(bool b); #endif // LISTENER_H - -// 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/src/Cedar/Logging.c b/src/Cedar/Logging.c index cc1210af..0cfe1608 100644 --- a/src/Cedar/Logging.c +++ b/src/Cedar/Logging.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1396,22 +1396,38 @@ char *BuildHttpLogStr(HTTPLOG *h) b = NewBuf(); - if (StartWith(h->Path, "http://")) + if (StartWith(h->Path, "http://") || StartWith(h->Path, "https://")) { StrCpy(url, sizeof(url), h->Path); } else { // URL generation - if (h->Port == 80) + if (h->IsSsl == false) { - Format(url, sizeof(url), "http://%s%s", - h->Hostname, h->Path); + if (h->Port == 80) + { + Format(url, sizeof(url), "http://%s%s", + h->Hostname, h->Path); + } + else + { + Format(url, sizeof(url), "http://%s:%u%s", + h->Hostname, h->Port, h->Path); + } } else { - Format(url, sizeof(url), "http://%s:%u%s", - h->Hostname, h->Port, h->Path); + if (h->Port == 443) + { + Format(url, sizeof(url), "https://%s/", + h->Hostname); + } + else + { + Format(url, sizeof(url), "https://%s:%u/", + h->Hostname, h->Port); + } } } @@ -3001,7 +3017,3 @@ LOG *NewLog(char *dir, char *prefix, UINT switch_type) } - -// 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/src/Cedar/Logging.h b/src/Cedar/Logging.h index 6924a232..955d9f9f 100644 --- a/src/Cedar/Logging.h +++ b/src/Cedar/Logging.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -278,7 +278,3 @@ UINT64 GetMaxLogSize(); #endif // LOGGING_G - -// 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/src/Cedar/NM.c b/src/Cedar/NM.c index b2833ca9..8490f554 100644 --- a/src/Cedar/NM.c +++ b/src/Cedar/NM.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -784,6 +784,7 @@ bool NmStatus(HWND hWnd, SM_SERVER *s, void *param) LvInsertAdd(b, ICO_PROTOCOL_DHCP, NULL, 2, _UU("NM_STATUS_DHCP"), tmp); LvInsertAdd(b, ICO_MACHINE, NULL, 2, _UU("SM_SNAT_IS_KERNEL"), t.IsKernelMode ? _UU("SEC_YES") : _UU("SEC_NO")); + LvInsertAdd(b, ICO_MACHINE, NULL, 2, _UU("SM_SNAT_IS_RAW"), t.IsRawIpMode ? _UU("SEC_YES") : _UU("SEC_NO")); LvInsertEnd(b, hWnd, L_STATUS); @@ -1640,7 +1641,3 @@ void NMExec() #endif - -// 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/src/Cedar/NM.h b/src/Cedar/NM.h index 94e0801e..39be93bb 100644 --- a/src/Cedar/NM.h +++ b/src/Cedar/NM.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -120,7 +120,3 @@ void NMExec(); #endif // NM_H - -// 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/src/Cedar/NMInner.h b/src/Cedar/NMInner.h index 3426d47b..d762ca64 100644 --- a/src/Cedar/NMInner.h +++ b/src/Cedar/NMInner.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -176,7 +176,3 @@ bool NmEditPushRoute(HWND hWnd, SM_HUB *r); UINT NmEditPushRouteProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void *param); - -// 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/src/Cedar/Nat.c b/src/Cedar/Nat.c index 9239ebc8..59d0d8a0 100644 --- a/src/Cedar/Nat.c +++ b/src/Cedar/Nat.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -596,7 +596,7 @@ UINT NtGetStatus(NAT *n, RPC_NAT_STATUS *t) t->NumDhcpClients = LIST_NUM(v->DhcpLeaseList); - t->IsKernelMode = NnIsActive(v); + t->IsKernelMode = NnIsActiveEx(v, &t->IsRawIpMode); } UnlockVirtual(v); } @@ -1063,6 +1063,7 @@ void InRpcNatStatus(RPC_NAT_STATUS *t, PACK *p) t->NumDnsSessions = PackGetInt(p, "NumDnsSessions"); t->NumDhcpClients = PackGetInt(p, "NumDhcpClients"); t->IsKernelMode = PackGetBool(p, "IsKernelMode"); + t->IsRawIpMode = PackGetBool(p, "IsRawIpMode"); PackGetStr(p, "HubName", t->HubName, sizeof(t->HubName)); } void OutRpcNatStatus(PACK *p, RPC_NAT_STATUS *t) @@ -1080,6 +1081,7 @@ void OutRpcNatStatus(PACK *p, RPC_NAT_STATUS *t) PackAddInt(p, "NumDnsSessions", t->NumDnsSessions); PackAddInt(p, "NumDhcpClients", t->NumDhcpClients); PackAddBool(p, "IsKernelMode", t->IsKernelMode); + PackAddBool(p, "IsRawIpMode", t->IsRawIpMode); } void FreeRpcNatStatus(RPC_NAT_STATUS *t) { @@ -1914,7 +1916,3 @@ void NtFree() nat_lock = NULL; } - -// 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/src/Cedar/Nat.h b/src/Cedar/Nat.h index 1574606b..9fdcaa66 100644 --- a/src/Cedar/Nat.h +++ b/src/Cedar/Nat.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -168,6 +168,7 @@ struct RPC_NAT_STATUS UINT NumDnsSessions; // Number of DNS sessions UINT NumDhcpClients; // Number of DHCP clients bool IsKernelMode; // Whether kernel mode + bool IsRawIpMode; // Whether raw IP mode }; // RPC_NAT_INFO * @@ -315,7 +316,3 @@ void OutRpcDummy(PACK *p, RPC_DUMMY *t); #endif // NAT_H - -// 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/src/Cedar/NativeStack.c b/src/Cedar/NativeStack.c index 0359d626..f3f89e8c 100644 --- a/src/Cedar/NativeStack.c +++ b/src/Cedar/NativeStack.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -257,6 +257,109 @@ LABEL_RESTART: Disconnect(a->Sock2); } +// Start the iptables tracking +bool NsStartIpTablesTracking(NATIVE_STACK *a) +{ + if (a->IpTablesThread != NULL) + { + return true; + } + + a->IpTablesInitOk = false; + + a->IpTablesHalt = false; + + a->IpTablesHaltEvent = NewEvent(); + + a->IpTablesThread = NewThread(NsIpTablesThread, a); + + WaitThreadInit(a->IpTablesThread); + + return a->IpTablesInitOk; +} + +// iptables thread +void NsIpTablesThread(THREAD *thread, void *param) +{ + IPTABLES_STATE *state; + NATIVE_STACK *s; + UINT counter = 0; + BUF *seed_buf; + char exe_name[MAX_PATH]; + if (thread == NULL || param == NULL) + { + return; + } + + s = (NATIVE_STACK *)param; + + seed_buf = NewBuf(); + + WriteBuf(seed_buf, s->MacAddress, 6); + + GetExeName(exe_name, sizeof(exe_name)); + WriteBufStr(seed_buf, exe_name); + + state = StartAddIpTablesEntryForNativeStack(seed_buf->Buf, seed_buf->Size); + + FreeBuf(seed_buf); + + if (state == NULL) + { + NoticeThreadInit(thread); + return; + } + + s->IpTablesInitOk = true; + NoticeThreadInit(thread); + + while (true) + { + UINT wait_interval; + + if (s->IpTablesHalt) + { + break; + } + + if (MaintainAddIpTablesEntryForNativeStack(state)) + { + counter = 0; + } + + counter++; + wait_interval = NS_CHECK_IPTABLES_INTERVAL_INIT * counter; + wait_interval = MIN(wait_interval, NS_CHECK_IPTABLES_INTERVAL_MAX); + + //Debug("NsIpTablesThread: wait for %u\n", wait_interval); + Wait(s->IpTablesHaltEvent, wait_interval); + } + + EndAddIpTablesEntryForNativeStack(state); +} + +// Stop the iptables tracking +void NsStopIpTablesTracking(NATIVE_STACK *a) +{ + if (a->IpTablesThread == NULL) + { + return; + } + + a->IpTablesHalt = true; + Set(a->IpTablesHaltEvent); + + WaitThread(a->IpTablesThread, INFINITE); + + ReleaseThread(a->IpTablesThread); + ReleaseEvent(a->IpTablesHaltEvent); + + a->IpTablesThread = NULL; + a->IpTablesHaltEvent = NULL; + a->IpTablesInitOk = false; + a->IpTablesHalt = false; +} + // Release the stack void FreeNativeStack(NATIVE_STACK *a) { @@ -288,6 +391,8 @@ void FreeNativeStack(NATIVE_STACK *a) CloseEth(a->Eth); FreeIPC(a->Ipc); + NsStopIpTablesTracking(a); + ReleaseCancel(a->Cancel); ReleaseSock(a->Sock1); @@ -312,12 +417,6 @@ NATIVE_STACK *NewNativeStack(CEDAR *cedar, char *device_name, char *mac_address_ return NULL; } - if (cedar == NULL) - { - cedar = NewCedar(NULL, NULL); - release_cedar = true; - } - GetLocalHostIP4(&localhost); // Open the Eth device @@ -327,6 +426,12 @@ NATIVE_STACK *NewNativeStack(CEDAR *cedar, char *device_name, char *mac_address_ return NULL; } + if (cedar == NULL) + { + cedar = NewCedar(NULL, NULL); + release_cedar = true; + } + a = ZeroMalloc(sizeof(NATIVE_STACK)); NewSocketPair(&a->Sock1, &a->Sock2, &localhost, 1, &localhost, 1); @@ -353,6 +458,8 @@ NATIVE_STACK *NewNativeStack(CEDAR *cedar, char *device_name, char *mac_address_ ReleaseCedar(cedar); } + a->IsIpRawMode = a->Eth->IsRawIpMode; + return a; } @@ -440,8 +547,455 @@ void NsGenMacAddress(void *dest, char *mac_address_seed, char *device_name) Copy(dest, mac, 6); } +// Add the iptables entries for native stack +IPTABLES_STATE *StartAddIpTablesEntryForNativeStack(void *seed, UINT seed_size) +{ + IPTABLES_STATE *ret = NULL; + bool ok = false; + + if (IsIpTablesSupported()) + { + IPTABLES_ENTRY *e; + UINT i; + + ret = ZeroMalloc(sizeof(IPTABLES_STATE)); + + ret->EntryList = NewListFast(NULL); + + HashSha1(ret->SeedHash, seed, seed_size); + + // Create a pair of entry + e = ZeroMalloc(sizeof(IPTABLES_ENTRY)); + GenerateDummyIpAndMark(ret->SeedHash, e, 0); + StrCpy(e->Chain, sizeof(e->Chain), "OUTPUT"); + Format(e->ConditionAndArgs, sizeof(e->ConditionAndArgs), + "-p tcp --tcp-flags RST RST --sport %u:%u ! -s %r/32 ! -d %r/32 -m connmark ! --mark 0x%x -j DROP", + NN_RAW_IP_PORT_START, NN_RAW_IP_PORT_END, + &e->DummySrcIp, &e->DummyDestIP, e->DummyMark); + Add(ret->EntryList, e); + + e = ZeroMalloc(sizeof(IPTABLES_ENTRY)); + GenerateDummyIpAndMark(ret->SeedHash, e, 1); + StrCpy(e->Chain, sizeof(e->Chain), "OUTPUT"); + Format(e->ConditionAndArgs, sizeof(e->ConditionAndArgs), + "-p icmp --icmp-type 3/3 ! -s %r/32 ! -d %r/32 -m connmark ! --mark 0x%x -j DROP", + &e->DummySrcIp, &e->DummyDestIP, e->DummyMark); + Add(ret->EntryList, e); + + ok = true; + + // Insert entries if not exists + for (i = 0; i < LIST_NUM(ret->EntryList);i++) + { + UINT j; + IPTABLES_ENTRY *e = LIST_DATA(ret->EntryList, i); + + for (j = 0;j < 100;j++) + { + if (GetCurrentIpTableLineNumber(e->Chain, &e->DummySrcIp, &e->DummyDestIP, e->DummyMark) != 0) + { + char cmdline[MAX_PATH]; + + Format(cmdline, sizeof(cmdline), + "iptables -D %s %s", + e->Chain, e->ConditionAndArgs); + + system(cmdline); + } + else + { + break; + } + } + + if (GetCurrentIpTableLineNumber(e->Chain, &e->DummySrcIp, &e->DummyDestIP, e->DummyMark) == 0) + { + char cmdline[MAX_PATH]; + + Format(cmdline, sizeof(cmdline), + "iptables -I %s %s", + e->Chain, e->ConditionAndArgs); + + system(cmdline); + + if (GetCurrentIpTableLineNumber(e->Chain, &e->DummySrcIp, &e->DummyDestIP, e->DummyMark) == 0) + { + Debug("Run \"%s\" failed.\n", cmdline); + ok = false; + break; + } + else + { + Debug("Run \"%s\" ok.\n", cmdline); + } + } + } + } + + if (ok == false) + { + EndAddIpTablesEntryForNativeStack(ret); + ret = NULL; + } + + return ret; +} + +// Maintain the iptables +bool MaintainAddIpTablesEntryForNativeStack(IPTABLES_STATE *s) +{ + UINT i; + bool ret = false; + if (s == NULL) + { + return false; + } + + if (s->HasError) + { + return false; + } + + // Insert entries if not exists + for (i = 0; i < LIST_NUM(s->EntryList);i++) + { + IPTABLES_ENTRY *e = LIST_DATA(s->EntryList, i); + + if (GetCurrentIpTableLineNumber(e->Chain, &e->DummySrcIp, &e->DummyDestIP, e->DummyMark) == 0) + { + char cmdline[MAX_PATH]; + + Format(cmdline, sizeof(cmdline), + "iptables -I %s %s", + e->Chain, e->ConditionAndArgs); + + system(cmdline); + + if (GetCurrentIpTableLineNumber(e->Chain, &e->DummySrcIp, &e->DummyDestIP, e->DummyMark) == 0) + { + Debug("Run \"%s\" failed.\n", cmdline); + s->HasError = true; + break; + } + else + { + Debug("Run \"%s\" ok.\n", cmdline); + ret = true; + } + } + } + + return ret; +} + +// Stop the iptables management +void EndAddIpTablesEntryForNativeStack(IPTABLES_STATE *s) +{ + UINT i; + if (s == NULL) + { + return; + } + + // Delete entries + for (i = 0; i < LIST_NUM(s->EntryList);i++) + { + IPTABLES_ENTRY *e = LIST_DATA(s->EntryList, i); + UINT j; + + for (j = 0;j < 100;j++) + { + if (GetCurrentIpTableLineNumber(e->Chain, &e->DummySrcIp, &e->DummyDestIP, e->DummyMark) != 0) + { + char cmdline[MAX_PATH]; + + Format(cmdline, sizeof(cmdline), + "iptables -D %s %s", + e->Chain, e->ConditionAndArgs); + + system(cmdline); + } + else + { + break; + } + } + } + + FreeIpTablesState(s); +} + +// Generate a set of dummy IP addresses and mark +void GenerateDummyIpAndMark(void *hash_seed, IPTABLES_ENTRY *e, UINT id) +{ + PRAND *p; + BUF *b; + if (hash_seed == NULL || e == NULL) + { + return; + } + + b = NewBuf(); + WriteBufInt(b, id); + WriteBuf(b, hash_seed, SHA1_SIZE); + WriteBufStr(b, "20151002"); + + p = NewPRand(b->Buf, b->Size); + FreeBuf(b); + + GenerateDummyIp(p, &e->DummySrcIp); + GenerateDummyIp(p, &e->DummyDestIP); + e->DummyMark = GenerateDummyMark(p); + + FreePRand(p); +} + +// Generate a dummy iptables mark +UINT GenerateDummyMark(PRAND *p) +{ + UINT i; + if (p == NULL) + { + return 0; + } + + while (true) + { + i = PRandInt(p); + + if (i >= 1000000000 && i <= 0x7FFFFFFE) + { + return i; + } + } + + return 0; +} + +// Generate a dummy IP +void GenerateDummyIp(PRAND *p, IP *ip) +{ + UINT i; + if (p == NULL || ip == NULL) + { + return; + } + + Zero(ip, sizeof(IP)); + + for (i = 1;i < 4;i++) + { + UINT v = 0; + while (true) + { + v = PRandInt(p) % 256; + if (v >= 1 && v <= 254) + { + break; + } + } + + ip->addr[i] = (UCHAR)v; + } + + ip->addr[0] = 127; +} + +// Search an entry +IPTABLES_ENTRY *SearchIpTables(IPTABLES_STATE *s, char *chain, IP *src_ip, IP *dest_ip, UINT mark) +{ + char ip_str1[64]; + char ip_str2[64]; + char mark_str1[64]; + char mark_str2[64]; + UINT i; + if (s == NULL || chain == NULL || src_ip == NULL || dest_ip == NULL || mark == 0) + { + return NULL; + } + + IPToStr(ip_str1, sizeof(ip_str1), src_ip); + IPToStr(ip_str2, sizeof(ip_str2), dest_ip); + ToStr(mark_str1, mark); + Format(mark_str2, sizeof(mark_str2), "%x", mark); + + for (i = 0;i < LIST_NUM(s->EntryList);i++) + { + IPTABLES_ENTRY *e = LIST_DATA(s->EntryList, i); + + if (StrCmpi(e->Chain, chain) == 0) + { + if (InStr(e->ConditionAndArgs, ip_str1) && + InStr(e->ConditionAndArgs, ip_str2) && + (InStr(e->ConditionAndArgs, mark_str1) || InStr(e->ConditionAndArgs, mark_str2))) + { + return e; + } + } + } + + return NULL; +} + +// Search an entry and get the line number +UINT GetCurrentIpTableLineNumber(char *chain, IP *src_ip, IP *dest_ip, UINT mark) +{ + IPTABLES_STATE *s; + IPTABLES_ENTRY *e; + UINT ret = 0; + + if (chain == NULL || src_ip == NULL || dest_ip == NULL || mark == 0) + { + return 0; + } + + s = GetCurrentIpTables(); + + e = SearchIpTables(s, chain, src_ip, dest_ip, mark); + + if (e != NULL) + { + ret = e->LineNumber; + } + + FreeIpTablesState(s); + + return ret; +} + +// Free the iptables state +void FreeIpTablesState(IPTABLES_STATE *s) +{ + UINT i; + if (s == NULL) + { + return; + } + + for (i = 0;i < LIST_NUM(s->EntryList);i++) + { + IPTABLES_ENTRY *e = LIST_DATA(s->EntryList, i); + + Free(e); + } + + ReleaseList(s->EntryList); + + Free(s); +} + +// Get the current iptables state +IPTABLES_STATE *GetCurrentIpTables() +{ + IPTABLES_STATE *ret = NULL; + TOKEN_LIST *t = NULL; + +#ifdef OS_UNIX + t = UnixExec("iptables -L -x -n --line-numbers"); +#endif // OS_UNIX + + if (t != NULL) + { + UINT i; + UINT tmp_num = 0; + + for (i = 0;i < t->NumTokens;i++) + { + char *line = t->Token[i]; + if (StartWith(line, "Chain INPUT") || + StartWith(line, "Chain FORWARD") || + StartWith(line, "Chain OUTPUT")) + { + tmp_num++; + } + } + + if (tmp_num >= 3) + { + char current_chain[64]; + UINT mode = 0; + + Zero(current_chain, sizeof(current_chain)); + + for (i = 0;i < t->NumTokens;i++) + { + char *line = t->Token[i]; + + if (StartWith(line, "Chain")) + { + TOKEN_LIST *t2 = ParseToken(line, " \t"); + if (t2 != NULL) + { + if (t2->NumTokens >= 4) + { + StrCpy(current_chain, sizeof(current_chain), t2->Token[1]); + mode = 1; + + if (ret == NULL) + { + ret = ZeroMalloc(sizeof(IPTABLES_STATE)); + ret->EntryList = NewListFast(NULL); + } + + } + FreeToken(t2); + } + } + + if (mode == 1) + { + if (StartWith(line, "num")) + { + mode = 2; + } + } + else if (mode == 2) + { + TOKEN_LIST *t2 = ParseToken(line, " \t"); + if (t2 != NULL) + { + if (t2->NumTokens >= 6 && ToInt(t2->Token[0]) != 0) + { + IPTABLES_ENTRY *e = ZeroMalloc(sizeof(IPTABLES_ENTRY)); + + StrCpy(e->Chain, sizeof(e->Chain), current_chain); + e->LineNumber = ToInt(t2->Token[0]); + StrCpy(e->ConditionAndArgs, sizeof(e->ConditionAndArgs), line); + + Add(ret->EntryList, e); + } + + FreeToken(t2); + } + } + } + } + + FreeToken(t); + } + + return ret; +} + +// Get whether iptables is supported +bool IsIpTablesSupported() +{ +#ifdef UNIX_LINUX + IPTABLES_STATE *s = GetCurrentIpTables(); + if (s != NULL) + { + FreeIpTablesState(s); + return true; + } + else + { + return false; + } +#else // UNIX_LINUX + return false; +#endif // UNIX_LINUX +} + + -// 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/src/Cedar/NativeStack.h b/src/Cedar/NativeStack.h index 49b6e2b2..7e84175c 100644 --- a/src/Cedar/NativeStack.h +++ b/src/Cedar/NativeStack.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -117,6 +117,10 @@ //// Constants #define NS_MAC_ADDRESS_BYTE_1 0xDA // First byte of the MAC address +#define NS_CHECK_IPTABLES_INTERVAL_INIT (1 * 1000) + +#define NS_CHECK_IPTABLES_INTERVAL_MAX (5 * 60 * 1000) + //// Type struct NATIVE_STACK { @@ -132,6 +136,30 @@ struct NATIVE_STACK SOCK *Sock2; // Sock2 (Used in the IPC side) DHCP_OPTION_LIST CurrentDhcpOptionList; // Current DHCP options list IP DnsServerIP; // IP address of the DNS server + IP DnsServerIP2; // IP address of the DNS server #2 + bool IsIpRawMode; + IP MyIP_InCaseOfIpRawMode; // My IP + + THREAD *IpTablesThread; + EVENT *IpTablesHaltEvent; + bool IpTablesHalt; + bool IpTablesInitOk; +}; + +struct IPTABLES_ENTRY +{ + char Chain[64]; + UINT LineNumber; + char ConditionAndArgs[MAX_SIZE]; + IP DummySrcIp, DummyDestIP; + UINT DummyMark; +}; + +struct IPTABLES_STATE +{ + UCHAR SeedHash[SHA1_SIZE]; + LIST *EntryList; + bool HasError; }; @@ -144,10 +172,24 @@ void NsMainThread(THREAD *thread, void *param); void NsGenMacAddressSignatureForMachine(UCHAR *dst_last_2, UCHAR *src_mac_addr_4); bool NsIsMacAddressOnLocalhost(UCHAR *mac); +bool NsStartIpTablesTracking(NATIVE_STACK *a); +void NsStopIpTablesTracking(NATIVE_STACK *a); +void NsIpTablesThread(THREAD *thread, void *param); + +IPTABLES_STATE *GetCurrentIpTables(); +void FreeIpTablesState(IPTABLES_STATE *s); +bool IsIpTablesSupported(); +IPTABLES_ENTRY *SearchIpTables(IPTABLES_STATE *s, char *chain, IP *src_ip, IP *dest_ip, UINT mark); +UINT GetCurrentIpTableLineNumber(char *chain, IP *src_ip, IP *dest_ip, UINT mark); + +IPTABLES_STATE *StartAddIpTablesEntryForNativeStack(void *seed, UINT seed_size); +void EndAddIpTablesEntryForNativeStack(IPTABLES_STATE *s); +bool MaintainAddIpTablesEntryForNativeStack(IPTABLES_STATE *s); + +void GenerateDummyIpAndMark(void *hash_seed, IPTABLES_ENTRY *e, UINT id); +UINT GenerateDummyMark(PRAND *p); +void GenerateDummyIp(PRAND *p, IP *ip); + #endif // NATIVESTACK_H - -// 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/src/Cedar/NullLan.c b/src/Cedar/NullLan.c index 1296abf0..fe274d44 100644 --- a/src/Cedar/NullLan.c +++ b/src/Cedar/NullLan.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -331,7 +331,3 @@ void NullPaFree(SESSION *s) } - -// 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/src/Cedar/NullLan.h b/src/Cedar/NullLan.h index 2fb3cba5..63b3b886 100644 --- a/src/Cedar/NullLan.h +++ b/src/Cedar/NullLan.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -143,7 +143,3 @@ void NullGenerateMacAddress(UCHAR *mac, UINT id, UINT seq); - -// 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/src/Cedar/Protocol.c b/src/Cedar/Protocol.c index 32b4c520..9a59bf18 100644 --- a/src/Cedar/Protocol.c +++ b/src/Cedar/Protocol.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -690,8 +690,11 @@ void UpdateClientThreadMain(UPDATE_CLIENT *c) cert_hash = StrToBin(UPDATE_SERVER_CERT_HASH); - recv = HttpRequestEx2(&data, NULL, UPDATE_CONNECT_TIMEOUT, UPDATE_COMM_TIMEOUT, &ret, false, NULL, NULL, - NULL, ((cert_hash != NULL && cert_hash->Size == SHA1_SIZE) ? cert_hash->Buf : NULL), + StrCpy(data.SniString, sizeof(data.SniString), DDNS_SNI_VER_STRING); + + recv = HttpRequestEx3(&data, NULL, UPDATE_CONNECT_TIMEOUT, UPDATE_COMM_TIMEOUT, &ret, false, NULL, NULL, + NULL, ((cert_hash != NULL && (cert_hash->Size % SHA1_SIZE) == 0) ? cert_hash->Buf : NULL), + (cert_hash != NULL ? (cert_hash->Size / SHA1_SIZE) : 0), (bool *)&c->HaltFlag, 0, NULL, NULL); FreeBuf(cert_hash); @@ -1312,7 +1315,6 @@ bool ServerAccept(CONNECTION *c) FARM_MEMBER *f = NULL; SERVER *server = NULL; POLICY ticketed_policy; - UINT64 timestamp; UCHAR unique[SHA1_SIZE], unique2[SHA1_SIZE]; CEDAR *cedar; RPC_WINVER winver; @@ -1324,6 +1326,7 @@ bool ServerAccept(CONNECTION *c) char *error_detail = NULL; char *error_detail_2 = NULL; char ctoken_hash_str[64]; + EAP_CLIENT *release_me_eap_client = NULL; // Validate arguments if (c == NULL) @@ -1449,31 +1452,6 @@ bool ServerAccept(CONNECTION *c) } } - // Time inspection - timestamp = PackGetInt64(p, "timestamp"); - if (timestamp != 0) - { - UINT64 now = SystemTime64(); - UINT64 abs; - if (now >= timestamp) - { - abs = now - timestamp; - } - else - { - abs = timestamp - now; - } - - if (abs > ALLOW_TIMESTAMP_DIFF) - { - // Time difference is too large - FreePack(p); - c->Err = ERR_BAD_CLOCK; - error_detail = "ERR_BAD_CLOCK"; - goto CLEANUP; - } - } - // Get the client version PackGetStr(p, "client_str", c->ClientStr, sizeof(c->ClientStr)); c->ClientVer = PackGetInt(p, "client_ver"); @@ -1653,6 +1631,11 @@ bool ServerAccept(CONNECTION *c) if (hub->Option != NULL) { radius_login_opt.In_CheckVLanId = hub->Option->AssignVLanIdByRadiusAttribute; + radius_login_opt.In_DenyNoVlanId = hub->Option->DenyAllRadiusLoginWithNoVlanAssign; + if (hub->Option->UseHubNameAsRadiusNasId) + { + StrCpy(radius_login_opt.NasId, sizeof(radius_login_opt.NasId), hubname); + } } // Get the various flags @@ -1674,6 +1657,14 @@ bool ServerAccept(CONNECTION *c) if (c->IsInProc) { char tmp[MAX_SIZE]; + UINT64 ptr; + + ptr = PackGetInt64(p, "release_me_eap_client"); + if (ptr != 0) + { + release_me_eap_client = (EAP_CLIENT *)ptr; + } + PackGetStr(p, "inproc_postfix", c->InProcPrefix, sizeof(c->InProcPrefix)); Zero(tmp, sizeof(tmp)); PackGetStr(p, "inproc_cryptname", tmp, sizeof(tmp)); @@ -2203,9 +2194,25 @@ bool ServerAccept(CONNECTION *c) FreePack(p); // Check the assigned VLAN ID - if (radius_login_opt.Out_VLanId != 0) + if (radius_login_opt.Out_IsRadiusLogin) { - assigned_vlan_id = radius_login_opt.Out_VLanId; + if (radius_login_opt.In_CheckVLanId) + { + if (radius_login_opt.Out_VLanId != 0) + { + assigned_vlan_id = radius_login_opt.Out_VLanId; + } + + if (radius_login_opt.In_DenyNoVlanId && assigned_vlan_id == 0 || assigned_vlan_id >= 4096) + { + // Deny this session + Unlock(hub->lock); + ReleaseHub(hub); + c->Err = ERR_ACCESS_DENIED; + error_detail = "In_DenyNoVlanId"; + goto CLEANUP; + } + } } if (StrCmpi(username, ADMINISTRATOR_USERNAME) != 0) @@ -3807,6 +3814,11 @@ CLEANUP: SLog(c->Cedar, "LS_CONNECTION_ERROR", c->Name, GetUniErrorStr(c->Err), c->Err); + if (release_me_eap_client != NULL) + { + ReleaseEapClient(release_me_eap_client); + } + return ret; } @@ -4543,7 +4555,7 @@ bool ClientSecureSign(CONNECTION *c, UCHAR *sign, UCHAR *random, X **x) if (ret) { - Copy(sign, ss->Signature, 128); + Copy(sign, ss->Signature, sizeof(ss->Signature)); *x = ss->ClientCert; } @@ -5822,7 +5834,7 @@ bool ClientUploadAuth(CONNECTION *c) // Authentication by secure device if (ClientSecureSign(c, sign, c->Random, &x)) { - p = PackLoginWithCert(o->HubName, a->Username, x, sign, 128); + p = PackLoginWithCert(o->HubName, a->Username, x, sign, x->bits / 8); c->ClientX = CloneX(x); FreeX(x); } @@ -5845,9 +5857,6 @@ bool ClientUploadAuth(CONNECTION *c) PackAddData(p, "ticket", c->Ticket, SHA1_SIZE); } - // Current time - PackAddInt64(p, "timestamp", SystemTime64()); - if (p == NULL) { // Error @@ -6446,12 +6455,15 @@ SOCK *ClientConnectGetSocket(CONNECTION *c, bool additional_connect, bool no_tls UINT nat_t_err = 0; bool is_additonal_rudp_session = false; UCHAR uc = 0; + IP ret_ip; // Validate arguments if (c == NULL) { return NULL; } + Zero(&ret_ip, sizeof(IP)); + sess = c->Session; if (sess != NULL) @@ -6464,12 +6476,25 @@ SOCK *ClientConnectGetSocket(CONNECTION *c, bool additional_connect, bool no_tls o = c->Session->ClientOption; + if (additional_connect) + { + if (sess != NULL) + { + Copy(&ret_ip, &sess->ServerIP_CacheForNextConnect, sizeof(IP)); + } + } + if (c->RestoreServerNameAndPort && additional_connect) { // Restore to the original server name and port number c->RestoreServerNameAndPort = false; - StrCpy(c->ServerName, sizeof(c->ServerName), o->Hostname); + if (StrCmpi(c->ServerName, o->Hostname) != 0) + { + StrCpy(c->ServerName, sizeof(c->ServerName), o->Hostname); + Zero(&ret_ip, sizeof(IP)); + } + c->ServerPort = o->Port; } @@ -6489,7 +6514,7 @@ SOCK *ClientConnectGetSocket(CONNECTION *c, bool additional_connect, bool no_tls // If additional_connect == true, follow the IsRUDPSession setting in this session s = TcpIpConnectEx(host_for_direct_connection, port_for_direct_connection, (bool *)cancel_flag, hWnd, &nat_t_err, (additional_connect ? (!is_additonal_rudp_session) : false), - true, no_tls); + true, no_tls, &ret_ip); } } else @@ -6554,9 +6579,9 @@ SOCK *ClientConnectGetSocket(CONNECTION *c, bool additional_connect, bool no_tls // SOCKS connection - s = SocksConnectEx(c, host_for_direct_connection, port_for_direct_connection, + s = SocksConnectEx2(c, host_for_direct_connection, port_for_direct_connection, c->ServerName, c->ServerPort, o->ProxyUsername, - additional_connect, (bool *)cancel_flag, hWnd); + additional_connect, (bool *)cancel_flag, hWnd, 0, &ret_ip); if (s == NULL) { // Connection failure @@ -6581,6 +6606,19 @@ SOCK *ClientConnectGetSocket(CONNECTION *c, bool additional_connect, bool no_tls Copy(&c->Session->ServerIP, &s->RemoteIP, sizeof(IP)); } } + + if (IsZeroIP(&ret_ip) == false) + { + if (c->Session != NULL) + { + if (additional_connect == false) + { + Copy(&c->Session->ServerIP_CacheForNextConnect, &ret_ip, sizeof(IP)); + + Debug("Saved ServerIP_CacheForNextConnect: %s = %r\n", c->ServerName, &ret_ip); + } + } + } } return s; @@ -6601,12 +6639,12 @@ SOCK *SocksConnectEx(CONNECTION *c, char *proxy_host_name, UINT proxy_port, { return SocksConnectEx2(c, proxy_host_name, proxy_port, server_host_name, server_port, username, additional_connect, cancel_flag, - hWnd, 0); + hWnd, 0, NULL); } SOCK *SocksConnectEx2(CONNECTION *c, char *proxy_host_name, UINT proxy_port, char *server_host_name, UINT server_port, char *username, bool additional_connect, - bool *cancel_flag, void *hWnd, UINT timeout) + bool *cancel_flag, void *hWnd, UINT timeout, IP *ret_ip) { SOCK *s = NULL; IP ip; @@ -6634,7 +6672,7 @@ SOCK *SocksConnectEx2(CONNECTION *c, char *proxy_host_name, UINT proxy_port, } // Connection - s = TcpConnectEx3(proxy_host_name, proxy_port, timeout, cancel_flag, hWnd, true, NULL, false, false); + s = TcpConnectEx3(proxy_host_name, proxy_port, timeout, cancel_flag, hWnd, true, NULL, false, false, ret_ip); if (s == NULL) { // Failure @@ -6838,7 +6876,7 @@ SOCK *ProxyConnectEx2(CONNECTION *c, char *proxy_host_name, UINT proxy_port, } // Connection - s = TcpConnectEx3(proxy_host_name, proxy_port, timeout, cancel_flag, hWnd, true, NULL, false, false); + s = TcpConnectEx3(proxy_host_name, proxy_port, timeout, cancel_flag, hWnd, true, NULL, false, false, NULL); if (s == NULL) { // Failure @@ -6990,15 +7028,15 @@ SOCK *ProxyConnectEx2(CONNECTION *c, char *proxy_host_name, UINT proxy_port, // TCP connection function SOCK *TcpConnectEx2(char *hostname, UINT port, UINT timeout, bool *cancel_flag, void *hWnd, bool try_start_ssl, bool ssl_no_tls) { - return TcpConnectEx3(hostname, port, timeout, cancel_flag, hWnd, false, NULL, try_start_ssl, ssl_no_tls); + return TcpConnectEx3(hostname, port, timeout, cancel_flag, hWnd, false, NULL, try_start_ssl, ssl_no_tls, NULL); } -SOCK *TcpConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, void *hWnd, bool no_nat_t, UINT *nat_t_error_code, bool try_start_ssl, bool ssl_no_tls) +SOCK *TcpConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, void *hWnd, bool no_nat_t, UINT *nat_t_error_code, bool try_start_ssl, bool ssl_no_tls, IP *ret_ip) { #ifdef OS_WIN32 if (hWnd == NULL) { #endif // OS_WIN32 - return ConnectEx3(hostname, port, timeout, cancel_flag, (no_nat_t ? NULL : VPN_RUDP_SVC_NAME), nat_t_error_code, try_start_ssl, ssl_no_tls, true); + return ConnectEx4(hostname, port, timeout, cancel_flag, (no_nat_t ? NULL : VPN_RUDP_SVC_NAME), nat_t_error_code, try_start_ssl, ssl_no_tls, true, ret_ip); #ifdef OS_WIN32 } else @@ -7011,9 +7049,9 @@ SOCK *TcpConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, // Connect with TCP/IP SOCK *TcpIpConnect(char *hostname, UINT port, bool try_start_ssl, bool ssl_no_tls) { - return TcpIpConnectEx(hostname, port, NULL, NULL, NULL, false, try_start_ssl, ssl_no_tls); + return TcpIpConnectEx(hostname, port, NULL, NULL, NULL, false, try_start_ssl, ssl_no_tls, NULL); } -SOCK *TcpIpConnectEx(char *hostname, UINT port, bool *cancel_flag, void *hWnd, UINT *nat_t_error_code, bool no_nat_t, bool try_start_ssl, bool ssl_no_tls) +SOCK *TcpIpConnectEx(char *hostname, UINT port, bool *cancel_flag, void *hWnd, UINT *nat_t_error_code, bool no_nat_t, bool try_start_ssl, bool ssl_no_tls, IP *ret_ip) { SOCK *s = NULL; UINT dummy_int = 0; @@ -7028,7 +7066,7 @@ SOCK *TcpIpConnectEx(char *hostname, UINT port, bool *cancel_flag, void *hWnd, U return NULL; } - s = TcpConnectEx3(hostname, port, 0, cancel_flag, hWnd, no_nat_t, nat_t_error_code, try_start_ssl, ssl_no_tls); + s = TcpConnectEx3(hostname, port, 0, cancel_flag, hWnd, no_nat_t, nat_t_error_code, try_start_ssl, ssl_no_tls, ret_ip); if (s == NULL) { return NULL; @@ -7273,7 +7311,3 @@ void GenerateRC4KeyPair(RC4_KEY_PAIR *k) Rand(k->ServerToClientKey, sizeof(k->ServerToClientKey)); } - -// 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/src/Cedar/Protocol.h b/src/Cedar/Protocol.h index 89278c11..406d3777 100644 --- a/src/Cedar/Protocol.h +++ b/src/Cedar/Protocol.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -180,7 +180,7 @@ struct UPDATE_CLIENT #define UPDATE_FAMILY_NAME _SS("PRODUCT_FAMILY_NAME") // Software update server certificate hash -#define UPDATE_SERVER_CERT_HASH "EFAC5FA0CDD14E0F864EED58A73C35D7E33B62F3" +#define UPDATE_SERVER_CERT_HASH DDNS_CERT_HASH // URL #define UPDATE_SERVER_URL_GLOBAL "https://update-check.softether-network.net/update/update.aspx?family=%s&software=%s&mybuild=%u&lang=%s" @@ -218,7 +218,7 @@ bool ServerAccept(CONNECTION *c); bool ClientConnect(CONNECTION *c); SOCK *ClientConnectToServer(CONNECTION *c); SOCK *TcpIpConnect(char *hostname, UINT port, bool try_start_ssl, bool ssl_no_tls); -SOCK *TcpIpConnectEx(char *hostname, UINT port, bool *cancel_flag, void *hWnd, UINT *nat_t_error_code, bool no_nat_t, bool try_start_ssl, bool ssl_no_tls); +SOCK *TcpIpConnectEx(char *hostname, UINT port, bool *cancel_flag, void *hWnd, UINT *nat_t_error_code, bool no_nat_t, bool try_start_ssl, bool ssl_no_tls, IP *ret_ip); bool ClientUploadSignature(SOCK *s); bool ClientDownloadHello(CONNECTION *c, SOCK *s); bool ServerDownloadSignature(CONNECTION *c, char **error_detail_str); @@ -226,7 +226,7 @@ bool ServerUploadHello(CONNECTION *c); bool ClientUploadAuth(CONNECTION *c); SOCK *ClientConnectGetSocket(CONNECTION *c, bool additional_connect, bool no_tls); SOCK *TcpConnectEx2(char *hostname, UINT port, UINT timeout, bool *cancel_flag, void *hWnd, bool try_start_ssl, bool ssl_no_tls); -SOCK *TcpConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, void *hWnd, bool no_nat_t, UINT *nat_t_error_code, bool try_start_ssl, bool ssl_no_tls); +SOCK *TcpConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, void *hWnd, bool no_nat_t, UINT *nat_t_error_code, bool try_start_ssl, bool ssl_no_tls, IP *ret_ip); void InitProtocol(); void FreeProtocol(); @@ -280,7 +280,7 @@ SOCK *SocksConnectEx(CONNECTION *c, char *proxy_host_name, UINT proxy_port, SOCK *SocksConnectEx2(CONNECTION *c, char *proxy_host_name, UINT proxy_port, char *server_host_name, UINT server_port, char *username, bool additional_connect, - bool *cancel_flag, void *hWnd, UINT timeout); + bool *cancel_flag, void *hWnd, UINT timeout, IP *ret_ip); bool SocksSendRequestPacket(CONNECTION *c, SOCK *s, UINT dest_port, IP *dest_ip, char *userid); bool SocksRecvResponsePacket(CONNECTION *c, SOCK *s); void CreateNodeInfo(NODE_INFO *info, CONNECTION *c); @@ -314,7 +314,3 @@ bool DownloadAndSaveIntermediateCertificatesIfNecessary(X *x); #endif // PROTOCOL_H - -// 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/src/Cedar/Radius.c b/src/Cedar/Radius.c index 34a5ee6f..c4a41df7 100644 --- a/src/Cedar/Radius.c +++ b/src/Cedar/Radius.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -113,9 +113,1603 @@ #include "CedarPch.h" +////////// Modern implementation + + +// send PEAP-MSCHAPv2 auth client response +bool PeapClientSendMsChapv2AuthClientResponse(EAP_CLIENT *e, UCHAR *client_response, UCHAR *client_challenge) +{ + bool ret = false; + EAP_MSCHAPV2_RESPONSE msg1; + EAP_MESSAGE msg2; + EAP_MESSAGE msg4; + if (e == NULL || client_response == NULL || client_challenge == NULL) + { + return false; + } + + Zero(&msg1, sizeof(msg1)); + Zero(&msg2, sizeof(msg2)); + Zero(&msg4, sizeof(msg4)); + + msg1.Type = EAP_TYPE_MS_AUTH; + msg1.Chap_Opcode = EAP_MSCHAPV2_OP_RESPONSE; + msg1.Chap_Id = e->MsChapV2Challenge.Chap_Id; + msg1.Chap_Len = Endian16(54 + StrLen(e->Username)); + msg1.Chap_ValueSize = 49; + Copy(msg1.Chap_PeerChallange, client_challenge, 16); + Copy(msg1.Chap_NtResponse, client_response, 24); + Copy(msg1.Chap_Name, e->Username, MIN(StrLen(e->Username), 255)); + + if (SendPeapPacket(e, &msg1, 59 + StrLen(e->Username)) && + GetRecvPeapMessage(e, &msg2)) + { + if (msg2.Type == EAP_TYPE_MS_AUTH && + ((EAP_MSCHAPV2_GENERAL *)&msg2)->Chap_Opcode == EAP_MSCHAPV2_OP_SUCCESS) + { + EAP_MSCHAPV2_SUCCESS_SERVER *eaps = (EAP_MSCHAPV2_SUCCESS_SERVER *)&msg2; + + if (StartWith(eaps->Message, "S=")) + { + BUF *buf = StrToBin(eaps->Message + 2); + + if (buf && buf->Size == 20) + { + Copy(&e->MsChapV2Success, eaps, sizeof(EAP_MSCHAPV2_SUCCESS_SERVER)); + Copy(e->ServerResponse, buf->Buf, 20); + + if (true) + { + EAP_MSCHAPV2_SUCCESS_CLIENT msg3; + + Zero(&msg3, sizeof(msg3)); + msg3.Type = EAP_TYPE_MS_AUTH; + msg3.Chap_Opcode = EAP_MSCHAPV2_OP_SUCCESS; + + if (SendPeapPacket(e, &msg3, 6) && GetRecvPeapMessage(e, &msg4)) + { + UCHAR *rd = ((UCHAR *)&msg4); + if (rd[4] == 0x01 && rd[8] == 0x21 && rd[9] == 0x80 && + rd[10] == 0x03 && rd[11] == 0x00 && rd[12] == 0x02 && + rd[13] == 0x00 && rd[14] == 0x01) + { + UCHAR reply[15]; + Zero(reply, sizeof(reply)); + reply[4] = 0x02; reply[5] = rd[5]; reply[6] = 0x00; reply[7] = 0x0b; + reply[8] = 0x21; reply[9] = 0x80; reply[10] = 0x03; reply[11] = 0x00; + reply[12] = 0x02; reply[13] = 0x00; reply[14] = 0x01; + if (SendPeapPacket(e, reply, sizeof(reply))) + { + if (e->RecvLastCode == RADIUS_CODE_ACCESS_ACCEPT) + { + ret = true; + } + } + } + } + } + } + + FreeBuf(buf); + } + } + } + + return ret; +} + +// send PEAP-MSCHAPv2 auth request +bool PeapClientSendMsChapv2AuthRequest(EAP_CLIENT *eap) +{ + bool ret = false; + UINT num_retry = 0; + if (eap == NULL) + { + return false; + } + + if (StartPeapClient(eap)) + { + if (StartPeapSslClient(eap)) + { + EAP_MESSAGE recv_msg; + EAP_MESSAGE send_msg; + + if (GetRecvPeapMessage(eap, &recv_msg) && recv_msg.Type == EAP_TYPE_IDENTITY) + { +LABEL_RETRY: + num_retry++; + if (num_retry >= 10) + { + return false; + } + Zero(&send_msg, sizeof(send_msg)); + send_msg.Type = EAP_TYPE_IDENTITY; + send_msg.Len = Endian16(5 + StrLen(eap->Username)); + Copy(send_msg.Data, eap->Username, StrLen(eap->Username)); + + if (SendPeapPacket(eap, &send_msg, 5 + StrLen(eap->Username)) && + GetRecvPeapMessage(eap, &recv_msg)) + { +LABEL_RETRY2: + num_retry++; + if (num_retry >= 10) + { + return false; + } + if (recv_msg.Type == EAP_TYPE_MS_AUTH && + ((EAP_MSCHAPV2_GENERAL *)&recv_msg)->Chap_Opcode == EAP_MSCHAPV2_OP_CHALLENGE) + { + EAP_MSCHAPV2_CHALLENGE *svr_challenge = (EAP_MSCHAPV2_CHALLENGE *)&recv_msg; + + Copy(&eap->MsChapV2Challenge, svr_challenge, sizeof(EAP_MSCHAPV2_CHALLENGE)); + + ret = true; + + eap->PeapMode = true; + } + else if (recv_msg.Type == EAP_TYPE_IDENTITY) + { + UCHAR *rd = ((UCHAR *)&recv_msg); + if (rd[4] == 0x01 && rd[8] == 0x21 && rd[9] == 0x80 && + rd[10] == 0x03 && rd[11] == 0x00 && rd[12] == 0x02 && + rd[13] == 0x00) + { + if (rd[14] == 0x02) + { + // Fail + return false; + } + } + + goto LABEL_RETRY; + } + else + { + EAP_MESSAGE nak; + + Zero(&nak, sizeof(nak)); + nak.Type = EAP_TYPE_LEGACY_NAK; + nak.Data[0] = EAP_TYPE_MS_AUTH; + + if (SendPeapPacket(eap, &nak, 6) && + GetRecvPeapMessage(eap, &recv_msg)) + { + goto LABEL_RETRY2; + } + } + } + } + } + } + return ret; +} + +// Send a PEAP packet (encrypted) +bool SendPeapRawPacket(EAP_CLIENT *e, UCHAR *peap_data, UINT peap_size) +{ + LIST *fragments = NULL; + bool ret = false; + BUF *buf = NULL; + UINT i; + UINT num; + bool send_empty = false; + bool include_len = false; + if (e == NULL) + { + return false; + } + + // divide into 1024 bytes + buf = NewBuf(); + + // size + if ((peap_size + 6 + 2) >= 256) + { + WriteBufInt(buf, peap_size); + include_len = true; + } + + // data + WriteBuf(buf, peap_data, peap_size); + + if (peap_data == NULL) + { + send_empty = true; + } + + SeekBufToBegin(buf); + + fragments = NewListFast(NULL); + for (num = 0;;num++) + { + UCHAR tmp[1024]; + EAP_PEAP *send_peap_message; + UINT sz; + + sz = ReadBuf(buf, tmp, 1024); + + if (sz == 0) + { + break; + } + + // add header + send_peap_message = ZeroMalloc(sizeof(EAP_PEAP) + sz); + send_peap_message->Code = EAP_CODE_RESPONSE; + send_peap_message->Id = e->LastRecvEapId + num; + send_peap_message->Len = Endian16((UINT)(((UINT)sizeof(EAP_PEAP) + (UINT)sz))); + send_peap_message->Type = EAP_TYPE_PEAP; + send_peap_message->TlsFlags = 0; + + if (num == 0 && include_len) + { + send_peap_message->TlsFlags |= EAP_TLS_FLAGS_LEN; + } + if (ReadBufRemainSize(buf) != 0) + { + send_peap_message->TlsFlags |= EAP_TLS_FLAGS_MORE_FRAGMENTS; + } + + Copy(((UCHAR *)send_peap_message) + sizeof(EAP_PEAP), tmp, sz); + + Add(fragments, MemToBuf(send_peap_message, sizeof(EAP_PEAP) + sz)); + + Free(send_peap_message); + } + + if (num == 0 && send_empty) + { + Add(fragments, MemToBuf("\0", 1)); + } + + // send each of packets + for (i = 0;i < LIST_NUM(fragments);i++) + { + BUF *b = LIST_DATA(fragments, i); + RADIUS_AVP *eap_avp; + RADIUS_PACKET *response_packet; + + RADIUS_PACKET *send_packet = NewRadiusPacket(RADIUS_CODE_ACCESS_REQUEST, e->NextRadiusPacketId++); + EapSetRadiusGeneralAttributes(send_packet, e); + + if (e->LastStateSize != 0) + { + Add(send_packet->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_STATE, 0, 0, + e->LastState, e->LastStateSize)); + } + + if (send_empty == false) + { + eap_avp = NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_MESSAGE, 0, 0, b->Buf, b->Size); + } + else + { + EAP_PEAP empty_peap; + + Zero(&empty_peap, sizeof(empty_peap)); + empty_peap.Code = EAP_CODE_RESPONSE; + empty_peap.Id = e->LastRecvEapId; + empty_peap.Len = Endian16(sizeof(EAP_PEAP)); + empty_peap.Type = EAP_TYPE_PEAP; + + eap_avp = NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_MESSAGE, 0, 0, &empty_peap, sizeof(EAP_PEAP)); + } + + Add(send_packet->AvpList, eap_avp); + + response_packet = EapSendPacketAndRecvResponse(e, send_packet); + + if (response_packet != NULL) + { + e->RecvLastCode = response_packet->Code; + + if (response_packet->Parse_EapMessage != NULL && response_packet->Parse_EapMessage_DataSize >= sizeof(EAP_PEAP)) + { + // Received SSL stream + EAP_PEAP *peap_msg = (EAP_PEAP *)response_packet->Parse_EapMessage; + + if (peap_msg->Type == EAP_TYPE_PEAP) + { + if (peap_msg->TlsFlags & EAP_TLS_FLAGS_LEN) + { + UINT total_size = READ_UINT(((UCHAR *)peap_msg) + sizeof(EAP_PEAP)); + + if (total_size <= (response_packet->Parse_EapMessage_DataSize - sizeof(EAP_PEAP) - sizeof(UINT))) + { + WriteFifo(e->SslPipe->RawIn->SendFifo, ((UCHAR *)peap_msg) + sizeof(EAP_PEAP) + sizeof(UINT), total_size); + } + } + else + { + WriteFifo(e->SslPipe->RawIn->SendFifo, ((UCHAR *)peap_msg) + sizeof(EAP_PEAP), + response_packet->Parse_EapMessage_DataSize - sizeof(EAP_PEAP)); + } + } + } + } + + FreeRadiusPacket(send_packet); + FreeRadiusPacket(response_packet); + } + + FreeBuf(buf); + + if (fragments != NULL) + { + for (i = 0;i < LIST_NUM(fragments);i++) + { + BUF *b = LIST_DATA(fragments, i); + + FreeBuf(b); + } + + ReleaseList(fragments); + } + + SyncSslPipe(e->SslPipe); + + return ret; +} + +// Send an encrypted message of PEAP +bool SendPeapPacket(EAP_CLIENT *e, void *msg, UINT msg_size) +{ + bool ret = false; + FIFO *send_fifo; + FIFO *recv_fifo; + BUF *buf; + EAP_MESSAGE tmpmsg; + if (e == NULL || msg == NULL || msg_size == 0) + { + return false; + } + if (e->SslPipe == NULL) + { + return false; + } + + send_fifo = e->SslPipe->RawOut->RecvFifo; + recv_fifo = e->SslPipe->RawIn->SendFifo; + + Zero(&tmpmsg, sizeof(tmpmsg)); + Copy(&tmpmsg, msg, MIN(msg_size, sizeof(EAP_MESSAGE))); + + WriteFifo(e->SslPipe->SslInOut->SendFifo, &tmpmsg.Type, msg_size - 4); + + SyncSslPipe(e->SslPipe); + + buf = ReadFifoAll(send_fifo); + + while (true) + { + ret = SendPeapRawPacket(e, buf->Buf, buf->Size); + FreeBuf(buf); + + if (send_fifo->size == 0) + { + break; + } + + buf = ReadFifoAll(send_fifo); + } + + return !e->SslPipe->IsDisconnected; +} + +// Start a PEAP SSL client +bool StartPeapSslClient(EAP_CLIENT *e) +{ + bool ret = false; + FIFO *send_fifo; + FIFO *recv_fifo; + BUF *buf; + if (e == NULL) + { + return false; + } + if (e->SslPipe != NULL) + { + return false; + } + + e->SslPipe = NewSslPipe(false, NULL, NULL, NULL); + send_fifo = e->SslPipe->RawOut->RecvFifo; + recv_fifo = e->SslPipe->RawIn->SendFifo; + + SyncSslPipe(e->SslPipe); + + buf = ReadFifoAll(send_fifo); + + while (true) + { + ret = SendPeapRawPacket(e, buf->Buf, buf->Size); + FreeBuf(buf); + + if (send_fifo->size == 0) + { + break; + } + + buf = ReadFifoAll(send_fifo); + } + + SendPeapRawPacket(e, NULL, 0); + + return !e->SslPipe->IsDisconnected; +} + +// Get a received PEAP message (unencrypted) +bool GetRecvPeapMessage(EAP_CLIENT *e, EAP_MESSAGE *msg) +{ + BUF *b; + bool ret = false; + if (e == NULL) + { + return false; + } + if (e->SslPipe == NULL) + { + return false; + } + + b = ReadFifoAll(e->SslPipe->SslInOut->RecvFifo); + + if (b->Size >= 1) + { + Zero(msg, sizeof(EAP_MESSAGE)); + + msg->Len = Endian16(b->Size + 4); + Copy(&msg->Type, b->Buf, MIN(b->Size, 1501)); + + ret = true; + } + + FreeBuf(b); + + return ret; +} + +// Start a PEAP client +bool StartPeapClient(EAP_CLIENT *e) +{ + bool ret = false; + RADIUS_PACKET *request1 = NULL; + RADIUS_PACKET *response1 = NULL; + RADIUS_PACKET *request2 = NULL; + RADIUS_PACKET *response2 = NULL; + EAP_MESSAGE *eap1 = NULL; + EAP_MESSAGE *eap2 = NULL; + if (e == NULL) + { + return false; + } + if (e->SslPipe != NULL) + { + return false; + } + + request1 = NewRadiusPacket(RADIUS_CODE_ACCESS_REQUEST, e->NextRadiusPacketId++); + EapSetRadiusGeneralAttributes(request1, e); + + eap1 = ZeroMalloc(sizeof(EAP_MESSAGE)); + eap1->Code = EAP_CODE_RESPONSE; + eap1->Id = e->LastRecvEapId; + eap1->Len = Endian16(StrLen(e->Username) + 5); + eap1->Type = EAP_TYPE_IDENTITY; + Copy(eap1->Data, e->Username, StrLen(e->Username)); + Add(request1->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_MESSAGE, 0, 0, eap1, StrLen(e->Username) + 5)); + + response1 = EapSendPacketAndRecvResponse(e, request1); + + if (response1 != NULL) + { + if (response1->Parse_EapMessage_DataSize != 0 && response1->Parse_EapMessage != NULL) + { + EAP_MESSAGE *eap = response1->Parse_EapMessage; + if (eap->Code == EAP_CODE_REQUEST) + { + if (eap->Type != EAP_TYPE_PEAP) + { + // Unsupported auth type. Request PEAP. + request2 = NewRadiusPacket(RADIUS_CODE_ACCESS_REQUEST, e->NextRadiusPacketId++); + EapSetRadiusGeneralAttributes(request2, e); + + if (response1->Parse_StateSize != 0) + { + Add(request2->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_STATE, 0, 0, + response1->Parse_State, response1->Parse_StateSize)); + } + + eap2 = ZeroMalloc(sizeof(EAP_MESSAGE)); + eap2->Code = EAP_CODE_RESPONSE; + eap2->Id = e->LastRecvEapId; + eap2->Len = Endian16(6); + eap2->Type = EAP_TYPE_LEGACY_NAK; + eap2->Data[0] = EAP_TYPE_PEAP; + + Add(request2->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_MESSAGE, 0, 0, eap2, 6)); + + response2 = EapSendPacketAndRecvResponse(e, request2); + + if (response2 != NULL && response2->Parse_EapMessage_DataSize != 0 && response2->Parse_EapMessage != NULL) + { + eap = response2->Parse_EapMessage; + + if (eap->Code == EAP_CODE_REQUEST && eap->Type == EAP_TYPE_PEAP) + { + goto LABEL_PARSE_PEAP; + } + } + } + else + { + EAP_PEAP *peap; +LABEL_PARSE_PEAP: + peap = (EAP_PEAP *)eap; + + if (peap->TlsFlags == 0x20) + { + ret = true; + } + } + } + } + } + + FreeRadiusPacket(request1); + FreeRadiusPacket(request2); + FreeRadiusPacket(response1); + FreeRadiusPacket(response2); + Free(eap1); + Free(eap2); + + return ret; +} + +// Set RADIUS general attributes +void EapSetRadiusGeneralAttributes(RADIUS_PACKET *r, EAP_CLIENT *e) +{ + UINT ui; + char *str; + if (r == NULL || e == NULL) + { + return; + } + + ui = Endian32(2); + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_SERVICE_TYPE, 0, 0, &ui, sizeof(UINT))); + + ui = Endian32(1); + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_FRAMED_PROTOCOL, 0, 0, &ui, sizeof(UINT))); + + ui = Endian32(5); + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_NAS_PORT_TYPE, 0, 0, &ui, sizeof(UINT))); + + if (IsEmptyStr(e->CalledStationStr) == false) + { + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_CALLED_STATION_ID, 0, 0, e->CalledStationStr, StrLen(e->CalledStationStr))); + } + + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_CALLING_STATION_ID, 0, 0, e->ClientIpStr, StrLen(e->ClientIpStr))); + + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_TUNNEL_CLIENT_ENDPOINT, 0, 0, e->ClientIpStr, StrLen(e->ClientIpStr))); + + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_USER_NAME, 0, 0, e->Username, StrLen(e->Username))); + + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_NAS_ID, 0, 0, CEDAR_SERVER_STR, StrLen(CEDAR_SERVER_STR))); + + ui = Endian32(2); + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_VENDOR_SPECIFIC, RADIUS_VENDOR_MICROSOFT, + RADIUS_MS_NETWORK_ACCESS_SERVER_TYPE, &ui, sizeof(UINT))); + + ui = Endian32(RADIUS_VENDOR_MICROSOFT); + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_VENDOR_SPECIFIC, RADIUS_VENDOR_MICROSOFT, + RADIUS_MS_RAS_VENDOR, &ui, sizeof(UINT))); + + str = "MSRASV5.20"; + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_VENDOR_SPECIFIC, RADIUS_VENDOR_MICROSOFT, + RADIUS_MS_VERSION, str, StrLen(str))); + + str = "{5DC53D72-9815-4E97-AC91-339BAFEA6C48}"; + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_VENDOR_SPECIFIC, RADIUS_VENDOR_MICROSOFT, + RADIUS_MS_RAS_CORRELATION, str, StrLen(str))); + + str = "MSRASV5.20"; + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_VENDOR_SPECIFIC, RADIUS_VENDOR_MICROSOFT, + RADIUS_MS_RAS_CLIENT_VERSION, str, StrLen(str))); + + str = "MSRASV5.20"; + Add(r->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_VENDOR_SPECIFIC, RADIUS_VENDOR_MICROSOFT, + RADIUS_MS_RAS_CLIENT_NAME, str, StrLen(str))); +} + +// Send a MSCHAPv2 client auth response1 +bool EapClientSendMsChapv2AuthClientResponse(EAP_CLIENT *e, UCHAR *client_response, UCHAR *client_challenge) +{ + bool ret = false; + RADIUS_PACKET *request1 = NULL; + RADIUS_PACKET *response1 = NULL; + RADIUS_PACKET *request2 = NULL; + RADIUS_PACKET *response2 = NULL; + EAP_MSCHAPV2_RESPONSE *eap1 = NULL; + EAP_MSCHAPV2_SUCCESS_CLIENT *eap2 = NULL; + if (e == NULL || client_response == NULL || client_challenge == NULL) + { + return false; + } + + request1 = NewRadiusPacket(RADIUS_CODE_ACCESS_REQUEST, e->NextRadiusPacketId++); + EapSetRadiusGeneralAttributes(request1, e); + + if (e->LastStateSize != 0) + { + Add(request1->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_STATE, 0, 0, + e->LastState, e->LastStateSize)); + } + + eap1 = ZeroMalloc(sizeof(EAP_MSCHAPV2_RESPONSE)); + eap1->Code = EAP_CODE_RESPONSE; + eap1->Id = e->NextEapId++; + eap1->Len = Endian16(59 + StrLen(e->Username)); + eap1->Type = EAP_TYPE_MS_AUTH; + eap1->Chap_Opcode = EAP_MSCHAPV2_OP_RESPONSE; + eap1->Chap_Id = e->MsChapV2Challenge.Chap_Id; + eap1->Chap_Len = Endian16(54 + StrLen(e->Username)); + eap1->Chap_ValueSize = 49; + Copy(eap1->Chap_PeerChallange, client_challenge, 16); + Copy(eap1->Chap_NtResponse, client_response, 24); + Copy(eap1->Chap_Name, e->Username, MIN(StrLen(e->Username), 255)); + + Add(request1->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_MESSAGE, 0, 0, eap1, StrLen(e->Username) + 59)); + + response1 = EapSendPacketAndRecvResponse(e, request1); + + if (response1 != NULL) + { + if (response1->Parse_EapMessage_DataSize != 0 && response1->Parse_EapMessage != NULL) + { + EAP_MESSAGE *eap = response1->Parse_EapMessage; + if (eap->Code == EAP_CODE_REQUEST) + { + if (eap->Type == EAP_TYPE_MS_AUTH) + { + if (((EAP_MSCHAPV2_GENERAL *)eap)->Chap_Opcode != EAP_MSCHAPV2_OP_SUCCESS) + { + // Auth fail + } + else + { + // Auth ok + EAP_MSCHAPV2_SUCCESS_SERVER *eaps = (EAP_MSCHAPV2_SUCCESS_SERVER *)eap; + + if (StartWith(eaps->Message, "S=")) + { + BUF *buf = StrToBin(eaps->Message + 2); + + if (buf && buf->Size == 20) + { + Copy(&e->MsChapV2Success, eaps, sizeof(EAP_MSCHAPV2_SUCCESS_SERVER)); + Copy(e->ServerResponse, buf->Buf, 20); + + if (true) + { + // Send the final packet + request2 = NewRadiusPacket(RADIUS_CODE_ACCESS_REQUEST, e->NextRadiusPacketId++); + EapSetRadiusGeneralAttributes(request2, e); + + if (e->LastStateSize != 0) + { + Add(request2->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_STATE, 0, 0, + e->LastState, e->LastStateSize)); + } + + eap2 = ZeroMalloc(sizeof(EAP_MSCHAPV2_SUCCESS_CLIENT)); + eap2->Code = EAP_CODE_RESPONSE; + eap2->Id = e->NextEapId++; + eap2->Len = Endian16(6); + eap2->Type = EAP_TYPE_MS_AUTH; + eap2->Chap_Opcode = EAP_MSCHAPV2_OP_SUCCESS; + + Add(request2->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_MESSAGE, 0, 0, eap2, 6)); + + response2 = EapSendPacketAndRecvResponse(e, request2); + + if (response2 != NULL) + { + if (response2->Code == RADIUS_CODE_ACCESS_ACCEPT) + { + ret = true; + } + } + } + } + + FreeBuf(buf); + } + } + } + } + } + } + + FreeRadiusPacket(request1); + FreeRadiusPacket(request2); + FreeRadiusPacket(response1); + FreeRadiusPacket(response2); + Free(eap1); + Free(eap2); + + return ret; +} + +// Send a MSCHAPv2 client auth request +bool EapClientSendMsChapv2AuthRequest(EAP_CLIENT *e) +{ + bool ret = false; + RADIUS_PACKET *request1 = NULL; + RADIUS_PACKET *response1 = NULL; + RADIUS_PACKET *request2 = NULL; + RADIUS_PACKET *response2 = NULL; + EAP_MESSAGE *eap1 = NULL; + EAP_MESSAGE *eap2 = NULL; + if (e == NULL) + { + return false; + } + + request1 = NewRadiusPacket(RADIUS_CODE_ACCESS_REQUEST, e->NextRadiusPacketId++); + EapSetRadiusGeneralAttributes(request1, e); + + eap1 = ZeroMalloc(sizeof(EAP_MESSAGE)); + eap1->Code = EAP_CODE_RESPONSE; + eap1->Id = e->NextEapId++; + eap1->Len = Endian16(StrLen(e->Username) + 5); + eap1->Type = EAP_TYPE_IDENTITY; + Copy(eap1->Data, e->Username, StrLen(e->Username)); + Add(request1->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_MESSAGE, 0, 0, eap1, StrLen(e->Username) + 5)); + + response1 = EapSendPacketAndRecvResponse(e, request1); + + if (response1 != NULL) + { + if (response1->Parse_EapMessage_DataSize != 0 && response1->Parse_EapMessage != NULL) + { + EAP_MESSAGE *eap = response1->Parse_EapMessage; + if (eap->Code == EAP_CODE_REQUEST) + { + if (eap->Type != EAP_TYPE_MS_AUTH) + { + // Unsupported auth type. Request MS-CHAP-v2. + request2 = NewRadiusPacket(RADIUS_CODE_ACCESS_REQUEST, e->NextRadiusPacketId++); + EapSetRadiusGeneralAttributes(request2, e); + + if (response1->Parse_StateSize != 0) + { + Add(request2->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_STATE, 0, 0, + response1->Parse_State, response1->Parse_StateSize)); + } + + eap2 = ZeroMalloc(sizeof(EAP_MESSAGE)); + eap2->Code = EAP_CODE_RESPONSE; + eap2->Id = e->NextEapId++; + eap2->Len = Endian16(6); + eap2->Type = EAP_TYPE_LEGACY_NAK; + eap2->Data[0] = EAP_TYPE_MS_AUTH; + + Add(request2->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_MESSAGE, 0, 0, eap2, 6)); + + response2 = EapSendPacketAndRecvResponse(e, request2); + + if (response2 != NULL && response2->Parse_EapMessage_DataSize != 0 && response2->Parse_EapMessage != NULL) + { + eap = response2->Parse_EapMessage; + + if (eap->Code == EAP_CODE_REQUEST && eap->Type == EAP_TYPE_MS_AUTH) + { + goto LABEL_PARSE_EAP; + } + } + } + else + { + EAP_MSCHAPV2_GENERAL *ms_g; +LABEL_PARSE_EAP: + ms_g = (EAP_MSCHAPV2_GENERAL *)eap; + + if (ms_g->Chap_Opcode == EAP_MSCHAPV2_OP_CHALLENGE) + { + EAP_MSCHAPV2_CHALLENGE *ms_c = (EAP_MSCHAPV2_CHALLENGE *)eap; + if (ms_c->Chap_ValueSize == 16) + { + Copy(&e->MsChapV2Challenge, ms_c, sizeof(EAP_MSCHAPV2_CHALLENGE)); + + ret = true; + } + } + } + } + } + } + + FreeRadiusPacket(request1); + FreeRadiusPacket(request2); + FreeRadiusPacket(response1); + FreeRadiusPacket(response2); + Free(eap1); + Free(eap2); + + return ret; +} + +// Send a packet and recv a response +RADIUS_PACKET *EapSendPacketAndRecvResponse(EAP_CLIENT *e, RADIUS_PACKET *r) +{ + SOCKSET set; + UINT64 giveup_tick = 0; + UINT64 next_send_tick = 0; + bool select_inited = false; + bool free_r = false; + RADIUS_PACKET *ret = NULL; + if (e == NULL || r == NULL) + { + return NULL; + } + + ClearBuf(e->PEAP_CurrentReceivingMsg); + e->PEAP_CurrentReceivingTotalSize = 0; + + InitSockSet(&set); + AddSockSet(&set, e->UdpSock); + + while (true) + { + UINT64 now = Tick64(); + UINT wait_time = INFINITE; + bool is_finish = false; + + if (giveup_tick == 0) + { + giveup_tick = now + (UINT64)e->GiveupTimeout; + } + + if (giveup_tick <= now) + { + break; + } + + if (select_inited) + { + UINT num_error = 0; + + while (true) + { + IP from_ip; + UINT from_port; + UINT size; + UCHAR *tmp = e->TmpBuffer; + + size = RecvFrom(e->UdpSock, &from_ip, &from_port, tmp, sizeof(e->TmpBuffer)); + if (size == 0 && e->UdpSock->IgnoreRecvErr == false) + { + // UDP socket error + is_finish = true; + break; + } + else if (size == SOCK_LATER) + { + break; + } + if (size == 0 && e->UdpSock->IgnoreRecvErr) + { + num_error++; + if (num_error >= 100) + { + is_finish = true; + break; + } + } + + // Receive a response packet + if (size != SOCK_LATER && size >= 1) + { + if (CmpIpAddr(&from_ip, &e->ServerIp) == 0 && from_port == e->ServerPort) + { + RADIUS_PACKET *rp = ParseRadiusPacket(tmp, size); + if (rp != NULL) + { + RADIUS_AVP *eap_msg = GetRadiusAvp(rp, RADIUS_ATTRIBUTE_EAP_MESSAGE); + RADIUS_AVP *vlan_avp = GetRadiusAvp(rp, RADIUS_ATTRIBUTE_VLAN_ID); + if (eap_msg != NULL) + { + e->LastRecvEapId = ((EAP_MESSAGE *)(eap_msg->Data))->Id; + } + + if (vlan_avp != NULL) + { + // VLAN ID + UINT vlan_id = 0; + char tmp[32]; + + Zero(tmp, sizeof(tmp)); + + Copy(tmp, vlan_avp->Data, MIN(vlan_avp->DataSize, sizeof(tmp) - 1)); + + vlan_id = ToInt(tmp); + + e->LastRecvVLanId = vlan_id; + } + + // Validate the received packet + if (rp->Parse_EapAuthMessagePos != 0 && rp->Parse_AuthenticatorPos != 0) + { + UCHAR *tmp_buffer = Clone(tmp, size); + UCHAR auth1[16]; + UCHAR auth2[16]; + + Copy(auth1, &tmp_buffer[rp->Parse_EapAuthMessagePos], 16); + + Zero(&tmp_buffer[rp->Parse_EapAuthMessagePos], 16); + Copy(&tmp_buffer[rp->Parse_AuthenticatorPos], r->Authenticator, 16); + + HMacMd5(auth2, e->SharedSecret, StrLen(e->SharedSecret), + tmp_buffer, size); + + if (Cmp(auth1, auth2, 16) == 0) + { + bool send_ack_packet = false; + + // ok + Copy(e->LastState, rp->Parse_State, rp->Parse_StateSize); + e->LastStateSize = rp->Parse_StateSize; + + if (rp->Parse_EapMessage_DataSize != 0 && rp->Parse_EapMessage != NULL) + { + EAP_MESSAGE *eap_msg = (EAP_MESSAGE *)rp->Parse_EapMessage; + + if (eap_msg->Type == EAP_TYPE_PEAP) + { + EAP_PEAP *peap_message = (EAP_PEAP *)eap_msg; + + if (peap_message->TlsFlags & EAP_TLS_FLAGS_MORE_FRAGMENTS || e->PEAP_CurrentReceivingTotalSize != 0) + { + // more fragments: reply ack + RADIUS_PACKET *ack_packet = NewRadiusPacket(RADIUS_CODE_ACCESS_REQUEST, e->NextRadiusPacketId++); + EAP_PEAP *ack_msg = ZeroMalloc(sizeof(EAP_PEAP)); + + EapSetRadiusGeneralAttributes(ack_packet, e); + if (e->LastStateSize != 0) + { + Add(ack_packet->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_STATE, 0, 0, + e->LastState, e->LastStateSize)); + } + + ack_msg->Code = EAP_CODE_RESPONSE; + ack_msg->Id = e->LastRecvEapId; + ack_msg->Len = Endian16(6); + ack_msg->Type = EAP_TYPE_PEAP; + ack_msg->TlsFlags = 0; + + Add(ack_packet->AvpList, NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_MESSAGE, 0, 0, + ack_msg, sizeof(EAP_PEAP))); + + next_send_tick = 0; + + if (free_r) + { + FreeRadiusPacket(r); + } + + r = ack_packet; + free_r = true; + + Free(ack_msg); + + send_ack_packet = true; + + if (e->PEAP_CurrentReceivingTotalSize == 0) + { + if (peap_message->TlsFlags & EAP_TLS_FLAGS_LEN) + { + if (Endian16(peap_message->Len) >= 9) + { + UINT total_size = READ_UINT(((UCHAR *)peap_message) + sizeof(EAP_PEAP)); + + if (total_size < 65536) + { + if (rp->Parse_EapMessage_DataSize >= 1) + { + e->PEAP_CurrentReceivingTotalSize = total_size; + + WriteBuf(e->PEAP_CurrentReceivingMsg, + ((UCHAR *)peap_message), + rp->Parse_EapMessage_DataSize); + } + } + } + } + } + else + { + if ((!(peap_message->TlsFlags & EAP_TLS_FLAGS_LEN)) && + rp->Parse_EapMessage_DataSize >= sizeof(EAP_PEAP)) + { + WriteBuf(e->PEAP_CurrentReceivingMsg, + ((UCHAR *)peap_message) + sizeof(EAP_PEAP), + rp->Parse_EapMessage_DataSize - sizeof(EAP_PEAP)); + + if (e->PEAP_CurrentReceivingTotalSize <= e->PEAP_CurrentReceivingMsg->Size) + { + // all fragmented segments are arrived + send_ack_packet = false; + + is_finish = true; + + Free(rp->Parse_EapMessage); + rp->Parse_EapMessage = Clone(e->PEAP_CurrentReceivingMsg->Buf, e->PEAP_CurrentReceivingMsg->Size); + rp->Parse_EapMessage_DataSize = e->PEAP_CurrentReceivingMsg->Size; + } + } + } + } + } + } + + if (send_ack_packet == false) + { + ret = rp; + } + } + + Free(tmp_buffer); + } + + if (ret != NULL) + { + is_finish = true; + break; + } + else + { + FreeRadiusPacket(rp); + } + } + } + } + } + } + + if (is_finish) + { + break; + } + + if (next_send_tick == 0 || next_send_tick <= now) + { + next_send_tick = now + (UINT64)e->ResendTimeout; + + if (EapSendPacket(e, r) == false) + { + is_finish = true; + } + } + + wait_time = MIN(wait_time, (UINT)(next_send_tick - now)); + wait_time = MIN(wait_time, (UINT)(giveup_tick - now)); + wait_time = MAX(wait_time, 1); + + if (is_finish) + { + break; + } + + Select(&set, wait_time, NULL, NULL); + select_inited = true; + } + + if (free_r) + { + FreeRadiusPacket(r); + } + + return ret; +} + +// Send a RADIUS packet +bool EapSendPacket(EAP_CLIENT *e, RADIUS_PACKET *r) +{ + BUF *b; + bool ret = false; + if (e == NULL || r == NULL) + { + return false; + } + + b = GenerateRadiusPacket(r, e->SharedSecret); + if (b != NULL) + { + UINT r = SendTo(e->UdpSock, &e->ServerIp, e->ServerPort, b->Buf, b->Size); + if (!(r == 0 && e->UdpSock->IgnoreSendErr == false)) + { + ret = true; + } + + + FreeBuf(b); + } + + return ret; +} + +// New EAP client +EAP_CLIENT *NewEapClient(IP *server_ip, UINT server_port, char *shared_secret, UINT resend_timeout, UINT giveup_timeout, char *client_ip_str, char *username, char *hubname) +{ + EAP_CLIENT *e; + if (server_ip == NULL) + { + return NULL; + } + if (resend_timeout == 0) + { + resend_timeout = RADIUS_RETRY_INTERVAL; + } + if (giveup_timeout == 0) + { + giveup_timeout = RADIUS_RETRY_TIMEOUT; + } + + e = ZeroMalloc(sizeof(EAP_CLIENT)); + + e->Ref = NewRef(); + + e->NextRadiusPacketId = 1; + + e->UdpSock = NewUDPEx(0, IsIP6(server_ip)); + Copy(&e->ServerIp, server_ip, sizeof(IP)); + e->ServerPort = server_port; + e->ResendTimeout = resend_timeout; + e->GiveupTimeout = giveup_timeout; + StrCpy(e->SharedSecret, sizeof(e->SharedSecret), shared_secret); + + StrCpy(e->CalledStationStr, sizeof(e->CalledStationStr), hubname); + StrCpy(e->ClientIpStr, sizeof(e->ClientIpStr), client_ip_str); + StrCpy(e->Username, sizeof(e->Username), username); + e->LastRecvEapId = 0; + + e->PEAP_CurrentReceivingMsg = NewBuf(); + + return e; +} + +// Free a EAP client +void ReleaseEapClient(EAP_CLIENT *e) +{ + if (e == NULL) + { + return; + } + + if (Release(e->Ref) == 0) + { + CleanupEapClient(e); + } +} +void CleanupEapClient(EAP_CLIENT *e) +{ + if (e == NULL) + { + return; + } + + Disconnect(e->UdpSock); + ReleaseSock(e->UdpSock); + + FreeSslPipe(e->SslPipe); + + FreeBuf(e->PEAP_CurrentReceivingMsg); + + Free(e); +} + +// New RADIUS AVP value +RADIUS_AVP *NewRadiusAvp(UCHAR type, UINT vendor_id, UCHAR vendor_code, void *data, UINT size) +{ + RADIUS_AVP *p = ZeroMalloc(sizeof(RADIUS_AVP)); + + p->Type = type; + p->VendorId = vendor_id; + p->VendorCode = vendor_code; + p->DataSize = (UCHAR)size; + Copy(p->Data, data, (UCHAR)size); + + if (size >= 256) + { + Debug("!! size = %u\n", size); + } + + return p; +} + +// New RADIUS packet +RADIUS_PACKET *NewRadiusPacket(UCHAR code, UCHAR packet_id) +{ + RADIUS_PACKET *r = ZeroMalloc(sizeof(RADIUS_PACKET)); + + r->Code = code; + r->PacketId = packet_id; + + r->AvpList = NewListFast(NULL); + + return r; +} + +// Get RADIUS AVP +RADIUS_AVP *GetRadiusAvp(RADIUS_PACKET *p, UCHAR type) +{ + UINT i; + if (p == NULL) + { + return NULL; + } + + for (i = 0;i < LIST_NUM(p->AvpList);i++) + { + RADIUS_AVP *avp = LIST_DATA(p->AvpList, i); + + if (avp->Type == type) + { + return avp; + } + } + + return NULL; +} + +// Free a RADIUS packet +void FreeRadiusPacket(RADIUS_PACKET *p) +{ + UINT i; + if (p == NULL) + { + return; + } + + if (p->AvpList != NULL) + { + for (i = 0;i < LIST_NUM(p->AvpList);i++) + { + RADIUS_AVP *a = LIST_DATA(p->AvpList, i); + + Free(a); + } + + ReleaseList(p->AvpList); + } + + Free(p->Parse_EapMessage); + + Free(p); +} + +// Generate a RADIUS packet +BUF *GenerateRadiusPacket(RADIUS_PACKET *p, char *shared_secret) +{ + BUF *b; + UINT i; + UCHAR zero16[16]; + UINT len_pos = 0; + UINT eap_auth_pos = 0; + bool exist_eap_msg = false; + bool exist_eap_auth = false; + if (p == NULL) + { + return NULL; + } + + Zero(zero16, sizeof(zero16)); + + // Add EAP message auth packet + for (i = 0;i < LIST_NUM(p->AvpList);i++) + { + RADIUS_AVP *a = (RADIUS_AVP *)LIST_DATA(p->AvpList, i); + + if (a->Type == RADIUS_ATTRIBUTE_EAP_MESSAGE) + { + exist_eap_msg = true; + } + if (a->Type == RADIUS_ATTRIBUTE_EAP_AUTHENTICATOR) + { + exist_eap_auth = true; + } + } + + if (exist_eap_msg && exist_eap_auth == false) + { + RADIUS_AVP *a = NewRadiusAvp(RADIUS_ATTRIBUTE_EAP_AUTHENTICATOR, 0, 0, zero16, sizeof(zero16)); + + Add(p->AvpList, a); + } + + if (IsZero(p->Authenticator, 16)) + { + UCHAR rand16[16]; + + Rand(rand16, sizeof(rand16)); + Copy(p->Authenticator, rand16, 16); + } + + b = NewBuf(); + + WriteBufChar(b, p->Code); + WriteBufChar(b, p->PacketId); + len_pos = b->Current; + WriteBufShort(b, 0); + WriteBuf(b, p->Authenticator, 16); + + for (i = 0;i < LIST_NUM(p->AvpList);i++) + { + RADIUS_AVP *a = (RADIUS_AVP *)LIST_DATA(p->AvpList, i); + + WriteBufChar(b, a->Type); + + if (a->Type != RADIUS_ATTRIBUTE_VENDOR_SPECIFIC) + { + WriteBufChar(b, (UCHAR)((UINT)a->DataSize + 2)); + + if (a->Type == RADIUS_ATTRIBUTE_EAP_AUTHENTICATOR) + { + eap_auth_pos = b->Current; + + if (a->DataSize == 16) + { + Zero(a->Data, sizeof(a->Data)); + } + } + + WriteBuf(b, a->Data, a->DataSize); + } + else + { + WriteBufChar(b, (UCHAR)((UINT)a->DataSize + 8)); + WriteBufInt(b, a->VendorId); + WriteBufChar(b, a->VendorCode); + WriteBufChar(b, (UCHAR)((UINT)a->DataSize + 2)); + WriteBuf(b, a->Data, a->DataSize); + } + } + + WRITE_USHORT(((UCHAR *)b->Buf) + len_pos, b->Size); + + if (eap_auth_pos != 0) + { + UCHAR eap_auth[16]; + + HMacMd5(eap_auth, shared_secret, StrLen(shared_secret), b->Buf, b->Size); + + Copy(((UCHAR *)b->Buf) + eap_auth_pos, eap_auth, 16); + } + + SeekBufToBegin(b); + + return b; +} + +// Parse a RADIUS packet +RADIUS_PACKET *ParseRadiusPacket(void *data, UINT size) +{ + RADIUS_PACKET *p = NULL; + BUF *buf = NULL; + USHORT len; + UCHAR auth[16]; + if (data == NULL || size == 0) + { + return NULL; + } + + p = ZeroMalloc(sizeof(RADIUS_PACKET)); + + p->AvpList = NewListFast(NULL); + + buf = MemToBuf(data, size); + + // Code + p->Code = ReadBufChar(buf); + p->PacketId = ReadBufChar(buf); + len = ReadBufShort(buf); + + p->Parse_AuthenticatorPos = buf->Current; + if (ReadBuf(buf, auth, 16) != 16) + { + goto LABEL_ERROR; + } + + if ((UINT)len < 20) + { + goto LABEL_ERROR; + } + if ((UINT)len > buf->Size) + { + goto LABEL_ERROR; + } + else if ((UINT)len < buf->Size) + { + buf->Size = len; + } + + while (true) + { + RADIUS_AVP a; + UCHAR uc; + UINT data_size; + + Zero(&a, sizeof(a)); + + if (ReadBuf(buf, &a.Type, 1) == 0) + { + break; + } + + if (a.Type != RADIUS_ATTRIBUTE_VENDOR_SPECIFIC) + { + if (ReadBuf(buf, &uc, 1) == 0) + { + break; + } + + data_size = (UINT)uc; + + if (data_size < 2) + { + goto LABEL_ERROR; + } + + data_size -= 2; + + a.DataSize = (UCHAR)data_size; + + if (a.Type == RADIUS_ATTRIBUTE_EAP_AUTHENTICATOR && a.DataSize == 16) + { + p->Parse_EapAuthMessagePos = buf->Current; + } + + if (ReadBuf(buf, a.Data, a.DataSize) != a.DataSize) + { + goto LABEL_ERROR; + } + + if (a.Type == RADIUS_ATTRIBUTE_EAP_MESSAGE && a.DataSize >= 5 && a.DataSize <= 1500) + { + UINT sz_tmp = Endian16(((EAP_MESSAGE *)a.Data)->Len); + + if (sz_tmp >= 5 && sz_tmp <= a.DataSize) + { + if (p->Parse_EapMessage == NULL) + { + EAP_MESSAGE *eap = Clone(a.Data, a.DataSize); + + p->Parse_EapMessage_DataSize = sz_tmp; + + p->Parse_EapMessage = eap; + } + } + } + } + else + { + if (ReadBuf(buf, &uc, 1) == 0) + { + break; + } + + data_size = (UINT)uc; + if (data_size < 8) + { + goto LABEL_ERROR; + } + + data_size -= 8; + + a.VendorId = ReadBufInt(buf); + a.VendorCode = ReadBufChar(buf); + if (ReadBuf(buf, &uc, 1) == 0) + { + break; + } + + if (((UINT)uc - 2) != data_size) + { + goto LABEL_ERROR; + } + + a.DataSize = (UINT)data_size; + + if (ReadBuf(buf, a.Data, a.DataSize) != a.DataSize) + { + goto LABEL_ERROR; + } + } + + Add(p->AvpList, Clone(&a, sizeof(RADIUS_AVP))); + } + + FreeBuf(buf); + + if (true) + { + UINT num, i; + RADIUS_AVP *avp = GetRadiusAvp(p, RADIUS_ATTRIBUTE_STATE); + + if (avp != NULL) + { + Copy(p->Parse_State, avp->Data, avp->DataSize); + p->Parse_StateSize = avp->DataSize; + } + + num = 0; + for (i = 0;i < LIST_NUM(p->AvpList);i++) + { + RADIUS_AVP *avp = LIST_DATA(p->AvpList, i); + + if (avp->Type == RADIUS_ATTRIBUTE_EAP_MESSAGE) + { + num++; + } + } + + if (num >= 2) + { + // Reassemble multiple EAP messages + BUF *b = NewBuf(); + + for (i = 0;i < LIST_NUM(p->AvpList);i++) + { + RADIUS_AVP *avp = LIST_DATA(p->AvpList, i); + + if (avp->Type == RADIUS_ATTRIBUTE_EAP_MESSAGE) + { + WriteBuf(b, avp->Data, avp->DataSize); + } + } + + if (Endian16(((EAP_MESSAGE *)b->Buf)->Len) <= b->Size) + { + if (p->Parse_EapMessage != NULL) + { + Free(p->Parse_EapMessage); + } + + p->Parse_EapMessage_DataSize = b->Size; + p->Parse_EapMessage_DataSize = MIN(p->Parse_EapMessage_DataSize, 1500); + p->Parse_EapMessage = Clone(b->Buf, p->Parse_EapMessage_DataSize); + } + + FreeBuf(b); + } + } + + return p; + +LABEL_ERROR: + + if (p != NULL) + { + FreeRadiusPacket(p); + } + + if (buf != NULL) + { + FreeBuf(buf); + } + + return NULL; +} + + +////////// Classical implementation + // Attempts Radius authentication (with specifying retry interval and multiple server) bool RadiusLogin(CONNECTION *c, char *server, UINT port, UCHAR *secret, UINT secret_size, wchar_t *username, char *password, UINT interval, UCHAR *mschap_v2_server_response_20, - RADIUS_LOGIN_OPTION *opt) + RADIUS_LOGIN_OPTION *opt, char *hubname) { UCHAR random[MD5_SIZE]; UCHAR id; @@ -156,6 +1750,39 @@ bool RadiusLogin(CONNECTION *c, char *server, UINT port, UCHAR *secret, UINT sec Zero(&mschap, sizeof(mschap)); is_mschap = ParseAndExtractMsChapV2InfoFromPassword(&mschap, password); + if (is_mschap && mschap.MsChapV2_EapClient != NULL) + { + // Try the EAP authentication for RADIUS first + EAP_CLIENT *eap = mschap.MsChapV2_EapClient; + + if (eap->PeapMode == false) + { + ret = EapClientSendMsChapv2AuthClientResponse(eap, mschap.MsChapV2_ClientResponse, + mschap.MsChapV2_ClientChallenge); + } + else + { + ret = PeapClientSendMsChapv2AuthClientResponse(eap, mschap.MsChapV2_ClientResponse, + mschap.MsChapV2_ClientChallenge); + } + + if (ret) + { + Copy(mschap_v2_server_response_20, eap->ServerResponse, 20); + + if (opt->In_CheckVLanId) + { + opt->Out_VLanId = eap->LastRecvVLanId; + } + + return true; + } + else + { + return false; + } + } + // Split the server into tokens token = ParseToken(server, " ,;\t"); @@ -212,7 +1839,16 @@ bool RadiusLogin(CONNECTION *c, char *server, UINT port, UCHAR *secret, UINT sec { // Generate a password packet BUF *user_password = (is_mschap ? NULL : RadiusCreateUserPassword(encrypted_password->Buf, encrypted_password->Size)); - BUF *nas_id = RadiusCreateNasId(CEDAR_SERVER_STR); + BUF *nas_id; + + if (IsEmptyStr(opt->NasId)) + { + nas_id = RadiusCreateNasId(CEDAR_SERVER_STR); + } + else + { + nas_id = RadiusCreateNasId(opt->NasId); + } if (is_mschap || user_password != NULL) { @@ -260,6 +1896,12 @@ bool RadiusLogin(CONNECTION *c, char *server, UINT port, UCHAR *secret, UINT sec ui = Endian32(1); RadiusAddValue(p, 65, 0, 0, &ui, sizeof(ui)); + // Called-Station-ID - VPN Hub Name + if (IsEmptyStr(hubname) == false) + { + RadiusAddValue(p, 30, 0, 0, hubname, StrLen(hubname)); + } + // Calling-Station-Id RadiusAddValue(p, 31, 0, 0, client_ip_str, StrLen(client_ip_str)); @@ -310,6 +1952,12 @@ bool RadiusLogin(CONNECTION *c, char *server, UINT port, UCHAR *secret, UINT sec ui = Endian32(1); RadiusAddValue(p, 65, 0, 0, &ui, sizeof(ui)); + // Called-Station-ID - VPN Hub Name + if (IsEmptyStr(hubname) == false) + { + RadiusAddValue(p, 30, 0, 0, hubname, StrLen(hubname)); + } + // Calling-Station-Id RadiusAddValue(p, 31, 0, 0, client_ip_str, StrLen(client_ip_str)); @@ -764,7 +2412,3 @@ BUF *RadiusEncryptPassword(char *password, UCHAR *random, UCHAR *secret, UINT se return buf; } - -// 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/src/Cedar/Radius.h b/src/Cedar/Radius.h index 6c27fee2..a2d0dde6 100644 --- a/src/Cedar/Radius.h +++ b/src/Cedar/Radius.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -117,20 +117,268 @@ #define RADIUS_DEFAULT_PORT 1812 // The default port number #define RADIUS_RETRY_INTERVAL 500 // Retransmission interval #define RADIUS_RETRY_TIMEOUT (10 * 1000) // Time-out period +#define RADIUS_INITIAL_EAP_TIMEOUT 1600 // Initial timeout for EAP // RADIUS attributes -#define RADIUS_ATTRIBUTE_VLAN_ID 81 +#define RADIUS_ATTRIBUTE_USER_NAME 1 +#define RADIUS_ATTRIBUTE_NAS_IP 4 +#define RADIUS_ATTRIBUTE_NAS_PORT 5 +#define RADIUS_ATTRIBUTE_SERVICE_TYPE 6 +#define RADIUS_ATTRIBUTE_FRAMED_PROTOCOL 7 +#define RADIUS_ATTRIBUTE_FRAMED_MTU 12 +#define RADIUS_ATTRIBUTE_STATE 24 +#define RADIUS_ATTRIBUTE_VENDOR_SPECIFIC 26 +#define RADIUS_ATTRIBUTE_CALLED_STATION_ID 30 +#define RADIUS_ATTRIBUTE_CALLING_STATION_ID 31 +#define RADIUS_ATTRIBUTE_NAS_ID 32 +#define RADIUS_ATTRIBUTE_PROXY_STATE 33 +#define RADIUS_ATTRIBUTE_ACCT_SESSION_ID 44 +#define RADIUS_ATTRIBUTE_NAS_PORT_TYPE 61 +#define RADIUS_ATTRIBUTE_TUNNEL_TYPE 64 +#define RADIUS_ATTRIBUTE_TUNNEL_MEDIUM_TYPE 65 +#define RADIUS_ATTRIBUTE_TUNNEL_CLIENT_ENDPOINT 66 +#define RADIUS_ATTRIBUTE_TUNNEL_SERVER_ENDPOINT 67 +#define RADIUS_ATTRIBUTE_EAP_MESSAGE 79 +#define RADIUS_ATTRIBUTE_EAP_AUTHENTICATOR 80 +#define RADIUS_ATTRIBUTE_VLAN_ID 81 +#define RADIUS_MAX_NAS_ID_LEN 253 +// RADIUS codes +#define RADIUS_CODE_ACCESS_REQUEST 1 +#define RADIUS_CODE_ACCESS_ACCEPT 2 +#define RADIUS_CODE_ACCESS_REJECT 3 +#define RADIUS_CODE_ACCESS_CHALLENGE 11 + +// RADIUS vendor ID +#define RADIUS_VENDOR_MICROSOFT 311 + +// RADIUS MS attributes +#define RADIUS_MS_RAS_VENDOR 9 +#define RADIUS_MS_CHAP_CHALLENGE 11 +#define RADIUS_MS_VERSION 18 +#define RADIUS_MS_CHAP2_RESPONSE 25 +#define RADIUS_MS_RAS_CLIENT_NAME 34 +#define RADIUS_MS_RAS_CLIENT_VERSION 35 +#define RADIUS_MS_NETWORK_ACCESS_SERVER_TYPE 47 +#define RADIUS_MS_RAS_CORRELATION 56 + +// EAP code +#define EAP_CODE_REQUEST 1 +#define EAP_CODE_RESPONSE 2 +#define EAP_CODE_SUCCESS 3 +#define EAP_CODE_FAILURE 4 + +// EAP type +#define EAP_TYPE_IDENTITY 1 +#define EAP_TYPE_LEGACY_NAK 3 +#define EAP_TYPE_PEAP 25 +#define EAP_TYPE_MS_AUTH 26 + +// MS-CHAPv2 opcodes +#define EAP_MSCHAPV2_OP_CHALLENGE 1 +#define EAP_MSCHAPV2_OP_RESPONSE 2 +#define EAP_MSCHAPV2_OP_SUCCESS 3 + +// EAP-TLS flags +#define EAP_TLS_FLAGS_LEN 0x80 +#define EAP_TLS_FLAGS_MORE_FRAGMENTS 0x40 +#define EAP_TLS_FLAGS_START 0x20 + + +////////// Modern implementation + +#ifdef OS_WIN32 +#pragma pack(push, 1) +#endif // OS_WIN32 + +struct EAP_MESSAGE +{ + UCHAR Code; + UCHAR Id; + USHORT Len; // = sizeof(Data) + 5 + UCHAR Type; + UCHAR Data[1500]; +} GCC_PACKED; + +struct EAP_MSCHAPV2_GENERAL +{ + UCHAR Code; + UCHAR Id; + USHORT Len; // = sizeof(Data) + 5 + UCHAR Type; + UCHAR Chap_Opcode; +} GCC_PACKED; + +struct EAP_MSCHAPV2_CHALLENGE +{ + UCHAR Code; + UCHAR Id; + USHORT Len; // = sizeof(Data) + 5 + UCHAR Type; + UCHAR Chap_Opcode; + UCHAR Chap_Id; + USHORT Chap_Len; + UCHAR Chap_ValueSize; // = 16 + UCHAR Chap_ChallengeValue[16]; + char Chap_Name[256]; +} GCC_PACKED; + +struct EAP_MSCHAPV2_RESPONSE +{ + UCHAR Code; + UCHAR Id; + USHORT Len; // = sizeof(Data) + 5 + UCHAR Type; + UCHAR Chap_Opcode; + UCHAR Chap_Id; + USHORT Chap_Len; + UCHAR Chap_ValueSize; // = 49 + UCHAR Chap_PeerChallange[16]; + UCHAR Chap_Reserved[8]; + UCHAR Chap_NtResponse[24]; + UCHAR Chap_Flags; + char Chap_Name[256]; +} GCC_PACKED; + +struct EAP_MSCHAPV2_SUCCESS_SERVER +{ + UCHAR Code; + UCHAR Id; + USHORT Len; // = sizeof(Data) + 5 + UCHAR Type; + UCHAR Chap_Opcode; + UCHAR Chap_Id; + USHORT Chap_Len; + char Message[256]; +} GCC_PACKED; + +struct EAP_MSCHAPV2_SUCCESS_CLIENT +{ + UCHAR Code; + UCHAR Id; + USHORT Len; // = sizeof(Data) + 5 + UCHAR Type; + UCHAR Chap_Opcode; +} GCC_PACKED; + +struct EAP_PEAP +{ + UCHAR Code; + UCHAR Id; + USHORT Len; // = sizeof(Data) + 5 + UCHAR Type; + UCHAR TlsFlags; +} GCC_PACKED; + +#ifdef OS_WIN32 +#pragma pack(pop) +#endif // OS_WIN32 + +struct RADIUS_PACKET +{ + UCHAR Code; + UCHAR PacketId; + LIST *AvpList; + UCHAR Authenticator[16]; + + UINT Parse_EapAuthMessagePos; + UINT Parse_AuthenticatorPos; + + EAP_MESSAGE *Parse_EapMessage; + UINT Parse_EapMessage_DataSize; + + UINT Parse_StateSize; + UCHAR Parse_State[256]; +}; + +struct RADIUS_AVP +{ + UCHAR Type; + UINT VendorId; + UCHAR VendorCode; + UCHAR Padding[3]; + UCHAR DataSize; + UCHAR Data[256]; +}; + +struct EAP_CLIENT +{ + REF *Ref; + + SOCK *UdpSock; + IP ServerIp; + UINT ServerPort; + char SharedSecret[MAX_SIZE]; + char ClientIpStr[256]; + char CalledStationStr[256]; + char Username[MAX_USERNAME_LEN + 1]; + UINT ResendTimeout; + UINT GiveupTimeout; + UCHAR TmpBuffer[4096]; + UCHAR NextEapId; + UCHAR LastRecvEapId; + + bool PeapMode; + + UCHAR LastState[256]; + UINT LastStateSize; + + EAP_MSCHAPV2_CHALLENGE MsChapV2Challenge; + EAP_MSCHAPV2_SUCCESS_SERVER MsChapV2Success; + UCHAR ServerResponse[20]; + + SSL_PIPE *SslPipe; + UCHAR NextRadiusPacketId; + + BUF *PEAP_CurrentReceivingMsg; + UINT PEAP_CurrentReceivingTotalSize; + UCHAR RecvLastCode; + + UINT LastRecvVLanId; +}; + +void FreeRadiusPacket(RADIUS_PACKET *p); +BUF *GenerateRadiusPacket(RADIUS_PACKET *p, char *shared_secret); +RADIUS_PACKET *ParseRadiusPacket(void *data, UINT size); +RADIUS_PACKET *NewRadiusPacket(UCHAR code, UCHAR packet_id); +RADIUS_AVP *NewRadiusAvp(UCHAR type, UINT vendor_id, UCHAR vendor_code, void *data, UINT size); +RADIUS_AVP *GetRadiusAvp(RADIUS_PACKET *p, UCHAR type); +void RadiusTest(); + + +EAP_CLIENT *NewEapClient(IP *server_ip, UINT server_port, char *shared_secret, UINT resend_timeout, UINT giveup_timeout, char *client_ip_str, char *username, char *hubname); +void ReleaseEapClient(EAP_CLIENT *e); +void CleanupEapClient(EAP_CLIENT *e); +bool EapClientSendMsChapv2AuthRequest(EAP_CLIENT *e); +bool EapClientSendMsChapv2AuthClientResponse(EAP_CLIENT *e, UCHAR *client_response, UCHAR *client_challenge); +void EapSetRadiusGeneralAttributes(RADIUS_PACKET *r, EAP_CLIENT *e); +bool EapSendPacket(EAP_CLIENT *e, RADIUS_PACKET *r); +RADIUS_PACKET *EapSendPacketAndRecvResponse(EAP_CLIENT *e, RADIUS_PACKET *r); + +bool PeapClientSendMsChapv2AuthRequest(EAP_CLIENT *eap); +bool PeapClientSendMsChapv2AuthClientResponse(EAP_CLIENT *e, UCHAR *client_response, UCHAR *client_challenge); + +bool StartPeapClient(EAP_CLIENT *e); +bool StartPeapSslClient(EAP_CLIENT *e); +bool SendPeapRawPacket(EAP_CLIENT *e, UCHAR *peap_data, UINT peap_size); +bool SendPeapPacket(EAP_CLIENT *e, void *msg, UINT msg_size); +bool GetRecvPeapMessage(EAP_CLIENT *e, EAP_MESSAGE *msg); + + +////////// Classical implementation struct RADIUS_LOGIN_OPTION { bool In_CheckVLanId; + bool In_DenyNoVlanId; UINT Out_VLanId; + bool Out_IsRadiusLogin; + char NasId[RADIUS_MAX_NAS_ID_LEN + 1]; // NAS-Identifier }; // Function prototype bool RadiusLogin(CONNECTION *c, char *server, UINT port, UCHAR *secret, UINT secret_size, wchar_t *username, char *password, UINT interval, UCHAR *mschap_v2_server_response_20, - RADIUS_LOGIN_OPTION *opt); + RADIUS_LOGIN_OPTION *opt, char *hubname); BUF *RadiusEncryptPassword(char *password, UCHAR *random, UCHAR *secret, UINT secret_size); BUF *RadiusCreateUserName(wchar_t *username); BUF *RadiusCreateUserPassword(void *data, UINT size); @@ -142,7 +390,3 @@ LIST *RadiusParseOptions(BUF *b); - -// 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/src/Cedar/Remote.c b/src/Cedar/Remote.c index a18f3e43..85189dfd 100644 --- a/src/Cedar/Remote.c +++ b/src/Cedar/Remote.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -472,7 +472,3 @@ RPC *StartRpcClient(SOCK *s, void *param) return r; } - -// 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/src/Cedar/Remote.h b/src/Cedar/Remote.h index 345c8617..819c7502 100644 --- a/src/Cedar/Remote.h +++ b/src/Cedar/Remote.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -151,7 +151,3 @@ void RpcFree(RPC *rpc); #endif // REMOTE_H - -// 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/src/Cedar/SM.c b/src/Cedar/SM.c index a320f1a7..e5ef35ab 100644 --- a/src/Cedar/SM.c +++ b/src/Cedar/SM.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -872,17 +872,19 @@ UINT SmDDnsDlg(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void *param) // Get the ddns key from the server configuration file static UINT SmDdnsGetKey(char *key, SM_DDNS *d){ - RPC *rpc = d->s->Rpc; RPC_CONFIG config; UINT err; BUF *buf; FOLDER *root, *ddnsfolder; + RPC *rpc; // Validate arguments if(d == NULL || d->s == NULL || key == NULL){ return ERR_INTERNAL_ERROR; } + rpc = d->s->Rpc; + Zero(&config, sizeof(config)); err = ScGetConfig(d->s->Rpc, &config); if(err != ERR_NO_ERROR){ @@ -16557,6 +16559,11 @@ void SmSaveKeyPairDlgInit(HWND hWnd, SM_SAVE_KEY_PAIR *s) Check(hWnd, R_X509_AND_KEY, true); } + if (MsIsWine()) + { + Disable(hWnd, R_SECURE); + } + SmSaveKeyPairDlgUpdate(hWnd, s); } @@ -17006,6 +17013,7 @@ void SmSslDlgInit(HWND hWnd, SM_SSL *s) // Set the encryption algorithm list cipher_list = GetCipherList(); + SetFont(hWnd, C_CIPHER, GetFont("Tahoma", 8, false, false, false, false)); CbSetHeight(hWnd, C_CIPHER, 18); for (i = 0;i < cipher_list->NumTokens;i++) { @@ -19350,8 +19358,13 @@ ENTER_PASSWORD: Enable(hWnd, IDOK); Enable(hWnd, B_ABOUT); Enable(hWnd, IDCANCEL); - Enable(hWnd, B_SECURE_MANAGER); - Enable(hWnd, B_SELECT_SECURE); + + if (MsIsWine() == false) + { + Enable(hWnd, B_SECURE_MANAGER); + Enable(hWnd, B_SELECT_SECURE); + } + Enable(hWnd, B_CERT_TOOL); } @@ -20150,6 +20163,12 @@ void SmMainDlgInit(HWND hWnd) DlgFont(hWnd, IDOK, 10, true); + if (MsIsWine()) + { + Disable(hWnd, B_SECURE_MANAGER); + Disable(hWnd, B_SELECT_SECURE); + } + Focus(hWnd, L_SETTING); SmMainDlgUpdate(hWnd); @@ -20479,6 +20498,8 @@ void SmMainDlg() // Server Manager main process void MainSM() { +// MsgBoxEx(NULL, 0, L"MsIsWine: %u\n", MsIsWine()); + if (sm->TempSetting == NULL) { // Open the main window @@ -20677,7 +20698,3 @@ void SMExec() #endif // WIN32 - -// 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/src/Cedar/SM.h b/src/Cedar/SM.h index cf143318..c256fb9c 100644 --- a/src/Cedar/SM.h +++ b/src/Cedar/SM.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -119,7 +119,3 @@ void SMExec(); #endif // SM_H - -// 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/src/Cedar/SMInner.h b/src/Cedar/SMInner.h index 31c71b06..6e54bfc0 100644 --- a/src/Cedar/SMInner.h +++ b/src/Cedar/SMInner.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -112,18 +112,18 @@ // The internal header of SM.c // Constants -#define SM_REG_KEY "Software\\SoftEther Corporation\\PacketiX VPN\\Server Manager" -#define SM_CERT_REG_KEY "Software\\SoftEther Corporation\\PacketiX VPN\\Server Manager\\Cert Tool" -#define SM_SETTING_REG_KEY "Software\\SoftEther Corporation\\PacketiX VPN\\Server Manager\\Settings" -#define SM_LASTHUB_REG_KEY "Software\\SoftEther Corporation\\PacketiX VPN\\Server Manager\\Last HUB Name" -#define SM_HIDE_CERT_UPDATE_MSG_KEY "Software\\SoftEther Corporation\\PacketiX VPN\\Server Manager\\Hide Cert Update Msg" +#define SM_REG_KEY "Software\\SoftEther VPN Developer Edition\\SoftEther VPN\\Server Manager" +#define SM_CERT_REG_KEY "Software\\SoftEther VPN Developer Edition\\SoftEther VPN\\Server Manager\\Cert Tool" +#define SM_SETTING_REG_KEY "Software\\SoftEther VPN Developer Edition\\SoftEther VPN\\Server Manager\\Settings" +#define SM_LASTHUB_REG_KEY "Software\\SoftEther VPN Developer Edition\\SoftEther VPN\\Server Manager\\Last HUB Name" +#define SM_HIDE_CERT_UPDATE_MSG_KEY "Software\\SoftEther VPN Developer Edition\\SoftEther VPN\\Server Manager\\Hide Cert Update Msg" #define NAME_OF_VPN_SERVER_MANAGER "vpnsmgr" #define NAME_OF_VPN_SERVER_TARGET "vpnserver@%s" #define NAME_OF_VPN_BRIDGE_TARGET "vpnbridge@%s" // Constants (Old value) -#define SM_SETTING_REG_KEY_OLD "Software\\SoftEther Corporation\\SoftEther VPN 2.0\\Server Manager\\Settings" +#define SM_SETTING_REG_KEY_OLD "Software\\SoftEther Corporation\\PacketiX VPN\\Server Manager\\Settings" // Connection setting typedef struct SETTING @@ -828,7 +828,3 @@ void SmProxyDlgInit(HWND hWnd, INTERNET_SETTING *t); void SmProxyDlgUpdate(HWND hWnd, INTERNET_SETTING *t); - -// 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/src/Cedar/SW.c b/src/Cedar/SW.c index 0da41298..884fc62b 100644 --- a/src/Cedar/SW.c +++ b/src/Cedar/SW.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -4600,24 +4600,6 @@ UINT SwReady(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, WIZARD *wizard, break; case WM_WIZ_NEXT: - if (IsUseAlternativeHostname()) - { - wchar_t src_dll1[MAX_PATH]; - wchar_t src_dll2[MAX_PATH]; - wchar_t *exe_dir = MsGetExeFileDirW(); - - CombinePathW(src_dll1, sizeof(src_dll1), exe_dir, VG_DLL_X86); - CombinePathW(src_dll2, sizeof(src_dll2), exe_dir, VG_DLL_X64); - - if (IsFileExistsW(src_dll1) || IsFileExistsW(src_dll2)) - { - if (MsgBoxEx(hWnd, MB_ICONQUESTION | MB_YESNO | MB_DEFBUTTON2, - _UU("SW_VG_CONFIRM_MSG")) == IDNO) - { - break; - } - } - } return D_SW_PERFORM; case WM_WIZ_BACK: @@ -5881,9 +5863,6 @@ void SwUiMain(SW *sw) GetCedarVersion(ver, sizeof(ver)); UniFormat(verstr, sizeof(verstr), _UU("SW_TITLE"), ver); - // DO NOT REMOVE THIS INDICATION !!! - UniStrCat(verstr, sizeof(verstr), L" - Customized Version"); - w = NewWizard(ICO_SETUP, BMP_SELOGO49x49, verstr, sw); w->CloseConfirmMsg = _UU("SW_EXIT_CONFIRM"); @@ -6699,7 +6678,3 @@ UINT SWExecMain() - -// 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/src/Cedar/SW.h b/src/Cedar/SW.h index 92293e98..ed1d2c18 100644 --- a/src/Cedar/SW.h +++ b/src/Cedar/SW.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -129,7 +129,3 @@ bool SwWaitForVpnClientPortReady(UINT timeout); #endif // SW_H - -// 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/src/Cedar/SWInner.h b/src/Cedar/SWInner.h index 383fb96e..86ede1a0 100644 --- a/src/Cedar/SWInner.h +++ b/src/Cedar/SWInner.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -450,7 +450,3 @@ bool SwSfxCopyVgFiles(HWND hWnd, wchar_t *src, wchar_t *dst); #endif // SW_INNER_H - -// 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/src/Cedar/Sam.c b/src/Cedar/Sam.c index 5e8d85d1..2eabfe53 100644 --- a/src/Cedar/Sam.c +++ b/src/Cedar/Sam.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -211,7 +211,18 @@ bool SamAuthUserByPlainPassword(CONNECTION *c, HUB *hub, char *username, char *p AUTHRADIUS *auth = (AUTHRADIUS *)u->AuthData; if (ast || auth->RadiusUsername == NULL || UniStrLen(auth->RadiusUsername) == 0) { - name = CopyStrToUni(username); + if( IsEmptyStr(h->RadiusRealm) == false ) + { + char name_and_realm[MAX_SIZE]; + StrCpy(name_and_realm, sizeof(name_and_realm), username); + StrCat(name_and_realm, sizeof(name_and_realm), "@"); + StrCat(name_and_realm, sizeof(name_and_realm), h->RadiusRealm); + name = CopyStrToUni(name_and_realm); + } + else + { + name = CopyStrToUni(username); + } } else { @@ -267,7 +278,15 @@ bool SamAuthUserByPlainPassword(CONNECTION *c, HUB *hub, char *username, char *p // Attempt to login b = RadiusLogin(c, radius_server_addr, radius_server_port, radius_secret, StrLen(radius_secret), - name, password, interval, mschap_v2_server_response_20, opt); + name, password, interval, mschap_v2_server_response_20, opt, hub->Name); + + if (b) + { + if (opt != NULL) + { + opt->Out_IsRadiusLogin = true; + } + } } Lock(hub->lock); @@ -689,7 +708,3 @@ UINT SamGetUserAuthType(HUB *h, char *username) return authtype; } - -// 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/src/Cedar/Sam.h b/src/Cedar/Sam.h index ca58f06f..bd099dc5 100644 --- a/src/Cedar/Sam.h +++ b/src/Cedar/Sam.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -130,7 +130,3 @@ X *GetIssuerFromList(LIST *cert_list, X *cert); #endif // SAM_H - -// 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/src/Cedar/SeLowUser.c b/src/Cedar/SeLowUser.c index 512a5b34..1e47e5e4 100644 --- a/src/Cedar/SeLowUser.c +++ b/src/Cedar/SeLowUser.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // SeLow: SoftEther Lightweight Network Protocol // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -126,6 +126,131 @@ #include #include +// Load the drivers hive +bool SuLoadDriversHive() +{ + wchar_t config_dir[MAX_PATH]; + wchar_t filename[MAX_PATH]; + if (MsIsWindows10() == false) + { + return false; + } + + MsEnablePrivilege(SE_RESTORE_NAME, true); + MsEnablePrivilege(SE_BACKUP_NAME, true); + + CombinePathW(config_dir, sizeof(config_dir), MsGetSystem32DirW(), L"config"); + CombinePathW(filename, sizeof(filename), config_dir, L"DRIVERS"); + + return MsRegLoadHive(REG_LOCAL_MACHINE, L"DRIVERS", filename); +} + +// Unload the drivers hive +bool SuUnloadDriversHive() +{ + // todo: always failed. + if (MsIsWindows10() == false) + { + return false; + } + + return MsRegUnloadHive(REG_LOCAL_MACHINE, L"DRIVERS"); +} + +// Delete garbage inf files +void SuDeleteGarbageInfs() +{ + void *wow; + bool load_hive = false; + Debug("SuDeleteGarbageInfs()\n"); + + wow = MsDisableWow64FileSystemRedirection(); + + load_hive = SuLoadDriversHive(); + Debug("SuLoadDriversHive: %u\n", load_hive); + + SuDeleteGarbageInfsInner(); + + /* + if (load_hive) + { + Debug("SuUnloadDriversHive: %u\n", SuUnloadDriversHive()); + }*/ + + MsRestoreWow64FileSystemRedirection(wow); +} +void SuDeleteGarbageInfsInner() +{ + char *base_key_name = "DRIVERS\\DriverDatabase\\DriverPackages"; + TOKEN_LIST *keys; + HINSTANCE hSetupApiDll = NULL; + BOOL (WINAPI *_SetupUninstallOEMInfA)(PCSTR, DWORD, PVOID) = NULL; + + if (MsIsWindows10() == false) + { + return; + } + + hSetupApiDll = LoadLibraryA("setupapi.dll"); + if (hSetupApiDll == NULL) + { + return; + } + + _SetupUninstallOEMInfA = + (UINT (__stdcall *)(PCSTR,DWORD,PVOID)) + GetProcAddress(hSetupApiDll, "SetupUninstallOEMInfA"); + + if (_SetupUninstallOEMInfA != NULL) + { + keys = MsRegEnumKeyEx2(REG_LOCAL_MACHINE, base_key_name, false, true); + + if (keys != NULL) + { + char full_key[MAX_PATH]; + UINT i; + + for (i = 0;i < keys->NumTokens;i++) + { + char *oem_name, *inf_name, *provider; + + Format(full_key, sizeof(full_key), "%s\\%s", base_key_name, keys->Token[i]); + + oem_name = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "", false, true); + inf_name = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "InfName", false, true); + provider = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "Provider", false, true); + + if (IsEmptyStr(oem_name) == false && IsEmptyStr(inf_name) == false) + { + if (StartWith(oem_name, "oem")) + { + if (StartWith(inf_name, "selow")) + { + if (InStr(provider, "softether")) + { + Debug("Delete OEM INF %s (%s): %u\n", + oem_name, inf_name, + _SetupUninstallOEMInfA(oem_name, 0x00000001, NULL)); + } + } + } + } + + Free(oem_name); + Free(inf_name); + Free(provider); + } + + FreeToken(keys); + } + } + + if (hSetupApiDll != NULL) + { + FreeLibrary(hSetupApiDll); + } +} + // Install the driver bool SuInstallDriver(bool force) { @@ -175,11 +300,13 @@ bool SuInstallDriverInner(bool force) char *path; // Read the current version from the registry - current_sl_ver = MsRegReadIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, SL_REG_VER_VALUE, false, true); + current_sl_ver = MsRegReadIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, + (MsIsWindows10() ? SL_REG_VER_VALUE_WIN10 : SL_REG_VER_VALUE), + false, true); path = MsRegReadStrEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, "ImagePath", false, true); - if (IsEmptyStr(path)) + if (IsEmptyStr(path) || IsFileExists(path) == false || MsIsServiceInstalled(SL_PROTOCOL_NAME) == false) { current_sl_ver = 0; } @@ -195,12 +322,34 @@ bool SuInstallDriverInner(bool force) } // Copy necessary files to a temporary directory - UniFormat(src_sys, sizeof(src_sys), L"|SeLow_%S.sys", cpu_type); - UniFormat(src_cat, sizeof(src_cat), L"|inf\\selow_%S\\inf.cat", cpu_type); - UniFormat(src_inf, sizeof(src_inf), L"|inf\\selow_%S\\SeLow_%S.inf", cpu_type, cpu_type); + UniFormat(src_sys, sizeof(src_sys), L"|DriverPackages\\%S\\%S\\SeLow_%S.sys", + (MsIsWindows10() ? "SeLow_Win10" : "SeLow_Win8"), + cpu_type, cpu_type); + if (MsIsWindows8() == false) + { + // Windows Vista and Windows 7 uses SHA-1 catalog files + UniFormat(src_cat, sizeof(src_cat), L"|DriverPackages\\SeLow_Win8\\%S\\inf.cat", cpu_type); + } + else + { + // Windows 8 or above uses SHA-256 catalog files + UniFormat(src_cat, sizeof(src_cat), L"|DriverPackages\\SeLow_Win8\\%S\\inf2.cat", cpu_type); + + if (MsIsWindows10()) + { + // Windows 10 uses WHQL catalog files + UniFormat(src_cat, sizeof(src_cat), L"|DriverPackages\\SeLow_Win10\\%S\\SeLow_Win10_%S.cat", cpu_type, cpu_type); + } + } + UniFormat(src_inf, sizeof(src_inf), L"|DriverPackages\\%S\\%S\\SeLow_%S.inf", + (MsIsWindows10() ? "SeLow_Win10" : "SeLow_Win8"), + cpu_type, cpu_type); UniFormat(dst_sys, sizeof(dst_cat), L"%s\\SeLow_%S.sys", tmp_dir, cpu_type); - UniFormat(dst_cat, sizeof(dst_cat), L"%s\\inf_selow.cat", tmp_dir); + UniFormat(dst_cat, sizeof(dst_cat), L"%s\\SeLow_%S_%S.cat", tmp_dir, + (MsIsWindows10() ? "Win10" : "Win8"), + cpu_type); + UniFormat(dst_inf, sizeof(dst_inf), L"%s\\SeLow_%S.inf", tmp_dir, cpu_type); if (FileCopyW(src_sys, dst_sys) && @@ -211,6 +360,21 @@ bool SuInstallDriverInner(bool force) nw = MsInitNoWarningEx(SL_USER_AUTO_PUSH_TIMER); + if (MsIsWindows10()) + { + if (MsIsServiceInstalled(SL_PROTOCOL_NAME) == false && MsIsServiceRunning(SL_PROTOCOL_NAME) == false) + { + // On Windows 10, if there are no SwLow service installed, then uinstall the protocol driver first. + // TODO: currently do nothing. On some versions of Windows 10 beta builds it is necessary to do something... + } + } + + if (MsIsWindows10()) + { + // Delete garbage INFs + SuDeleteGarbageInfs(); + } + // Call the installer if (InstallNdisProtocolDriver(dst_inf, L"SeLow", SL_USER_INSTALL_LOCK_TIMEOUT) == false) { @@ -221,12 +385,14 @@ bool SuInstallDriverInner(bool force) Debug("InstallNdisProtocolDriver Ok.\n"); // Copy manually because there are cases where .sys file is not copied successfully for some reason - FileCopyW(src_sys, sys_fullpath); + Debug("SuCopySysFile from %S to %s: ret = %u\n", src_sys, sys_fullpath, SuCopySysFile(src_sys, sys_fullpath)); ret = true; // Write the version number into the registry - MsRegWriteIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, SL_REG_VER_VALUE, SL_VER, false, true); + MsRegWriteIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, + (MsIsWindows10() ? SL_REG_VER_VALUE_WIN10 : SL_REG_VER_VALUE), + SL_VER, false, true); // Set to automatic startup MsRegWriteIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, "Start", SERVICE_SYSTEM_START, false, true); @@ -248,6 +414,64 @@ bool SuInstallDriverInner(bool force) return ret; } +// Copy a sys file +bool SuCopySysFile(wchar_t *src, wchar_t *dst) +{ + wchar_t dst_rename[MAX_PATH]; + UINT i; + if (src == NULL || dst == NULL) + { + return false; + } + if (FileCopyW(src, dst)) + { + for (i = 1;i <= 100;i++) + { + UniFormat(dst_rename, sizeof(dst_rename), L"%s.old%u", dst, i); + + FileDeleteW(dst_rename); + } + + return true; + } + + for (i = 1;;i++) + { + UniFormat(dst_rename, sizeof(dst_rename), L"%s.old%u", dst, i); + + if (IsFileExistsW(dst_rename) == false) + { + break; + } + + if (i >= 100) + { + return false; + } + } + + if (MoveFileW(dst, dst_rename) == false) + { + return false; + } + + if (FileCopyW(src, dst)) + { + for (i = 1;i <= 100;i++) + { + UniFormat(dst_rename, sizeof(dst_rename), L"%s.old%u", dst, i); + + FileDeleteW(dst_rename); + } + + return true; + } + + MoveFileW(dst_rename, dst); + + return false; +} + // Get whether the current OS is supported by SeLow bool SuIsSupportedOs(bool on_install) { @@ -738,6 +962,7 @@ SU *SuInitEx(UINT wait_for_bind_complete_tick) UINT read_size; bool flag = false; UINT64 giveup_tick = 0; + static bool flag2 = false; // flag2 must be global if (SuIsSupportedOs(false) == false) { @@ -761,6 +986,19 @@ LABEL_RETRY: if (MsStartService(SL_PROTOCOL_NAME) == false) { Debug("MsStartService(%s) Failed.\n", SL_PROTOCOL_NAME); + + if (MsIsWindows10()) + { + if (flag2 == false) + { + flag2 = true; + + if (SuInstallDriver(true)) + { + goto LABEL_RETRY; + } + } + } } else { @@ -845,7 +1083,3 @@ void SuFree(SU *u) #endif // WIN32 - -// 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/src/Cedar/SeLowUser.h b/src/Cedar/SeLowUser.h index a5315ec7..97cd5500 100644 --- a/src/Cedar/SeLowUser.h +++ b/src/Cedar/SeLowUser.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // SeLow: SoftEther Lightweight Network Protocol // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -173,12 +173,14 @@ int SuCmpAdaterList(void *p1, void *p2); bool SuInstallDriver(bool force); bool SuInstallDriverInner(bool force); bool SuIsSupportedOs(bool on_install); +bool SuCopySysFile(wchar_t *src, wchar_t *dst); + +void SuDeleteGarbageInfs(); +void SuDeleteGarbageInfsInner(); +bool SuLoadDriversHive(); +bool SuUnloadDriversHive(); #endif // SELOWUSER_H - -// 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/src/Cedar/SecureInfo.c b/src/Cedar/SecureInfo.c index 3ddc234b..490cedd0 100644 --- a/src/Cedar/SecureInfo.c +++ b/src/Cedar/SecureInfo.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -114,7 +114,3 @@ #include "CedarPch.h" - -// 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/src/Cedar/SecureInfo.h b/src/Cedar/SecureInfo.h index e5ba8b9c..55b9d1e0 100644 --- a/src/Cedar/SecureInfo.h +++ b/src/Cedar/SecureInfo.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -118,7 +118,3 @@ #endif // SECUREINFO_H - -// 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/src/Cedar/SecureNAT.c b/src/Cedar/SecureNAT.c index d93dd933..aab4fcaf 100644 --- a/src/Cedar/SecureNAT.c +++ b/src/Cedar/SecureNAT.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -252,7 +252,3 @@ SNAT *SnNewSecureNAT(HUB *h, VH_OPTION *o) return s; } - -// 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/src/Cedar/SecureNAT.h b/src/Cedar/SecureNAT.h index 017dbd21..6dddfd89 100644 --- a/src/Cedar/SecureNAT.h +++ b/src/Cedar/SecureNAT.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -132,7 +132,3 @@ void SnSecureNATThread(THREAD *t, void *param); #endif // SECURENAT_H - -// 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/src/Cedar/Server.c b/src/Cedar/Server.c index c9322503..047b7a81 100644 --- a/src/Cedar/Server.c +++ b/src/Cedar/Server.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -923,7 +923,11 @@ void SiWriteSysLog(SERVER *s, char *typestr, char *hubname, wchar_t *message) // Date and time LocalTime(&st); - GetDateTimeStrMilli(datetime, sizeof(datetime), &st); + if(s->StrictSyslogDatetimeFormat){ + GetDateTimeStrRFC3164(datetime, sizeof(datetime), &st, GetCurrentTimezone()); + }else{ + GetDateTimeStrMilli(datetime, sizeof(datetime), &st); + } if (IsEmptyStr(hubname) == false) { @@ -936,6 +940,8 @@ void SiWriteSysLog(SERVER *s, char *typestr, char *hubname, wchar_t *message) machinename, datetime, typestr, message); } + Debug("Syslog send: %S\n",tmp); + SendSysLog(s->Syslog, tmp); } @@ -2152,7 +2158,7 @@ void SiGenerateDefaultCertEx(X **server_x, K **server_k, char *common_name) name = NewName(cn, cn, cn, L"US", NULL, NULL); - x = NewRootX(public_key, private_key, name, MAX(GetDaysUntil2038(), SERVER_DEFAULT_CERT_DAYS), NULL); + x = NewRootX(public_key, private_key, name, GetDaysUntil2038Ex(), NULL); *server_x = x; *server_k = private_key; @@ -2577,6 +2583,9 @@ void SiLoadInitialConfiguration(SERVER *s) return; } + // Default to TLS only; mitigates CVE-2016-0800 + s->Cedar->SslAcceptSettings.AcceptOnlyTls = true; + // Auto saving interval related s->AutoSaveConfigSpan = SERVER_FILE_SAVE_INTERVAL_DEFAULT; s->BackupConfigOnlyWhenModified = true; @@ -4098,14 +4107,18 @@ void SiLoadHubOptionCfg(FOLDER *f, HUB_OPTION *o) } o->DisableKernelModeSecureNAT = CfgGetBool(f, "DisableKernelModeSecureNAT"); + o->DisableIpRawModeSecureNAT = CfgGetBool(f, "DisableIpRawModeSecureNAT"); o->DisableUserModeSecureNAT = CfgGetBool(f, "DisableUserModeSecureNAT"); o->DisableCheckMacOnLocalBridge = CfgGetBool(f, "DisableCheckMacOnLocalBridge"); o->DisableCorrectIpOffloadChecksum = CfgGetBool(f, "DisableCorrectIpOffloadChecksum"); o->SuppressClientUpdateNotification = CfgGetBool(f, "SuppressClientUpdateNotification"); o->AssignVLanIdByRadiusAttribute = CfgGetBool(f, "AssignVLanIdByRadiusAttribute"); + o->DenyAllRadiusLoginWithNoVlanAssign = CfgGetBool(f, "DenyAllRadiusLoginWithNoVlanAssign"); o->SecureNAT_RandomizeAssignIp = CfgGetBool(f, "SecureNAT_RandomizeAssignIp"); o->DetectDormantSessionInterval = CfgGetInt(f, "DetectDormantSessionInterval"); o->NoPhysicalIPOnPacketLog = CfgGetBool(f, "NoPhysicalIPOnPacketLog"); + o->UseHubNameAsDhcpUserClassOption = CfgGetBool(f, "UseHubNameAsDhcpUserClassOption"); + o->UseHubNameAsRadiusNasId = CfgGetBool(f, "UseHubNameAsRadiusNasId"); // Enabled by default if (CfgIsItem(f, "ManageOnlyPrivateIP")) @@ -4182,6 +4195,7 @@ void SiWriteHubOptionCfg(FOLDER *f, HUB_OPTION *o) CfgAddBool(f, "DropArpInPrivacyFilterMode", o->DropArpInPrivacyFilterMode); CfgAddBool(f, "SuppressClientUpdateNotification", o->SuppressClientUpdateNotification); CfgAddBool(f, "AssignVLanIdByRadiusAttribute", o->AssignVLanIdByRadiusAttribute); + CfgAddBool(f, "DenyAllRadiusLoginWithNoVlanAssign", o->DenyAllRadiusLoginWithNoVlanAssign); CfgAddBool(f, "SecureNAT_RandomizeAssignIp", o->SecureNAT_RandomizeAssignIp); CfgAddBool(f, "NoPhysicalIPOnPacketLog", o->NoPhysicalIPOnPacketLog); CfgAddInt(f, "DetectDormantSessionInterval", o->DetectDormantSessionInterval); @@ -4201,9 +4215,12 @@ void SiWriteHubOptionCfg(FOLDER *f, HUB_OPTION *o) CfgAddInt(f, "SecureNAT_MaxIcmpSessionsPerIp", o->SecureNAT_MaxIcmpSessionsPerIp); CfgAddInt(f, "AccessListIncludeFileCacheLifetime", o->AccessListIncludeFileCacheLifetime); CfgAddBool(f, "DisableKernelModeSecureNAT", o->DisableKernelModeSecureNAT); + CfgAddBool(f, "DisableIpRawModeSecureNAT", o->DisableIpRawModeSecureNAT); CfgAddBool(f, "DisableUserModeSecureNAT", o->DisableUserModeSecureNAT); CfgAddBool(f, "DisableCheckMacOnLocalBridge", o->DisableCheckMacOnLocalBridge); CfgAddBool(f, "DisableCorrectIpOffloadChecksum", o->DisableCorrectIpOffloadChecksum); + CfgAddBool(f, "UseHubNameAsDhcpUserClassOption", o->UseHubNameAsDhcpUserClassOption); + CfgAddBool(f, "UseHubNameAsRadiusNasId", o->UseHubNameAsRadiusNasId); } // Write the user @@ -5005,6 +5022,10 @@ void SiWriteHubCfg(FOLDER *f, HUB *h) CfgAddInt(f, "RadiusServerPort", h->RadiusServerPort); CfgAddInt(f, "RadiusRetryInterval", h->RadiusRetryInterval); CfgAddStr(f, "RadiusSuffixFilter", h->RadiusSuffixFilter); + CfgAddStr(f, "RadiusRealm", h->RadiusRealm); + + CfgAddBool(f, "RadiusConvertAllMsChapv2AuthRequestToEap", h->RadiusConvertAllMsChapv2AuthRequestToEap); + CfgAddBool(f, "RadiusUsePeapInsteadOfEap", h->RadiusUsePeapInsteadOfEap); } Unlock(h->RadiusOptionLock); @@ -5170,6 +5191,10 @@ void SiLoadHubCfg(SERVER *s, FOLDER *f, char *name) interval = CfgGetInt(f, "RadiusRetryInterval"); CfgGetStr(f, "RadiusSuffixFilter", h->RadiusSuffixFilter, sizeof(h->RadiusSuffixFilter)); + CfgGetStr(f, "RadiusRealm", h->RadiusRealm, sizeof(h->RadiusRealm)); + + h->RadiusConvertAllMsChapv2AuthRequestToEap = CfgGetBool(f, "RadiusConvertAllMsChapv2AuthRequestToEap"); + h->RadiusUsePeapInsteadOfEap = CfgGetBool(f, "RadiusUsePeapInsteadOfEap"); if (interval == 0) { @@ -6146,7 +6171,20 @@ void SiLoadServerCfg(SERVER *s, FOLDER *f) SetGlobalServerFlag(GSF_DISABLE_SESSION_RECONNECT, CfgGetBool(f, "DisableSessionReconnect")); // AcceptOnlyTls - c->AcceptOnlyTls = CfgGetBool(f, "AcceptOnlyTls"); + if (CfgIsItem(f, "AcceptOnlyTls")) + { + c->SslAcceptSettings.AcceptOnlyTls = CfgGetBool(f, "AcceptOnlyTls"); + } + else + { + // Default to TLS only; mitigates CVE-2016-0800 + c->SslAcceptSettings.AcceptOnlyTls = true; + } + c->SslAcceptSettings.Tls_Disable1_0 = CfgGetBool(f, "Tls_Disable1_0"); + c->SslAcceptSettings.Tls_Disable1_1 = CfgGetBool(f, "Tls_Disable1_1"); + c->SslAcceptSettings.Tls_Disable1_2 = CfgGetBool(f, "Tls_Disable1_2"); + + s->StrictSyslogDatetimeFormat = CfgGetBool(f, "StrictSyslogDatetimeFormat"); } Unlock(c->lock); @@ -6455,10 +6493,15 @@ void SiWriteServerCfg(FOLDER *f, SERVER *s) CfgAddBool(f, "DisableGetHostNameWhenAcceptTcp", s->DisableGetHostNameWhenAcceptTcp); CfgAddBool(f, "DisableCoreDumpOnUnix", s->DisableCoreDumpOnUnix); - CfgAddBool(f, "AcceptOnlyTls", c->AcceptOnlyTls); + CfgAddBool(f, "AcceptOnlyTls", c->SslAcceptSettings.AcceptOnlyTls); + CfgAddBool(f, "Tls_Disable1_0", c->SslAcceptSettings.Tls_Disable1_0); + CfgAddBool(f, "Tls_Disable1_1", c->SslAcceptSettings.Tls_Disable1_1); + CfgAddBool(f, "Tls_Disable1_2", c->SslAcceptSettings.Tls_Disable1_2); // Disable session reconnect CfgAddBool(f, "DisableSessionReconnect", GetGlobalServerFlag(GSF_DISABLE_SESSION_RECONNECT)); + + CfgAddBool(f, "StrictSyslogDatetimeFormat", s->StrictSyslogDatetimeFormat); } Unlock(c->lock); } @@ -7486,6 +7529,7 @@ void SiCalledUpdateHub(SERVER *s, PACK *p) o.DropArpInPrivacyFilterMode = PackGetBool(p, "DropArpInPrivacyFilterMode"); o.SuppressClientUpdateNotification = PackGetBool(p, "SuppressClientUpdateNotification"); o.AssignVLanIdByRadiusAttribute = PackGetBool(p, "AssignVLanIdByRadiusAttribute"); + o.DenyAllRadiusLoginWithNoVlanAssign = PackGetBool(p, "DenyAllRadiusLoginWithNoVlanAssign"); o.SecureNAT_RandomizeAssignIp = PackGetBool(p, "SecureNAT_RandomizeAssignIp"); o.DetectDormantSessionInterval = PackGetInt(p, "DetectDormantSessionInterval"); o.VlanTypeId = PackGetInt(p, "VlanTypeId"); @@ -7527,9 +7571,12 @@ void SiCalledUpdateHub(SERVER *s, PACK *p) o.AccessListIncludeFileCacheLifetime = ACCESS_LIST_INCLUDE_FILE_CACHE_LIFETIME; } o.DisableKernelModeSecureNAT = PackGetBool(p, "DisableKernelModeSecureNAT"); + o.DisableIpRawModeSecureNAT = PackGetBool(p, "DisableIpRawModeSecureNAT"); o.DisableUserModeSecureNAT = PackGetBool(p, "DisableUserModeSecureNAT"); o.DisableCheckMacOnLocalBridge = PackGetBool(p, "DisableCheckMacOnLocalBridge"); o.DisableCorrectIpOffloadChecksum = PackGetBool(p, "DisableCorrectIpOffloadChecksum"); + o.UseHubNameAsDhcpUserClassOption = PackGetBool(p, "UseHubNameAsDhcpUserClassOption"); + o.UseHubNameAsRadiusNasId = PackGetBool(p, "UseHubNameAsRadiusNasId"); save_packet_log = PackGetInt(p, "SavePacketLog"); packet_log_switch_type = PackGetInt(p, "PacketLogSwitchType"); @@ -9329,6 +9376,7 @@ void SiPackAddCreateHub(PACK *p, HUB *h) PackAddBool(p, "DropArpInPrivacyFilterMode", h->Option->DropArpInPrivacyFilterMode); PackAddBool(p, "SuppressClientUpdateNotification", h->Option->SuppressClientUpdateNotification); PackAddBool(p, "AssignVLanIdByRadiusAttribute", h->Option->AssignVLanIdByRadiusAttribute); + PackAddBool(p, "DenyAllRadiusLoginWithNoVlanAssign", h->Option->DenyAllRadiusLoginWithNoVlanAssign); PackAddInt(p, "ClientMinimumRequiredBuild", h->Option->ClientMinimumRequiredBuild); PackAddBool(p, "SecureNAT_RandomizeAssignIp", h->Option->SecureNAT_RandomizeAssignIp); PackAddBool(p, "NoPhysicalIPOnPacketLog", h->Option->NoPhysicalIPOnPacketLog); @@ -9366,6 +9414,7 @@ void SiPackAddCreateHub(PACK *p, HUB *h) PackAddInt(p, "SecureNAT_MaxIcmpSessionsPerIp", h->Option->SecureNAT_MaxIcmpSessionsPerIp); PackAddInt(p, "AccessListIncludeFileCacheLifetime", h->Option->AccessListIncludeFileCacheLifetime); PackAddBool(p, "DisableKernelModeSecureNAT", h->Option->DisableKernelModeSecureNAT); + PackAddBool(p, "DisableIpRawModeSecureNAT", h->Option->DisableIpRawModeSecureNAT); PackAddBool(p, "DisableUserModeSecureNAT", h->Option->DisableUserModeSecureNAT); PackAddBool(p, "DisableCheckMacOnLocalBridge", h->Option->DisableCheckMacOnLocalBridge); PackAddBool(p, "DisableCorrectIpOffloadChecksum", h->Option->DisableCorrectIpOffloadChecksum); @@ -9380,6 +9429,8 @@ void SiPackAddCreateHub(PACK *p, HUB *h) PackAddInt(p, "SecurityLogSwitchType", h->LogSetting.SecurityLogSwitchType); PackAddData(p, "HashedPassword", h->HashedPassword, SHA1_SIZE); PackAddData(p, "SecurePassword", h->SecurePassword, SHA1_SIZE); + PackAddBool(p, "UseHubNameAsDhcpUserClassOption", h->Option->UseHubNameAsDhcpUserClassOption); + PackAddBool(p, "UseHubNameAsRadiusNasId", h->Option->UseHubNameAsRadiusNasId); SiAccessListToPack(p, h->AccessList); @@ -11026,7 +11077,3 @@ SERVER *SiNewServerEx(bool bridge, bool in_client_inner_server, bool relay_serve return s; } - -// 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/src/Cedar/Server.h b/src/Cedar/Server.h index 54be62c2..49de8fa0 100644 --- a/src/Cedar/Server.h +++ b/src/Cedar/Server.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -129,7 +129,7 @@ #define SERVER_DEF_PORTS_INCLIENT_DYN_MAX 1999 extern char *SERVER_CONFIG_FILE_NAME; -#define SERVER_DEFAULT_CIPHER_NAME "RC4-MD5" +#define SERVER_DEFAULT_CIPHER_NAME "AES128-SHA" #define SERVER_DEFAULT_CERT_DAYS (365 * 10) #define SERVER_DEFAULT_HUB_NAME "DEFAULT" #define SERVER_DEFAULT_BRIDGE_NAME "BRIDGE" @@ -367,6 +367,8 @@ struct SERVER volatile UINT NatTGlobalUdpPort; // NAT-T global UDP port + + bool StrictSyslogDatetimeFormat; // Make syslog datetime format strict RFC3164 }; @@ -748,7 +750,3 @@ bool SiCheckCurrentRegion(CEDAR *c, char *r); - -// 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/src/Cedar/Session.c b/src/Cedar/Session.c index 6669ade3..5475485a 100644 --- a/src/Cedar/Session.c +++ b/src/Cedar/Session.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1492,6 +1492,8 @@ void ClientThread(THREAD *t, void *param) while (true) { + Zero(&s->ServerIP_CacheForNextConnect, sizeof(IP)); + if (s->Link != NULL && ((*s->Link->StopAllLinkFlag) || s->Link->Halting)) { s->Err = ERR_USER_CANCEL; @@ -2482,7 +2484,3 @@ void Notify(SESSION *s, UINT code) } - -// 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/src/Cedar/Session.h b/src/Cedar/Session.h index fbf55269..10b23281 100644 --- a/src/Cedar/Session.h +++ b/src/Cedar/Session.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -234,6 +234,8 @@ struct SESSION UCHAR IpcMacAddress[6]; // MAC address for IPC UCHAR Padding[2]; + IP ServerIP_CacheForNextConnect; // Server IP, cached for next connect + UINT64 CreatedTime; // Creation date and time UINT64 LastCommTime; // Last communication date and time UINT64 LastCommTimeForDormant; // Last communication date and time (for dormant) @@ -441,7 +443,3 @@ UINT GetNextDelayedPacketTickDiff(SESSION *s); - -// 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/src/Cedar/UT.c b/src/Cedar/UT.c index 90762ff5..7c97bb9c 100644 --- a/src/Cedar/UT.c +++ b/src/Cedar/UT.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -417,7 +417,3 @@ void UtSpeedMeterEx(void *hWnd) #endif // WIN32 - -// 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/src/Cedar/UT.h b/src/Cedar/UT.h index 76246db6..51877e94 100644 --- a/src/Cedar/UT.h +++ b/src/Cedar/UT.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -136,7 +136,3 @@ void UtSpeedMeterEx(void *hWnd); #endif // UT_H - -// 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/src/Cedar/UdpAccel.c b/src/Cedar/UdpAccel.c index 408da23d..90be6645 100644 --- a/src/Cedar/UdpAccel.c +++ b/src/Cedar/UdpAccel.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -116,15 +116,17 @@ // Polling process void UdpAccelPoll(UDP_ACCEL *a) { - UCHAR *tmp = a->TmpBuf; IP nat_t_ip; UINT num_ignore_errors = 0; + UCHAR *tmp; // Validate arguments if (a == NULL) { return; } + tmp = a->TmpBuf; + Lock(a->NatT_Lock); { Copy(&nat_t_ip, &a->NatT_IP, sizeof(IP)); @@ -1198,7 +1200,3 @@ void FreeUdpAccel(UDP_ACCEL *a) Free(a); } - -// 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/src/Cedar/UdpAccel.h b/src/Cedar/UdpAccel.h index 8723220b..cebaecf9 100644 --- a/src/Cedar/UdpAccel.h +++ b/src/Cedar/UdpAccel.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -220,7 +220,3 @@ void NatT_GetIpThread(THREAD *thread, void *param); #endif // UDPACCEL_H - -// 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/src/Cedar/VG.c b/src/Cedar/VG.c index 8167ae86..bbe5d0a0 100644 --- a/src/Cedar/VG.c +++ b/src/Cedar/VG.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -129,7 +129,3 @@ void VgUseStaticLink() - -// 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/src/Cedar/VG.h b/src/Cedar/VG.h index 63625b2c..eecc22c5 100644 --- a/src/Cedar/VG.h +++ b/src/Cedar/VG.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -125,7 +125,3 @@ void VgUseStaticLink(); - -// 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/src/Cedar/VLan.c b/src/Cedar/VLan.c index 8063b96c..d1469c41 100644 --- a/src/Cedar/VLan.c +++ b/src/Cedar/VLan.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -132,7 +132,3 @@ #endif // OS_WIN32 - -// 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/src/Cedar/VLan.h b/src/Cedar/VLan.h index 448fae5e..251a1d4d 100644 --- a/src/Cedar/VLan.h +++ b/src/Cedar/VLan.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -136,7 +136,3 @@ struct VLAN_PARAM #endif // VLAN_H - -// 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/src/Cedar/VLanUnix.c b/src/Cedar/VLanUnix.c index 66a04975..bc37aca8 100644 --- a/src/Cedar/VLanUnix.c +++ b/src/Cedar/VLanUnix.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Contributors: // - nattoheaven (https://github.com/nattoheaven) // Comments: Tetsuo Sugiyama, Ph.D. @@ -857,7 +857,3 @@ void UnixVLanFree() #endif // VLAN_C - -// 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/src/Cedar/VLanUnix.h b/src/Cedar/VLanUnix.h index 4be131e8..aafa3824 100644 --- a/src/Cedar/VLanUnix.h +++ b/src/Cedar/VLanUnix.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -168,7 +168,3 @@ int UnixCompareVLan(void *p1, void *p2); #endif // VLANUNIX_H - -// 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/src/Cedar/VLanWin32.c b/src/Cedar/VLanWin32.c index 81c5fac1..2c9cf913 100644 --- a/src/Cedar/VLanWin32.c +++ b/src/Cedar/VLanWin32.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1135,19 +1135,24 @@ void VLanPaFree(SESSION *s) { char tmp[MAX_SIZE]; MS_ADAPTER *a; + UINT64 now = Tick64(); + UINT64 suspend_tick = MsGetSuspendModeBeginTick(); - Format(tmp, sizeof(tmp), VLAN_ADAPTER_NAME_TAG, v->InstanceName); - a = MsGetAdapter(tmp); - - if (a != NULL) + if (suspend_tick == 0 || (suspend_tick + (UINT64)(30 * 1000)) < now) { - if (a->UseDhcp) - { - bool ret = Win32ReleaseAddressByGuidEx(a->Guid, 50); - Debug("*** Win32ReleaseAddressByGuid = %u\n", ret); - } + Format(tmp, sizeof(tmp), VLAN_ADAPTER_NAME_TAG, v->InstanceName); + a = MsGetAdapter(tmp); - MsFreeAdapter(a); + if (a != NULL) + { + if (a->UseDhcp) + { + bool ret = Win32ReleaseAddressByGuidEx(a->Guid, 50); + Debug("*** Win32ReleaseAddressByGuid = %u\n", ret); + } + + MsFreeAdapter(a); + } } } @@ -1613,7 +1618,3 @@ CLEANUP: #endif //VLAN_C - -// 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/src/Cedar/VLanWin32.h b/src/Cedar/VLanWin32.h index 1aceb14b..914d60d1 100644 --- a/src/Cedar/VLanWin32.h +++ b/src/Cedar/VLanWin32.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -198,7 +198,3 @@ void Win32ReleaseAllDhcp9x(bool wait); void Win32GetWinVer(RPC_WINVER *v); #endif // VLANWIN32_H - -// 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/src/Cedar/Virtual.c b/src/Cedar/Virtual.c index 444c7f9d..9dfbac7a 100644 --- a/src/Cedar/Virtual.c +++ b/src/Cedar/Virtual.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -329,7 +329,7 @@ void NnDeleteSession(NATIVE_NAT *t, NATIVE_NAT_ENTRY *e) break; case NAT_ICMP: - Debug("NAT ICMP %u Deleted.", e->Id); + Debug("NAT ICMP %u Deleted.\n", e->Id); break; } @@ -509,6 +509,7 @@ void NnCombineIp(NATIVE_NAT *t, IP_COMBINE *c, UINT offset, void *data, UINT siz if (total_size == c->Size) { // Received whole of the IP packet + //Debug("Combine: %u\n", total_size); NnIpReceived(t, c->SrcIP, c->DestIP, c->Protocol, c->Data, c->Size, c->Ttl, c->HeadIpHeaderData, c->HeadIpHeaderDataSize, c->MaxL3Size); @@ -1651,24 +1652,32 @@ UINT NnMapNewPublicPort(NATIVE_NAT *t, UINT protocol, UINT dest_ip, UINT dest_po { UINT i; UINT base_port; + UINT port_start = 1025; + UINT port_end = 65500; // Validate arguments if (t == NULL) { return 0; } - base_port = Rand32() % (65500 - 1025) + 1025; + if (t->IsRawIpMode) + { + port_start = NN_RAW_IP_PORT_START; + port_end = NN_RAW_IP_PORT_END; + } - for (i = 0;i < (65500 - 1025);i++) + base_port = Rand32() % (port_end - port_start) + port_start; + + for (i = 0;i < (port_end - port_start);i++) { UINT port; NATIVE_NAT_ENTRY tt; NATIVE_NAT *e; port = base_port + i; - if (port > 65500) + if (port > port_end) { - port = port - 65500 + 1025; + port = port - port_end + port_start; } // Is this port vacant? @@ -1688,6 +1697,10 @@ UINT NnMapNewPublicPort(NATIVE_NAT *t, UINT protocol, UINT dest_ip, UINT dest_po // Examine whether the native NAT is available bool NnIsActive(VH *v) +{ + return NnIsActiveEx(v, NULL); +} +bool NnIsActiveEx(VH *v, bool *is_ipraw_mode) { // Validate arguments if (v == NULL) @@ -1705,6 +1718,14 @@ bool NnIsActive(VH *v) return false; } + if (v->NativeNat->Active) + { + if (is_ipraw_mode != NULL) + { + *is_ipraw_mode = v->NativeNat->IsRawIpMode; + } + } + return v->NativeNat->Active; } @@ -1745,7 +1766,7 @@ void NnMainLoop(NATIVE_NAT *t, NATIVE_STACK *a) ipc = a->Ipc; tubes[num_tubes++] = ipc->Sock->RecvTube; - tubes[num_tubes++] = ipc->Sock->SendTube; + //tubes[num_tubes++] = ipc->Sock->SendTube; // bug 2015.10.01 remove tubes[num_tubes++] = t->HaltTube; Zero(&yahoo_ip, sizeof(yahoo_ip)); @@ -1754,16 +1775,28 @@ void NnMainLoop(NATIVE_NAT *t, NATIVE_STACK *a) AddInterrupt(interrupt, next_poll_tick); tcp_last_recv_tick = Tick64(); - next_dhcp_renew_tick = Tick64() + (UINT64)dhcp_renew_interval; + next_dhcp_renew_tick = Tick64() + (UINT64)dhcp_renew_interval * 1000; AddInterrupt(interrupt, next_dhcp_renew_tick); - while (t->Halt == false && t->v->UseNat && ((t->v->HubOption == NULL) || (t->v->HubOption->DisableKernelModeSecureNAT == false))) + while (t->Halt == false && t->v->UseNat) { UINT64 now = Tick64(); bool call_cancel = false; bool state_changed = false; UINT wait_interval; + if (t->v->HubOption != NULL) + { + if (t->IsRawIpMode == false && t->v->HubOption->DisableKernelModeSecureNAT) + { + break; + } + if (t->IsRawIpMode && t->v->HubOption->DisableIpRawModeSecureNAT) + { + break; + } + } + IPCFlushArpTable(ipc); call_cancel = false; @@ -1774,7 +1807,7 @@ LABEL_RESTART: { BUF *dns_query; - dns_src_port = NnGenSrcPort(); + dns_src_port = NnGenSrcPort(a->IsIpRawMode); dns_tran_id = Rand16(); // Start a connectivity check periodically @@ -1800,7 +1833,7 @@ LABEL_RESTART: IPCDhcpRenewIP(ipc, &ip); - next_dhcp_renew_tick = now + (UINT64)dhcp_renew_interval; + next_dhcp_renew_tick = now + (UINT64)dhcp_renew_interval * 1000; AddInterrupt(interrupt, next_dhcp_renew_tick); } @@ -1877,7 +1910,7 @@ LABEL_RESTART: // DNS response has been received no_store = true; - tcp_src_port = NnGenSrcPort(); + tcp_src_port = NnGenSrcPort(a->IsIpRawMode); // Generate a TCP connection attempt packet tcp_seq = Rand32(); @@ -2347,22 +2380,49 @@ LABEL_CLEANUP: bool NnTestConnectivity(NATIVE_STACK *a, TUBE *halt_tube) { BUF *dns_query; + BUF *dns_query2; bool ok = false; USHORT dns_tran_id = Rand16(); UINT64 next_send_tick = 0; UINT64 giveup_time; IPC *ipc; - UINT src_port = NnGenSrcPort(); INTERRUPT_MANAGER *interrupt; TUBE *tubes[3]; UINT num_tubes = 0; IP yahoo_ip; + IP my_priv_ip; + UINT num_send_dns = 0; + IP using_dns; + UINT src_port = 0; // Validate arguments if (a == NULL) { return false; } + src_port = NnGenSrcPort(a->IsIpRawMode); + + Copy(&using_dns, &a->DnsServerIP, sizeof(IP)); + + // Get my physical IP + if (a->IsIpRawMode) + { + if (GetMyPrivateIP(&my_priv_ip, false) == false) + { + Debug("NnTestConnectivity: GetMyPrivateIP failed.\n"); + return false; + } + else + { + Debug("NnTestConnectivity: GetMyPrivateIP ok: %r\n", &my_priv_ip); + + if (a->Eth != NULL) + { + Copy(&a->Eth->MyPhysicalIPForce, &my_priv_ip, sizeof(IP)); + } + } + } + ipc = a->Ipc; interrupt = NewInterruptManager(); @@ -2381,6 +2441,10 @@ bool NnTestConnectivity(NATIVE_STACK *a, TUBE *halt_tube) IPToUINT(&ipc->ClientIPAddress), src_port, IPToUINT(&a->DnsServerIP), 53), IPToUINT(&ipc->ClientIPAddress), IPToUINT(&a->DnsServerIP), IP_PROTO_UDP, 0); + dns_query2 = NnBuildIpPacket(NnBuildUdpPacket(NnBuildDnsQueryPacket(NN_CHECK_HOSTNAME, dns_tran_id), + IPToUINT(&ipc->ClientIPAddress), src_port, IPToUINT(&a->DnsServerIP), 53), + IPToUINT(&ipc->ClientIPAddress), IPToUINT(&a->DnsServerIP2), IP_PROTO_UDP, 0); + giveup_time = Tick64() + NN_CHECK_CONNECTIVITY_TIMEOUT; AddInterrupt(interrupt, giveup_time); while (true) @@ -2401,7 +2465,16 @@ bool NnTestConnectivity(NATIVE_STACK *a, TUBE *halt_tube) AddInterrupt(interrupt, next_send_tick); - IPCSendIPv4(ipc, dns_query->Buf, dns_query->Size); + if ((num_send_dns % 2) == 0) + { + IPCSendIPv4(ipc, dns_query->Buf, dns_query->Size); + } + else + { + IPCSendIPv4(ipc, dns_query2->Buf, dns_query2->Size); + } + + num_send_dns++; } // Happy processing @@ -2424,7 +2497,8 @@ bool NnTestConnectivity(NATIVE_STACK *a, TUBE *halt_tube) if (pkt != NULL) { if (pkt->TypeL3 == L3_IPV4 && pkt->TypeL4 == L4_UDP && - pkt->L3.IPv4Header->SrcIP == IPToUINT(&a->DnsServerIP) && + (pkt->L3.IPv4Header->SrcIP == IPToUINT(&a->DnsServerIP) || + pkt->L3.IPv4Header->SrcIP == IPToUINT(&a->DnsServerIP2)) && pkt->L3.IPv4Header->DstIP == IPToUINT(&ipc->ClientIPAddress) && pkt->L4.UDPHeader->SrcPort == Endian16(53) && pkt->L4.UDPHeader->DstPort == Endian16(src_port)) { @@ -2437,6 +2511,9 @@ bool NnTestConnectivity(NATIVE_STACK *a, TUBE *halt_tube) if (NnParseDnsResponsePacket(pkt->Payload, pkt->PayloadSize, &ret_ip)) { + UINTToIP(&using_dns, pkt->L3.IPv4Header->SrcIP); + Debug("NativeStack: Using DNS: %r\n", &using_dns); + Copy(&yahoo_ip, &ret_ip, sizeof(IP)); } } @@ -2466,6 +2543,7 @@ bool NnTestConnectivity(NATIVE_STACK *a, TUBE *halt_tube) } FreeBuf(dns_query); + FreeBuf(dns_query2); if (IsZeroIP(&yahoo_ip) == false) { @@ -2589,13 +2667,37 @@ bool NnTestConnectivity(NATIVE_STACK *a, TUBE *halt_tube) FreeInterruptManager(interrupt); + if (ok) + { + if (IsZeroIP(&using_dns) == false) + { + Copy(&a->DnsServerIP, &using_dns, sizeof(IP)); + } + + if (a->IsIpRawMode) + { + if (NsStartIpTablesTracking(a) == false) + { + Debug("NsStartIpTablesTracking failed.\n"); + ok = false; + } + } + } + return ok; } // Generate source port number by a random number -UINT NnGenSrcPort() +UINT NnGenSrcPort(bool raw_ip_mode) { - return 1025 + Rand32() % (65500 - 1025); + if (raw_ip_mode == false) + { + return 1025 + Rand32() % (65500 - 1025); + } + else + { + return NN_RAW_IP_PORT_START + Rand32() % (NN_RAW_IP_PORT_END - NN_RAW_IP_PORT_START); + } } // Get a next good interface for the native NAT @@ -2617,7 +2719,9 @@ NATIVE_STACK *NnGetNextInterface(NATIVE_NAT *t) t->NextWaitTimeForRetry = NN_NEXT_WAIT_TIME_FOR_DEVICE_ENUM * MIN((t->FailedCount + 1), NN_NEXT_WAIT_TIME_MAX_FAIL_COUNT); // Get the device list - device_list = GetEthList(); + device_list = GetEthListEx(NULL, + !(t->v->HubOption != NULL && t->v->HubOption->DisableKernelModeSecureNAT), + !(t->v->HubOption != NULL && t->v->HubOption->DisableIpRawModeSecureNAT)); if (device_list == NULL || device_list->NumTokens == 0) { @@ -2720,11 +2824,17 @@ NATIVE_STACK *NnGetNextInterface(NATIVE_NAT *t) // Determine the DNS server to use UINTToIP(&ret->DnsServerIP, opt.DnsServer); + UINTToIP(&ret->DnsServerIP2, opt.DnsServer2); if (IsZeroIP(&ret->DnsServerIP)) { // Use 8.8.8.8 instead If the DNS is not assigned from the DHCP server SetIP(&ret->DnsServerIP, 8, 8, 8, 8); } + if (IsZeroIP(&ret->DnsServerIP2)) + { + // Use 8.8.4.4 instead If the DNS is not assigned from the DHCP server + SetIP(&ret->DnsServerIP2, 8, 8, 4, 4); + } // Connectivity test // (always fail if the default gateway is not set) @@ -2773,7 +2883,7 @@ void NativeNatThread(THREAD *thread, void *param) { NATIVE_STACK *a; - while (t->v->UseNat == false || (t->v->HubOption != NULL && t->v->HubOption->DisableKernelModeSecureNAT)) + while (t->v->UseNat == false || t->v->HubOption == NULL || (t->v->HubOption->DisableKernelModeSecureNAT && t->v->HubOption->DisableIpRawModeSecureNAT)) { if (t->Halt) { @@ -2802,6 +2912,8 @@ void NativeNatThread(THREAD *thread, void *param) // Acquisition success Debug("NnGetNextInterface Ok: %s\n", a->DeviceName); + t->IsRawIpMode = a->IsIpRawMode; + Lock(t->Lock); { if (a->Sock1 != NULL) @@ -2830,6 +2942,8 @@ void NativeNatThread(THREAD *thread, void *param) NnMainLoop(t, a); Debug("NnMainLoop End.\n"); + t->IsRawIpMode = false; + t->Active = false; t->PublicIP = 0; @@ -3885,15 +3999,17 @@ bool NatTransactIcmp(VH *v, NAT_ENTRY *n) void *buf; UINT recv_size; BLOCK *block; - UINT dest_port = n->DestPort; IP dest_ip; UINT num_ignore_errors = 0; + UINT dest_port = 0; // Validate arguments if (v == NULL || n == NULL) { return true; } + dest_port = n->DestPort; + if (n->DisconnectNow) { goto DISCONNECT; @@ -4088,15 +4204,17 @@ bool NatTransactUdp(VH *v, NAT_ENTRY *n) void *buf; UINT recv_size; BLOCK *block; - UINT dest_port = n->DestPort; IP dest_ip; UINT num_ignore_errors; + UINT dest_port = 0; // Validate arguments if (v == NULL || n == NULL) { return true; } + dest_port = n->DestPort; + if (n->DisconnectNow) { goto DISCONNECT; @@ -5317,7 +5435,7 @@ SCAN_FIRST: void ParseTcpOption(TCP_OPTION *o, void *data, UINT size) { UCHAR *buf = (UCHAR *)data; - UINT i; + UINT i = 0; UINT value_size = 0; UINT value_id = 0; UCHAR value[128]; @@ -5329,13 +5447,18 @@ void ParseTcpOption(TCP_OPTION *o, void *data, UINT size) Zero(o, sizeof(TCP_OPTION)); - for (i = 0;i < size;i++) + while(i < size) { if (buf[i] == 0) { return; } - if (buf[i] != 1) + else if (buf[i] == 1) + { + i++; + continue; + } + else { value_id = buf[i]; i++; @@ -5354,12 +5477,14 @@ void ParseTcpOption(TCP_OPTION *o, void *data, UINT size) return; } value_size -= 2; + Copy(value, &buf[i], value_size); i += value_size; - if (i >= size) + if (i > size) { return; } + switch (value_id) { case 2: // MSS @@ -5374,14 +5499,13 @@ void ParseTcpOption(TCP_OPTION *o, void *data, UINT size) if (value_size == 1) { UCHAR *wss = (UCHAR *)value; - o->WindowScaling = Endian16(*wss); + o->WindowScaling = *wss; } break; } } } - } // Create a new NAT TCP session @@ -7425,6 +7549,8 @@ void VirtualIcmpEchoRequestReceived(VH *v, UINT src_ip, UINT dst_ip, void *data, return; } + //Debug("ICMP: %u\n", size); + if (NnIsActive(v)) { // Process by the Native NAT @@ -10295,7 +10421,3 @@ PACKET_ADAPTER *VirtualGetPacketAdapter() } - -// 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/src/Cedar/Virtual.h b/src/Cedar/Virtual.h index de1aae42..e86e07f0 100644 --- a/src/Cedar/Virtual.h +++ b/src/Cedar/Virtual.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -115,10 +115,13 @@ #define VIRTUAL_H +#define NN_RAW_IP_PORT_START 61001 +#define NN_RAW_IP_PORT_END 65535 + #define VIRTUAL_TCP_SEND_TIMEOUT (21 * 1000) -#define NN_NEXT_WAIT_TIME_FOR_DEVICE_ENUM (60 * 1000) -#define NN_NEXT_WAIT_TIME_MAX_FAIL_COUNT 15 +#define NN_NEXT_WAIT_TIME_FOR_DEVICE_ENUM (30 * 1000) +#define NN_NEXT_WAIT_TIME_MAX_FAIL_COUNT 30 #define NN_HOSTNAME_FORMAT "securenat-%s" #define NN_HOSTNAME_STARTWITH "securenat-" @@ -191,6 +194,7 @@ struct NATIVE_NAT LIST *IpCombine; // IP combining list UINT CurrentIpQuota; // Current IP combining quota UCHAR CurrentMacAddress[6]; // Current MAC address + bool IsRawIpMode; // Is RAW_IP mode }; // ARP entry @@ -643,7 +647,7 @@ BUF *NnBuildDnsQueryPacket(char *hostname, USHORT tran_id); BUF *NnBuildUdpPacket(BUF *payload, UINT src_ip, USHORT src_port, UINT dst_ip, USHORT dst_port); BUF *NnBuildTcpPacket(BUF *payload, UINT src_ip, USHORT src_port, UINT dst_ip, USHORT dst_port, UINT seq, UINT ack, UINT flag, UINT window_size, UINT mss); BUF *NnBuildIpPacket(BUF *payload, UINT src_ip, UINT dst_ip, UCHAR protocol, UCHAR ttl); -UINT NnGenSrcPort(); +UINT NnGenSrcPort(bool raw_ip_mode); bool NnParseDnsResponsePacket(UCHAR *data, UINT size, IP *ret_ip); BUF *NnReadDnsRecord(BUF *buf, bool answer, USHORT *ret_type, USHORT *ret_class); bool NnReadDnsLabel(BUF *buf); @@ -656,6 +660,7 @@ UINT GetHashNativeNatTableForRecv(void *p); void NnSetNat(NATIVE_NAT_ENTRY *e, UINT protocol, UINT src_ip, UINT src_port, UINT dest_ip, UINT dest_port, UINT pub_ip, UINT pub_port); bool NnIsActive(VH *v); +bool NnIsActiveEx(VH *v, bool *is_ipraw_mode); void NnUdpRecvForInternet(VH *v, UINT src_ip, UINT src_port, UINT dest_ip, UINT dest_port, void *data, UINT size, UINT max_l3_size); void NnTcpRecvForInternet(VH *v, UINT src_ip, UINT src_port, UINT dest_ip, UINT dest_port, TCP_HEADER *old_tcp, void *data, UINT size, UINT max_l3_size); void NnIcmpEchoRecvForInternet(VH *v, UINT src_ip, UINT dest_ip, void *data, UINT size, UCHAR ttl, void *icmp_data, UINT icmp_size, UCHAR *ip_header, UINT ip_header_size, UINT max_l3_size); @@ -693,7 +698,3 @@ void NnSetSecureNatTargetHostname(char *name); #endif // VIRTUAL_H - -// 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/src/Cedar/WaterMark.c b/src/Cedar/WaterMark.c index 211b726b..88c98e58 100644 --- a/src/Cedar/WaterMark.c +++ b/src/Cedar/WaterMark.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -4410,7 +4410,3 @@ UINT SizeOfSaitama() - -// 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/src/Cedar/WaterMark.h b/src/Cedar/WaterMark.h index 679b28f7..8764b2bb 100644 --- a/src/Cedar/WaterMark.h +++ b/src/Cedar/WaterMark.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -134,7 +134,3 @@ UINT SizeOfSaitama(); #endif // WATERMARK_H - -// 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/src/Cedar/WebUI.c b/src/Cedar/WebUI.c index 11271638..3edbe90c 100644 --- a/src/Cedar/WebUI.c +++ b/src/Cedar/WebUI.c @@ -1,11 +1,11 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // @@ -1725,13 +1725,15 @@ static wchar_t *WuUniReadFile(char *filename) static void WuUniReplace(wchar_t **buf, wchar_t *from, wchar_t *to) { UINT dstsize; - wchar_t *oldbuf = *buf; + wchar_t *oldbuf; if(buf == NULL || from == NULL || to == NULL) { return; } + oldbuf = *buf; + dstsize = (UniCalcReplaceStrEx(*buf, from, to, true) + 1) * sizeof(wchar_t); *buf = (wchar_t*)Malloc(dstsize); UniReplaceStr(*buf, dstsize, oldbuf, from, to); @@ -1985,7 +1987,3 @@ static WU_CONTEXT *WuGetContext(LIST *contexts, char *sessionkey) } return ret; } - -// 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/src/Cedar/WebUI.h b/src/Cedar/WebUI.h index 7774fd4c..ccb1d5b3 100644 --- a/src/Cedar/WebUI.h +++ b/src/Cedar/WebUI.h @@ -1,11 +1,11 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // @@ -143,7 +143,3 @@ WEBUI *WuNewWebUI(CEDAR *cedar); WU_WEBPAGE *WuGetPage(char *target, WEBUI *wu); void WuFreeWebPage(WU_WEBPAGE *page); - -// 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/src/Cedar/Win32Com.cpp b/src/Cedar/Win32Com.cpp index 44f8b15c..c7791fc2 100644 --- a/src/Cedar/Win32Com.cpp +++ b/src/Cedar/Win32Com.cpp @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -239,6 +239,134 @@ bool Win32UPnPAddPort(UINT outside_port, UINT inside_port, bool udp, char *local return ret; } +// Install the NDIS protocol driver +bool UninstallNdisProtocolDriver(wchar_t *id, UINT lock_timeout) +{ + bool ret = false; + HRESULT hr; + INetCfg *pNetCfg; + // Validate arguments + if (id == NULL) + { + return false; + } + + hr = CoCreateInstance(CLSID_CNetCfg, NULL, CLSCTX_INPROC_SERVER, IID_INetCfg, (void **)&pNetCfg); + + if (SUCCEEDED(hr)) + { + INetCfgLock *pLock; + + hr = pNetCfg->QueryInterface(IID_INetCfgLock, (PVOID*)&pLock); + + if (SUCCEEDED(hr)) + { + LPWSTR locked_by; + + hr = pLock->AcquireWriteLock(lock_timeout, L"SoftEther VPN", &locked_by); + + if (SUCCEEDED(hr)) + { + hr = pNetCfg->Initialize(NULL); + + if (SUCCEEDED(hr)) + { + INetCfgComponent *pncc = NULL; + + hr = pNetCfg->FindComponent(id, &pncc); + + if (pncc == NULL || hr == S_FALSE) + { + hr = E_FAIL; + } + + if (SUCCEEDED(hr)) + { + INetCfgClass *pncClass; + + hr = pNetCfg->QueryNetCfgClass(&GUID_DEVCLASS_NETTRANS, IID_INetCfgClass, (void **)&pncClass); + if (SUCCEEDED(hr)) + { + INetCfgClassSetup *pncClassSetup; + + hr = pncClass->QueryInterface(IID_INetCfgClassSetup, (void **)&pncClassSetup); + if (SUCCEEDED(hr)) + { + OBO_TOKEN obo; + wchar_t *c = NULL; + + Zero(&obo, sizeof(obo)); + + obo.Type = OBO_USER; + + hr = pncClassSetup->DeInstall(pncc, &obo, &c); + + if (SUCCEEDED(hr)) + { + hr = pNetCfg->Apply(); + + if (SUCCEEDED(hr)) + { + ret = true; + } + else + { + WHERE; + Debug("0x%x\n", hr); + } + } + else + { + WHERE; + Debug("0x%x\n", hr); + } + + pncClassSetup->Release(); + } + else + { + WHERE; + } + + pncClass->Release(); + } + else + { + WHERE; + } + + pncc->Release(); + } + else + { + WHERE; + } + } + else + { + WHERE; + } + + pLock->ReleaseWriteLock(); + } + else + { + WHERE; + } + + pLock->Release(); + } + + pNetCfg->Release(); + } + else + { + WHERE; + } + + return ret; +} + // Install the NDIS protocol driver bool InstallNdisProtocolDriver(wchar_t *inf_path, wchar_t *id, UINT lock_timeout) { @@ -1003,7 +1131,3 @@ void ShowHtml(HWND hWnd, char *url, wchar_t *option) } #endif - -// 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/src/Cedar/Win32Com.h b/src/Cedar/Win32Com.h index 993b72ea..00831d7f 100644 --- a/src/Cedar/Win32Com.h +++ b/src/Cedar/Win32Com.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -137,6 +137,8 @@ extern "C" char *FolderDlgA(HWND hWnd, wchar_t *title, char *default_dir); bool InstallNdisProtocolDriver(wchar_t *inf_path, wchar_t *id, UINT lock_timeout); + bool UninstallNdisProtocolDriver(wchar_t *id, UINT lock_timeout); + bool Win32UPnPAddPort(UINT outside_port, UINT inside_port, bool udp, char *local_ip, wchar_t *description, bool remove_before_add); ////////////////////////////////////////////////////////////////////////// @@ -424,7 +426,3 @@ public: #endif // WIN32COM_H - -// 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/src/Cedar/WinJumpList.cpp b/src/Cedar/WinJumpList.cpp index a41678c2..af658717 100644 --- a/src/Cedar/WinJumpList.cpp +++ b/src/Cedar/WinJumpList.cpp @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -783,7 +783,3 @@ CT_ARGB32 CT_GetAAPix32(UCHAR* srcPtr, int width, int height, int xFix, int yFix // - -// 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/src/Cedar/WinUi.c b/src/Cedar/WinUi.c index f497b6e8..10ad4754 100644 --- a/src/Cedar/WinUi.c +++ b/src/Cedar/WinUi.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -464,7 +464,11 @@ WINUI_UPDATE *InitUpdateUi(wchar_t *title, char *name, char *family_name, UINT64 // Validate arguments if (title == NULL || name == NULL || current_build == 0 || current_ver == 0) { - return NULL; + return NULL; + } + if (MsIsWine()) + { + return false; } if (IsEmptyStr(family_name)) { @@ -3160,9 +3164,57 @@ void InitDialogInternational(HWND hWnd, void *pparam) if (hControl != NULL) { + bool set_font = true; HFONT hFont = GetDialogDefaultFontEx(param && ((DIALOG_PARAM *)param)->meiryo); - SetFont(hControl, 0, hFont); + if (MsIsWine()) + { + char classname[MAX_PATH]; + char parent_classname[MAX_PATH]; + HWND hParent = GetParent(hControl); + + Zero(classname, sizeof(classname)); + Zero(parent_classname, sizeof(parent_classname)); + + GetClassNameA(hControl, classname, sizeof(classname)); + + if (hParent != NULL) + { + GetClassNameA(hParent, parent_classname, sizeof(parent_classname)); + } + + if (StrCmpi(classname, "edit") == 0) + { + set_font = false; + } + + if (StrCmpi(classname, "combobox") == 0) + { + set_font = false; + } + + if (StrCmpi(classname, "syslistview32") == 0) + { + set_font = false; + } + + if (StrCmpi(classname, "sysheader32") == 0) + { + set_font = false; + } + + if (StrCmpi(parent_classname, "SysIPAddress32") == 0 || + StrCmpi(classname, "SysIPAddress32") == 0) + { + set_font = true; + hFont = GetFont("Tahoma", 8, false, false, false, false); + } + } + + if (set_font) + { + SetFont(hControl, 0, hFont); + } if (MsIsVista()) { @@ -3744,6 +3796,11 @@ void AboutDlgInit(HWND hWnd, WINUI_ABOUT *a) SetFont(hWnd, S_INFO3, GetFont("Arial", 7, false, false, false, false)); + if (MsIsWine()) + { + Disable(hWnd, B_LANGUAGE); + } + //DlgFont(hWnd, S_INFO4, 8, false); SetShow(hWnd, B_UPDATE_CONFIG, (a->Update != NULL)); @@ -11441,7 +11498,3 @@ void FreeWinUi() } #endif // WIN32 - -// 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/src/Cedar/WinUi.h b/src/Cedar/WinUi.h index ec25052b..7df52898 100644 --- a/src/Cedar/WinUi.h +++ b/src/Cedar/WinUi.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -204,7 +204,7 @@ typedef struct WINUI_SECURE_BATCH X *OutputX; // Output certificate K *InputK; // Input secret key LIST *EnumList; // Enumerated list - UCHAR OutputSign[128]; // Output signature + UCHAR OutputSign[4096 / 8]; // Output signature bool Succeed; // Success flag } WINUI_SECURE_BATCH; @@ -934,7 +934,3 @@ void ShowTextFile(HWND hWnd, char *filename, wchar_t *caption, UINT icon); #endif // OS_WIN32 - -// 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/src/Cedar/Wpc.c b/src/Cedar/Wpc.c index 0215e22d..cddfd383 100644 --- a/src/Cedar/Wpc.c +++ b/src/Cedar/Wpc.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -163,6 +163,14 @@ PACK *WpcCall(char *url, INTERNET_SETTING *setting, UINT timeout_connect, UINT t PACK *WpcCallEx(char *url, INTERNET_SETTING *setting, UINT timeout_connect, UINT timeout_comm, char *function_name, PACK *pack, X *cert, K *key, void *sha1_cert_hash, bool *cancel, UINT max_recv_size, char *additional_header_name, char *additional_header_value) +{ + return WpcCallEx2(url, setting, timeout_connect, timeout_comm, function_name, pack, + cert, key, sha1_cert_hash, (sha1_cert_hash == NULL ? 0 : 1), + cancel, max_recv_size, additional_header_name, additional_header_value, NULL); +} +PACK *WpcCallEx2(char *url, INTERNET_SETTING *setting, UINT timeout_connect, UINT timeout_comm, + char *function_name, PACK *pack, X *cert, K *key, void *sha1_cert_hash, UINT num_hashes, bool *cancel, UINT max_recv_size, + char *additional_header_name, char *additional_header_value, char *sni_string) { URL_DATA data; BUF *b, *recv; @@ -197,8 +205,14 @@ PACK *WpcCallEx(char *url, INTERNET_SETTING *setting, UINT timeout_connect, UINT StrCpy(data.AdditionalHeaderValue, sizeof(data.AdditionalHeaderValue), additional_header_value); } - recv = HttpRequestEx(&data, setting, timeout_connect, timeout_comm, &error, - false, b->Buf, NULL, NULL, sha1_cert_hash, cancel, max_recv_size); + if (sni_string != NULL && IsEmptyStr(sni_string) == false) + { + StrCpy(data.SniString, sizeof(data.SniString), sni_string); + } + + recv = HttpRequestEx3(&data, setting, timeout_connect, timeout_comm, &error, + false, b->Buf, NULL, NULL, sha1_cert_hash, num_hashes, cancel, max_recv_size, + NULL, NULL); FreeBuf(b); @@ -609,7 +623,7 @@ SOCK *WpcSockConnectEx(WPC_CONNECT *param, UINT *error_code, UINT timeout, bool switch (param->ProxyType) { case PROXY_DIRECT: - sock = TcpConnectEx3(param->HostName, param->Port, timeout, cancel, NULL, true, NULL, false, false); + sock = TcpConnectEx3(param->HostName, param->Port, timeout, cancel, NULL, true, NULL, false, false, NULL); if (sock == NULL) { err = ERR_CONNECT_FAILED; @@ -629,7 +643,7 @@ SOCK *WpcSockConnectEx(WPC_CONNECT *param, UINT *error_code, UINT timeout, bool case PROXY_SOCKS: sock = SocksConnectEx2(&c, param->ProxyHostName, param->ProxyPort, param->HostName, param->Port, - param->ProxyUsername, false, cancel, NULL, timeout); + param->ProxyUsername, false, cancel, NULL, timeout, NULL); if (sock == NULL) { err = c.Err; @@ -693,6 +707,16 @@ BUF *HttpRequestEx2(URL_DATA *data, INTERNET_SETTING *setting, UINT *error_code, bool check_ssl_trust, char *post_data, WPC_RECV_CALLBACK *recv_callback, void *recv_callback_param, void *sha1_cert_hash, bool *cancel, UINT max_recv_size, char *header_name, char *header_value) +{ + return HttpRequestEx3(data, setting, timeout_connect, timeout_comm, error_code, check_ssl_trust, + post_data, recv_callback, recv_callback_param, sha1_cert_hash, (sha1_cert_hash == NULL ? 0 : 1), + cancel, max_recv_size, header_name, header_value); +} +BUF *HttpRequestEx3(URL_DATA *data, INTERNET_SETTING *setting, + UINT timeout_connect, UINT timeout_comm, + UINT *error_code, bool check_ssl_trust, char *post_data, + WPC_RECV_CALLBACK *recv_callback, void *recv_callback_param, void *sha1_cert_hash, UINT num_hashes, + bool *cancel, UINT max_recv_size, char *header_name, char *header_value) { WPC_CONNECT con; SOCK *s; @@ -728,6 +752,14 @@ BUF *HttpRequestEx2(URL_DATA *data, INTERNET_SETTING *setting, { timeout_comm = WPC_TIMEOUT; } + if (sha1_cert_hash == NULL) + { + num_hashes = 0; + } + if (num_hashes == 0) + { + sha1_cert_hash = NULL; + } // Connection Zero(&con, sizeof(con)); @@ -758,7 +790,7 @@ BUF *HttpRequestEx2(URL_DATA *data, INTERNET_SETTING *setting, else { // If the connection is not SSL via HTTP Proxy - s = TcpConnectEx3(con.ProxyHostName, con.ProxyPort, timeout_connect, cancel, NULL, true, NULL, false, false); + s = TcpConnectEx3(con.ProxyHostName, con.ProxyPort, timeout_connect, cancel, NULL, true, NULL, false, false, NULL); if (s == NULL) { *error_code = ERR_PROXY_CONNECT_FAILED; @@ -773,7 +805,7 @@ BUF *HttpRequestEx2(URL_DATA *data, INTERNET_SETTING *setting, if (data->Secure) { // Start the SSL communication - if (StartSSLEx(s, NULL, NULL, true, 0, NULL) == false) + if (StartSSLEx(s, NULL, NULL, true, 0, (IsEmptyStr(data->SniString) ? NULL : data->SniString)) == false) { // SSL connection failed *error_code = ERR_PROTOCOL_ERROR; @@ -782,13 +814,28 @@ BUF *HttpRequestEx2(URL_DATA *data, INTERNET_SETTING *setting, return NULL; } - if (sha1_cert_hash != NULL) + if (sha1_cert_hash != NULL && num_hashes >= 1) { UCHAR hash[SHA1_SIZE]; + UINT i; + bool ok = false; + Zero(hash, sizeof(hash)); GetXDigest(s->RemoteX, hash, true); - if (Cmp(hash, sha1_cert_hash, SHA1_SIZE) != 0) + for (i = 0;i < num_hashes;i++) + { + UCHAR *a = (UCHAR *)sha1_cert_hash; + a += (SHA1_SIZE * i); + + if (Cmp(hash, a, SHA1_SIZE) == 0) + { + ok = true; + break; + } + } + + if (ok == false) { // Destination certificate hash mismatch *error_code = ERR_CERT_NOT_TRUSTED; @@ -1362,7 +1409,3 @@ void EncodeSafe64(char *dst, void *src, UINT src_size) Base64ToSafe64(dst); } - -// 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/src/Cedar/Wpc.h b/src/Cedar/Wpc.h index 0e23d617..99bf4cb4 100644 --- a/src/Cedar/Wpc.h +++ b/src/Cedar/Wpc.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -159,6 +159,7 @@ struct URL_DATA char Referer[MAX_SIZE * 3]; // Referer char AdditionalHeaderName[128]; // Additional header name char AdditionalHeaderValue[MAX_SIZE]; // Additional header value + char SniString[MAX_SIZE]; // SNI String }; // WPC entry @@ -204,6 +205,11 @@ BUF *HttpRequestEx2(URL_DATA *data, INTERNET_SETTING *setting, UINT *error_code, bool check_ssl_trust, char *post_data, WPC_RECV_CALLBACK *recv_callback, void *recv_callback_param, void *sha1_cert_hash, bool *cancel, UINT max_recv_size, char *header_name, char *header_value); +BUF *HttpRequestEx3(URL_DATA *data, INTERNET_SETTING *setting, + UINT timeout_connect, UINT timeout_comm, + UINT *error_code, bool check_ssl_trust, char *post_data, + WPC_RECV_CALLBACK *recv_callback, void *recv_callback_param, void *sha1_cert_hash, UINT num_hashes, + bool *cancel, UINT max_recv_size, char *header_name, char *header_value); SOCK *WpcSockConnect(WPC_CONNECT *param, UINT *error_code, UINT timeout); SOCK *WpcSockConnectEx(WPC_CONNECT *param, UINT *error_code, UINT timeout, bool *cancel); SOCK *WpcSockConnect2(char *hostname, UINT port, INTERNET_SETTING *t, UINT *error_code, UINT timeout); @@ -223,12 +229,11 @@ PACK *WpcCall(char *url, INTERNET_SETTING *setting, UINT timeout_connect, UINT t PACK *WpcCallEx(char *url, INTERNET_SETTING *setting, UINT timeout_connect, UINT timeout_comm, char *function_name, PACK *pack, X *cert, K *key, void *sha1_cert_hash, bool *cancel, UINT max_recv_size, char *additional_header_name, char *additional_header_value); +PACK *WpcCallEx2(char *url, INTERNET_SETTING *setting, UINT timeout_connect, UINT timeout_comm, + char *function_name, PACK *pack, X *cert, K *key, void *sha1_cert_hash, UINT num_hashes, bool *cancel, UINT max_recv_size, + char *additional_header_name, char *additional_header_value, char *sni_string); bool IsProxyPrivateIp(INTERNET_SETTING *s); #endif // WPC_H - -// 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/src/ChangeLog.txt b/src/ChangeLog.txt deleted file mode 100644 index 910cf2f2..00000000 --- a/src/ChangeLog.txt +++ /dev/null @@ -1,10 +0,0 @@ -ChangeLog of SoftEther VPN --------------------------- - -The ChangeLog of SoftEther VPN is on our web site: -http://www.softether.org/5-download/history - -(In Japanese: http://ja.softether.org/5-download/history) - -Enjoy it! - diff --git a/src/CurrentBuild.txt b/src/CurrentBuild.txt index 50d3b83c..3d90a6de 100644 --- a/src/CurrentBuild.txt +++ b/src/CurrentBuild.txt @@ -1,4 +1,4 @@ -BUILD_NUMBER 9546 -VERSION 415 +BUILD_NUMBER 9650 +VERSION 424 BUILD_NAME beta -BUILD_DATE 20150405_025408 +BUILD_DATE 20171019_142818 diff --git a/src/GlobalConst.h b/src/GlobalConst.h index 2dfb7a7e..2ba06c54 100644 --- a/src/GlobalConst.h +++ b/src/GlobalConst.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Global Constants Header // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -122,60 +122,56 @@ #define CEDAR_PRODUCT_STR "SoftEther" #define CEDAR_PRODUCT_STR_W L"SoftEther" -#define CEDAR_SERVER_STR "SoftEther VPN Server" -#define CEDAR_BRIDGE_STR "SoftEther VPN Bridge" -#define CEDAR_BETA_SERVER "SoftEther VPN Server Pre Release" -#define CEDAR_MANAGER_STR "SoftEther VPN Server Manager" +#define CEDAR_SERVER_STR "SoftEther VPN Server Developer Edition" +#define CEDAR_BRIDGE_STR "SoftEther VPN Bridge Developer Edition" +#define CEDAR_BETA_SERVER "SoftEther VPN Server Pre Release Developer Edition" +#define CEDAR_MANAGER_STR "SoftEther VPN Server Manager Developer Edition" #define CEDAR_CUI_STR "SoftEther VPN Command-Line Admin Tool" -#define CEDAR_ELOG "SoftEther EtherLogger" -#define CEDAR_CLIENT_STR "SoftEther VPN Client" -#define CEDAR_CLIENT_MANAGER_STR "SoftEther VPN Client Connection Manager" -#define CEDAR_ROUTER_STR "SoftEther VPN User-mode Router" -#define CEDAR_SERVER_LINK_STR "SoftEther VPN Server (Cascade Mode)" -#define CEDAR_BRIDGE_LINK_STR "SoftEther VPN Bridge (Cascade Mode)" -#define CEDAR_SERVER_FARM_STR "SoftEther VPN Server (Cluster RPC Mode)" +#define CEDAR_ELOG "SoftEther EtherLogger Developer Edition" +#define CEDAR_CLIENT_STR "SoftEther VPN Client Developer Edition" +#define CEDAR_CLIENT_MANAGER_STR "SoftEther VPN Client Connection Manager Developer Edition" +#define CEDAR_ROUTER_STR "SoftEther VPN User-mode Router Developer Edition" +#define CEDAR_SERVER_LINK_STR "SoftEther VPN Server Developer Edition (Cascade Mode)" +#define CEDAR_BRIDGE_LINK_STR "SoftEther VPN Bridge Developer Edition (Cascade Mode)" +#define CEDAR_SERVER_FARM_STR "SoftEther VPN Server Developer Edition (Cluster RPC Mode)" //// Default Port Number #define GC_DEFAULT_PORT 5555 -#define GC_CLIENT_CONFIG_PORT 9930 -#define GC_CLIENT_NOTIFY_PORT 9983 +#define GC_CLIENT_CONFIG_PORT 9931 +#define GC_CLIENT_NOTIFY_PORT 9984 //// Software Name -#define GC_SVC_NAME_VPNSERVER "SEVPNSERVER" -#define GC_SVC_NAME_VPNCLIENT "SEVPNCLIENT" -#define GC_SVC_NAME_VPNBRIDGE "SEVPNBRIDGE" +#define GC_SVC_NAME_VPNSERVER "SEVPNSERVERDEV" +#define GC_SVC_NAME_VPNCLIENT "SEVPNCLIENTDEV" +#define GC_SVC_NAME_VPNBRIDGE "SEVPNBRIDGEDEV" //// Registry -#define GC_REG_COMPANY_NAME "SoftEther Project" +#define GC_REG_COMPANY_NAME "SoftEther VPN Developer Edition" //// Setup Wizard -#define GC_SW_UIHELPER_REGVALUE "SoftEther VPN Client UI Helper" -#define GC_SW_SOFTETHER_PREFIX "se" -#define GC_SW_SOFTETHER_PREFIX_W L"se" +#define GC_SW_UIHELPER_REGVALUE "SoftEther VPN Client UI Helper Developer Edition" +#define GC_SW_SOFTETHER_PREFIX "sedev" +#define GC_SW_SOFTETHER_PREFIX_W L"sedev" //// VPN UI Components -#define GC_UI_APPID_CM L"SoftEther.SoftEther VPN Client" +#define GC_UI_APPID_CM L"SoftEther.SoftEther VPN Client Developer Edition" #endif // GLOBAL_CONST_H - -// 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/src/Ham/Ham.vcproj b/src/Ham/Ham.vcproj index 0cf4a043..c4529f71 100644 --- a/src/Ham/Ham.vcproj +++ b/src/Ham/Ham.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir);$(SolutionDir)Mayaqua" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -232,7 +232,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir);$(SolutionDir)Mayaqua" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/LICENSE.TXT b/src/LICENSE.TXT deleted file mode 100644 index a919c97b..00000000 --- a/src/LICENSE.TXT +++ /dev/null @@ -1,345 +0,0 @@ -SoftEther VPN Server, Client and Bridge are free software, and released as -open-source. You can redistribute them and/or modify them under the terms of -the GNU General Public License version 2 as published by the Free Software -Foundation. - -Copyright (c) 2012-2015 Daiyuu Nobori. -Copyright (c) 2012-2015 SoftEther Project at University of Tsukuba, Japan. -Copyright (c) 2012-2015 SoftEther Corporation. -All Rights Reserved. -http://www.softether.org/ - -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. - -This program is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License version 2 -along with this program; if not, write to the Free Software Foundation, Inc., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. -Neither the name of SoftEther nor the names of its contributors may be used to -endorse or promote products derived from this software without specific prior -written permission. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -THIS SOFTWARE IS DEVELOPED IN JAPAN, AND DISTRIBUTED FROM JAPAN, UNDER -JAPANESE LAWS. YOU MUST AGREE IN ADVANCE TO USE, COPY, MODIFY, MERGE, PUBLISH, -DISTRIBUTE, SUBLICENSE, AND/OR SELL COPIES OF THIS SOFTWARE, THAT ANY -JURIDICAL DISPUTES WHICH ARE CONCERNED TO THIS SOFTWARE OR ITS CONTENTS, -AGAINST US (SOFTETHER PROJECT, SOFTETHER CORPORATION, DAIYUU NOBORI OR OTHER -SUPPLIERS), OR ANY JURIDICAL DISPUTES AGAINST US WHICH ARE CAUSED BY ANY KIND -OF USING, COPYING, MODIFYING, MERGING, PUBLISHING, DISTRIBUTING, SUBLICENSING, -AND/OR SELLING COPIES OF THIS SOFTWARE SHALL BE REGARDED AS BE CONSTRUED AND -CONTROLLED BY JAPANESE LAWS, AND YOU MUST FURTHER CONSENT TO EXCLUSIVE -JURISDICTION AND VENUE IN THE COURTS SITTING IN TOKYO, JAPAN. YOU MUST WAIVE -ALL DEFENSES OF LACK OF PERSONAL JURISDICTION AND FORUM NON CONVENIENS. -PROCESS MAY BE SERVED ON EITHER PARTY IN THE MANNER AUTHORIZED BY APPLICABLE -LAW OR COURT RULE. - -USE ONLY IN JAPAN. DO NOT USE THIS SOFTWARE IN ANOTHER COUNTRY UNLESS YOU HAVE -A CONFIRMATION THAT THIS SOFTWARE DOES NOT VIOLATE ANY CRIMINAL LAWS OR CIVIL -RIGHTS IN THAT PARTICULAR COUNTRY. USING THIS SOFTWARE IN OTHER COUNTRIES IS -COMPLETELY AT YOUR OWN RISK. THE SOFTETHER VPN PROJECT HAS DEVELOPED AND -DISTRIBUTED THIS SOFTWARE TO COMPLY ONLY WITH THE JAPANESE LAWS AND EXISTING -CIVIL RIGHTS INCLUDING PATENTS WHICH ARE SUBJECTS APPLY IN JAPAN. OTHER -COUNTRIES' LAWS OR CIVIL RIGHTS ARE NONE OF OUR CONCERNS NOR RESPONSIBILITIES. -WE HAVE NEVER INVESTIGATED ANY CRIMINAL REGULATIONS, CIVIL LAWS OR -INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENTS IN ANY OF OTHER 200+ COUNTRIES -AND TERRITORIES. BY NATURE, THERE ARE 200+ REGIONS IN THE WORLD, WITH -DIFFERENT LAWS. IT IS IMPOSSIBLE TO VERIFY EVERY COUNTRIES' LAWS, REGULATIONS -AND CIVIL RIGHTS TO MAKE THE SOFTWARE COMPLY WITH ALL COUNTRIES' LAWS BY THE -PROJECT. EVEN IF YOU WILL BE SUED BY A PRIVATE ENTITY OR BE DAMAGED BY A -PUBLIC SERVANT IN YOUR COUNTRY, THE DEVELOPERS OF THIS SOFTWARE WILL NEVER BE -LIABLE TO RECOVER OR COMPENSATE SUCH DAMAGES, CRIMINAL OR CIVIL -RESPONSIBILITIES. NOTE THAT THIS LINE IS NOT LICENSE RESTRICTION BUT JUST A -STATEMENT FOR WARNING AND DISCLAIMER. - -THE FOLLOWING GPLV2 CONDITIONS APPLY ON ALL SOFTETHER VPN PROGRAMS WHICH ARE -DEVELOPED BY SOFTETHER VPN PROJECT. - -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. - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your freedom to -share and change it. By contrast, the GNU General Public License is intended -to guarantee your freedom to share and change free software--to make sure the -software is free for all its users. This General Public License applies to -most of the Free Software Foundation's software and to any other program whose -authors commit to using it. (Some other Free Software Foundation software is -covered by the GNU Lesser General Public License instead.) You can apply it -to your programs, too. - - When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom to -distribute copies of free software (and charge for this service if you wish), -that you receive source code or can get it if you want it, that you can change -the software or use pieces of it in new free programs; and that you know you -can do these things. - - To protect your rights, we need to make restrictions that forbid anyone to -deny you these rights or to ask you to surrender the rights. These -restrictions translate to certain responsibilities for you if you distribute -copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether gratis or -for a fee, you must give the recipients all the rights that you have. You -must make sure that they, too, receive or can get the source code. And you -must show them these terms so they know their rights. - - We protect your rights with two steps: (1) copyright the software, and (2) -offer you this license which gives you legal permission to copy, distribute -and/or modify the software. - - Also, for each author's protection and ours, we want to make certain that -everyone understands that there is no warranty for this free software. If the -software is modified by someone else and passed on, we want its recipients to -know that what they have is not the original, so that any problems introduced -by others will not reflect on the original authors' reputations. - - Finally, any free program is threatened constantly by software patents. We -wish to avoid the danger that redistributors of a free program will -individually obtain patent licenses, in effect making the program proprietary. -To prevent this, we have made it clear that any patent must be licensed for -everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and modification -follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains a notice -placed by the copyright holder saying it may be distributed under the terms of -this General Public License. The "Program", below, refers to any such program -or work, and a "work based on the Program" means either the Program or any -derivative work under copyright law: that is to say, a work containing the -Program or a portion of it, either verbatim or with modifications and/or -translated into another language. (Hereinafter, translation is included -without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not covered -by this License; they are outside its scope. The act of running the Program -is not restricted, and the output from the Program is covered only if its -contents constitute a work based on the Program (independent of having been -made by running the Program). Whether that is true depends on what the Program -does. - - 1. You may copy and distribute verbatim copies of the Program's source code -as you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this License -and to the absence of any warranty; and give any other recipients of the -Program a copy of this License along with the Program. - -You may charge a fee for the physical act of transferring a copy, and you may -at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion of it, -thus forming a work based on the Program, and copy and distribute such -modifications or work under the terms of Section 1 above, provided that you -also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices stating -that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in whole -or in part contains or is derived from the Program or any part thereof, to be -licensed as a whole at no charge to all third parties under the terms of this -License. - - c) If the modified program normally reads commands interactively when run, -you must cause it, when started running for such interactive use in the most -ordinary way, to print or display an announcement including an appropriate -copyright notice and a notice that there is no warranty (or else, saying that -you provide a warranty) and that users may redistribute the program under -these conditions, and telling the user how to view a copy of this License. -(Exception: if the Program itself is interactive but does not normally print -such an announcement, your work based on the Program is not required to print -an announcement.) - -These requirements apply to the modified work as a whole. If identifiable -sections of that work are not derived from the Program, and can be reasonably -considered independent and separate works in themselves, then this License, -and its terms, do not apply to those sections when you distribute them as -separate works. But when you distribute the same sections as part of a whole -which is a work based on the Program, the distribution of the whole must be on -the terms of this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest your -rights to work written entirely by you; rather, the intent is to exercise the -right to control the distribution of derivative or collective works based on -the Program. - -In addition, mere aggregation of another work not based on the Program with -the Program (or with a work based on the Program) on a volume of a storage or -distribution medium does not bring the other work under the scope of this -License. - - 3. You may copy and distribute the Program (or a work based on it, under -Section 2) in object code or executable form under the terms of Sections 1 and -2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable source -code, which must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three years, to -give any third party, for a charge no more than your cost of physically -performing source distribution, a complete machine-readable copy of the -corresponding source code, to be distributed under the terms of Sections 1 and -2 above on a medium customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer to -distribute corresponding source code. (This alternative is allowed only for -noncommercial distribution and only if you received the program in object code -or executable form with such an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for making -modifications to it. For an executable work, complete source code means all -the source code for all modules it contains, plus any associated interface -definition files, plus the scripts used to control compilation and -installation of the executable. However, as a special exception, the source -code distributed need not include anything that is normally distributed (in -either source or binary form) with the major components (compiler, kernel, and -so on) of the operating system on which the executable runs, unless that -component itself accompanies the executable. - -If distribution of executable or object code is made by offering access to -copy from a designated place, then offering equivalent access to copy the -source code from the same place counts as distribution of the source code, -even though third parties are not compelled to copy the source along with the -object code. - - 4. You may not copy, modify, sublicense, or distribute the Program except as -expressly provided under this License. Any attempt otherwise to copy, modify, -sublicense or distribute the Program is void, and will automatically terminate -your rights under this License. However, parties who have received copies, or -rights, from you under this License will not have their licenses terminated so -long as such parties remain in full compliance. - - 5. You are not required to accept this License, since you have not signed -it. However, nothing else grants you permission to modify or distribute the -Program or its derivative works. These actions are prohibited by law if you -do not accept this License. Therefore, by modifying or distributing the -Program (or any work based on the Program), you indicate your acceptance of -this License to do so, and all its terms and conditions for copying, -distributing or modifying the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the original -licensor to copy, distribute or modify the Program subject to these terms and -conditions. You may not impose any further restrictions on the recipients' -exercise of the rights granted herein. You are not responsible for enforcing -compliance by third parties to this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or otherwise) -that contradict the conditions of this License, they do not excuse you from -the conditions of this License. If you cannot distribute so as to satisfy -simultaneously your obligations under this License and any other pertinent -obligations, then as a consequence you may not distribute the Program at all. -For example, if a patent license would not permit royalty-free redistribution -of the Program by all those who receive copies directly or indirectly through -you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply and -the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any patents or -other property right claims or to contest validity of any such claims; this -section has the sole purpose of protecting the integrity of the free software -distribution system, which is implemented by public license practices. Many -people have made generous contributions to the wide range of software -distributed through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee cannot impose that -choice. - -This section is intended to make thoroughly clear what is believed to be a -consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in certain -countries either by patents or by copyrighted interfaces, the original -copyright holder who places the Program under this License may add an explicit -geographical distribution limitation excluding those countries, so that -distribution is permitted only in or among countries not thus excluded. In -such case, this License incorporates the limitation as if written in the body -of this License. - - 9. The Free Software Foundation may publish revised and/or new versions of -the General Public License from time to time. Such new versions will be -similar in spirit to the present version, but may differ in detail to address -new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any later -version", you have the option of following the terms and conditions either of -that version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of this License, -you may choose any version ever published by the Free Software Foundation. - - 10. If you wish to incorporate parts of the Program into other free programs -whose distribution conditions are different, write to the author to ask for -permission. For software which is copyrighted by the Free Software -Foundation, write to the Free Software Foundation; we sometimes make -exceptions for this. Our decision will be guided by the two goals of -preserving the free status of all derivatives of our free software and of -promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR -THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE -STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE -PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, -YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO -LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR -THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - -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. - diff --git a/src/Makefile64 b/src/Makefile64 deleted file mode 100644 index f02d7deb..00000000 --- a/src/Makefile64 +++ /dev/null @@ -1,361 +0,0 @@ -# PacketiX VPN Source Code -# Copyright (c) SoftEther Corporation. All Rights Reserved. -# Platform: linux-x86-64bit - -# Variables -CC=gcc - -OPTIONS_COMPILE_DEBUG=-DUNIX_LINUX -DCPU_64 -DCPU_X64 -D_DEBUG -DDEBUG -DUNIX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./ -I./Cedar/ -I./Mayaqua/ -g -fsigned-char -pthread -m64 - -OPTIONS_LINK_DEBUG=-g -fsigned-char -pthread -m64 -lm -ldl -lrt -lpthread -L./ lib/64/libssl.a lib/64/libcrypto.a lib/64/libiconv.a lib/64/libcharset.a lib/64/libedit.a lib/64/libncurses.a lib/64/libz.a lib/64/libintelaes.a - -OPTIONS_COMPILE_RELEASE=-DUNIX_LINUX -DCPU_64 -DCPU_X64 -DNDEBUG -DVPN_SPEED -DMAYAQUA_REPLACE -DUNIX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./ -I./Cedar/ -I./Mayaqua/ -O2 -fsigned-char -pthread -m64 - -OPTIONS_LINK_RELEASE=-O2 -fsigned-char -pthread -m64 -lm -ldl -lrt -lpthread -L./ lib/64/libssl.a lib/64/libcrypto.a lib/64/libiconv.a lib/64/libcharset.a lib/64/libedit.a lib/64/libncurses.a lib/64/libz.a lib/64/libintelaes.a - -ifeq ($(DEBUG),YES) - OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG) - OPTIONS_LINK=$(OPTIONS_LINK_DEBUG) -else - OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE) - OPTIONS_LINK=$(OPTIONS_LINK_RELEASE) -endif - -# Files -HEADERS_MAYAQUA=Mayaqua/Cfg.h Mayaqua/cryptoki.h Mayaqua/Encrypt.h Mayaqua/FileIO.h Mayaqua/intelaes/iaesni.h Mayaqua/Internat.h Mayaqua/Kernel.h Mayaqua/Mayaqua.h Mayaqua/MayaType.h Mayaqua/Memory.h Mayaqua/Microsoft.h Mayaqua/Network.h Mayaqua/Object.h Mayaqua/openssl/aes.h Mayaqua/openssl/asn1.h Mayaqua/openssl/asn1_mac.h Mayaqua/openssl/asn1t.h Mayaqua/openssl/bio.h Mayaqua/openssl/blowfish.h Mayaqua/openssl/bn.h Mayaqua/openssl/buffer.h Mayaqua/openssl/cast.h Mayaqua/openssl/comp.h Mayaqua/openssl/conf.h Mayaqua/openssl/conf_api.h Mayaqua/openssl/crypto.h Mayaqua/openssl/des.h Mayaqua/openssl/des_old.h Mayaqua/openssl/dh.h Mayaqua/openssl/dsa.h Mayaqua/openssl/dso.h Mayaqua/openssl/dtls1.h Mayaqua/openssl/e_os2.h Mayaqua/openssl/ebcdic.h Mayaqua/openssl/ec.h Mayaqua/openssl/ecdh.h Mayaqua/openssl/ecdsa.h Mayaqua/openssl/engine.h Mayaqua/openssl/err.h Mayaqua/openssl/evp.h Mayaqua/openssl/fips.h Mayaqua/openssl/fips_rand.h Mayaqua/openssl/hmac.h Mayaqua/openssl/idea.h Mayaqua/openssl/krb5_asn.h Mayaqua/openssl/kssl.h Mayaqua/openssl/lhash.h Mayaqua/openssl/md2.h Mayaqua/openssl/md4.h Mayaqua/openssl/md5.h Mayaqua/openssl/mdc2.h Mayaqua/openssl/obj_mac.h Mayaqua/openssl/objects.h Mayaqua/openssl/ocsp.h Mayaqua/openssl/opensslconf.h Mayaqua/openssl/opensslv.h Mayaqua/openssl/ossl_typ.h Mayaqua/openssl/pem.h Mayaqua/openssl/pem2.h Mayaqua/openssl/pkcs12.h Mayaqua/openssl/pkcs7.h Mayaqua/openssl/pq_compat.h Mayaqua/openssl/pqueue.h Mayaqua/openssl/rand.h Mayaqua/openssl/rc2.h Mayaqua/openssl/rc4.h Mayaqua/openssl/rc5.h Mayaqua/openssl/ripemd.h Mayaqua/openssl/rsa.h Mayaqua/openssl/safestack.h Mayaqua/openssl/sha.h Mayaqua/openssl/ssl.h Mayaqua/openssl/ssl2.h Mayaqua/openssl/ssl23.h Mayaqua/openssl/ssl3.h Mayaqua/openssl/stack.h Mayaqua/openssl/store.h Mayaqua/openssl/symhacks.h Mayaqua/openssl/tls1.h Mayaqua/openssl/tmdiff.h Mayaqua/openssl/txt_db.h Mayaqua/openssl/ui.h Mayaqua/openssl/ui_compat.h Mayaqua/openssl/x509.h Mayaqua/openssl/x509_vfy.h Mayaqua/openssl/x509v3.h Mayaqua/OS.h Mayaqua/Pack.h Mayaqua/pkcs11.h Mayaqua/pkcs11f.h Mayaqua/pkcs11t.h Mayaqua/Secure.h Mayaqua/Str.h Mayaqua/Table.h Mayaqua/TcpIp.h Mayaqua/Tick64.h Mayaqua/Tracking.h Mayaqua/TunTap.h Mayaqua/Unix.h Mayaqua/Win32.h Mayaqua/zlib/zconf.h Mayaqua/zlib/zlib.h -HEADERS_CEDAR=Cedar/Account.h Cedar/Admin.h Cedar/AzureClient.h Cedar/AzureServer.h Cedar/Bridge.h Cedar/BridgeUnix.h Cedar/BridgeWin32.h Cedar/Cedar.h Cedar/CedarPch.h Cedar/CedarType.h Cedar/Client.h Cedar/CM.h Cedar/CMInner.h Cedar/Command.h Cedar/Connection.h Cedar/Console.h Cedar/Database.h Cedar/DDNS.h Cedar/EM.h Cedar/EMInner.h Cedar/EtherLog.h Cedar/Hub.h Cedar/Interop_OpenVPN.h Cedar/Interop_SSTP.h Cedar/IPsec.h Cedar/IPsec_EtherIP.h Cedar/IPsec_IKE.h Cedar/IPsec_IkePacket.h Cedar/IPsec_IPC.h Cedar/IPsec_L2TP.h Cedar/IPsec_PPP.h Cedar/IPsec_Win7.h Cedar/IPsec_Win7Inner.h Cedar/Layer3.h Cedar/Link.h Cedar/Listener.h Cedar/Logging.h Cedar/Nat.h Cedar/NativeStack.h Cedar/NM.h Cedar/NMInner.h Cedar/NullLan.h Cedar/Protocol.h Cedar/Radius.h Cedar/Remote.h Cedar/Sam.h Cedar/SecureInfo.h Cedar/SecureNAT.h Cedar/SeLowUser.h Cedar/Server.h Cedar/Session.h Cedar/SM.h Cedar/SMInner.h Cedar/SW.h Cedar/SWInner.h Cedar/UdpAccel.h Cedar/UT.h Cedar/VG.h Cedar/Virtual.h Cedar/VLan.h Cedar/VLanUnix.h Cedar/VLanWin32.h Cedar/WaterMark.h Cedar/WebUI.h Cedar/Win32Com.h Cedar/WinUi.h Cedar/Wpc.h -OBJECTS_MAYAQUA=object/Mayaqua/Cfg.o object/Mayaqua/Encrypt.o object/Mayaqua/FileIO.o object/Mayaqua/Internat.o object/Mayaqua/Kernel.o object/Mayaqua/Mayaqua.o object/Mayaqua/Memory.o object/Mayaqua/Microsoft.o object/Mayaqua/Network.o object/Mayaqua/Object.o object/Mayaqua/OS.o object/Mayaqua/Pack.o object/Mayaqua/Secure.o object/Mayaqua/Str.o object/Mayaqua/Table.o object/Mayaqua/TcpIp.o object/Mayaqua/Tick64.o object/Mayaqua/Tracking.o object/Mayaqua/Unix.o object/Mayaqua/Win32.o -OBJECTS_CEDAR=object/Cedar/Account.o object/Cedar/Admin.o object/Cedar/AzureClient.o object/Cedar/AzureServer.o object/Cedar/Bridge.o object/Cedar/BridgeUnix.o object/Cedar/BridgeWin32.o object/Cedar/Cedar.o object/Cedar/CedarPch.o object/Cedar/Client.o object/Cedar/CM.o object/Cedar/Command.o object/Cedar/Connection.o object/Cedar/Console.o object/Cedar/Database.o object/Cedar/DDNS.o object/Cedar/EM.o object/Cedar/EtherLog.o object/Cedar/Hub.o object/Cedar/Interop_OpenVPN.o object/Cedar/Interop_SSTP.o object/Cedar/IPsec.o object/Cedar/IPsec_EtherIP.o object/Cedar/IPsec_IKE.o object/Cedar/IPsec_IkePacket.o object/Cedar/IPsec_IPC.o object/Cedar/IPsec_L2TP.o object/Cedar/IPsec_PPP.o object/Cedar/IPsec_Win7.o object/Cedar/Layer3.o object/Cedar/Link.o object/Cedar/Listener.o object/Cedar/Logging.o object/Cedar/Nat.o object/Cedar/NativeStack.o object/Cedar/NM.o object/Cedar/NullLan.o object/Cedar/Protocol.o object/Cedar/Radius.o object/Cedar/Remote.o object/Cedar/Sam.o object/Cedar/SecureInfo.o object/Cedar/SecureNAT.o object/Cedar/SeLowUser.o object/Cedar/Server.o object/Cedar/Session.o object/Cedar/SM.o object/Cedar/SW.o object/Cedar/UdpAccel.o object/Cedar/UT.o object/Cedar/VG.o object/Cedar/Virtual.o object/Cedar/VLan.o object/Cedar/VLanUnix.o object/Cedar/VLanWin32.o object/Cedar/WaterMark.o object/Cedar/WebUI.o object/Cedar/WinUi.o object/Cedar/Wpc.o - -# Build Action -default: build - -build: $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) bin/ham bin/vpnserver bin/vpnbridge bin/vpnclient bin/vpncmd - -# Mayaqua Kernel Code -object/Mayaqua/Cfg.o: Mayaqua/Cfg.c $(HEADERS_MAYAQUA) - @mkdir -p object/ - @mkdir -p object/Mayaqua/ - @mkdir -p object/Cedar/ - @mkdir -p code/ - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Cfg.c -o object/Mayaqua/Cfg.o - -object/Mayaqua/Encrypt.o: Mayaqua/Encrypt.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Encrypt.c -o object/Mayaqua/Encrypt.o - -object/Mayaqua/FileIO.o: Mayaqua/FileIO.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/FileIO.c -o object/Mayaqua/FileIO.o - -object/Mayaqua/Internat.o: Mayaqua/Internat.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Internat.c -o object/Mayaqua/Internat.o - -object/Mayaqua/Kernel.o: Mayaqua/Kernel.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Kernel.c -o object/Mayaqua/Kernel.o - -object/Mayaqua/Mayaqua.o: Mayaqua/Mayaqua.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Mayaqua.c -o object/Mayaqua/Mayaqua.o - -object/Mayaqua/Memory.o: Mayaqua/Memory.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Memory.c -o object/Mayaqua/Memory.o - -object/Mayaqua/Microsoft.o: Mayaqua/Microsoft.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Microsoft.c -o object/Mayaqua/Microsoft.o - -object/Mayaqua/Network.o: Mayaqua/Network.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Network.c -o object/Mayaqua/Network.o - -object/Mayaqua/Object.o: Mayaqua/Object.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Object.c -o object/Mayaqua/Object.o - -object/Mayaqua/OS.o: Mayaqua/OS.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/OS.c -o object/Mayaqua/OS.o - -object/Mayaqua/Pack.o: Mayaqua/Pack.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Pack.c -o object/Mayaqua/Pack.o - -object/Mayaqua/Secure.o: Mayaqua/Secure.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Secure.c -o object/Mayaqua/Secure.o - -object/Mayaqua/Str.o: Mayaqua/Str.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Str.c -o object/Mayaqua/Str.o - -object/Mayaqua/Table.o: Mayaqua/Table.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Table.c -o object/Mayaqua/Table.o - -object/Mayaqua/TcpIp.o: Mayaqua/TcpIp.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/TcpIp.c -o object/Mayaqua/TcpIp.o - -object/Mayaqua/Tick64.o: Mayaqua/Tick64.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Tick64.c -o object/Mayaqua/Tick64.o - -object/Mayaqua/Tracking.o: Mayaqua/Tracking.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Tracking.c -o object/Mayaqua/Tracking.o - -object/Mayaqua/Unix.o: Mayaqua/Unix.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Unix.c -o object/Mayaqua/Unix.o - -object/Mayaqua/Win32.o: Mayaqua/Win32.c $(HEADERS_MAYAQUA) - $(CC) $(OPTIONS_COMPILE) -c Mayaqua/Win32.c -o object/Mayaqua/Win32.o - -# Cedar Communication Module Code -object/Cedar/Account.o: Cedar/Account.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Account.c -o object/Cedar/Account.o - -object/Cedar/Admin.o: Cedar/Admin.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Admin.c -o object/Cedar/Admin.o - -object/Cedar/AzureClient.o: Cedar/AzureClient.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/AzureClient.c -o object/Cedar/AzureClient.o - -object/Cedar/AzureServer.o: Cedar/AzureServer.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/AzureServer.c -o object/Cedar/AzureServer.o - -object/Cedar/Bridge.o: Cedar/Bridge.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) Cedar/BridgeUnix.c - $(CC) $(OPTIONS_COMPILE) -c Cedar/Bridge.c -o object/Cedar/Bridge.o - -object/Cedar/BridgeUnix.o: Cedar/BridgeUnix.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/BridgeUnix.c -o object/Cedar/BridgeUnix.o - -object/Cedar/BridgeWin32.o: Cedar/BridgeWin32.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/BridgeWin32.c -o object/Cedar/BridgeWin32.o - -object/Cedar/Cedar.o: Cedar/Cedar.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Cedar.c -o object/Cedar/Cedar.o - -object/Cedar/CedarPch.o: Cedar/CedarPch.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/CedarPch.c -o object/Cedar/CedarPch.o - -object/Cedar/Client.o: Cedar/Client.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Client.c -o object/Cedar/Client.o - -object/Cedar/CM.o: Cedar/CM.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/CM.c -o object/Cedar/CM.o - -object/Cedar/Command.o: Cedar/Command.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Command.c -o object/Cedar/Command.o - -object/Cedar/Connection.o: Cedar/Connection.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Connection.c -o object/Cedar/Connection.o - -object/Cedar/Console.o: Cedar/Console.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Console.c -o object/Cedar/Console.o - -object/Cedar/Database.o: Cedar/Database.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Database.c -o object/Cedar/Database.o - -object/Cedar/DDNS.o: Cedar/DDNS.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/DDNS.c -o object/Cedar/DDNS.o - -object/Cedar/EM.o: Cedar/EM.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/EM.c -o object/Cedar/EM.o - -object/Cedar/EtherLog.o: Cedar/EtherLog.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/EtherLog.c -o object/Cedar/EtherLog.o - -object/Cedar/Hub.o: Cedar/Hub.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Hub.c -o object/Cedar/Hub.o - -object/Cedar/Interop_OpenVPN.o: Cedar/Interop_OpenVPN.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Interop_OpenVPN.c -o object/Cedar/Interop_OpenVPN.o - -object/Cedar/Interop_SSTP.o: Cedar/Interop_SSTP.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Interop_SSTP.c -o object/Cedar/Interop_SSTP.o - -object/Cedar/IPsec.o: Cedar/IPsec.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/IPsec.c -o object/Cedar/IPsec.o - -object/Cedar/IPsec_EtherIP.o: Cedar/IPsec_EtherIP.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/IPsec_EtherIP.c -o object/Cedar/IPsec_EtherIP.o - -object/Cedar/IPsec_IKE.o: Cedar/IPsec_IKE.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/IPsec_IKE.c -o object/Cedar/IPsec_IKE.o - -object/Cedar/IPsec_IkePacket.o: Cedar/IPsec_IkePacket.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/IPsec_IkePacket.c -o object/Cedar/IPsec_IkePacket.o - -object/Cedar/IPsec_IPC.o: Cedar/IPsec_IPC.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/IPsec_IPC.c -o object/Cedar/IPsec_IPC.o - -object/Cedar/IPsec_L2TP.o: Cedar/IPsec_L2TP.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/IPsec_L2TP.c -o object/Cedar/IPsec_L2TP.o - -object/Cedar/IPsec_PPP.o: Cedar/IPsec_PPP.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/IPsec_PPP.c -o object/Cedar/IPsec_PPP.o - -object/Cedar/IPsec_Win7.o: Cedar/IPsec_Win7.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/IPsec_Win7.c -o object/Cedar/IPsec_Win7.o - -object/Cedar/Layer3.o: Cedar/Layer3.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Layer3.c -o object/Cedar/Layer3.o - -object/Cedar/Link.o: Cedar/Link.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Link.c -o object/Cedar/Link.o - -object/Cedar/Listener.o: Cedar/Listener.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Listener.c -o object/Cedar/Listener.o - -object/Cedar/Logging.o: Cedar/Logging.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Logging.c -o object/Cedar/Logging.o - -object/Cedar/Nat.o: Cedar/Nat.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Nat.c -o object/Cedar/Nat.o - -object/Cedar/NativeStack.o: Cedar/NativeStack.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/NativeStack.c -o object/Cedar/NativeStack.o - -object/Cedar/NM.o: Cedar/NM.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/NM.c -o object/Cedar/NM.o - -object/Cedar/NullLan.o: Cedar/NullLan.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/NullLan.c -o object/Cedar/NullLan.o - -object/Cedar/Protocol.o: Cedar/Protocol.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Protocol.c -o object/Cedar/Protocol.o - -object/Cedar/Radius.o: Cedar/Radius.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Radius.c -o object/Cedar/Radius.o - -object/Cedar/Remote.o: Cedar/Remote.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Remote.c -o object/Cedar/Remote.o - -object/Cedar/Sam.o: Cedar/Sam.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Sam.c -o object/Cedar/Sam.o - -object/Cedar/SecureInfo.o: Cedar/SecureInfo.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/SecureInfo.c -o object/Cedar/SecureInfo.o - -object/Cedar/SecureNAT.o: Cedar/SecureNAT.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/SecureNAT.c -o object/Cedar/SecureNAT.o - -object/Cedar/SeLowUser.o: Cedar/SeLowUser.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/SeLowUser.c -o object/Cedar/SeLowUser.o - -object/Cedar/Server.o: Cedar/Server.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Server.c -o object/Cedar/Server.o - -object/Cedar/Session.o: Cedar/Session.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Session.c -o object/Cedar/Session.o - -object/Cedar/SM.o: Cedar/SM.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/SM.c -o object/Cedar/SM.o - -object/Cedar/SW.o: Cedar/SW.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/SW.c -o object/Cedar/SW.o - -object/Cedar/UdpAccel.o: Cedar/UdpAccel.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/UdpAccel.c -o object/Cedar/UdpAccel.o - -object/Cedar/UT.o: Cedar/UT.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/UT.c -o object/Cedar/UT.o - -object/Cedar/VG.o: Cedar/VG.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/VG.c -o object/Cedar/VG.o - -object/Cedar/Virtual.o: Cedar/Virtual.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Virtual.c -o object/Cedar/Virtual.o - -object/Cedar/VLan.o: Cedar/VLan.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/VLan.c -o object/Cedar/VLan.o - -object/Cedar/VLanUnix.o: Cedar/VLanUnix.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/VLanUnix.c -o object/Cedar/VLanUnix.o - -object/Cedar/VLanWin32.o: Cedar/VLanWin32.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/VLanWin32.c -o object/Cedar/VLanWin32.o - -object/Cedar/WaterMark.o: Cedar/WaterMark.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/WaterMark.c -o object/Cedar/WaterMark.o - -object/Cedar/WebUI.o: Cedar/WebUI.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/WebUI.c -o object/Cedar/WebUI.o - -object/Cedar/WinUi.o: Cedar/WinUi.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/WinUi.c -o object/Cedar/WinUi.o - -object/Cedar/Wpc.o: Cedar/Wpc.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Cedar/Wpc.c -o object/Cedar/Wpc.o - -# Ham -bin/ham: code/Ham.a $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) code/Ham.a $(OPTIONS_LINK) -o bin/ham - -code/Ham.a: object/Ham.o $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - rm -f code/Ham.a - ar r code/Ham.a $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) object/Ham.o - ranlib code/Ham.a - -object/Ham.o: Ham/Ham.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c Ham/Ham.c -o object/Ham.o - -# vpnserver -bin/vpnserver: code/vpnserver.a $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) code/vpnserver.a $(OPTIONS_LINK) -o bin/vpnserver - -code/vpnserver.a: object/vpnserver.o $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - rm -f code/vpnserver.a - ar r code/vpnserver.a $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) object/vpnserver.o - ranlib code/vpnserver.a - -object/vpnserver.o: vpnserver/vpnserver.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c vpnserver/vpnserver.c -o object/vpnserver.o - -# vpnbridge -bin/vpnbridge: code/vpnbridge.a $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) code/vpnbridge.a $(OPTIONS_LINK) -o bin/vpnbridge - -code/vpnbridge.a: object/vpnbridge.o $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - rm -f code/vpnbridge.a - ar r code/vpnbridge.a $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) object/vpnbridge.o - ranlib code/vpnbridge.a - -object/vpnbridge.o: vpnbridge/vpnbridge.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c vpnbridge/vpnbridge.c -o object/vpnbridge.o - -# vpnclient -bin/vpnclient: code/vpnclient.a $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) code/vpnclient.a $(OPTIONS_LINK) -o bin/vpnclient - -code/vpnclient.a: object/vpnclient.o $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - rm -f code/vpnclient.a - ar r code/vpnclient.a $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) object/vpnclient.o - ranlib code/vpnclient.a - -object/vpnclient.o: vpnclient/vpncsvc.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c vpnclient/vpncsvc.c -o object/vpnclient.o - -# vpncmd -bin/vpncmd: code/vpncmd.a $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) code/vpncmd.a $(OPTIONS_LINK) -o bin/vpncmd - -code/vpncmd.a: object/vpncmd.o $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - rm -f code/vpncmd.a - ar r code/vpncmd.a $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) object/vpncmd.o - ranlib code/vpncmd.a - -object/vpncmd.o: vpncmd/vpncmd.c $(HEADERS_MAYAQUA) $(HEADERS_CEDAR) $(OBJECTS_MAYAQUA) $(OBJECTS_CEDAR) - $(CC) $(OPTIONS_COMPILE) -c vpncmd/vpncmd.c -o object/vpncmd.o - -# Clean -clean: - -rm -f $(OBJECTS_MAYAQUA) - -rm -f $(OBJECTS_CEDAR) - -rm -f object/Ham.o - -rm -f code/Ham.a - -rm -f bin/ham - -rm -f object/vpnserver.o - -rm -f code/vpnserver.a - -rm -f bin/vpnserver - -rm -f object/vpnbridge.o - -rm -f code/vpnbridge.a - -rm -f bin/vpnbridge - -rm -f object/vpnclient.o - -rm -f code/vpnclient.a - -rm -f bin/vpnclient - -rm -f object/vpncmd.o - -rm -f code/vpncmd.a - -rm -f bin/vpncmd - -# Help Strings -help: - @echo "make [DEBUG=YES]" - diff --git a/src/Mayaqua/Cfg.c b/src/Mayaqua/Cfg.c index 2a3eb34e..5805fd7f 100644 --- a/src/Mayaqua/Cfg.c +++ b/src/Mayaqua/Cfg.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -385,6 +385,34 @@ bool FileCopyExW(wchar_t *src, wchar_t *dst, bool read_lock) return ret; } +bool FileCopyExWithEofW(wchar_t *src, wchar_t *dst, bool read_lock) +{ + BUF *b; + bool ret = false; + // Validate arguments + if (src == NULL || dst == NULL) + { + return false; + } + + b = ReadDumpExW(src, false); + if (b == NULL) + { + return false; + } + + SeekBuf(b, b->Size, 0); + + WriteBufChar(b, 0x1A); + + SeekBuf(b, 0, 0); + + ret = DumpBufW(b, dst); + + FreeBuf(b); + + return ret; +} // Save the settings to a file void CfgSave(FOLDER *f, char *name) @@ -459,7 +487,8 @@ bool CfgSaveExW3(CFG_RW *rw, FOLDER *f, wchar_t *name, UINT *written_size, bool // Generate a temporary file name UniFormat(tmp, sizeof(tmp), L"%s.log", name); // Copy the file that currently exist to a temporary file - FileCopyW(name, tmp); + // with appending the EOF + FileCopyExWithEofW(name, tmp, true); // Save the new file o = FileCreateW(name); @@ -481,6 +510,7 @@ bool CfgSaveExW3(CFG_RW *rw, FOLDER *f, wchar_t *name, UINT *written_size, bool { // Successful saving file FileClose(o); + // Delete the temporary file FileDeleteW(tmp); } @@ -528,6 +558,7 @@ FOLDER *CfgReadW(wchar_t *name) bool binary_file = false; bool invalid_file = false; UCHAR header[8]; + bool has_eof = false; // Validate arguments if (name == NULL) { @@ -543,8 +574,31 @@ FOLDER *CfgReadW(wchar_t *name) o = FileOpenW(newfile, false); if (o == NULL) { + UINT size; // Read the temporary file o = FileOpenW(tmp, false); + + if (o != NULL) + { + // Check the EOF + size = FileSize(o); + if (size >= 2) + { + char c; + + if (FileSeek(o, FILE_BEGIN, size - 1) && FileRead(o, &c, 1) && c == 0x1A && FileSeek(o, FILE_BEGIN, 0)) + { + // EOF ok + has_eof = true; + } + else + { + // No EOF: file is corrupted + FileClose(o); + o = NULL; + } + } + } } else { @@ -577,6 +631,11 @@ FOLDER *CfgReadW(wchar_t *name) // Read into the buffer size = FileSize(o); + if (has_eof) + { + // Ignore EOF + size -= 1; + } buf = Malloc(size); FileRead(o, buf, size); b = NewBuf(); @@ -2368,7 +2427,3 @@ FOLDER *CfgCreateFolder(FOLDER *parent, char *name) } - -// 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/src/Mayaqua/Cfg.h b/src/Mayaqua/Cfg.h index 229b6030..d1172480 100644 --- a/src/Mayaqua/Cfg.h +++ b/src/Mayaqua/Cfg.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -275,7 +275,3 @@ ITEM *CfgAddIp(FOLDER *f, char *name, struct IP *ip); - -// 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/src/Mayaqua/Encrypt.c b/src/Mayaqua/Encrypt.c index 8a67462a..e403189f 100644 --- a/src/Mayaqua/Encrypt.c +++ b/src/Mayaqua/Encrypt.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -165,52 +165,64 @@ typedef struct CB_PARAM } CB_PARAM; // Copied from t1_enc.c of OpenSSL -#define HMAC_Init_ex(ctx,sec,len,md,impl) HMAC_Init(ctx, sec, len, md) -#define HMAC_CTX_cleanup(ctx) HMAC_cleanup(ctx) void Enc_tls1_P_hash(const EVP_MD *md, const unsigned char *sec, int sec_len, const unsigned char *seed, int seed_len, unsigned char *out, int olen) { int chunk,n; unsigned int j; - HMAC_CTX ctx; - HMAC_CTX ctx_tmp; + HMAC_CTX *ctx; + HMAC_CTX *ctx_tmp; unsigned char A1[EVP_MAX_MD_SIZE]; unsigned int A1_len; +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + ctx = HMAC_CTX_new(); + ctx_tmp = HMAC_CTX_new(); +#else + HMAC_CTX ctx_; + HMAC_CTX ctx_tmp_; + ctx = &ctx_; + ctx_tmp = &ctx_tmp_; + Zero(ctx, sizeof(HMAC_CTX)); + Zero(ctx_tmp, sizeof(HMAC_CTX)); +#endif chunk=EVP_MD_size(md); - Zero(&ctx, sizeof(ctx)); - Zero(&ctx_tmp, sizeof(ctx_tmp)); - HMAC_Init_ex(&ctx,sec,sec_len,md, NULL); - HMAC_Init_ex(&ctx_tmp,sec,sec_len,md, NULL); - HMAC_Update(&ctx,seed,seed_len); - HMAC_Final(&ctx,A1,&A1_len); + HMAC_Init_ex(ctx,sec,sec_len,md, NULL); + HMAC_Init_ex(ctx_tmp,sec,sec_len,md, NULL); + HMAC_Update(ctx,seed,seed_len); + HMAC_Final(ctx,A1,&A1_len); n=0; for (;;) { - HMAC_Init_ex(&ctx,NULL,0,NULL,NULL); /* re-init */ - HMAC_Init_ex(&ctx_tmp,NULL,0,NULL,NULL); /* re-init */ - HMAC_Update(&ctx,A1,A1_len); - HMAC_Update(&ctx_tmp,A1,A1_len); - HMAC_Update(&ctx,seed,seed_len); + HMAC_Init_ex(ctx,NULL,0,NULL,NULL); /* re-init */ + HMAC_Init_ex(ctx_tmp,NULL,0,NULL,NULL); /* re-init */ + HMAC_Update(ctx,A1,A1_len); + HMAC_Update(ctx_tmp,A1,A1_len); + HMAC_Update(ctx,seed,seed_len); if (olen > chunk) { - HMAC_Final(&ctx,out,&j); + HMAC_Final(ctx,out,&j); out+=j; olen-=j; - HMAC_Final(&ctx_tmp,A1,&A1_len); /* calc the next A1 value */ + HMAC_Final(ctx_tmp,A1,&A1_len); /* calc the next A1 value */ } else /* last one */ { - HMAC_Final(&ctx,A1,&A1_len); + HMAC_Final(ctx,A1,&A1_len); memcpy(out,A1,olen); break; } } - HMAC_CTX_cleanup(&ctx); - HMAC_CTX_cleanup(&ctx_tmp); +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + HMAC_CTX_free(ctx); + HMAC_CTX_free(ctx_tmp); +#else + HMAC_CTX_cleanup(ctx); + HMAC_CTX_cleanup(ctx_tmp); +#endif Zero (A1, sizeof(A1)); } @@ -457,7 +469,7 @@ void MdProcess(MD *md, void *dest, void *src, UINT size) return; } - HMAC_Init(md->Ctx, NULL, 0, NULL); + HMAC_Init_ex(md->Ctx, NULL, 0, NULL, NULL); HMAC_Update(md->Ctx, src, size); r = 0; @@ -473,7 +485,7 @@ void SetMdKey(MD *md, void *key, UINT key_size) return; } - HMAC_Init(md->Ctx, key, key_size, md->Md); + HMAC_Init_ex(md->Ctx, key, key_size, (const EVP_MD *)md->Md, NULL); } // Creating a message digest object @@ -489,17 +501,21 @@ MD *NewMd(char *name) m = ZeroMalloc(sizeof(MD)); StrCpy(m->Name, sizeof(m->Name), name); - m->Md = EVP_get_digestbyname(name); + m->Md = (const struct evp_md_st *)EVP_get_digestbyname(name); if (m->Md == NULL) { FreeMd(m); return NULL; } +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + m->Ctx = HMAC_CTX_new(); +#else m->Ctx = ZeroMalloc(sizeof(struct hmac_ctx_st)); HMAC_CTX_init(m->Ctx); +#endif - m->Size = EVP_MD_size(m->Md); + m->Size = EVP_MD_size((const EVP_MD *)m->Md); return m; } @@ -515,8 +531,12 @@ void FreeMd(MD *md) if (md->Ctx != NULL) { +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + HMAC_CTX_free(md->Ctx); +#else HMAC_CTX_cleanup(md->Ctx); Free(md->Ctx); +#endif } Free(md); @@ -551,8 +571,12 @@ CIPHER *NewCipher(char *name) return NULL; } +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + c->Ctx = EVP_CIPHER_CTX_new(); +#else c->Ctx = ZeroMalloc(sizeof(struct evp_cipher_ctx_st)); EVP_CIPHER_CTX_init(c->Ctx); +#endif c->BlockSize = EVP_CIPHER_block_size(c->Cipher); c->KeySize = EVP_CIPHER_key_length(c->Cipher); @@ -629,188 +653,26 @@ void FreeCipher(CIPHER *c) if (c->Ctx != NULL) { +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + EVP_CIPHER_CTX_free(c->Ctx); +#else EVP_CIPHER_CTX_cleanup(c->Ctx); Free(c->Ctx); +#endif } Free(c); } -// Verify whether the certificate is disabled by CRL in a particular directory -bool IsXRevoked(X *x) -{ - char dirname[MAX_PATH]; - UINT i; - bool ret = false; - DIRLIST *t; - // Validate arguments - if (x == NULL) - { - return false; - } - - GetExeDir(dirname, sizeof(dirname)); - - // Search the CRL file - t = EnumDir(dirname); - - for (i = 0;i < t->NumFiles;i++) - { - char *name = t->File[i]->FileName; - if (t->File[i]->Folder == false) - { - if (EndWith(name, ".crl")) - { - char filename[MAX_PATH]; - X_CRL *r; - - ConbinePath(filename, sizeof(filename), dirname, name); - - r = FileToXCrl(filename); - - if (r != NULL) - { - if (IsXRevokedByXCrl(x, r)) - { - ret = true; - } - - FreeXCrl(r); - } - } - } - } - - FreeDir(t); - - return ret; -} - -// Verify whether the certificate is disabled by the CRL -bool IsXRevokedByXCrl(X *x, X_CRL *r) -{ -#ifdef OS_WIN32 - X509_REVOKED tmp; - X509_CRL_INFO *info; - int index; - // Validate arguments - if (x == NULL || r == NULL) - { - return false; - } - - Zero(&tmp, sizeof(tmp)); - tmp.serialNumber = X509_get_serialNumber(x->x509); - - info = r->Crl->crl; - - if (sk_X509_REVOKED_is_sorted(info->revoked) == false) - { - sk_X509_REVOKED_sort(info->revoked); - } - - index = sk_X509_REVOKED_find(info->revoked, &tmp); - - if (index < 0) - { - return false; - } - else - { - return true; - } -#else // OS_WIN32 - return false; -#endif // OS_WIN32 -} - -// Release of the CRL -void FreeXCrl(X_CRL *r) -{ - // Validate arguments - if (r == NULL) - { - return; - } - - X509_CRL_free(r->Crl); - - Free(r); -} - -// Convert a file to a CRL -X_CRL *FileToXCrl(char *filename) -{ - wchar_t *filename_w = CopyStrToUni(filename); - X_CRL *ret = FileToXCrlW(filename_w); - - Free(filename_w); - - return ret; -} -X_CRL *FileToXCrlW(wchar_t *filename) -{ - BUF *b; - X_CRL *r; - // Validate arguments - if (filename == NULL) - { - return NULL; - } - - b = ReadDumpW(filename); - if (b == NULL) - { - return NULL; - } - - r = BufToXCrl(b); - - FreeBuf(b); - - return r; -} - -// Convert the buffer to the CRL -X_CRL *BufToXCrl(BUF *b) -{ - X_CRL *r; - X509_CRL *x509crl; - BIO *bio; - // Validate arguments - if (b == NULL) - { - return NULL; - } - - bio = BufToBio(b); - if (bio == NULL) - { - return NULL; - } - - x509crl = NULL; - - if (d2i_X509_CRL_bio(bio, &x509crl) == NULL || x509crl == NULL) - { - FreeBio(bio); - return NULL; - } - - r = ZeroMalloc(sizeof(X_CRL)); - r->Crl = x509crl; - - FreeBio(bio); - - return r; -} - // Convert the buffer to the public key K *RsaBinToPublic(void *data, UINT size) { RSA *rsa; K *k; BIO *bio; +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + BIGNUM *e, *n; +#endif // Validate arguments if (data == NULL || size < 4) { @@ -819,6 +681,14 @@ K *RsaBinToPublic(void *data, UINT size) rsa = RSA_new(); +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + e = BN_new(); + BN_set_word(e, RSA_F4); + + n = BinToBigNum(data, size); + + RSA_set0_key(rsa, n, e, NULL); +#else if (rsa->e != NULL) { BN_free(rsa->e); @@ -833,6 +703,7 @@ K *RsaBinToPublic(void *data, UINT size) } rsa->n = BinToBigNum(data, size); +#endif bio = NewBio(); Lock(openssl_lock); @@ -853,14 +724,39 @@ K *RsaBinToPublic(void *data, UINT size) BUF *RsaPublicToBuf(K *k) { BUF *b; +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + RSA *rsa; + const BIGNUM *n; +#endif // Validate arguments - if (k == NULL || k->pkey == NULL || k->pkey->pkey.rsa == NULL - || k->pkey->pkey.rsa->n == NULL) + if (k == NULL || k->pkey == NULL) + { + return NULL; + } + +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + rsa = EVP_PKEY_get0_RSA(k->pkey); + if (rsa == NULL) + { + return NULL; + } + + RSA_get0_key(rsa, &n, NULL, NULL); + if (n == NULL) + { + return NULL; + } + + b = BigNumToBuf(n); +#else + if (k->pkey->pkey.rsa == NULL || k->pkey->pkey.rsa->n == NULL) { return NULL; } b = BigNumToBuf(k->pkey->pkey.rsa->n); +#endif + if (b == NULL) { return NULL; @@ -874,13 +770,12 @@ void RsaPublicToBin(K *k, void *data) { BUF *b; // Validate arguments - if (k == NULL || k->pkey == NULL || k->pkey->pkey.rsa == NULL - || k->pkey->pkey.rsa->n == NULL || data == NULL) + if (data == NULL) { return; } - b = BigNumToBuf(k->pkey->pkey.rsa->n); + b = RsaPublicToBuf(k); if (b == NULL) { return; @@ -896,14 +791,8 @@ UINT RsaPublicSize(K *k) { BUF *b; UINT ret; - // Validate arguments - if (k == NULL || k->pkey == NULL || k->pkey->pkey.rsa == NULL - || k->pkey->pkey.rsa->n == NULL) - { - return 0; - } - b = BigNumToBuf(k->pkey->pkey.rsa->n); + b = RsaPublicToBuf(k); if (b == NULL) { return 0; @@ -1017,7 +906,7 @@ BIGNUM *BufToBigNum(BUF *b) } // Convert a BIGNUM to a buffer -BUF *BigNumToBuf(BIGNUM *bn) +BUF *BigNumToBuf(const BIGNUM *bn) { UINT size; UCHAR *tmp; @@ -1818,6 +1707,40 @@ UINT GetDaysUntil2038() return (UINT)((target - now) / (UINT64)(1000 * 60 * 60 * 24)); } } +UINT GetDaysUntil2038Ex() +{ + SYSTEMTIME now; + + Zero(&now, sizeof(now)); + SystemTime(&now); + + if (now.wYear >= 2030) + { + UINT64 now = SystemTime64(); + UINT64 target; + SYSTEMTIME st; + + Zero(&st, sizeof(st)); + st.wYear = 2049; + st.wMonth = 12; + st.wDay = 30; + + target = SystemToUINT64(&st); + + if (now >= target) + { + return 0; + } + else + { + return (UINT)((target - now) / (UINT64)(1000 * 60 * 60 * 24)); + } + } + else + { + return GetDaysUntil2038(); + } +} // Issue an X509 certificate X *NewX(K *pub, K *priv, X *ca, NAME *name, UINT days, X_SERIAL *serial) @@ -1956,6 +1879,7 @@ X509 *NewX509(K *pub, K *priv, X *ca, NAME *name, UINT days, X_SERIAL *serial) X509_EXTENSION *ex = NULL; X509_EXTENSION *eku = NULL; X509_EXTENSION *busage = NULL; + ASN1_INTEGER *s; // Validate arguments if (pub == NULL || name == NULL || ca == NULL) { @@ -2018,19 +1942,17 @@ X509 *NewX509(K *pub, K *priv, X *ca, NAME *name, UINT days, X_SERIAL *serial) FreeX509Name(subject_name); // Set the Serial Number + s = X509_get_serialNumber(x509); + OPENSSL_free(s->data); if (serial == NULL) { char zero = 0; - ASN1_INTEGER *s = x509->cert_info->serialNumber; - OPENSSL_free(s->data); s->data = OPENSSL_malloc(sizeof(char)); Copy(s->data, &zero, sizeof(char)); s->length = sizeof(char); } else { - ASN1_INTEGER *s = x509->cert_info->serialNumber; - OPENSSL_free(s->data); s->data = OPENSSL_malloc(serial->size); Copy(s->data, serial->data, serial->size); s->length = serial->size; @@ -2083,6 +2005,7 @@ X509 *NewRootX509(K *pub, K *priv, NAME *name, UINT days, X_SERIAL *serial) X509_EXTENSION *ex = NULL; X509_EXTENSION *eku = NULL; X509_EXTENSION *busage = NULL; + ASN1_INTEGER *s; // Validate arguments if (pub == NULL || name == NULL || priv == NULL) { @@ -2150,19 +2073,17 @@ X509 *NewRootX509(K *pub, K *priv, NAME *name, UINT days, X_SERIAL *serial) FreeX509Name(issuer_name); // Set a Serial Number + s = X509_get_serialNumber(x509); + OPENSSL_free(s->data); if (serial == NULL) { char zero = 0; - ASN1_INTEGER *s = x509->cert_info->serialNumber; - OPENSSL_free(s->data); s->data = OPENSSL_malloc(sizeof(char)); Copy(s->data, &zero, sizeof(char)); s->length = sizeof(char); } else { - ASN1_INTEGER *s = x509->cert_info->serialNumber; - OPENSSL_free(s->data); s->data = OPENSSL_malloc(serial->size); Copy(s->data, serial->data, serial->size); s->length = serial->size; @@ -2236,6 +2157,7 @@ bool AddX509Name(void *xn, int nid, wchar_t *str) X509_NAME *x509_name; UINT utf8_size; BYTE *utf8; + int encoding_type = MBSTRING_ASC; // Validate arguments if (xn == NULL || str == NULL) { @@ -2252,11 +2174,16 @@ bool AddX509Name(void *xn, int nid, wchar_t *str) UniToUtf8(utf8, utf8_size, str); utf8[utf8_size] = 0; + if (StrLen(utf8) != UniStrLen(str)) + { + encoding_type = MBSTRING_UTF8; + } + // Adding x509_name = (X509_NAME *)xn; Lock(openssl_lock); { - X509_NAME_add_entry_by_NID(x509_name, nid, MBSTRING_ASC, utf8, utf8_size, -1, 0); + X509_NAME_add_entry_by_NID(x509_name, nid, encoding_type, utf8, utf8_size, -1, 0); } Unlock(openssl_lock); Free(utf8); @@ -2354,8 +2281,8 @@ void LoadXDates(X *x) return; } - x->notBefore = Asn1TimeToUINT64(x->x509->cert_info->validity->notBefore); - x->notAfter = Asn1TimeToUINT64(x->x509->cert_info->validity->notAfter); + x->notBefore = Asn1TimeToUINT64((ASN1_TIME *)X509_get0_notBefore(x->x509)); + x->notAfter = Asn1TimeToUINT64((ASN1_TIME *)X509_get0_notAfter(x->x509)); } // Convert the 64bit system time to ASN1 time @@ -2507,6 +2434,7 @@ bool RsaVerify(void *data, UINT data_size, void *sign, K *k) { return RsaVerifyEx(data, data_size, sign, k, 0); } + bool RsaVerifyEx(void *data, UINT data_size, void *sign, K *k, UINT bits) { UCHAR hash_data[SIGN_HASH_SIZE]; @@ -2528,7 +2456,7 @@ bool RsaVerifyEx(void *data, UINT data_size, void *sign, K *k, UINT bits) } // Decode the signature - if (RSA_public_decrypt(bits / 8, sign, decrypt_data, k->pkey->pkey.rsa, RSA_PKCS1_PADDING) <= 0) + if (RSA_public_decrypt(bits / 8, sign, decrypt_data, EVP_PKEY_get0_RSA(k->pkey), RSA_PKCS1_PADDING) <= 0) { return false; } @@ -2551,7 +2479,7 @@ bool RsaSignEx(void *dst, void *src, UINT size, K *k, UINT bits) { UCHAR hash[SIGN_HASH_SIZE]; // Validate arguments - if (dst == NULL || src == NULL || k == NULL || k->pkey->type != EVP_PKEY_RSA) + if (dst == NULL || src == NULL || k == NULL || EVP_PKEY_base_id(k->pkey) != EVP_PKEY_RSA) { return false; } @@ -2569,7 +2497,7 @@ bool RsaSignEx(void *dst, void *src, UINT size, K *k, UINT bits) } // Signature - if (RSA_private_encrypt(sizeof(hash), hash, dst, k->pkey->pkey.rsa, RSA_PKCS1_PADDING) <= 0) + if (RSA_private_encrypt(sizeof(hash), hash, dst, EVP_PKEY_get0_RSA(k->pkey), RSA_PKCS1_PADDING) <= 0) { return false; } @@ -2615,7 +2543,7 @@ bool RsaPublicDecrypt(void *dst, void *src, UINT size, K *k) tmp = ZeroMalloc(size); Lock(openssl_lock); { - ret = RSA_public_decrypt(size, src, tmp, k->pkey->pkey.rsa, RSA_NO_PADDING); + ret = RSA_public_decrypt(size, src, tmp, EVP_PKEY_get0_RSA(k->pkey), RSA_NO_PADDING); } Unlock(openssl_lock); if (ret <= 0) @@ -2646,7 +2574,7 @@ bool RsaPrivateEncrypt(void *dst, void *src, UINT size, K *k) tmp = ZeroMalloc(size); Lock(openssl_lock); { - ret = RSA_private_encrypt(size, src, tmp, k->pkey->pkey.rsa, RSA_NO_PADDING); + ret = RSA_private_encrypt(size, src, tmp, EVP_PKEY_get0_RSA(k->pkey), RSA_NO_PADDING); } Unlock(openssl_lock); if (ret <= 0) @@ -2677,7 +2605,7 @@ bool RsaPrivateDecrypt(void *dst, void *src, UINT size, K *k) tmp = ZeroMalloc(size); Lock(openssl_lock); { - ret = RSA_private_decrypt(size, src, tmp, k->pkey->pkey.rsa, RSA_NO_PADDING); + ret = RSA_private_decrypt(size, src, tmp, EVP_PKEY_get0_RSA(k->pkey), RSA_NO_PADDING); } Unlock(openssl_lock); if (ret <= 0) @@ -2705,7 +2633,7 @@ bool RsaPublicEncrypt(void *dst, void *src, UINT size, K *k) tmp = ZeroMalloc(size); Lock(openssl_lock); { - ret = RSA_public_encrypt(size, src, tmp, k->pkey->pkey.rsa, RSA_NO_PADDING); + ret = RSA_public_encrypt(size, src, tmp, EVP_PKEY_get0_RSA(k->pkey), RSA_NO_PADDING); } Unlock(openssl_lock); if (ret <= 0) @@ -3883,6 +3811,7 @@ X *X509ToX(X509 *x509) BUF *b; UINT size; UINT type; + ASN1_INTEGER *s; // Validate arguments if (x509 == NULL) { @@ -3950,8 +3879,8 @@ X *X509ToX(X509 *x509) } // Get the Serial Number - x->serial = NewXSerial(x509->cert_info->serialNumber->data, - x509->cert_info->serialNumber->length); + s = X509_get_serialNumber(x509); + x->serial = NewXSerial(s->data, s->length); if (x->serial == NULL) { char zero = 0; @@ -3968,17 +3897,29 @@ X *X509ToX(X509 *x509) b = KToBuf(k, false, NULL); size = b->Size; - type = k->pkey->type; + type = EVP_PKEY_base_id(k->pkey); FreeBuf(b); - + + //Fixed to get actual RSA key bits + x->bits = EVP_PKEY_bits(k->pkey); + FreeK(k); if (type == EVP_PKEY_RSA) { x->is_compatible_bit = true; - switch (size) + if(x->bits != 1024 && x->bits != 1536 && x->bits != 2048 && x->bits != 3072 && x->bits != 4096) + { + x->is_compatible_bit = false; + } + else + { + x->is_compatible_bit = true; + } + + /*switch (size) { case 162: x->bits = 1024; @@ -4003,7 +3944,7 @@ X *X509ToX(X509 *x509) default: x->is_compatible_bit = false; break; - } + }*/ } return x; @@ -4040,7 +3981,7 @@ BUF *BioToBuf(BIO *bio) } BIO_seek(bio, 0); - size = bio->num_write; + size = (UINT)BIO_number_written(bio); tmp = Malloc(size); BIO_read(bio, tmp, size); @@ -4160,7 +4101,7 @@ void InitCryptLibrary() SSL_library_init(); //OpenSSL_add_all_algorithms(); OpenSSL_add_all_ciphers(); - SSLeay_add_all_digests(); + OpenSSL_add_all_digests(); ERR_load_crypto_strings(); SSL_load_error_strings(); @@ -4317,6 +4258,33 @@ void Encrypt(CRYPT *c, void *dst, void *src, UINT size) RC4(c->Rc4Key, size, src, dst); } +// SHA-1 hash +void Sha(UINT sha_type, void *dst, void *src, UINT size) +{ + // Validate arguments + if (dst == NULL || src == NULL) + { + return; + } + + switch(sha_type) { + case SHA1_160: + SHA1(src, size, dst); + break; + case SHA2_256: + SHA256(src, size, dst); + break; + case SHA2_384: + SHA384(src, size, dst); + break; + case SHA2_512: + SHA512(src, size, dst); + break; + } + +} + + // SHA-1 hash void Sha1(void *dst, void *src, UINT size) { @@ -4329,6 +4297,20 @@ void Sha1(void *dst, void *src, UINT size) SHA1(src, size, dst); } +void Sha1__(void *dst, void *src, UINT size) { + Sha(SHA1_160, dst, src, size); +} + +void Sha2_256(void *dst, void *src, UINT size) { + Sha(SHA2_256, dst, src, size); +} +void Sha2_384(void *dst, void *src, UINT size) { + Sha(SHA2_384, dst, src, size); +} +void Sha2_512(void *dst, void *src, UINT size) { + Sha(SHA2_512, dst, src, size); +} + // MD5 hash void Md5(void *dst, void *src, UINT size) { @@ -4879,6 +4861,22 @@ bool DhCompute(DH_CTX *dh, void *dst_priv_key, void *src_pub_key, UINT key_size) return ret; } +// Creating a DH 2048bit +DH_CTX *DhNew2048() +{ + return DhNew(DH_SET_2048, 2); +} +// Creating a DH 3072bit +DH_CTX *DhNew3072() +{ + return DhNew(DH_SET_3072, 2); +} +// Creating a DH 4096bit +DH_CTX *DhNew4096() +{ + return DhNew(DH_SET_4096, 2); +} + // Creating a DH GROUP1 DH_CTX *DhNewGroup1() { @@ -4933,6 +4931,10 @@ DH_CTX *DhNew(char *prime, UINT g) { DH_CTX *dh; BUF *buf; +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + BIGNUM *dhp, *dhg; + const BIGNUM *pub, *priv; +#endif // Validate arguments if (prime == NULL || g == 0) { @@ -4944,14 +4946,27 @@ DH_CTX *DhNew(char *prime, UINT g) dh = ZeroMalloc(sizeof(DH_CTX)); dh->dh = DH_new(); +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + dhp = BinToBigNum(buf->Buf, buf->Size); + dhg = BN_new(); + BN_set_word(dhg, g); + DH_set0_pqg(dh->dh, dhp, NULL, dhg); +#else dh->dh->p = BinToBigNum(buf->Buf, buf->Size); dh->dh->g = BN_new(); BN_set_word(dh->dh->g, g); +#endif DH_generate_key(dh->dh); +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + DH_get0_key(dh->dh, &pub, &priv); + dh->MyPublicKey = BigNumToBuf(pub); + dh->MyPrivateKey = BigNumToBuf(priv); +#else dh->MyPublicKey = BigNumToBuf(dh->dh->pub_key); dh->MyPrivateKey = BigNumToBuf(dh->dh->priv_key); +#endif dh->Size = buf->Size; @@ -5293,8 +5308,3 @@ static unsigned char *Internal_SHA0(const unsigned char *d, size_t n, unsigned c - - -// 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/src/Mayaqua/Encrypt.h b/src/Mayaqua/Encrypt.h index f82b83c3..8bd25818 100644 --- a/src/Mayaqua/Encrypt.h +++ b/src/Mayaqua/Encrypt.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -141,8 +141,17 @@ void RAND_Free_For_SoftEther(); #define AES_IV_SIZE 16 // AES IV size #define AES_MAX_KEY_SIZE 32 // Maximum AES key size +// IANA definitions taken from IKEv1 Phase 1 +#define SHA1_160 2 +#define SHA2_256 4 +#define SHA2_384 5 +#define SHA2_512 6 + // HMAC block size #define HMAC_BLOCK_SIZE 64 +// The block size for sha-384 and sha-512 as defined by rfc4868 +#define HMAC_BLOCK_SIZE_1024 128 +#define HMAC_BLOCK_SIZE_MAX 512 #define DH_GROUP1_PRIME_768 \ "FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD1" \ @@ -170,10 +179,72 @@ void RAND_Free_For_SoftEther(); #define DH_SIMPLE_160 "AEE7561459353C95DDA966AE1FD25D95CD46E935" +#define DH_SET_2048 \ + "FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD1" \ + "29024E088A67CC74020BBEA63B139B22514A08798E3404DD" \ + "EF9519B3CD3A431B302B0A6DF25F14374FE1356D6D51C245" \ + "E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED" \ + "EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3D" \ + "C2007CB8A163BF0598DA48361C55D39A69163FA8FD24CF5F" \ + "83655D23DCA3AD961C62F356208552BB9ED529077096966D" \ + "670C354E4ABC9804F1746C08CA18217C32905E462E36CE3B" \ + "E39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9" \ + "DE2BCBF6955817183995497CEA956AE515D2261898FA0510" \ + "15728E5A8AACAA68FFFFFFFFFFFFFFFF" + +#define DH_SET_3072 \ + "FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD1"\ + "29024E088A67CC74020BBEA63B139B22514A08798E3404DD"\ + "EF9519B3CD3A431B302B0A6DF25F14374FE1356D6D51C245"\ + "E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED"\ + "EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3D"\ + "C2007CB8A163BF0598DA48361C55D39A69163FA8FD24CF5F"\ + "83655D23DCA3AD961C62F356208552BB9ED529077096966D"\ + "670C354E4ABC9804F1746C08CA18217C32905E462E36CE3B"\ + "E39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9"\ + "DE2BCBF6955817183995497CEA956AE515D2261898FA0510"\ + "15728E5A8AAAC42DAD33170D04507A33A85521ABDF1CBA64"\ + "ECFB850458DBEF0A8AEA71575D060C7DB3970F85A6E1E4C7"\ + "ABF5AE8CDB0933D71E8C94E04A25619DCEE3D2261AD2EE6B"\ + "F12FFA06D98A0864D87602733EC86A64521F2B18177B200C"\ + "BBE117577A615D6C770988C0BAD946E208E24FA074E5AB31"\ + "43DB5BFCE0FD108E4B82D120A93AD2CAFFFFFFFFFFFFFFFF" + +#define DH_SET_4096 \ + "FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD1" \ + "29024E088A67CC74020BBEA63B139B22514A08798E3404DD" \ + "EF9519B3CD3A431B302B0A6DF25F14374FE1356D6D51C245" \ + "E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED" \ + "EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3D" \ + "C2007CB8A163BF0598DA48361C55D39A69163FA8FD24CF5F" \ + "83655D23DCA3AD961C62F356208552BB9ED529077096966D" \ + "670C354E4ABC9804F1746C08CA18217C32905E462E36CE3B" \ + "E39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9" \ + "DE2BCBF6955817183995497CEA956AE515D2261898FA0510" \ + "15728E5A8AAAC42DAD33170D04507A33A85521ABDF1CBA64" \ + "ECFB850458DBEF0A8AEA71575D060C7DB3970F85A6E1E4C7" \ + "ABF5AE8CDB0933D71E8C94E04A25619DCEE3D2261AD2EE6B" \ + "F12FFA06D98A0864D87602733EC86A64521F2B18177B200C" \ + "BBE117577A615D6C770988C0BAD946E208E24FA074E5AB31" \ + "43DB5BFCE0FD108E4B82D120A92108011A723C12A787E6D7" \ + "88719A10BDBA5B2699C327186AF4E23C1A946834B6150BDA" \ + "2583E9CA2AD44CE8DBBBC2DB04DE8EF92E8EFC141FBECAA6" \ + "287C59474E6BC05D99B2964FA090C3A2233BA186515BE7ED" \ + "1F612970CEE2D7AFB81BDD762170481CD0069127D5B05AA9" \ + "93B4EA988D8FDDC186FFB7DC90A6C08F4DF435C934063199" \ + "FFFFFFFFFFFFFFFF" + // Macro #define HASHED_DATA(p) (((UCHAR *)p) + 15) - +// OpenSSL <1.1 Shims +#if OPENSSL_VERSION_NUMBER < 0x10100000L +# define EVP_PKEY_get0_RSA(obj) ((obj)->pkey.rsa) +# define EVP_PKEY_base_id(pkey) ((pkey)->type) +# define X509_get0_notBefore(x509) ((x509)->cert_info->validity->notBefore) +# define X509_get0_notAfter(x509) ((x509)->cert_info->validity->notAfter) +# define X509_get_serialNumber(x509) ((x509)->cert_info->serialNumber) +#endif // Crypt context struct CRYPT @@ -239,6 +310,8 @@ struct X_CRL #define MD5_SIZE 16 #define SHA1_SIZE 20 #define SHA256_SIZE 32 +#define SHA384_SIZE 48 +#define SHA512_SIZE 64 // Key element of DES struct DES_KEY_VALUE @@ -286,7 +359,7 @@ struct CIPHER struct MD { char Name[MAX_PATH]; - const struct env_md_st *Md; + const struct evp_md_st *Md; struct hmac_ctx_st *Ctx; UINT Size; }; @@ -376,6 +449,7 @@ X *NewRootX(K *pub, K *priv, NAME *name, UINT days, X_SERIAL *serial); X509 *NewX509(K *pub, K *priv, X *ca, NAME *name, UINT days, X_SERIAL *serial); X *NewX(K *pub, K *priv, X *ca, NAME *name, UINT days, X_SERIAL *serial); UINT GetDaysUntil2038(); +UINT GetDaysUntil2038Ex(); X_SERIAL *NewXSerial(void *data, UINT size); void FreeXSerial(X_SERIAL *serial); char *ByteToStr(BYTE *src, UINT src_size); @@ -405,7 +479,7 @@ void GetAllNameFromName(wchar_t *str, UINT size, NAME *name); void GetAllNameFromNameEx(wchar_t *str, UINT size, NAME *name); void GetAllNameFromXEx(wchar_t *str, UINT size, X *x); void GetAllNameFromXExA(char *str, UINT size, X *x); -BUF *BigNumToBuf(BIGNUM *bn); +BUF *BigNumToBuf(const BIGNUM *bn); BIGNUM *BinToBigNum(void *data, UINT size); BIGNUM *BufToBigNum(BUF *b); char *BigNumToStr(BIGNUM *bn); @@ -432,13 +506,6 @@ void RsaPublicToBin(K *k, void *data); BUF *RsaPublicToBuf(K *k); K *RsaBinToPublic(void *data, UINT size); -X_CRL *FileToXCrl(char *filename); -X_CRL *FileToXCrlW(wchar_t *filename); -X_CRL *BufToXCrl(BUF *b); -void FreeXCrl(X_CRL *r); -bool IsXRevokedByXCrl(X *x, X_CRL *r); -bool IsXRevoked(X *x); - DES_KEY_VALUE *DesNewKeyValue(void *value); DES_KEY_VALUE *DesRandKeyValue(); void DesFreeKeyValue(DES_KEY_VALUE *v); @@ -452,7 +519,12 @@ void Des3Encrypt(void *dest, void *src, UINT size, DES_KEY *key, void *ivec); void Des3Encrypt2(void *dest, void *src, UINT size, DES_KEY_VALUE *k1, DES_KEY_VALUE *k2, DES_KEY_VALUE *k3, void *ivec); void Des3Decrypt(void *dest, void *src, UINT size, DES_KEY *key, void *ivec); void Des3Decrypt2(void *dest, void *src, UINT size, DES_KEY_VALUE *k1, DES_KEY_VALUE *k2, DES_KEY_VALUE *k3, void *ivec); +void Sha(UINT sha_type, void *dst, void *src, UINT size); void Sha1(void *dst, void *src, UINT size); +void Sha2_256(void *dst, void *src, UINT size); +void Sha2_384(void *dst, void *src, UINT size); +void Sha2_512(void *dst, void *src, UINT size); + void Md5(void *dst, void *src, UINT size); void MacSha1(void *dst, void *key, UINT key_size, void *data, UINT data_size); void MacSha196(void *dst, void *key, void *data, UINT data_size); @@ -465,6 +537,9 @@ DH_CTX *DhNewGroup1(); DH_CTX *DhNewGroup2(); DH_CTX *DhNewGroup5(); DH_CTX *DhNewSimple160(); +DH_CTX *DhNew2048(); +DH_CTX *DhNew3072(); +DH_CTX *DhNew4096(); DH_CTX *DhNew(char *prime, UINT g); void DhFree(DH_CTX *dh); BUF *DhToBuf(DH_CTX *dh); @@ -516,7 +591,3 @@ void DisableIntelAesAccel(); #endif // ENCRYPT_H - -// 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/src/Mayaqua/FileIO.c b/src/Mayaqua/FileIO.c index 6563ce25..a610ffad 100644 --- a/src/Mayaqua/FileIO.c +++ b/src/Mayaqua/FileIO.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -380,13 +380,16 @@ void ZipAddFileStart(ZIP_PACKER *p, char *name, UINT size, UINT64 dt, UINT attri // Add data to the file UINT ZipAddFileData(ZIP_PACKER *p, void *data, UINT pos, UINT len) { - UINT total_size = p->CurrentFile->CurrentSize + len; UINT ret; + UINT total_size; // Validate arguments if (p == NULL) { return 0; } + + total_size = p->CurrentFile->CurrentSize + len; + if (total_size > p->CurrentFile->Size) { return 0; @@ -2946,7 +2949,3 @@ IO *FileOpenExW(wchar_t *name, bool write_mode, bool read_lock) } - -// 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/src/Mayaqua/FileIO.h b/src/Mayaqua/FileIO.h index e7f72209..0822f2a9 100644 --- a/src/Mayaqua/FileIO.h +++ b/src/Mayaqua/FileIO.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -388,7 +388,3 @@ bool IsInLinesFile(wchar_t *filename, char *str, bool instr); - -// 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/src/Mayaqua/Internat.c b/src/Mayaqua/Internat.c index 64e0d38c..69b10439 100644 --- a/src/Mayaqua/Internat.c +++ b/src/Mayaqua/Internat.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -3584,7 +3584,3 @@ UINT UniStrLen(wchar_t *str) return i; } - -// 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/src/Mayaqua/Internat.h b/src/Mayaqua/Internat.h index 602781f9..fcebb916 100644 --- a/src/Mayaqua/Internat.h +++ b/src/Mayaqua/Internat.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -252,7 +252,3 @@ int IconvFreeInternal(void *d); - -// 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/src/Mayaqua/Kernel.c b/src/Mayaqua/Kernel.c index a13b0fc0..4c7d4811 100644 --- a/src/Mayaqua/Kernel.c +++ b/src/Mayaqua/Kernel.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Contributors: // - nattoheaven (https://github.com/nattoheaven) // Comments: Tetsuo Sugiyama, Ph.D. @@ -161,6 +161,7 @@ static int ydays[] = }; static UINT current_num_thread = 0; +static UINT cached_number_of_cpus = 0; @@ -172,6 +173,109 @@ static LOCALE current_locale; LOCK *tick_manual_lock = NULL; UINT g_zero = 0; +#define MONSPERYEAR 12 +#define DAYSPERNYEAR 365 +#define DAYSPERLYEAR 366 +#define SECSPERMIN 60 +#define SECSPERHOUR (60*60) +#define SECSPERDAY (24*60*60) +#define DAYSPERWEEK 7 +#define TM_SUNDAY 0 +#define TM_MONDAY 1 +#define TM_TUESDAY 2 +#define TM_WEDNESDAY 3 +#define TM_THURSDAY 4 +#define TM_FRIDAY 5 +#define TM_SATURDAY 6 + +#define TM_YEAR_BASE 1900 + +#define EPOCH_YEAR 1970 +#define EPOCH_WDAY TM_THURSDAY + +#define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) + +static const int mon_lengths[2][MONSPERYEAR] = { + { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }, + { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 } +}; + +static const int year_lengths[2] = { + DAYSPERNYEAR, DAYSPERLYEAR +}; + + +/* + * Taken from FreeBSD src / lib / libc / stdtime / localtime.c 1.43 revision. + * localtime.c 7.78. + * tzfile.h 1.8 + * adapted to be replacement gmtime_r. + */ +static void +c_timesub(timep, offset, tmp) +const time_64t * const timep; +const long offset; +struct tm * const tmp; +{ + INT64 days; + INT64 rem; + INT64 y; + int yleap; + const int * ip; + + days = *timep / SECSPERDAY; + rem = *timep % SECSPERDAY; + rem += (offset); + while (rem < 0) { + rem += SECSPERDAY; + --days; + } + while (rem >= SECSPERDAY) { + rem -= SECSPERDAY; + ++days; + } + tmp->tm_hour = (int) (rem / SECSPERHOUR); + rem = rem % SECSPERHOUR; + tmp->tm_min = (int) (rem / SECSPERMIN); + /* + ** A positive leap second requires a special + ** representation. This uses "... ??:59:60" et seq. + */ + tmp->tm_sec = (int) (rem % SECSPERMIN) ; + tmp->tm_wday = (int) ((EPOCH_WDAY + days) % DAYSPERWEEK); + if (tmp->tm_wday < 0) + tmp->tm_wday += DAYSPERWEEK; + y = EPOCH_YEAR; +#define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) + while (days < 0 || days >= (long) year_lengths[yleap = isleap(y)]) { + INT64 newy; + + newy = y + days / DAYSPERNYEAR; + if (days < 0) + --newy; + days -= (newy - y) * DAYSPERNYEAR + + LEAPS_THRU_END_OF(newy - 1) - + LEAPS_THRU_END_OF(y - 1); + y = newy; + } + tmp->tm_year = (int)(y - TM_YEAR_BASE); + tmp->tm_yday = (int) days; + ip = mon_lengths[yleap]; + for (tmp->tm_mon = 0; days >= (INT64) ip[tmp->tm_mon]; ++(tmp->tm_mon)) + days = days - (INT64) ip[tmp->tm_mon]; + tmp->tm_mday = (int) (days + 1); + tmp->tm_isdst = 0; +} + +/* +* Re-entrant version of gmtime. +*/ +struct tm * c_gmtime_r(const time_64t* timep, struct tm *tm) +{ + c_timesub(timep, 0L, tm); + return tm; +} + // Get the real-time system timer UINT TickRealtime() { @@ -219,13 +323,57 @@ UINT64 TickGetRealtimeTickValue64() gettimeofday(&tv, &tz); - ret = (UINT64)tv.tv_sec * 1000ULL + (UINT64)tv.tv_usec / 1000ULL; + if (sizeof(tv.tv_sec) != 4) + { + ret = (UINT64)tv.tv_sec * 1000ULL + (UINT64)tv.tv_usec / 1000ULL; + } + else + { + ret = (UINT64)((UINT64)((UINT32)tv.tv_sec)) * 1000ULL + (UINT64)tv.tv_usec / 1000ULL; + } return ret; } #endif // OS_WIN32 +// Get the number of CPUs +UINT GetNumberOfCpu() +{ + UINT ret = 0; + + if (cached_number_of_cpus == 0) + { + UINT i = 0; + +#ifdef OS_WIN32 + i = Win32GetNumberOfCpuInner(); +#else // OS_WIN32 + i = UnixGetNumberOfCpuInner(); +#endif // OS_WIN32 + + if (i == 0) + { + i = 8; + } + + cached_number_of_cpus = i; + } + + ret = cached_number_of_cpus; + + if (ret == 0) + { + ret = 1; + } + if (ret > 128) + { + ret = 128; + } + + return ret; +} + // Creating a thread list LIST *NewThreadList() { @@ -815,7 +963,7 @@ void GetTimeStr64(char *str, UINT size, UINT64 sec64) // Convert to a time to be used safely in the current POSIX implementation UINT64 SafeTime64(UINT64 sec64) { - return MAKESURE(sec64, 0, 2115947647000ULL); + return MAKESURE(sec64, 0, 4102243323123ULL); } // Thread pool @@ -1483,6 +1631,27 @@ void GetDateTimeStrMilli(char *str, UINT size, SYSTEMTIME *st) st->wMilliseconds); } +// Get the date and time string in RFC3164 format (example: 2017-09-27T18:25:55.434-9:00) +void GetDateTimeStrRFC3164(char *str, UINT size, SYSTEMTIME *st, int timezone_min){ + // Validate arguments + if (str == NULL || st == NULL) + { + return; + } + + if(timezone_min == 0){ + Format(str, size, "%04u-%02u-%02uT%02u:%02u:%02u.%03uZ", + st->wYear, st->wMonth, st->wDay, + st->wHour, st->wMinute, st->wSecond, + st->wMilliseconds); + }else{ + Format(str, size, "%04u-%02u-%02uT%02u:%02u:%02u.%03u%+02d:%02d", + st->wYear, st->wMonth, st->wDay, + st->wHour, st->wMinute, st->wSecond, + st->wMilliseconds, timezone_min/60, timezone_min%60); + } +} + // Get the time string void GetSpanStr(char *str, UINT size, UINT64 sec64) { @@ -1694,7 +1863,7 @@ void TmToSystem(SYSTEMTIME *st, struct tm *t) NormalizeTm(&tmp); Zero(st, sizeof(SYSTEMTIME)); - st->wYear = MAKESURE(tmp.tm_year + 1900, 1970, 2037); + st->wYear = MAKESURE(tmp.tm_year + 1900, 1970, 2099); st->wMonth = MAKESURE(tmp.tm_mon + 1, 1, 12); st->wDay = MAKESURE(tmp.tm_mday, 1, 31); st->wDayOfWeek = MAKESURE(tmp.tm_wday, 0, 6); @@ -1714,7 +1883,7 @@ void SystemToTm(struct tm *t, SYSTEMTIME *st) } Zero(t, sizeof(struct tm)); - t->tm_year = MAKESURE(st->wYear, 1970, 2037) - 1900; + t->tm_year = MAKESURE(st->wYear, 1970, 2099) - 1900; t->tm_mon = MAKESURE(st->wMonth, 1, 12) - 1; t->tm_mday = MAKESURE(st->wDay, 1, 31); t->tm_hour = MAKESURE(st->wHour, 0, 23); @@ -1726,7 +1895,7 @@ void SystemToTm(struct tm *t, SYSTEMTIME *st) } // Convert the time_t to SYSTEMTIME -void TimeToSystem(SYSTEMTIME *st, time_t t) +void TimeToSystem(SYSTEMTIME *st, time_64t t) { struct tm tmp; // Validate arguments @@ -1740,7 +1909,7 @@ void TimeToSystem(SYSTEMTIME *st, time_t t) } // Convert the time_t to 64-bit SYSTEMTIME -UINT64 TimeToSystem64(time_t t) +UINT64 TimeToSystem64(time_64t t) { SYSTEMTIME st; @@ -1750,7 +1919,7 @@ UINT64 TimeToSystem64(time_t t) } // Convert the SYSTEMTIME to time_t -time_t SystemToTime(SYSTEMTIME *st) +time_64t SystemToTime(SYSTEMTIME *st) { struct tm t; // Validate arguments @@ -1764,7 +1933,7 @@ time_t SystemToTime(SYSTEMTIME *st) } // Convert a 64-bit SYSTEMTIME to a time_t -time_t System64ToTime(UINT64 i) +time_64t System64ToTime(UINT64 i) { SYSTEMTIME st; @@ -1774,9 +1943,9 @@ time_t System64ToTime(UINT64 i) } // Convert the tm to time_t -time_t TmToTime(struct tm *t) +time_64t TmToTime(struct tm *t) { - time_t tmp; + time_64t tmp; // Validate arguments if (t == NULL) { @@ -1784,7 +1953,7 @@ time_t TmToTime(struct tm *t) } tmp = c_mkgmtime(t); - if (tmp == (time_t)-1) + if (tmp == (time_64t)-1) { return 0; } @@ -1792,42 +1961,22 @@ time_t TmToTime(struct tm *t) } // Convert time_t to tm -void TimeToTm(struct tm *t, time_t time) +void TimeToTm(struct tm *t, time_64t time) { - struct tm *ret; // Validate arguments if (t == NULL) { return; } -#ifndef OS_UNIX - ret = gmtime(&time); -#else // OS_UNIX - ret = malloc(sizeof(struct tm)); - memset(ret, 0, sizeof(struct tm)); - gmtime_r(&time, ret); -#endif // OS_UNIX - - if (ret == NULL) - { - Zero(t, sizeof(struct tm)); - } - else - { - Copy(t, ret, sizeof(struct tm)); - } - -#ifdef OS_UNIX - free(ret); -#endif // OS_UNIX + Zero(t, sizeof(struct tm)); + c_gmtime_r(&time, t); } // Normalize the tm void NormalizeTm(struct tm *t) { - struct tm *ret; - time_t tmp; + time_64t tmp; // Validate arguments if (t == NULL) { @@ -1835,31 +1984,12 @@ void NormalizeTm(struct tm *t) } tmp = c_mkgmtime(t); - if (tmp == (time_t)-1) + if (tmp == (time_64t)-1) { return; } -#ifndef OS_UNIX - ret = gmtime(&tmp); -#else // OS_UNIX - ret = malloc(sizeof(struct tm)); - memset(ret, 0, sizeof(struct tm)); - gmtime_r(&tmp, ret); -#endif // OS_UNIX - - if (ret == NULL) - { - Zero(t, sizeof(struct tm)); - } - else - { - Copy(t, ret, sizeof(struct tm)); - } - -#ifdef OS_UNIX - free(ret); -#endif // OS_UNIX + c_gmtime_r(&tmp, t); } // Normalize the SYSTEMTIME @@ -1934,10 +2064,19 @@ INT64 GetTimeDiffEx(SYSTEMTIME *basetime, bool local_time) Copy(&snow, basetime, sizeof(SYSTEMTIME)); + if (sizeof(time_t) == 4) + { + if (snow.wYear >= 2038) + { + // For old systems: avoid the 2038-year problem + snow.wYear = 2037; + } + } + SystemToTm(&now, &snow); if (local_time == false) { - tmp = c_mkgmtime(&now); + tmp = (time_t)c_mkgmtime(&now); } else { @@ -1965,54 +2104,12 @@ INT64 GetTimeDiffEx(SYSTEMTIME *basetime, bool local_time) return ret; } -// Get the time difference between the local time and system time -INT64 GetTimeDiff() -{ - time_t tmp; - struct tm t1, t2; - SYSTEMTIME snow; - struct tm now; - SYSTEMTIME s1, s2; - INT64 ret; - - static INT64 cache = INFINITE; - - if (cache != INFINITE) - { - // Returns the cache data after measured once - return cache; - } - - SystemTime(&snow); - SystemToTm(&now, &snow); - tmp = c_mkgmtime(&now); - if (tmp == (time_t)-1) - { - return 0; - } - -#ifndef OS_UNIX - Copy(&t1, localtime(&tmp), sizeof(struct tm)); - Copy(&t2, gmtime(&tmp), sizeof(struct tm)); -#else // OS_UNIX - localtime_r(&tmp, &t1); - gmtime_r(&tmp, &t2); -#endif // OS_UNIX - - TmToSystem(&s1, &t1); - TmToSystem(&s2, &t2); - - cache = ret = (INT)SystemToUINT64(&s1) - (INT)SystemToUINT64(&s2); - - return ret; -} - // Convert UINT64 to the SYSTEMTIME void UINT64ToSystem(SYSTEMTIME *st, UINT64 sec64) { UINT64 tmp64; UINT sec, millisec; - time_t time; + time_64t time; // Validate arguments if (st == NULL) { @@ -2023,7 +2120,7 @@ void UINT64ToSystem(SYSTEMTIME *st, UINT64 sec64) tmp64 = sec64 / (UINT64)1000; millisec = (UINT)(sec64 - tmp64 * (UINT64)1000); sec = (UINT)tmp64; - time = (time_t)sec; + time = (time_64t)sec; TimeToSystem(st, time); st->wMilliseconds = (WORD)millisec; } @@ -2032,7 +2129,7 @@ void UINT64ToSystem(SYSTEMTIME *st, UINT64 sec64) UINT64 SystemToUINT64(SYSTEMTIME *st) { UINT64 sec64; - time_t time; + time_64t time; // Validate arguments if (st == NULL) { @@ -2091,7 +2188,7 @@ void SystemTime(SYSTEMTIME *st) KS_INC(KS_GETTIME_COUNT); } -time_t c_mkgmtime(struct tm *tm) +time_64t c_mkgmtime(struct tm *tm) { int years, months, days, hours, minutes, seconds; @@ -2142,7 +2239,7 @@ time_t c_mkgmtime(struct tm *tm) tm->tm_isdst = 0; if (years < 1970) - return (time_t)-1; + return (time_64t)-1; #if (defined(TM_YEAR_MAX) && defined(TM_MON_MAX) && defined(TM_MDAY_MAX)) #if (defined(TM_HOUR_MAX) && defined(TM_MIN_MAX) && defined(TM_SEC_MAX)) @@ -2156,11 +2253,11 @@ time_t c_mkgmtime(struct tm *tm) (hours == TM_HOUR_MAX && (minutes > TM_MIN_MAX || (minutes == TM_MIN_MAX && seconds > TM_SEC_MAX) ))))))) - return (time_t)-1; + return (time_64t)-1; #endif #endif - return (time_t)(86400L * (unsigned long)(unsigned)days + + return (time_64t)(86400L * (unsigned long)(unsigned)days + 3600L * (unsigned long)hours + (unsigned long)(60 * minutes + seconds)); } @@ -2236,7 +2333,3 @@ void AbortExitEx(char *msg) #endif // OS_WIN32 } - -// 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/src/Mayaqua/Kernel.h b/src/Mayaqua/Kernel.h index e2e6399e..54173506 100644 --- a/src/Mayaqua/Kernel.h +++ b/src/Mayaqua/Kernel.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -194,15 +194,16 @@ void FreeThreading(); void ThreadPoolProc(THREAD *t, void *param); void SetThreadName(UINT thread_id, char *name, void *param); -time_t c_mkgmtime(struct tm *tm); -time_t System64ToTime(UINT64 i); +struct tm * c_gmtime_r(const time_64t* timep, struct tm *tm); +time_64t c_mkgmtime(struct tm *tm); +time_64t System64ToTime(UINT64 i); void TmToSystem(SYSTEMTIME *st, struct tm *t); void SystemToTm(struct tm *t, SYSTEMTIME *st); -void TimeToSystem(SYSTEMTIME *st, time_t t); -UINT64 TimeToSystem64(time_t t); -time_t SystemToTime(SYSTEMTIME *st); -time_t TmToTime(struct tm *t); -void TimeToTm(struct tm *t, time_t time); +void TimeToSystem(SYSTEMTIME *st, time_64t t); +UINT64 TimeToSystem64(time_64t t); +time_64t SystemToTime(SYSTEMTIME *st); +time_64t TmToTime(struct tm *t); +void TimeToTm(struct tm *t, time_64t time); void NormalizeTm(struct tm *t); void NormalizeSystem(SYSTEMTIME *st); void LocalToSystem(SYSTEMTIME *system, SYSTEMTIME *local); @@ -247,6 +248,7 @@ void GetTimeStrEx64(wchar_t *str, UINT size, UINT64 sec64, LOCALE *locale); void GetDateStrEx64(wchar_t *str, UINT size, UINT64 sec64, LOCALE *locale); void GetTimeStrMilli64(char *str, UINT size, UINT64 sec64); void GetTimeStr64(char *str, UINT size, UINT64 sec64); +void GetDateTimeStrRFC3164(char *str, UINT size, SYSTEMTIME *st, int timezone_min); UINT64 SafeTime64(UINT64 sec64); bool Run(char *filename, char *arg, bool hide, bool wait); bool RunW(wchar_t *filename, wchar_t *arg, bool hide, bool wait); @@ -276,10 +278,7 @@ void MainteThreadList(LIST *o); void FreeThreadList(LIST *o); void StopThreadList(LIST *o); void WaitAllThreadsWillBeStopped(LIST *o); +UINT GetNumberOfCpu(); #endif // KERNEL_H - -// 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/src/Mayaqua/MayaType.h b/src/Mayaqua/MayaType.h index a6c71356..d6de7143 100644 --- a/src/Mayaqua/MayaType.h +++ b/src/Mayaqua/MayaType.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -145,7 +145,7 @@ typedef struct x509_crl_st X509_CRL; #define BUF_SIZE 512 // Support Windows OS list -#define SUPPORTED_WINDOWS_LIST "Windows 98 / 98 SE / ME / NT 4.0 SP6a / 2000 SP4 / XP SP2, SP3 / Vista SP1, SP2 / 7 SP1 / 8 / 8.1 / Server 2003 SP2 / Server 2008 SP1, SP2 / Hyper-V Server 2008 / Server 2008 R2 SP1 / Hyper-V Server 2008 R2 / Server 2012 / Hyper-V Server 2012 / Server 2012 R2 / Hyper-V Server 2012 R2" +#define SUPPORTED_WINDOWS_LIST "Windows 98 / 98 SE / ME / NT 4.0 SP6a / 2000 SP4 / XP SP2, SP3 / Vista SP1, SP2 / 7 SP1 / 8 / 8.1 / 10 / Server 2003 SP2 / Server 2008 SP1, SP2 / Hyper-V Server 2008 / Server 2008 R2 SP1 / Hyper-V Server 2008 R2 / Server 2012 / Hyper-V Server 2012 / Server 2012 R2 / Hyper-V Server 2012 R2 / Server 2016" // Infinite #ifndef WINDOWS_H @@ -299,6 +299,8 @@ typedef signed char CHAR; typedef unsigned long long UINT64; typedef signed long long INT64; +typedef signed long long time_64t; + #ifdef OS_UNIX // Avoiding compile error #define __cdecl @@ -423,6 +425,7 @@ typedef struct STRMAP_ENTRY STRMAP_ENTRY; typedef struct SHARED_BUFFER SHARED_BUFFER; typedef struct HASH_LIST HASH_LIST; typedef struct HASH_ENTRY HASH_ENTRY; +typedef struct PRAND PRAND; // Str.h typedef struct TOKEN_LIST TOKEN_LIST; @@ -522,6 +525,7 @@ typedef struct SAFE_BLOCK SAFE_BLOCK; typedef struct SAFE_REQUEST_LOG SAFE_REQUEST_LOG; typedef struct DYN_VALUE DYN_VALUE; typedef struct RELAY_PARAMETER RELAY_PARAMETER; +typedef struct SSL_ACCEPT_SETTINGS SSL_ACCEPT_SETTINGS; // Tick64.h typedef struct ADJUST_TIME ADJUST_TIME; @@ -584,7 +588,3 @@ typedef struct IKE_HEADER IKE_HEADER; #endif // MAYATYPE_H - -// 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/src/Mayaqua/Mayaqua.c b/src/Mayaqua/Mayaqua.c index 4d0e40f1..5bc06b86 100644 --- a/src/Mayaqua/Mayaqua.c +++ b/src/Mayaqua/Mayaqua.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1224,7 +1224,3 @@ void PrintDebugInformation() - -// 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/src/Mayaqua/Mayaqua.h b/src/Mayaqua/Mayaqua.h index 0ee1d502..36fdc648 100644 --- a/src/Mayaqua/Mayaqua.h +++ b/src/Mayaqua/Mayaqua.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -614,6 +614,7 @@ USHORT CalcChecksum16(void *buf, UINT size); #pragma comment(lib, "version.lib") #pragma comment(lib, "Netapi32.lib") #pragma comment(lib, "shlwapi.lib") +#pragma comment(lib, "crypt32.lib") #pragma warning( disable : 4099 ) #endif // OS_WIN32 @@ -626,7 +627,3 @@ USHORT CalcChecksum16(void *buf, UINT size); #endif // MAYAQUA_H - -// 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/src/Mayaqua/Mayaqua.vcproj b/src/Mayaqua/Mayaqua.vcproj index 246b4fbf..26b33b7e 100644 --- a/src/Mayaqua/Mayaqua.vcproj +++ b/src/Mayaqua/Mayaqua.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -188,7 +188,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/Mayaqua/Memory.c b/src/Mayaqua/Memory.c index 9171c410..31268061 100644 --- a/src/Mayaqua/Memory.c +++ b/src/Mayaqua/Memory.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -134,6 +134,70 @@ static UINT fifo_current_realloc_mem_size = FIFO_REALLOC_MEM_SIZE; +// New PRand +PRAND *NewPRand(void *key, UINT key_size) +{ + PRAND *r; + UCHAR dummy[256]; + if (key == NULL || key_size == 0) + { + key = "DUMMY"; + key_size = 5; + } + + r = ZeroMalloc(sizeof(PRAND)); + + HashSha1(r->Key, key, key_size); + + r->Rc4 = NewCrypt(key, key_size); + + Zero(dummy, sizeof(dummy)); + + Encrypt(r->Rc4, dummy, dummy, 256); + + return r; +} + +// Free PRand +void FreePRand(PRAND *r) +{ + if (r == NULL) + { + return; + } + + FreeCrypt(r->Rc4); + + Free(r); +} + +// Generate PRand +void PRand(PRAND *p, void *data, UINT size) +{ + if (p == NULL) + { + return; + } + + Zero(data, size); + + Encrypt(p->Rc4, data, data, size); +} + +// Generate UINT PRand +UINT PRandInt(PRAND *p) +{ + UINT r; + if (p == NULL) + { + return 0; + } + + PRand(p, &r, sizeof(UINT)); + + return r; +} + // Check whether the specified key item is in the hash list bool IsInHashListKey(HASH_LIST *h, UINT key) { @@ -2368,6 +2432,28 @@ UINT PeekFifo(FIFO *f, void *p, UINT size) return read_size; } +// Read all data from FIFO +BUF *ReadFifoAll(FIFO *f) +{ + BUF *buf; + UCHAR *tmp; + UINT size; + if (f == NULL) + { + return NewBuf(); + } + + size = FifoSize(f); + tmp = Malloc(size); + ReadFifo(f, tmp, size); + + buf = MemToBuf(tmp, size); + + Free(tmp); + + return buf; +} + // Read from the FIFO UINT ReadFifo(FIFO *f, void *p, UINT size) { @@ -2392,9 +2478,12 @@ UINT ReadFifo(FIFO *f, void *p, UINT size) f->total_read_size += (UINT64)read_size; - if (f->size == 0) + if (f->fixed == false) { - f->pos = 0; + if (f->size == 0) + { + f->pos = 0; + } } ShrinkFifoMemory(f); @@ -2414,6 +2503,11 @@ void ShrinkFifoMemory(FIFO *f) return; } + if (f->fixed) + { + return; + } + // Rearrange the memory if (f->pos >= FIFO_INIT_MEM_SIZE && f->memsize >= fifo_current_realloc_mem_size && @@ -2434,6 +2528,25 @@ void ShrinkFifoMemory(FIFO *f) } } +// Write data to the front of FIFO +void WriteFifoFront(FIFO *f, void *p, UINT size) +{ + // Validate arguments + if (f == NULL || size == 0) + { + return; + } + + if (f->pos < size) + { + PadFifoFront(f, size - f->pos); + } + + Copy(((UCHAR *)f->p) + (f->pos - size), p, size); + f->pos -= size; + f->size += size; +} + // Write to the FIFO void WriteFifo(FIFO *f, void *p, UINT size) { @@ -2474,6 +2587,20 @@ void WriteFifo(FIFO *f, void *p, UINT size) KS_INC(KS_WRITE_FIFO_COUNT); } +// Add a padding before the head of fifo +void PadFifoFront(FIFO *f, UINT size) +{ + // Validate arguments + if (f == NULL || size == 0) + { + return; + } + + f->memsize += size; + + f->p = ReAlloc(f->p, f->memsize); +} + // Clear the FIFO void ClearFifo(FIFO *f) { @@ -2592,6 +2719,10 @@ FIFO *NewFifoFast() return NewFifoEx(true); } FIFO *NewFifoEx(bool fast) +{ + return NewFifoEx2(fast, false); +} +FIFO *NewFifoEx2(bool fast, bool fixed) { FIFO *f; @@ -2612,6 +2743,7 @@ FIFO *NewFifoEx(bool fast) f->size = f->pos = 0; f->memsize = FIFO_INIT_MEM_SIZE; f->p = Malloc(FIFO_INIT_MEM_SIZE); + f->fixed = false; #ifndef DONT_USE_KERNEL_STATUS // TrackNewObj(POINTER_TO_UINT64(f), "FIFO", 0); @@ -3128,6 +3260,21 @@ bool WriteBufInt(BUF *b, UINT value) return true; } +// Write a short integer in the the buffer +bool WriteBufShort(BUF *b, USHORT value) +{ + // Validate arguments + if (b == NULL) + { + return false; + } + + value = Endian16(value); + + WriteBuf(b, &value, sizeof(USHORT)); + return true; +} + // Write a UCHAR to the buffer bool WriteBufChar(BUF *b, UCHAR uc) { @@ -3194,6 +3341,23 @@ UINT ReadBufInt(BUF *b) return Endian32(value); } +// Read a short integer from the buffer +USHORT ReadBufShort(BUF *b) +{ + USHORT value; + // Validate arguments + if (b == NULL) + { + return 0; + } + + if (ReadBuf(b, &value, sizeof(USHORT)) != sizeof(USHORT)) + { + return 0; + } + return Endian16(value); +} + // Write the buffer to a buffer void WriteBufBuf(BUF *b, BUF *bb) { @@ -3459,6 +3623,23 @@ BUF *ReadRemainBuf(BUF *b) return ReadBufFromBuf(b, size); } +// Get the length of the rest +UINT ReadBufRemainSize(BUF *b) +{ + // Validate arguments + if (b == NULL) + { + return 0; + } + + if (b->Size < b->Current) + { + return 0; + } + + return b->Size - b->Current; +} + // Clone the buffer BUF *CloneBuf(BUF *b) { @@ -4246,7 +4427,3 @@ void XorData(void *dst, void *src1, void *src2, UINT size) c2++; } } - -// 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/src/Mayaqua/Memory.h b/src/Mayaqua/Memory.h index 68257a2c..693386ba 100644 --- a/src/Mayaqua/Memory.h +++ b/src/Mayaqua/Memory.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -160,6 +160,7 @@ struct FIFO UINT pos, size, memsize; UINT64 total_read_size; UINT64 total_write_size; + bool fixed; }; // List @@ -236,6 +237,13 @@ struct HASH_LIST LIST *AllList; }; +// PRAND +struct PRAND +{ + UCHAR Key[20]; + CRYPT *Rc4; +}; + // Function prototype HASH_LIST *NewHashList(GET_HASH *get_hash_proc, COMPARE *compare_proc, UINT bits, bool make_list); void ReleaseHashList(HASH_LIST *h); @@ -250,6 +258,11 @@ void UnlockHashList(HASH_LIST *h); bool IsInHashListKey(HASH_LIST *h, UINT key); void *HashListKeyToPointer(HASH_LIST *h, UINT key); +PRAND *NewPRand(void *key, UINT key_size); +void FreePRand(PRAND *r); +void PRand(PRAND *p, void *data, UINT size); +UINT PRandInt(PRAND *p); + LIST *NewCandidateList(); void FreeCandidateList(LIST *o); int ComapreCandidate(void *p1, void *p2); @@ -310,11 +323,13 @@ void FreeBuf(BUF *b); bool BufToFile(IO *o, BUF *b); BUF *FileToBuf(IO *o); UINT ReadBufInt(BUF *b); +USHORT ReadBufShort(BUF *b); UINT64 ReadBufInt64(BUF *b); UCHAR ReadBufChar(BUF *b); bool WriteBufInt(BUF *b, UINT value); bool WriteBufInt64(BUF *b, UINT64 value); bool WriteBufChar(BUF *b, UCHAR uc); +bool WriteBufShort(BUF *b, USHORT value); bool ReadBufStr(BUF *b, char *str, UINT size); bool WriteBufStr(BUF *b, char *str); void WriteBufLine(BUF *b, char *str); @@ -332,14 +347,18 @@ BUF *CloneBuf(BUF *b); BUF *MemToBuf(void *data, UINT size); BUF *RandBuf(UINT size); BUF *ReadRemainBuf(BUF *b); +UINT ReadBufRemainSize(BUF *b); bool CompareBuf(BUF *b1, BUF *b2); UINT PeekFifo(FIFO *f, void *p, UINT size); UINT ReadFifo(FIFO *f, void *p, UINT size); +BUF *ReadFifoAll(FIFO *f); void ShrinkFifoMemory(FIFO *f); UCHAR *GetFifoPointer(FIFO *f); UCHAR *FifoPtr(FIFO *f); void WriteFifo(FIFO *f, void *p, UINT size); +void WriteFifoFront(FIFO *f, void *p, UINT size); +void PadFifoFront(FIFO *f, UINT size); void ClearFifo(FIFO *f); UINT FifoSize(FIFO *f); void LockFifo(FIFO *f); @@ -349,6 +368,7 @@ void CleanupFifo(FIFO *f); FIFO *NewFifo(); FIFO *NewFifoFast(); FIFO *NewFifoEx(bool fast); +FIFO *NewFifoEx2(bool fast, bool fixed); void InitFifo(); UINT GetFifoCurrentReallocMemSize(); void SetFifoCurrentReallocMemSize(UINT size); @@ -459,7 +479,3 @@ void AppendBufStr(BUF *b, char *str); #endif // MEMORY_H - -// 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/src/Mayaqua/Microsoft.c b/src/Mayaqua/Microsoft.c index 1c92db6d..6d6b9039 100644 --- a/src/Mayaqua/Microsoft.c +++ b/src/Mayaqua/Microsoft.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -204,6 +204,7 @@ static SERVICE_FUNCTION *g_start, *g_stop; static bool exiting = false; static bool wnd_end; static bool is_usermode = false; +static bool wts_is_locked_flag = false; static HICON tray_icon; static NOTIFYICONDATA nid; static NOTIFYICONDATAW nid_nt; @@ -218,6 +219,8 @@ static LOCK *vlan_lock = NULL; static COUNTER *suspend_handler_singleton = NULL; static COUNTER *vlan_card_counter = NULL; static volatile BOOL vlan_card_should_stop_flag = false; +static volatile BOOL vlan_is_in_suspend_mode = false; +static volatile UINT64 vlan_suspend_mode_begin_tick = 0; // msi.dll static HINSTANCE hMsi = NULL; @@ -5794,10 +5797,14 @@ bool MsIsVLanCardShouldStop() void MsProcEnterSuspend() { UINT64 giveup_tick = Tick64() + 2000; - UINT num = 0; + UINT num = Count(vlan_card_counter); + + vlan_is_in_suspend_mode = true; vlan_card_should_stop_flag = true; + vlan_suspend_mode_begin_tick = Tick64(); + while (true) { UINT64 now = Tick64(); @@ -5811,19 +5818,29 @@ void MsProcEnterSuspend() { break; } - num++; SleepThread(100); } if (num >= 1) { - SleepThread(512); + SleepThread(3000); } } void MsProcLeaveSuspend() { vlan_card_should_stop_flag = false; + vlan_is_in_suspend_mode = false; + vlan_suspend_mode_begin_tick = Tick64(); +} +UINT64 MsGetSuspendModeBeginTick() +{ + if (vlan_is_in_suspend_mode) + { + return Tick64(); + } + + return vlan_suspend_mode_begin_tick; } // Suspend handler window proc @@ -5852,26 +5869,22 @@ LRESULT CALLBACK MsSuspendHandlerWindowProc(HWND hWnd, UINT msg, WPARAM wParam, break; case WM_POWERBROADCAST: - switch (wParam) + if (MsIsVista()) { - case PBT_APMSUSPEND: - MsProcEnterSuspend(); - return 1; + switch (wParam) + { + case PBT_APMSUSPEND: + MsProcEnterSuspend(); + return 1; - case PBT_APMRESUMEAUTOMATIC: - case PBT_APMRESUMESUSPEND: - MsProcLeaveSuspend(); - return 1; + case PBT_APMRESUMEAUTOMATIC: + case PBT_APMRESUMESUSPEND: + MsProcLeaveSuspend(); + return 1; + } } break; - case WM_LBUTTONUP: - /* - MsProcEnterSuspend(); - MsgBox(hWnd, 0, L"TEST"); - MsProcLeaveSuspend();*/ - break; - case WM_CLOSE: /*if (h->AboutToClose == false) { @@ -5940,6 +5953,8 @@ void MsSuspendHandlerThreadProc(THREAD *thread, void *param) } vlan_card_should_stop_flag = false; + vlan_is_in_suspend_mode = false; + vlan_suspend_mode_begin_tick = 0; DestroyWindow(hWnd); @@ -5958,6 +5973,10 @@ MS_SUSPEND_HANDLER *MsNewSuspendHandler() return NULL; } + vlan_card_should_stop_flag = false; + vlan_is_in_suspend_mode = false; + vlan_suspend_mode_begin_tick = 0; + h = ZeroMalloc(sizeof(MS_SUSPEND_HANDLER)); t = NewThread(MsSuspendHandlerThreadProc, h); @@ -5966,8 +5985,6 @@ MS_SUSPEND_HANDLER *MsNewSuspendHandler() h->Thread = t; - vlan_card_should_stop_flag = false; - return h; } @@ -8625,7 +8642,7 @@ bool MsInstallVLan9x(char *instance_name, MS_DRIVER_VER *ver) MakeDir(otherdir); - Format(neo_sys, sizeof(neo_sys), DRIVER_INSTALL_SYS_NAME_TAG, instance_name); + Format(neo_sys, sizeof(neo_sys), "Neo_%s.sys", instance_name); // Copy of vpn16.exe FileCopy("|vpn16.exe", vpn16); @@ -8758,6 +8775,7 @@ BOOL CALLBACK EnumChildWindowProc(HWND hWnd, LPARAM lParam) LIST *o; HWND hParent; char c1[MAX_SIZE], c2[MAX_SIZE]; + bool ok = false; // Validate arguments if (hWnd == NULL || p == NULL) { @@ -8779,6 +8797,19 @@ BOOL CALLBACK EnumChildWindowProc(HWND hWnd, LPARAM lParam) } if (p->include_ipcontrol || (StrCmpi(c1, "SysIPAddress32") != 0 && (IsEmptyStr(c2) || StrCmpi(c2, "SysIPAddress32") != 0))) + { + ok = true; + } + + if (MsIsWine()) + { + if (StrCmpi(c1, "SysIPAddress32") == 0 || StrCmpi(c2, "SysIPAddress32") == 0) + { + ok = true; + } + } + + if (ok) { AddWindow(o, hWnd); @@ -9163,6 +9194,11 @@ bool MsCloseWarningWindow(NO_WARNING *nw, UINT thread_id) for (i = 0;i < LIST_NUM(o);i++) { HWND hWnd; + + if (nw->Halt) + { + break; + } if (MsIsVista() == false) { @@ -9552,7 +9588,7 @@ void MsGetInfCatalogDir(char *dst, UINT size) return; } - Format(dst, size, "|inf\\%s", (MsIsX64() ? "x64" : "x86")); + Format(dst, size, "|DriverPackages\\%s\\%s", (MsIsWindows10() ? "Neo6_Win10" : "Neo6_Win8"), (MsIsX64() ? "x64" : "x86")); } // Examine whether the virtual LAN card name can be used as a instance name of the VLAN @@ -9569,7 +9605,8 @@ bool MsIsValidVLanInstanceNameForInfCatalog(char *instance_name) MsGetInfCatalogDir(src_dir, sizeof(src_dir)); - Format(tmp, sizeof(tmp), "%s\\INF_%s.inf", src_dir, instance_name); + Format(tmp, sizeof(tmp), "%s\\Neo6_%s_%s.inf", src_dir, (MsIsX64() ? "x64" : "x86"), instance_name); + ret = IsFile(tmp); return ret; @@ -9719,7 +9756,14 @@ bool MsInstallVLanWithoutLock(char *tag_name, char *connection_tag_name, char *i } else { - Format(neo_sys, sizeof(neo_sys), DRIVER_INSTALL_SYS_NAME_TAG, instance_name); + if (MsIsWindows10() == false) + { + Format(neo_sys, sizeof(neo_sys), "Neo_%s.sys", instance_name); + } + else + { + Format(neo_sys, sizeof(neo_sys), "Neo6_%s_%s.sys", (MsIsX64() ? "x64" : "x86"), instance_name); + } } // Starting the Installation @@ -10511,26 +10555,21 @@ void MsGetDriverPath(char *instance_name, wchar_t *src_inf, wchar_t *src_sys, wc return; } - src_filename = DRIVER_INF_FILE_NAME; - src_sys_filename = DRIVER_SYS_FILE_NAME; + // WinNT x86 + src_filename = L"|DriverPackages\\Neo\\x86\\Neo_x86.inf"; + src_sys_filename = L"|DriverPackages\\Neo\\x86\\Neo_x86.sys"; if (MsIsNt() == false) { - src_filename = DRIVER_INF_FILE_NAME_9X; - src_sys_filename = DRIVER_SYS_FILE_NAME_9X; + // Win9x + src_filename = L"|DriverPackages\\Neo9x\\x86\\Neo9x_x86.inf"; + src_sys_filename = L"|DriverPackages\\Neo9x\\x86\\Neo9x_x86.sys"; } - else if (MsIsIA64() || MsIsX64()) + else if (MsIsX64()) { - if (MsIsX64()) - { - src_filename = DRIVER_INF_FILE_NAME_X64; - src_sys_filename = DRIVER_SYS_FILE_NAME_X64; - } - else - { - src_filename = DRIVER_INF_FILE_NAME_IA64; - src_sys_filename = DRIVER_SYS_FILE_NAME_IA64; - } + // WinNT x64 + src_filename = L"|DriverPackages\\Neo\\x64\\Neo_x64.inf"; + src_sys_filename = L"|DriverPackages\\Neo\\x64\\Neo_x64.sys"; } if (MsIsWindows7()) @@ -10538,15 +10577,28 @@ void MsGetDriverPath(char *instance_name, wchar_t *src_inf, wchar_t *src_sys, wc // Use the NDIS 6.2 driver for Windows 7 or later if (MsIsX64()) { - src_sys_filename = DRIVER_SYS6_FILE_NAME_X64; - } - else if (MsIsIA64()) - { - src_sys_filename = DRIVER_SYS6_FILE_NAME_IA64; + src_filename = L"|DriverPackages\\Neo6\\x64\\Neo6_x64.inf"; + src_sys_filename = L"|DriverPackages\\Neo6\\x64\\Neo6_x64.sys"; } else { - src_sys_filename = DRIVER_SYS6_FILE_NAME; + src_filename = L"|DriverPackages\\Neo6\\x86\\Neo6_x86.inf"; + src_sys_filename = L"|DriverPackages\\Neo6\\x86\\Neo6_x86.sys"; + } + } + + if (MsIsInfCatalogRequired()) + { + // Windows 8 or later + if (MsIsX64()) + { + src_filename = L"|DriverPackages\\Neo6_Win8\\x64\\Neo6_x64.inf"; + src_sys_filename = L"|DriverPackages\\Neo6_Win8\\x64\\Neo6_x64.sys"; + } + else + { + src_filename = L"|DriverPackages\\Neo6_Win8\\x86\\Neo6_x86.inf"; + src_sys_filename = L"|DriverPackages\\Neo6_Win8\\x86\\Neo6_x86.sys"; } } @@ -10554,27 +10606,43 @@ void MsGetDriverPath(char *instance_name, wchar_t *src_inf, wchar_t *src_sys, wc { if (MsIsInfCatalogRequired() == false) { + // Windows 7 or before UniStrCpy(src_inf, MAX_PATH, src_filename); } else { + // Windows 8.1 or later char tmp[MAX_SIZE]; MsGetInfCatalogDir(tmp, sizeof(tmp)); - UniFormat(src_inf, MAX_PATH, L"%S\\INF_%S.inf", tmp, instance_name); + UniFormat(src_inf, MAX_PATH, L"%S\\Neo6_%S_%S.inf", tmp, (MsIsX64() ? "x64" : "x86"), instance_name); } } if (src_sys != NULL) { UniStrCpy(src_sys, MAX_PATH, src_sys_filename); + + if (MsIsWindows10()) + { + UniFormat(src_sys, MAX_PATH, L"|DriverPackages\\Neo6_Win10\\%S\\Neo6_%S_%S.sys", + (MsIsX64() ? "x64" : "x86"), (MsIsX64() ? "x64" : "x86"), instance_name); + } } if (dest_inf != NULL) { char inf_name[MAX_PATH]; - Format(inf_name, sizeof(inf_name), DRIVER_INSTALL_INF_NAME_TAG, instance_name); + + if (MsIsInfCatalogRequired() == false) + { + Format(inf_name, sizeof(inf_name), "Neo_%s.inf", instance_name); + } + else + { + Format(inf_name, sizeof(inf_name), "Neo6_%s_%s.inf", (MsIsX64() ? "x64" : "x86"), instance_name); + } UniFormat(dest_inf, MAX_PATH, L"%s\\%S", ms->MyTempDirW, inf_name); } @@ -10592,7 +10660,24 @@ void MsGetDriverPath(char *instance_name, wchar_t *src_inf, wchar_t *src_sys, wc char tmp[MAX_SIZE]; MsGetInfCatalogDir(tmp, sizeof(tmp)); - UniFormat(src_cat, MAX_PATH, L"%S\\inf.cat", tmp); + + if (MsIsWindows8() == false) + { + // Windows Vista and Windows 7 uses SHA-1 catalog files + // (Unused? Never reach here!) + UniFormat(src_cat, MAX_PATH, L"%S\\inf.cat", tmp); + } + else + { + // Windows 8 or above uses SHA-256 catalog files + UniFormat(src_cat, MAX_PATH, L"%S\\inf2.cat", tmp); + } + + if (MsIsWindows10()) + { + // Windows 10 + UniFormat(src_cat, MAX_PATH, L"%S\\Neo6_%S_%S.cat", tmp, (MsIsX64() ? "x64" : "x86"), instance_name); + } } else { @@ -10604,7 +10689,14 @@ void MsGetDriverPath(char *instance_name, wchar_t *src_inf, wchar_t *src_sys, wc { if (MsIsInfCatalogRequired()) { - UniFormat(dest_cat, MAX_PATH, L"%s\\inf_%S.cat", ms->MyTempDirW, instance_name); + if (MsIsWindows10() == false) + { + UniFormat(dest_cat, MAX_PATH, L"%s\\inf_%S.cat", ms->MyTempDirW, instance_name); + } + else + { + UniFormat(dest_cat, MAX_PATH, L"%s\\Neo6_%S_%S.cat", ms->MyTempDirW, (MsIsX64() ? "x64" : "x86"), instance_name); + } } else { @@ -12255,6 +12347,175 @@ bool MsIsPasswordEmpty(wchar_t *username) return false; } +// Determine if the workstation is locked by using WTS API +bool MsDetermineIsLockedByWtsApi() +{ + return wts_is_locked_flag; +} + +// IsLocked Window Proc +LRESULT CALLBACK MsIsLockedWindowHandlerWindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) +{ + MS_ISLOCKED *d = NULL; + CREATESTRUCT *cs; + // Validate arguments + if (hWnd == NULL) + { + return 0; + } + + d = (MS_ISLOCKED *)GetWindowLongPtrA(hWnd, GWLP_USERDATA); + if (d == NULL && msg != WM_CREATE) + { + goto LABEL_END; + } + + switch (msg) + { + case WM_CREATE: + cs = (CREATESTRUCT *)lParam; + d = (MS_ISLOCKED *)cs->lpCreateParams; + SetWindowLongPtrA(hWnd, GWLP_USERDATA, (LONG_PTR)d); + + ms->nt->WTSRegisterSessionNotification(hWnd, NOTIFY_FOR_THIS_SESSION); + + wts_is_locked_flag = false; + + break; + + case WM_WTSSESSION_CHANGE: + { + char tmp[MAX_SIZE]; + + GetDateTimeStr64(tmp, sizeof(tmp), LocalTime64()); + + switch (wParam) + { + case WTS_SESSION_LOCK: + Debug("%s: Enter Lock\n", tmp); + d->IsLockedFlag = true; + wts_is_locked_flag = true; + break; + + case WTS_SESSION_UNLOCK: + Debug("%s: Enter Unlock\n", tmp); + d->IsLockedFlag = false; + wts_is_locked_flag = false; + break; + } + } + + break; + + case WM_DESTROY: + Debug("Unregister\n"); + ms->nt->WTSUnRegisterSessionNotification(hWnd); + PostQuitMessage(0); + break; + } + +LABEL_END: + return DefWindowProc(hWnd, msg, wParam, lParam); +} + +// IsLocked thread proc +void MsIsLockedThreadProc(THREAD *thread, void *param) +{ + MS_ISLOCKED *d = (MS_ISLOCKED *)param; + char wndclass_name[MAX_PATH]; + WNDCLASS wc; + HWND hWnd; + MSG msg; + // Validate arguments + if (d == NULL || thread == NULL) + { + return; + } + + Format(wndclass_name, sizeof(wndclass_name), "WNDCLASS_%X", Rand32()); + + Zero(&wc, sizeof(wc)); + wc.hbrBackground = (HBRUSH)GetStockObject(WHITE_BRUSH); + wc.hCursor = LoadCursor(NULL, IDC_ARROW); + wc.hIcon = NULL; + wc.hInstance = ms->hInst; + wc.lpfnWndProc = MsIsLockedWindowHandlerWindowProc; + wc.lpszClassName = wndclass_name; + if (RegisterClassA(&wc) == 0) + { + NoticeThreadInit(thread); + return; + } + + hWnd = CreateWindowA(wndclass_name, wndclass_name, WS_OVERLAPPEDWINDOW, + CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, + NULL, NULL, ms->hInst, d); + + d->hWnd = hWnd; + + NoticeThreadInit(thread); + + if (hWnd == NULL) + { + UnregisterClassA(wndclass_name, ms->hInst); + return; + } + + while (GetMessage(&msg, NULL, 0, 0)) + { + TranslateMessage(&msg); + DispatchMessage(&msg); + } + + DestroyWindow(hWnd); + + UnregisterClassA(wndclass_name, ms->hInst); +} + +// Create new IsLocked thread +MS_ISLOCKED *MsNewIsLocked() +{ + MS_ISLOCKED *d; + THREAD *t; + + SleepThread(5000); + + if (IsNt() == false || ms->nt->WTSRegisterSessionNotification == NULL || + ms->nt->WTSUnRegisterSessionNotification == NULL) + { + return NULL; + } + + d = ZeroMalloc(sizeof(MS_ISLOCKED)); + + t = NewThread(MsIsLockedThreadProc, d); + + WaitThreadInit(t); + + d->Thread = t; + + return d; +} + +// Stop and free the IsLocked thread +void MsFreeIsLocked(MS_ISLOCKED *d) +{ + if (d == NULL) + { + return; + } + + if (d->hWnd != NULL) + { + PostMessageA(d->hWnd, WM_CLOSE, 0, 0); + } + + WaitThread(d->Thread, INFINITE); + ReleaseThread(d->Thread); + + Free(d); +} + // Execution of shutdown (NT) bool MsShutdownEx(bool reboot, bool force, UINT time_limit, char *message) { @@ -12376,6 +12637,33 @@ bool MsIsNt() return ms->IsNt; } +// Get whether the current system is WINE +bool MsIsWine() +{ + bool ret = false; + + if (ms == NULL) + { + HINSTANCE h = LoadLibrary("kernel32.dll"); + + if (h != NULL) + { + if (GetProcAddress(h, "wine_get_unix_file_name") != NULL) + { + ret = true; + } + + FreeLibrary(h); + } + } + else + { + ret = ms->IsWine; + } + + return ret; +} + // Get whether the current user is an Admin bool MsIsAdmin() { @@ -12537,6 +12825,14 @@ NT_API *MsLoadNtApiFunctions() (BOOL (__stdcall *)(HANDLE,DWORD,LPWSTR,PDWORD)) GetProcAddress(nt->hKernel32, "QueryFullProcessImageNameW"); + nt->RegLoadKeyW = + (LSTATUS (__stdcall *)(HKEY,LPCWSTR,LPCWSTR)) + GetProcAddress(nt->hAdvapi32, "RegLoadKeyW"); + + nt->RegUnLoadKeyW = + (LSTATUS (__stdcall *)(HKEY,LPCWSTR)) + GetProcAddress(nt->hAdvapi32, "RegUnLoadKeyW"); + if (info.dwMajorVersion >= 5) { nt->UpdateDriverForPlugAndPlayDevicesW = @@ -12568,6 +12864,12 @@ NT_API *MsLoadNtApiFunctions() nt->WTSEnumerateSessionsA = (BOOL (__stdcall *)(HANDLE,DWORD,DWORD,PWTS_SESSION_INFOA *,DWORD *)) GetProcAddress(nt->hWtsApi32, "WTSEnumerateSessionsA"); + nt->WTSRegisterSessionNotification = + (BOOL (__stdcall *)(HWND,DWORD)) + GetProcAddress(nt->hWtsApi32, "WTSRegisterSessionNotification"); + nt->WTSUnRegisterSessionNotification = + (BOOL (__stdcall *)(HWND)) + GetProcAddress(nt->hWtsApi32, "WTSUnRegisterSessionNotification"); } // Service related API @@ -12885,6 +13187,59 @@ DWORD MsRegAccessMaskFor64BitEx(bool force32bit, bool force64bit) return 0; } +// Load the hive +bool MsRegLoadHive(UINT root, wchar_t *keyname, wchar_t *filename) +{ + LONG ret; + if (keyname == NULL || filename == NULL) + { + WHERE; + return false; + } + + if (ms->nt == NULL || ms->nt->RegLoadKeyW == NULL || ms->nt->RegUnLoadKeyW == NULL) + { + WHERE; + return false; + } + + ret = ms->nt->RegLoadKeyW(MsGetRootKeyFromInt(root), keyname, filename); + + if (ret != ERROR_SUCCESS) + { + Debug("RegLoadKeyW: %S %S %u\n", keyname, filename, GetLastError()); + return false; + } + WHERE; + + return true; +} + +// Unload the hive +bool MsRegUnloadHive(UINT root, wchar_t *keyname) +{ + LONG ret; + if (keyname == NULL) + { + return false; + } + + if (ms->nt == NULL || ms->nt->RegLoadKeyW == NULL || ms->nt->RegUnLoadKeyW == NULL) + { + return false; + } + + ret = ms->nt->RegUnLoadKeyW(MsGetRootKeyFromInt(root), keyname); + + if (ret != ERROR_SUCCESS) + { + Debug("RegUnLoadKeyW: %u\n", GetLastError()); + return false; + } + + return true; +} + // Delete the value bool MsRegDeleteValue(UINT root, char *keyname, char *valuename) { @@ -14491,6 +14846,11 @@ void MsInit() ms->IsAdmin = true; } + if (GetProcAddress(ms->hKernel32, "wine_get_unix_file_name") != NULL) + { + ms->IsWine = true; + } + // Get information about the current process ms->hCurrentProcess = GetCurrentProcess(); ms->CurrentProcessId = GetCurrentProcessId(); @@ -15180,7 +15540,3 @@ wchar_t *MsGetWinTempDirW() #endif // WIN32 - -// 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/src/Mayaqua/Microsoft.h b/src/Mayaqua/Microsoft.h index 6685e197..59197b47 100644 --- a/src/Mayaqua/Microsoft.h +++ b/src/Mayaqua/Microsoft.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -234,19 +234,6 @@ typedef void *HWND; // Constants about driver -#define DRIVER_INF_FILE_NAME L"|vpn_driver.inf" -#define DRIVER_INF_FILE_NAME_X64 L"|vpn_driver_x64.inf" -#define DRIVER_INF_FILE_NAME_IA64 L"|vpn_driver_ia64.inf" -#define DRIVER_INF_FILE_NAME_9X L"|vpn_driver_9x.inf" -#define DRIVER_SYS_FILE_NAME L"|vpn_driver.sys" -#define DRIVER_SYS_FILE_NAME_X64 L"|vpn_driver_x64.sys" -#define DRIVER_SYS_FILE_NAME_IA64 L"|vpn_driver_ia64.sys" -#define DRIVER_SYS_FILE_NAME_9X L"|vpn_driver_9x.sys" -#define DRIVER_SYS6_FILE_NAME L"|vpn_driver6.sys" -#define DRIVER_SYS6_FILE_NAME_X64 L"|vpn_driver6_x64.sys" -#define DRIVER_SYS6_FILE_NAME_IA64 L"|vpn_driver6_ia64.sys" -#define DRIVER_INSTALL_INF_NAME_TAG "Neo_%s.inf" -#define DRIVER_INSTALL_SYS_NAME_TAG "Neo_%s.sys" #define DRIVER_INSTALL_SYS_NAME_TAG_NEW "Neo_%04u.sys" #define DRIVER_INSTALL_SYS_NAME_TAG_MAXID 128 // Maximum number of install @@ -413,6 +400,7 @@ typedef struct MS wchar_t *UserNameExW; wchar_t *MinidumpBaseFileNameW; IO *LockFile; + bool IsWine; } MS; // For Windows NT API @@ -443,6 +431,8 @@ typedef struct NT_API void (WINAPI *WTSFreeMemory)(void *); BOOL (WINAPI *WTSDisconnectSession)(HANDLE, DWORD, BOOL); BOOL (WINAPI *WTSEnumerateSessions)(HANDLE, DWORD, DWORD, PWTS_SESSION_INFO *, DWORD *); + BOOL (WINAPI *WTSRegisterSessionNotification)(HWND, DWORD); + BOOL (WINAPI *WTSUnRegisterSessionNotification)(HWND); SC_HANDLE (WINAPI *OpenSCManager)(LPCTSTR, LPCTSTR, DWORD); SC_HANDLE (WINAPI *CreateServiceA)(SC_HANDLE, LPCTSTR, LPCTSTR, DWORD, DWORD, DWORD, DWORD, LPCTSTR, LPCTSTR, LPDWORD, LPCTSTR, LPCTSTR, LPCTSTR); SC_HANDLE (WINAPI *CreateServiceW)(SC_HANDLE, LPCWSTR, LPCWSTR, DWORD, DWORD, DWORD, DWORD, LPCWSTR, LPCWSTR, LPDWORD, LPCWSTR, LPCWSTR, LPCWSTR); @@ -508,6 +498,8 @@ typedef struct NT_API BOOL (WINAPI *AddAccessAllowedAceEx)(PACL, DWORD, DWORD, DWORD, PSID); HRESULT (WINAPI *DwmIsCompositionEnabled)(BOOL *); BOOL (WINAPI *GetComputerNameExW)(COMPUTER_NAME_FORMAT, LPWSTR, LPDWORD); + LONG (WINAPI *RegLoadKeyW)(HKEY, LPCWSTR, LPCWSTR); + LONG (WINAPI *RegUnLoadKeyW)(HKEY, LPCWSTR); } NT_API; typedef struct MS_EVENTLOG @@ -600,6 +592,13 @@ typedef struct MS_ADAPTER_LIST MS_ADAPTER **Adapters; // Content } MS_ADAPTER_LIST; +typedef struct MS_ISLOCKED +{ + HWND hWnd; + THREAD *Thread; + volatile bool IsLockedFlag; +} MS_ISLOCKED; + // TCP setting typedef struct MS_TCP { @@ -738,8 +737,12 @@ bool MsRegDeleteValue(UINT root, char *keyname, char *valuename); bool MsRegDeleteValueEx(UINT root, char *keyname, char *valuename, bool force32bit); bool MsRegDeleteValueEx2(UINT root, char *keyname, char *valuename, bool force32bit, bool force64bit); +bool MsRegLoadHive(UINT root, wchar_t *keyname, wchar_t *filename); +bool MsRegUnloadHive(UINT root, wchar_t *keyname); + bool MsIsNt(); bool MsIsAdmin(); +bool MsIsWine(); bool MsEnablePrivilege(char *name, bool enable); void *MsGetCurrentProcess(); UINT MsGetCurrentProcessId(); @@ -747,6 +750,14 @@ char *MsGetExeFileName(); char *MsGetExeDirName(); wchar_t *MsGetExeDirNameW(); +void MsIsLockedThreadProc(THREAD *thread, void *param); +MS_ISLOCKED *MsNewIsLocked(); +void MsFreeIsLocked(MS_ISLOCKED *d); +void MsStartIsLockedThread(); +void MsStopIsLockedThread(); +bool MsDetermineIsLockedByWtsApi(); + + bool MsShutdown(bool reboot, bool force); bool MsShutdownEx(bool reboot, bool force, UINT time_limit, char *message); bool MsCheckLogon(wchar_t *username, char *password); @@ -1158,6 +1169,7 @@ void MsEndVLanCard(); bool MsIsVLanCardShouldStop(); void MsProcEnterSuspend(); void MsProcLeaveSuspend(); +UINT64 MsGetSuspendModeBeginTick(); // Inner functions #ifdef MICROSOFT_C @@ -1205,7 +1217,3 @@ void MsSuspendHandlerThreadProc(THREAD *thread, void *param); #endif // OS_WIN32 - -// 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/src/Mayaqua/Network.c b/src/Mayaqua/Network.c index b64fc253..c96242ae 100644 --- a/src/Mayaqua/Network.c +++ b/src/Mayaqua/Network.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Contributors: // - nattoheaven (https://github.com/nattoheaven) // Comments: Tetsuo Sugiyama, Ph.D. @@ -233,7 +233,12 @@ static COUNTER *getip_thread_counter = NULL; static UINT max_getip_thread = 0; -static char *cipher_list = "RC4-MD5 RC4-SHA AES128-SHA AES256-SHA DES-CBC-SHA DES-CBC3-SHA DHE-RSA-AES128-SHA DHE-RSA-AES256-SHA"; +static char *cipher_list = "RC4-MD5 RC4-SHA AES128-SHA AES256-SHA DES-CBC-SHA DES-CBC3-SHA DHE-RSA-AES128-SHA DHE-RSA-AES256-SHA AES128-GCM-SHA256 AES128-SHA256 AES256-GCM-SHA384 AES256-SHA256 DHE-RSA-AES128-GCM-SHA256 DHE-RSA-AES128-SHA256 DHE-RSA-AES256-GCM-SHA384 DHE-RSA-AES256-SHA256 ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES128-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-RSA-AES256-SHA384" +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + " DHE-RSA-CHACHA20-POLY1305 ECDHE-RSA-CHACHA20-POLY1305"; +#endif +; + static LIST *ip_clients = NULL; static LIST *local_mac_list = NULL; @@ -245,7 +250,7 @@ static UINT rand_port_numbers[256] = {0}; static bool g_use_privateip_file = false; static bool g_source_ip_validation_force_disable = false; -static DH_CTX *dh_1024 = NULL; +static DH_CTX *dh_2048 = NULL; typedef struct PRIVATE_IP_SUBNET { @@ -1722,7 +1727,7 @@ void RUDPDo_NatT_Interrupt(RUDP_STACK *r) PackAddInt64(p, "tran_id", r->NatT_TranId); PackAddStr(p, "token", r->NatT_Token); PackAddStr(p, "svc_name", r->SvcName); - PackAddStr(p, "product_str", CEDAR_PRODUCT_STR); + PackAddStr(p, "product_str", "SoftEther OSS"); PackAddInt64(p, "session_key", r->NatT_SessionKey); PackAddInt(p, "nat_traversal_version", UDP_NAT_TRAVERSAL_VERSION); @@ -5821,7 +5826,8 @@ SSL_PIPE *NewSslPipe(bool server_mode, X *x, K *k, DH_CTX *dh) { if (server_mode) { - SSL_CTX_set_ssl_version(ssl_ctx, TLSv1_server_method()); + SSL_CTX_set_ssl_version(ssl_ctx, SSLv23_method()); + SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv2); AddChainSslCertOnDirectory(ssl_ctx); @@ -5832,7 +5838,7 @@ SSL_PIPE *NewSslPipe(bool server_mode, X *x, K *k, DH_CTX *dh) } else { - SSL_CTX_set_ssl_version(ssl_ctx, TLSv1_client_method()); + SSL_CTX_set_ssl_version(ssl_ctx, SSLv23_client_method()); } //SSL_CTX_set_verify(ssl_ctx, SSL_VERIFY_PEER, cb_test); @@ -5842,6 +5848,11 @@ SSL_PIPE *NewSslPipe(bool server_mode, X *x, K *k, DH_CTX *dh) SSL_CTX_set_options(ssl_ctx, SSL_OP_SINGLE_DH_USE); } + if (server_mode == false) + { + SSL_CTX_set_options(ssl_ctx, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); + } + ssl = SSL_new(ssl_ctx); } Unlock(openssl_lock); @@ -8907,10 +8918,36 @@ void UnixSelect(SOCKSET *set, UINT timeout, CANCEL *c1, CANCEL *c2) if (c1 != NULL) { reads[num_read++] = p1 = c1->pipe_read; + + if (c1->SpecialFlag) + { + if (c1->pipe_special_read2 != -1 && c1->pipe_special_read2 != 0) + { + reads[num_read++] = c1->pipe_special_read2; + } + + if (c1->pipe_special_read3 != -1 && c1->pipe_special_read3 != 0) + { + reads[num_read++] = c1->pipe_special_read3; + } + } } if (c2 != NULL) { reads[num_read++] = p2 = c2->pipe_read; + + if (c2->SpecialFlag) + { + if (c2->pipe_special_read2 != -1 && c2->pipe_special_read2 != 0) + { + reads[num_read++] = c2->pipe_special_read2; + } + + if (c2->pipe_special_read3 != -1 && c2->pipe_special_read3 != 0) + { + reads[num_read++] = c2->pipe_special_read3; + } + } } // Call the select @@ -8991,6 +9028,8 @@ CANCEL *UnixNewCancel() UnixNewPipe(&c->pipe_read, &c->pipe_write); + c->pipe_special_read2 = c->pipe_special_read3 = -1; + return c; } @@ -9124,12 +9163,23 @@ void UnixSetSockEvent(SOCK_EVENT *event) } } +// This is a helper function for select() +int safe_fd_set(int fd, fd_set* fds, int* max_fd) { + FD_SET(fd, fds); + if (fd > *max_fd) { + *max_fd = fd; + } + return 0; +} + // Execute 'select' for the socket void UnixSelectInner(UINT num_read, UINT *reads, UINT num_write, UINT *writes, UINT timeout) { #ifdef UNIX_MACOS - int kq; - struct kevent *kevents; + fd_set rfds; //read descriptors + fd_set wfds; //write descriptors + int max_fd = 0; //maximum descriptor id + struct timeval tv; //timeval for timeout #else // UNIX_MACOS struct pollfd *p; #endif // UNIX_MACOS @@ -9170,8 +9220,8 @@ void UnixSelectInner(UINT num_read, UINT *reads, UINT num_write, UINT *writes, U num = num_read_total + num_write_total; #ifdef UNIX_MACOS - kq = kqueue(); - kevents = ZeroMallocFast(sizeof(struct kevent) * (num + num_write_total)); + FD_ZERO(&rfds); //zero out descriptor set for read descriptors + FD_ZERO(&wfds); //same for write #else // UNIX_MACOS p = ZeroMallocFast(sizeof(struct pollfd) * num); #endif // UNIX_MACOS @@ -9183,7 +9233,7 @@ void UnixSelectInner(UINT num_read, UINT *reads, UINT num_write, UINT *writes, U if (reads[i] != INVALID_SOCKET) { #ifdef UNIX_MACOS - EV_SET(&kevents[n++], reads[i], EVFILT_READ, EV_ADD, 0, 0, NULL); + safe_fd_set(reads[i], &rfds, &max_fd); #else // UNIX_MACOS struct pollfd *pfd = &p[n++]; pfd->fd = reads[i]; @@ -9197,8 +9247,7 @@ void UnixSelectInner(UINT num_read, UINT *reads, UINT num_write, UINT *writes, U if (writes[i] != INVALID_SOCKET) { #ifdef UNIX_MACOS - EV_SET(&kevents[n++], reads[i], EVFILT_READ, EV_ADD, 0, 0, NULL); - EV_SET(&kevents[n++], reads[i], EVFILT_WRITE, EV_ADD, 0, 0, NULL); + safe_fd_set(writes[i], &wfds, &max_fd); #else // UNIX_MACOS struct pollfd *pfd = &p[n++]; pfd->fd = writes[i]; @@ -9210,15 +9259,9 @@ void UnixSelectInner(UINT num_read, UINT *reads, UINT num_write, UINT *writes, U if (num != 0) { #ifdef UNIX_MACOS - struct timespec kevent_timeout, *p_kevent_timeout; - if (timeout == INFINITE) { - p_kevent_timeout = NULL; - } else { - kevent_timeout.tv_sec = timeout / 1000; - kevent_timeout.tv_nsec = (timeout % 1000) * 1000000l; - p_kevent_timeout = &kevent_timeout; - } - kevent(kq, kevents, n, kevents, n, p_kevent_timeout); + tv.tv_sec = timeout / 1000; + tv.tv_usec = (timeout % 1000) * 1000l; + select(max_fd + 1, &rfds, &wfds, NULL, timeout == INFINITE ? NULL : &tv); #else // UNIX_MACOS poll(p, num, timeout == INFINITE ? -1 : (int)timeout); #endif // UNIX_MACOS @@ -9228,12 +9271,9 @@ void UnixSelectInner(UINT num_read, UINT *reads, UINT num_write, UINT *writes, U SleepThread(timeout); } -#ifdef UNIX_MACOS - Free(kevents); - close(kq); -#else // UNIX_MACOS +#ifndef UNIX_MACOS Free(p); -#endif // UNIX_MACOS +#endif // not UNIX_MACOS } // Clean-up of the socket event @@ -9389,11 +9429,13 @@ void UnixInitAsyncSocket(SOCK *sock) UnixSetSocketNonBlockingMode(sock->socket, true); } +#if OPENSSL_VERSION_NUMBER < 0x10100000L if (sock->ssl != NULL && sock->ssl->s3 != NULL) { sock->Ssl_Init_Async_SendAlert[0] = sock->ssl->s3->send_alert[0]; sock->Ssl_Init_Async_SendAlert[1] = sock->ssl->s3->send_alert[1]; } +#endif } // Initializing the socket library @@ -12307,6 +12349,36 @@ SOCK *NewUDPEx2RandMachineAndExePath(bool ipv6, IP *ip, UINT num_retry, UCHAR ra return NewUDPEx2Rand(ipv6, ip, hash, sizeof(hash), num_retry); } +// Set the DF bit of the socket +void ClearSockDfBit(SOCK *s) +{ +#ifdef IP_PMTUDISC_DONT +#ifdef IP_MTU_DISCOVER + UINT value = IP_PMTUDISC_DONT; + if (s == NULL) + { + return; + } + + setsockopt(s->socket, IPPROTO_IP, IP_MTU_DISCOVER, (char *)&value, sizeof(value)); +#endif // IP_MTU_DISCOVER +#endif // IP_PMTUDISC_DONT +} + +// Set the header-include option +void SetRawSockHeaderIncludeOption(SOCK *s, bool enable) +{ + UINT value = BOOL_TO_INT(enable); + if (s == NULL || s->IsRawSocket == false) + { + return; + } + + setsockopt(s->socket, IPPROTO_IP, IP_HDRINCL, (char *)&value, sizeof(value)); + + s->RawIP_HeaderIncludeFlag = enable; +} + // Create and initialize the UDP socket // If port is specified as 0, system assigns a certain port. SOCK *NewUDP(UINT port) @@ -12701,7 +12773,7 @@ bool SendAll(SOCK *sock, void *data, UINT size, bool secure) // Set the cipher algorithm name to want to use void SetWantToUseCipher(SOCK *sock, char *name) { - char tmp[254]; + char tmp[1024]; // Validate arguments if (sock == NULL || name == NULL) { @@ -12841,7 +12913,7 @@ bool AddChainSslCert(struct ssl_ctx_st *ctx, X *x) // Start a TCP-SSL communication bool StartSSL(SOCK *sock, X *x, K *priv) { - return StartSSLEx(sock, x, priv, false, 0, NULL); + return StartSSLEx(sock, x, priv, true, 0, NULL); } bool StartSSLEx(SOCK *sock, X *x, K *priv, bool client_tls, UINT ssl_timeout, char *sni_hostname) { @@ -12903,13 +12975,38 @@ bool StartSSLEx(SOCK *sock, X *x, K *priv, bool client_tls, UINT ssl_timeout, ch { if (sock->ServerMode) { - if (sock->AcceptOnlyTls == false) + SSL_CTX_set_ssl_version(ssl_ctx, SSLv23_method()); + +#ifdef SSL_OP_NO_SSLv2 + SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv2); +#endif // SSL_OP_NO_SSLv2 + + if (sock->SslAcceptSettings.AcceptOnlyTls) { - SSL_CTX_set_ssl_version(ssl_ctx, SSLv23_method()); +#ifdef SSL_OP_NO_SSLv3 + SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv3); +#endif // SSL_OP_NO_SSLv3 } - else + + if (sock->SslAcceptSettings.Tls_Disable1_0) { - SSL_CTX_set_ssl_version(ssl_ctx, TLSv1_method()); +#ifdef SSL_OP_NO_TLSv1 + SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1); +#endif // SSL_OP_NO_TLSv1 + } + + if (sock->SslAcceptSettings.Tls_Disable1_1) + { +#ifdef SSL_OP_NO_TLSv1_1 + SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1_1); +#endif // SSL_OP_NO_TLSv1_1 + } + + if (sock->SslAcceptSettings.Tls_Disable1_2) + { +#ifdef SSL_OP_NO_TLSv1_2 + SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1_2); +#endif // SSL_OP_NO_TLSv1_2 } Unlock(openssl_lock); @@ -12920,11 +13017,15 @@ bool StartSSLEx(SOCK *sock, X *x, K *priv, bool client_tls, UINT ssl_timeout, ch { if (client_tls == false) { +#if OPENSSL_VERSION_NUMBER < 0x10100000L SSL_CTX_set_ssl_version(ssl_ctx, SSLv3_method()); +#else + SSL_CTX_set_ssl_version(ssl_ctx, SSLv23_method()); +#endif } else { - SSL_CTX_set_ssl_version(ssl_ctx, TLSv1_client_method()); + SSL_CTX_set_ssl_version(ssl_ctx, SSLv23_client_method()); } } sock->ssl = SSL_new(ssl_ctx); @@ -12940,6 +13041,7 @@ bool StartSSLEx(SOCK *sock, X *x, K *priv, bool client_tls, UINT ssl_timeout, ch } } #endif // SSL_CTRL_SET_TLSEXT_HOSTNAME + } Unlock(openssl_lock); @@ -13125,6 +13227,8 @@ bool StartSSLEx(SOCK *sock, X *x, K *priv, bool client_tls, UINT ssl_timeout, ch return true; } + + #ifdef ENABLE_SSL_LOGGING // Enable SSL logging @@ -13283,10 +13387,14 @@ UINT SecureRecv(SOCK *sock, void *data, UINT size) e = SSL_get_error(ssl, ret); if (e == SSL_ERROR_WANT_READ || e == SSL_ERROR_WANT_WRITE || e == SSL_ERROR_SSL) { - if (e == SSL_ERROR_SSL && + if (e == SSL_ERROR_SSL +#if OPENSSL_VERSION_NUMBER < 0x10100000L + && sock->ssl->s3->send_alert[0] == SSL3_AL_FATAL && sock->ssl->s3->send_alert[0] != sock->Ssl_Init_Async_SendAlert[0] && - sock->ssl->s3->send_alert[1] != sock->Ssl_Init_Async_SendAlert[1]) + sock->ssl->s3->send_alert[1] != sock->Ssl_Init_Async_SendAlert[1] +#endif + ) { Debug("%s %u SSL Fatal Error on ASYNC socket !!!\n", __FILE__, __LINE__); Disconnect(sock); @@ -13369,10 +13477,14 @@ UINT SecureRecv(SOCK *sock, void *data, UINT size) { if (e == SSL_ERROR_WANT_READ || e == SSL_ERROR_WANT_WRITE || e == SSL_ERROR_SSL) { - if (e == SSL_ERROR_SSL && + if (e == SSL_ERROR_SSL +#if OPENSSL_VERSION_NUMBER < 0x10100000L + && sock->ssl->s3->send_alert[0] == SSL3_AL_FATAL && sock->ssl->s3->send_alert[0] != sock->Ssl_Init_Async_SendAlert[0] && - sock->ssl->s3->send_alert[1] != sock->Ssl_Init_Async_SendAlert[1]) + sock->ssl->s3->send_alert[1] != sock->Ssl_Init_Async_SendAlert[1] +#endif + ) { Debug("%s %u SSL Fatal Error on ASYNC socket !!!\n", __FILE__, __LINE__); Disconnect(sock); @@ -13757,6 +13869,10 @@ void DisableGetHostNameWhenAcceptInit() // Initialize the connection acceptance void AcceptInit(SOCK *s) +{ + AcceptInitEx(s, false); +} +void AcceptInitEx(SOCK *s, bool no_lookup_hostname) { char tmp[MAX_SIZE]; // Validate arguments @@ -13767,7 +13883,7 @@ void AcceptInit(SOCK *s) Zero(tmp, sizeof(tmp)); - if (disable_gethostname_by_accept == false) + if (disable_gethostname_by_accept == false && no_lookup_hostname == false) { if (GetHostName(tmp, sizeof(tmp), &s->RemoteIP) == false || IsEmptyStr(tmp)) @@ -15106,6 +15222,11 @@ SOCK *ConnectEx2(char *hostname, UINT port, UINT timeout, bool *cancel_flag) return ConnectEx3(hostname, port, timeout, cancel_flag, NULL, NULL, false, false, true); } SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, char *nat_t_svc_name, UINT *nat_t_error_code, bool try_start_ssl, bool ssl_no_tls, bool no_get_hostname) +{ + return ConnectEx4(hostname, port, timeout, cancel_flag, nat_t_svc_name, nat_t_error_code, try_start_ssl, ssl_no_tls, + no_get_hostname, NULL); +} +SOCK *ConnectEx4(char *hostname, UINT port, UINT timeout, bool *cancel_flag, char *nat_t_svc_name, UINT *nat_t_error_code, bool try_start_ssl, bool ssl_no_tls, bool no_get_hostname, IP *ret_ip) { SOCK *sock; SOCKET s; @@ -15123,6 +15244,7 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha char hint_str[MAX_SIZE]; bool force_use_natt = false; UINT dummy_int = 0; + IP dummy_ret_ip; // Validate arguments if (hostname == NULL || port == 0 || port >= 65536 || IsEmptyStr(hostname)) { @@ -15141,6 +15263,12 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha nat_t_error_code = &dummy_int; } + Zero(&dummy_ret_ip, sizeof(IP)); + if (ret_ip == NULL) + { + ret_ip = &dummy_ret_ip; + } + Zero(hint_str, sizeof(hint_str)); StrCpy(hostname_original, sizeof(hostname_original), hostname); @@ -15188,10 +15316,27 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha Zero(&ip4, sizeof(ip4)); Zero(&ip6, sizeof(ip6)); - // Forward resolution - if (GetIP46Ex(&ip4, &ip6, hostname_original, 0, cancel_flag) == false) + if (IsZeroIp(ret_ip) == false) { - return NULL; + // Skip name resolution + if (IsIP6(ret_ip)) + { + Copy(&ip6, ret_ip, sizeof(IP)); + } + else + { + Copy(&ip4, ret_ip, sizeof(IP)); + } + + //Debug("Using cached IP address: %s = %r\n", hostname_original, ret_ip); + } + else + { + // Forward resolution + if (GetIP46Ex(&ip4, &ip6, hostname_original, 0, cancel_flag) == false) + { + return NULL; + } } if (IsZeroIp(&ip4) == false && IsIPLocalHostOrMySelf(&ip4)) @@ -15214,6 +15359,8 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha if (s != INVALID_SOCKET) { Copy(¤t_ip, &ip4, sizeof(IP)); + + Copy(ret_ip, &ip4, sizeof(IP)); } } else if (force_use_natt) @@ -15227,6 +15374,8 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha StrCpy(nat_t_sock->UnderlayProtocol, sizeof(nat_t_sock->UnderlayProtocol), SOCK_UNDERLAY_NAT_T); } + Copy(ret_ip, &ip4, sizeof(IP)); + return nat_t_sock; } else @@ -15435,6 +15584,8 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha p1.Result_Tcp_Sock->RemoteHostname = CopyStr(hostname); } + Copy(ret_ip, &ip4, sizeof(IP)); + return p1.Result_Tcp_Sock; } else if (p2.Ok) @@ -15449,6 +15600,8 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha StrCpy(p2.Result_Nat_T_Sock->UnderlayProtocol, sizeof(p2.Result_Nat_T_Sock->UnderlayProtocol), SOCK_UNDERLAY_NAT_T); + Copy(ret_ip, &ip4, sizeof(IP)); + return p2.Result_Nat_T_Sock; } else if (p4.Ok) @@ -15461,6 +15614,8 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha StrCpy(p4.Result_Nat_T_Sock->UnderlayProtocol, sizeof(p4.Result_Nat_T_Sock->UnderlayProtocol), SOCK_UNDERLAY_DNS); + Copy(ret_ip, &ip4, sizeof(IP)); + return p4.Result_Nat_T_Sock; } else if (p3.Ok) @@ -15469,6 +15624,8 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha StrCpy(p3.Result_Nat_T_Sock->UnderlayProtocol, sizeof(p3.Result_Nat_T_Sock->UnderlayProtocol), SOCK_UNDERLAY_ICMP); + Copy(ret_ip, &ip4, sizeof(IP)); + return p3.Result_Nat_T_Sock; } else @@ -15511,6 +15668,8 @@ SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha Copy(¤t_ip, &ip6, sizeof(IP)); is_ipv6 = true; + + Copy(ret_ip, &ip6, sizeof(IP)); } } } @@ -17636,9 +17795,9 @@ DH *TmpDhCallback(SSL *ssl, int is_export, int keylength) { DH *ret = NULL; - if (dh_1024 != NULL) + if (dh_2048 != NULL) { - ret = dh_1024->dh; + ret = dh_2048->dh; } return ret; @@ -17662,6 +17821,10 @@ struct ssl_ctx_st *NewSSLCtx(bool server_mode) SSL_CTX_set_tmp_dh_callback(ctx, TmpDhCallback); +#ifdef SSL_CTX_set_ecdh_auto + SSL_CTX_set_ecdh_auto(ctx, 1); +#endif // SSL_CTX_set_ecdh_auto + return ctx; } @@ -17755,7 +17918,7 @@ void InitNetwork() disable_cache = false; - dh_1024 = DhNewGroup2(); + dh_2048 = DhNew2048(); Zero(rand_port_numbers, sizeof(rand_port_numbers)); @@ -18164,7 +18327,7 @@ void SetCurrentGlobalIP(IP *ip, bool ipv6) return; } - if (IsZeroIp(ip)); + if (IsZeroIp(ip)) { return; } @@ -18189,10 +18352,10 @@ void SetCurrentGlobalIP(IP *ip, bool ipv6) void FreeNetwork() { - if (dh_1024 != NULL) + if (dh_2048 != NULL) { - DhFree(dh_1024); - dh_1024 = NULL; + DhFree(dh_2048); + dh_2048 = NULL; } // Release of thread-related @@ -22557,7 +22720,14 @@ bool GetSniNameFromSslPacket(UCHAR *packet_buf, UINT packet_size, char *sni, UIN USHORT handshake_length; // Validate arguments - if (packet_buf == NULL || packet_size == 0) + if (packet_buf == NULL || packet_size <= 11) + { + return false; + } + + if (!(packet_buf[0] == 0x16 && packet_buf[1] >= 0x03 && + packet_buf[5] == 0x01 && packet_buf[6] == 0x00 && + packet_buf[9] >= 0x03)) { return false; } @@ -22571,7 +22741,7 @@ bool GetSniNameFromSslPacket(UCHAR *packet_buf, UINT packet_size, char *sni, UIN version = Endian16(version); handshake_length = Endian16(handshake_length); - if (version >= 0x0301) + if (content_type == 0x16 && version >= 0x0301) { UCHAR *handshake_data = Malloc(handshake_length); @@ -22688,9 +22858,12 @@ bool GetSniNameFromSslPacket(UCHAR *packet_buf, UINT packet_size, char *sni, UIN if (ReadBuf(dbuf, name_buf, name_len) == name_len) { - ret = true; + if (StrLen(name_buf) >= 1) + { + ret = true; - StrCpy(sni, sni_size, name_buf); + StrCpy(sni, sni_size, name_buf); + } } Free(name_buf); @@ -22743,7 +22916,3 @@ bool GetSniNameFromSslPacket(UCHAR *packet_buf, UINT packet_size, char *sni, UIN return ret; } - -// 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/src/Mayaqua/Network.h b/src/Mayaqua/Network.h index 0e4f91e5..1c572f65 100644 --- a/src/Mayaqua/Network.h +++ b/src/Mayaqua/Network.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -246,6 +246,15 @@ struct SOCK_EVENT #define SOCK_RUDP_LISTEN 5 #define SOCK_REVERSE_LISTEN 6 +// SSL Accept Settings +struct SSL_ACCEPT_SETTINGS +{ + bool AcceptOnlyTls; + bool Tls_Disable1_0; + bool Tls_Disable1_1; + bool Tls_Disable1_2; +}; + // Socket struct SOCK { @@ -312,7 +321,8 @@ struct SOCK IP Reverse_MyServerGlobalIp; // Self global IP address when using the reverse socket UINT Reverse_MyServerPort; // Self port number when using the reverse socket UCHAR Ssl_Init_Async_SendAlert[2]; // Initial state of SSL send_alert - bool AcceptOnlyTls; // Accept only TLS (disable SSLv3) + SSL_ACCEPT_SETTINGS SslAcceptSettings; // SSL Accept Settings + bool RawIP_HeaderIncludeFlag; #ifdef ENABLE_SSL_LOGGING // SSL Logging (for debug) @@ -371,6 +381,7 @@ struct CANCEL void *hEvent; // Pointer to a Win32 event handle #else // OS_WIN32 int pipe_read, pipe_write; // Pipe + int pipe_special_read2, pipe_special_read3; #endif // OS_WIN32 }; @@ -749,8 +760,8 @@ struct RUDP_SESSION }; // NAT Traversal Server Information -#define UDP_NAT_T_SERVER_TAG "x%c.x%c.servers.nat-traversal.softether-network.net." -#define UDP_NAT_T_SERVER_TAG_ALT "x%c.x%c.servers.nat-traversal.uxcom.jp." +#define UDP_NAT_T_SERVER_TAG "x%c.x%c.dev.servers.nat-traversal.softether-network.net." +#define UDP_NAT_T_SERVER_TAG_ALT "x%c.x%c.dev.servers.nat-traversal.uxcom.jp." #define UDP_NAT_T_PORT 5004 // Related to processing to get the IP address of the NAT-T server @@ -1273,6 +1284,7 @@ SOCK *Connect(char *hostname, UINT port); SOCK *ConnectEx(char *hostname, UINT port, UINT timeout); SOCK *ConnectEx2(char *hostname, UINT port, UINT timeout, bool *cancel_flag); SOCK *ConnectEx3(char *hostname, UINT port, UINT timeout, bool *cancel_flag, char *nat_t_svc_name, UINT *nat_t_error_code, bool try_start_ssl, bool ssl_no_tls, bool no_get_hostname); +SOCK *ConnectEx4(char *hostname, UINT port, UINT timeout, bool *cancel_flag, char *nat_t_svc_name, UINT *nat_t_error_code, bool try_start_ssl, bool ssl_no_tls, bool no_get_hostname, IP *ret_ip); SOCKET ConnectTimeoutIPv4(IP *ip, UINT port, UINT timeout, bool *cancel_flag); void SetSocketSendRecvBufferSize(SOCKET s, UINT size); UINT GetSocketBufferSize(SOCKET s, bool send); @@ -1323,6 +1335,8 @@ SOCK *NewUDP4(UINT port, IP *ip); SOCK *NewUDP6(UINT port, IP *ip); SOCK *NewUDPEx2Rand(bool ipv6, IP *ip, void *rand_seed, UINT rand_seed_size, UINT num_retry); SOCK *NewUDPEx2RandMachineAndExePath(bool ipv6, IP *ip, UINT num_retry, UCHAR rand_port_id); +void ClearSockDfBit(SOCK *s); +void SetRawSockHeaderIncludeOption(SOCK *s, bool enable); UINT GetNewAvailableUdpPortRand(); UINT NewRandPortByMachineAndExePath(UINT start_port, UINT end_port, UINT additional_int); void DisableUDPChecksum(SOCK *s); @@ -1363,6 +1377,7 @@ bool GetDomainName(char *name, UINT size); bool UnixGetDomainName(char *name, UINT size); void RenewDhcp(); void AcceptInit(SOCK *s); +void AcceptInitEx(SOCK *s, bool no_lookup_hostname); void DisableGetHostNameWhenAcceptInit(); bool CheckCipherListName(char *name); TOKEN_LIST *GetCipherList(); @@ -1671,7 +1686,3 @@ UINT64 GetDynValueOrDefaultSafe(char *name, UINT64 default_value); #endif // NETWORK_H - -// 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/src/Mayaqua/OS.c b/src/Mayaqua/OS.c index 6f5275d9..bbb0f4e8 100644 --- a/src/Mayaqua/OS.c +++ b/src/Mayaqua/OS.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -200,11 +200,11 @@ char *OsTypeToStr(UINT type) case OSTYPE_WINDOWS_10: return "Windows 10\0\n"; case OSTYPE_WINDOWS_SERVER_10: - return "Windows Server 10\0\n"; + return "Windows Server 2016\0\n"; case OSTYPE_WINDOWS_11: - return "Windows 11 or later\0\n"; + return "Newer than Windows 10\0\n"; case OSTYPE_WINDOWS_SERVER_11: - return "Windows Server 11 or later\0\n"; + return "Newer than Windows Server 2016\0\n"; case OSTYPE_UNIX_UNKNOWN: return "UNIX System\0\n"; case OSTYPE_LINUX: @@ -555,7 +555,3 @@ void OSFreeEvent(EVENT *event) os->FreeEvent(event); } - -// 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/src/Mayaqua/OS.h b/src/Mayaqua/OS.h index 3d3d17f6..71691639 100644 --- a/src/Mayaqua/OS.h +++ b/src/Mayaqua/OS.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -244,7 +244,3 @@ typedef struct OS_DISPATCH_TABLE #endif // OS_H - -// 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/src/Mayaqua/Object.c b/src/Mayaqua/Object.c index f26f894d..71de8622 100644 --- a/src/Mayaqua/Object.c +++ b/src/Mayaqua/Object.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -620,7 +620,3 @@ bool WaitEx(EVENT *e, UINT timeout, volatile bool *cancel) - -// 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/src/Mayaqua/Object.h b/src/Mayaqua/Object.h index edc00fd1..903a6631 100644 --- a/src/Mayaqua/Object.h +++ b/src/Mayaqua/Object.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -213,7 +213,3 @@ void CheckDeadLockThread(THREAD *t, void *param); #endif // OBJECT_H - -// 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/src/Mayaqua/Pack.c b/src/Mayaqua/Pack.c index 4f4ac3f8..64ae8ce8 100644 --- a/src/Mayaqua/Pack.c +++ b/src/Mayaqua/Pack.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1730,7 +1730,3 @@ void PackAddStr(PACK *p, char *name, char *str) } - -// 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/src/Mayaqua/Pack.h b/src/Mayaqua/Pack.h index e0ae29de..68cd74c9 100644 --- a/src/Mayaqua/Pack.h +++ b/src/Mayaqua/Pack.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -260,7 +260,3 @@ bool PackGetDataEx2(PACK *p, char *name, void *data, UINT size, UINT index); bool PackIsValueExists(PACK *p, char *name); #endif // PACK_H - -// 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/src/Mayaqua/Secure.c b/src/Mayaqua/Secure.c index 0596e00c..01cb9a70 100644 --- a/src/Mayaqua/Secure.c +++ b/src/Mayaqua/Secure.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -424,12 +424,18 @@ bool SignSecByObject(SECURE *sec, SEC_OBJ *obj, void *dst, void *src, UINT size) // Perform Signing size = 128; + // First try with 1024 bit ret = sec->Api->C_Sign(sec->SessionId, hash, sizeof(hash), dst, &size); - if (ret != CKR_OK || size != 128) + if (ret != CKR_OK && 128 < size && size <= 4096/8) + { + // Retry with expanded bits + ret = sec->Api->C_Sign(sec->SessionId, hash, sizeof(hash), dst, &size); + } + if (ret != CKR_OK || size == 0 || size > 4096/8) { // Failure sec->Error = SEC_ERROR_HARDWARE_ERROR; - Debug("C_Sign Error: 0x%x\n", ret); + Debug("C_Sign Error: 0x%x size:%d\n", ret, size); return false; } @@ -482,6 +488,7 @@ bool WriteSecKey(SECURE *sec, bool private_obj, char *name, K *k) RSA *rsa; UCHAR modules[MAX_SIZE], pub[MAX_SIZE], pri[MAX_SIZE], prime1[MAX_SIZE], prime2[MAX_SIZE]; UCHAR exp1[MAX_SIZE], exp2[MAX_SIZE], coeff[MAX_SIZE]; + const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; CK_ATTRIBUTE a[] = { {CKA_MODULUS, modules, 0}, // 0 @@ -530,48 +537,64 @@ bool WriteSecKey(SECURE *sec, bool private_obj, char *name, K *k) } // Numeric data generation - rsa = k->pkey->pkey.rsa; + rsa = EVP_PKEY_get0_RSA(k->pkey); if (rsa == NULL) { sec->Error = SEC_ERROR_BAD_PARAMETER; return false; } - b = BigNumToBuf(rsa->n); + +#if OPENSSL_VERSION_NUMBER >= 0x10100000L + RSA_get0_key(rsa, &n, &e, &d); + RSA_get0_factors(rsa, &p, &q); + RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); +#else + n = rsa->n; + e = rsa->e; + d = rsa->d; + p = rsa->p; + q = rsa->q; + dmp1 = rsa->dmp1; + dmq1 = rsa->dmq1; + iqmp = rsa->iqmp; +#endif + + b = BigNumToBuf(n); ReadBuf(b, modules, sizeof(modules)); A_SIZE(a, 0) = b->Size; FreeBuf(b); - b = BigNumToBuf(rsa->e); + b = BigNumToBuf(e); ReadBuf(b, pub, sizeof(pub)); A_SIZE(a, 1) = b->Size; FreeBuf(b); - b = BigNumToBuf(rsa->d); + b = BigNumToBuf(d); ReadBuf(b, pri, sizeof(pri)); A_SIZE(a, 2) = b->Size; FreeBuf(b); - b = BigNumToBuf(rsa->p); + b = BigNumToBuf(p); ReadBuf(b, prime1, sizeof(prime1)); A_SIZE(a, 3) = b->Size; FreeBuf(b); - b = BigNumToBuf(rsa->q); + b = BigNumToBuf(q); ReadBuf(b, prime2, sizeof(prime2)); A_SIZE(a, 4) = b->Size; FreeBuf(b); - b = BigNumToBuf(rsa->dmp1); + b = BigNumToBuf(dmp1); ReadBuf(b, exp1, sizeof(exp1)); A_SIZE(a, 5) = b->Size; FreeBuf(b); - b = BigNumToBuf(rsa->dmq1); + b = BigNumToBuf(dmq1); ReadBuf(b, exp2, sizeof(exp2)); A_SIZE(a, 6) = b->Size; FreeBuf(b); - b = BigNumToBuf(rsa->iqmp); + b = BigNumToBuf(iqmp); ReadBuf(b, coeff, sizeof(coeff)); A_SIZE(a, 7) = b->Size; FreeBuf(b); @@ -2007,7 +2030,7 @@ void TestSecMain(SECURE *sec) } Print("Generating Key...\n"); - if (RsaGen(&private_key, &public_key, 1024) == false) + if (RsaGen(&private_key, &public_key, 2048) == false) { Print("RsaGen() Failed.\n"); } @@ -2077,9 +2100,10 @@ void TestSecMain(SECURE *sec) } else { - UCHAR sign_cpu[128]; - UCHAR sign_sec[128]; + UCHAR sign_cpu[512]; + UCHAR sign_sec[512]; K *pub = GetKFromX(cert); + UINT keybtytes = (cert->bits)/8; Print("Ok.\n"); Print("Signing Data by CPU...\n"); if (RsaSign(sign_cpu, test_str, StrLen(test_str), private_key) == false) @@ -2090,7 +2114,7 @@ void TestSecMain(SECURE *sec) { Print("Ok.\n"); Print("sign_cpu: "); - PrintBin(sign_cpu, sizeof(sign_cpu)); + PrintBin(sign_cpu, keybtytes); Print("Signing Data by %s..\n", sec->Dev->DeviceName); if (SignSec(sec, "test_key", sign_sec, test_str, StrLen(test_str)) == false) { @@ -2100,14 +2124,14 @@ void TestSecMain(SECURE *sec) { Print("Ok.\n"); Print("sign_sec: "); - PrintBin(sign_sec, sizeof(sign_sec)); + PrintBin(sign_sec, keybtytes); Print("Compare..."); - if (Cmp(sign_sec, sign_cpu, sizeof(sign_cpu)) == 0) + if (Cmp(sign_sec, sign_cpu, keybtytes) == 0) { Print("Ok.\n"); Print("Verify..."); - if (RsaVerify(test_str, StrLen(test_str), - sign_sec, pub) == false) + if (RsaVerifyEx(test_str, StrLen(test_str), + sign_sec, pub, cert->bits) == false) { Print("[FAILED]\n"); } @@ -2248,7 +2272,3 @@ void FreeSecure() } - -// 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/src/Mayaqua/Secure.h b/src/Mayaqua/Secure.h index 243c9d66..3bd99726 100644 --- a/src/Mayaqua/Secure.h +++ b/src/Mayaqua/Secure.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -307,7 +307,9 @@ SECURE_DEVICE SupportedList[] = {18, SECURE_IC_CARD, "Gemalto .NET", "Gemalto", "gtop11dotnet.dll"}, {19, SECURE_IC_CARD, "Gemalto .NET 64bit", "Gemalto", "gtop11dotnet64.dll"}, {20, SECURE_USB_TOKEN, "ePass 2003", "Feitian Technologies", "eps2003csp11.dll"}, - {20, SECURE_USB_TOKEN, "ePass 1000ND/2000/3000", "Feitian Technologies", "ngp11v211.dll"}, + {21, SECURE_USB_TOKEN, "ePass 1000ND/2000/3000", "Feitian Technologies", "ngp11v211.dll"}, + {22, SECURE_USB_TOKEN, "CryptoID", "Longmai Technology", "cryptoide_pkcs11.dll"}, + {23, SECURE_USB_TOKEN, "RuToken", "Aktiv Co.", "rtPKCS11.dll"}, }; #ifdef OS_WIN32 @@ -323,7 +325,3 @@ typedef struct SEC_DATA_WIN32 #endif // SECURE_C #endif // SECURE_H - -// 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/src/Mayaqua/Str.c b/src/Mayaqua/Str.c index 2e8a078c..66e7acc3 100644 --- a/src/Mayaqua/Str.c +++ b/src/Mayaqua/Str.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -3415,7 +3415,3 @@ UINT StrLen(char *str) } - -// 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/src/Mayaqua/Str.h b/src/Mayaqua/Str.h index 037a2d6d..f5ad7769 100644 --- a/src/Mayaqua/Str.h +++ b/src/Mayaqua/Str.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -252,7 +252,3 @@ void SetStrCaseAccordingToBits(char *str, UINT bits); #endif // STR_H - -// 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/src/Mayaqua/Table.c b/src/Mayaqua/Table.c index 6115a8c5..e6a9c696 100644 --- a/src/Mayaqua/Table.c +++ b/src/Mayaqua/Table.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -293,7 +293,7 @@ bool SaveLangConfig(wchar_t *filename, char *str) FreeLangList(o); } - ret = DumpBufW(b, filename); + ret = DumpBufWIfNecessary(b, filename); FreeBuf(b); @@ -562,6 +562,13 @@ LIST *LoadLangList() char *filename = LANGLIST_FILENAME; BUF *b; +#ifdef OS_WIN32 + if (MsIsWine()) + { + filename = LANGLIST_FILENAME_WINE; + } +#endif // OS_WIN32 + b = ReadDump(filename); if (b == NULL) { @@ -1497,7 +1504,3 @@ bool LoadTableW(wchar_t *filename) } - -// 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/src/Mayaqua/Table.h b/src/Mayaqua/Table.h index e31e3796..238b4ad9 100644 --- a/src/Mayaqua/Table.h +++ b/src/Mayaqua/Table.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -117,6 +117,8 @@ #define UNICODE_CACHE_FILE L".unicode_cache_%s.dat" #define LANGLIST_FILENAME "|languages.txt" +#define LANGLIST_FILENAME_WINE "|languages_wine.txt" + #define LANG_CONFIG_FILENAME L"@lang.config" #define LANG_CONFIG_TEMPLETE "|lang.config" @@ -210,7 +212,3 @@ UINT GetCurrentOsLangId(); - -// 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/src/Mayaqua/TcpIp.c b/src/Mayaqua/TcpIp.c index b299accc..a4220183 100644 --- a/src/Mayaqua/TcpIp.c +++ b/src/Mayaqua/TcpIp.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -669,6 +669,7 @@ bool AdjustTcpMssL3(UCHAR *src, UINT src_size, UINT mss) if (ip_ver == 4) { UINT ip_header_size; + UINT ip_total_length; // IPv4 if (src_size < sizeof(IPV4_HEADER)) { @@ -709,8 +710,22 @@ bool AdjustTcpMssL3(UCHAR *src, UINT src_size, UINT mss) return false; } + ip_total_length = READ_USHORT(&ip->TotalLength); + + if (ip_total_length < ip_header_size) + { + // Invalid total length + return false; + } + + if (src_size < ip_total_length) + { + // No total length + return false; + } + src += ip_header_size; - src_size -= ip_header_size; + src_size = ip_total_length - ip_header_size; if (src_size < sizeof(TCP_HEADER)) { @@ -1829,19 +1844,26 @@ PKT *ParsePacketEx4(UCHAR *buf, UINT size, bool no_l3, UINT vlan_type_id, bool b { USHORT port_raw = Endian16(80); USHORT port_raw2 = Endian16(8080); + USHORT port_raw3 = Endian16(443); // Analyze if the packet is a part of HTTP if ((p->TypeL3 == L3_IPV4 || p->TypeL3 == L3_IPV6) && p->TypeL4 == L4_TCP) { TCP_HEADER *tcp = p->L4.TCPHeader; - if (tcp->DstPort == port_raw || tcp->DstPort == port_raw2) + if (tcp != NULL && (tcp->DstPort == port_raw || tcp->DstPort == port_raw2) && + (!((tcp->Flag & TCP_SYN) || (tcp->Flag & TCP_RST) || (tcp->Flag & TCP_FIN)))) { - if (tcp != NULL && (!((tcp->Flag & TCP_SYN) || (tcp->Flag & TCP_RST) || (tcp->Flag & TCP_FIN)))) + if (p->PayloadSize >= 1) { - if (p->PayloadSize >= 1) - { - p->HttpLog = ParseHttpAccessLog(p); - } + p->HttpLog = ParseHttpAccessLog(p); + } + } + if (tcp != NULL && tcp->DstPort == port_raw3 && + (!((tcp->Flag & TCP_SYN) || (tcp->Flag & TCP_RST) || (tcp->Flag & TCP_FIN)))) + { + if (p->PayloadSize >= 1) + { + p->HttpLog = ParseHttpsAccessLog(p); } } } @@ -2014,6 +2036,33 @@ void CorrectChecksum(PKT *p) } +// Parse the HTTPS access log +HTTPLOG *ParseHttpsAccessLog(PKT *pkt) +{ + HTTPLOG h; + char sni[MAX_PATH]; + // Validate arguments + if (pkt == NULL) + { + return NULL; + } + + if (GetSniNameFromSslPacket(pkt->Payload, pkt->PayloadSize, sni, sizeof(sni)) == false) + { + return NULL; + } + + Zero(&h, sizeof(h)); + + StrCpy(h.Method, sizeof(h.Method), "SSL_Connect"); + StrCpy(h.Hostname, sizeof(h.Hostname), sni); + h.Port = Endian16(pkt->L4.TCPHeader->DstPort); + StrCpy(h.Path, sizeof(h.Path), "/"); + h.IsSsl = true; + + return Clone(&h, sizeof(h)); +} + // Parse the HTTP access log HTTPLOG *ParseHttpAccessLog(PKT *pkt) { @@ -2874,6 +2923,7 @@ bool ParsePacketIPv4(PKT *p, UCHAR *buf, UINT size) { // Quit analysing since this is fragmented p->TypeL4 = L4_FRAGMENT; + return true; } @@ -4275,7 +4325,3 @@ LABEL_CLEANUP: return NULL; } } - -// 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/src/Mayaqua/TcpIp.h b/src/Mayaqua/TcpIp.h index 2353b37a..9996f81d 100644 --- a/src/Mayaqua/TcpIp.h +++ b/src/Mayaqua/TcpIp.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -623,6 +623,7 @@ struct ICMPV6_HEADER_INFO #define DHCP_ID_CLIENT_ID 0x3d #define DHCP_ID_VENDOR_ID 0x3c #define DHCP_ID_REQ_PARAM_LIST 0x37 +#define DHCP_ID_USER_CLASS 0x4d #define DHCP_ID_CLASSLESS_ROUTE 0x79 #define DHCP_ID_MS_CLASSLESS_ROUTE 0xF9 #define DHCP_ID_PRIVATE 0xFA @@ -650,6 +651,7 @@ struct HTTPLOG char Protocol[64]; // Protocol char UserAgent[MAX_SIZE]; // User Agent value char Referer[MAX_SIZE]; // Referer + bool IsSsl; // Is SSL }; // Packet @@ -794,6 +796,8 @@ struct DHCP_CLASSLESS_ROUTE_TABLE DHCP_CLASSLESS_ROUTE Entries[MAX_DHCP_CLASSLESS_ROUTE_ENTRIES]; // Entries }; +#define MAX_USER_CLASS_LEN 255 + // DHCP option list struct DHCP_OPTION_LIST { @@ -803,6 +807,10 @@ struct DHCP_OPTION_LIST // Client request UINT RequestedIp; // Requested IP address char Hostname[MAX_HOST_NAME_LEN + 1]; // Host name + char UserClass[MAX_USER_CLASS_LEN + 1]; // User class + // RFC3003 defines that User Class option is array of text strings, + // but the most popular DHCP clients and servers, + // i.e. ISC DHCP and Microsoft DHCP Server, consider it a text string // Server response UINT ClientAddress; // Client address @@ -912,6 +920,7 @@ void FreeDhcpOptions(LIST *o); LIST *ParseDhcpOptions(void *data, UINT size); BUF *BuildDhcpOptionsBuf(LIST *o); HTTPLOG *ParseHttpAccessLog(PKT *pkt); +HTTPLOG *ParseHttpsAccessLog(PKT *pkt); BUF *DhcpModify(DHCP_MODIFY_OPTION *m, void *data, UINT size); BUF *DhcpModifyIPv4(DHCP_MODIFY_OPTION *m, void *data, UINT size); @@ -935,7 +944,3 @@ bool NormalizeClasslessRouteTableStr(char *dst, UINT dst_size, char *src); #endif // TCPIP_H - -// 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/src/Mayaqua/Tick64.c b/src/Mayaqua/Tick64.c index 7a2159ca..92f74c0b 100644 --- a/src/Mayaqua/Tick64.c +++ b/src/Mayaqua/Tick64.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -158,13 +158,14 @@ UINT64 Tick64ToTime64(UINT64 tick) } LockList(tk64->AdjustTime); { - UINT i; - for (i = 0;i < LIST_NUM(tk64->AdjustTime);i++) + INT i; + for (i = ((INT)LIST_NUM(tk64->AdjustTime) - 1); i >= 0; i--) { ADJUST_TIME *t = LIST_DATA(tk64->AdjustTime, i); if (t->Tick <= tick) { ret = t->Time + (tick - t->Tick); + break; } } } @@ -402,7 +403,3 @@ void FreeTick64() halt_tick_event = NULL; } - -// 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/src/Mayaqua/Tick64.h b/src/Mayaqua/Tick64.h index 5b280fde..58e6059f 100644 --- a/src/Mayaqua/Tick64.h +++ b/src/Mayaqua/Tick64.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -115,7 +115,7 @@ #define TICK64_H // Maximum number of correction list entries -#define MAX_ADJUST_TIME 5000 +#define MAX_ADJUST_TIME 1024 // Correction list entry struct ADJUST_TIME @@ -158,7 +158,3 @@ UINT64 TickHighres64(); - -// 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/src/Mayaqua/Tracking.c b/src/Mayaqua/Tracking.c index 83455cf9..1a1ccfd1 100644 --- a/src/Mayaqua/Tracking.c +++ b/src/Mayaqua/Tracking.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -999,7 +999,3 @@ void FreeCallStack(CALLSTACK_DATA *s) } - -// 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/src/Mayaqua/Tracking.h b/src/Mayaqua/Tracking.h index 37ca9416..8706c9fe 100644 --- a/src/Mayaqua/Tracking.h +++ b/src/Mayaqua/Tracking.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -195,7 +195,3 @@ bool IsTrackingEnabled(); #endif // TRACKING_H - -// 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/src/Mayaqua/TunTap.h b/src/Mayaqua/TunTap.h index ec5b25c1..7f23b1e1 100644 --- a/src/Mayaqua/TunTap.h +++ b/src/Mayaqua/TunTap.h @@ -1,4 +1,4 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // TunTap.h @@ -323,7 +323,3 @@ struct tuninfo { #endif // UNIX_LINUX #endif // TUNTAP_H - -// 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/src/Mayaqua/Unix.c b/src/Mayaqua/Unix.c index 0d077c44..59eeb8ee 100644 --- a/src/Mayaqua/Unix.c +++ b/src/Mayaqua/Unix.c @@ -1,11 +1,11 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // @@ -1010,6 +1010,63 @@ void UnixRestorePriority() } } +UINT UnixGetNumberOfCpuInner() +{ + BUF *b; + UINT ret = 0; + + b = ReadDump("/proc/cpuinfo"); + if (b != NULL) + { + while (true) + { + char *line = CfgReadNextLine(b); + + if (line == NULL) + { + break; + } + + if (IsEmptyStr(line) == false) + { + TOKEN_LIST *t = ParseToken(line, ":"); + if (t != NULL) + { + if (t->NumTokens >= 2) + { + char *key = t->Token[0]; + char *value = t->Token[1]; + + Trim(key); + Trim(value); + + if (StrCmpi(key, "processor") == 0) + { + if (IsNum(value)) + { + UINT i = ToInt(value) + 1; + + if (i >= 1 && i <= 128) + { + ret = MAX(ret, i); + } + } + } + } + + FreeToken(t); + } + } + + Free(line); + } + + FreeBuf(b); + } + + return ret; +} + // Get the product ID char *UnixGetProductId() { @@ -2031,6 +2088,7 @@ void UnixInc32(UINT *value) void UnixGetSystemTime(SYSTEMTIME *system_time) { time_t now = 0; + time_64t now2 = 0; struct tm tm; struct timeval tv; struct timezone tz; @@ -2048,7 +2106,16 @@ void UnixGetSystemTime(SYSTEMTIME *system_time) time(&now); - gmtime_r(&now, &tm); + if (sizeof(time_t) == 4) + { + now2 = (time_64t)((UINT64)((UINT32)now)); + } + else + { + now2 = now; + } + + c_gmtime_r(&now2, &tm); TmToSystem(system_time, &tm); @@ -2087,7 +2154,7 @@ UINT64 UnixGetTick64() #endif // CLOCK_MONOTONIC #endif // CLOCK_HIGHRES - ret = (UINT64)t.tv_sec * 1000LL + (UINT64)t.tv_nsec / 1000000LL; + ret = ((UINT64)((UINT32)t.tv_sec)) * 1000LL + (UINT64)t.tv_nsec / 1000000LL; if (akirame == false && ret == 0) { @@ -2106,7 +2173,7 @@ UINT64 UnixGetTick64() host_get_clock_service(mach_host_self(), SYSTEM_CLOCK, &clock_serv); } clock_get_time(clock_serv, &t); - ret = (UINT64)t.tv_sec * 1000LL + (UINT64)t.tv_nsec / 1000000LL; + ret = ((UINT64)((UINT32)t.tv_sec)) * 1000LL + (UINT64)t.tv_nsec / 1000000LL; return ret; #else return TickRealtimeManual(); @@ -2849,7 +2916,3 @@ void UnixServiceMain(int argc, char *argv[], char *name, SERVICE_FUNCTION *start } #endif // UNIX - -// 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/src/Mayaqua/Unix.h b/src/Mayaqua/Unix.h index 70ecb5e4..441f42ea 100644 --- a/src/Mayaqua/Unix.h +++ b/src/Mayaqua/Unix.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -204,6 +204,7 @@ char *UnixGetProductId(); void UnixSetHighPriority(); void UnixSetHighOomScore(); void UnixRestorePriority(); +UINT UnixGetNumberOfCpuInner(); void *UnixNewSingleInstance(char *instance_name); void UnixFreeSingleInstance(void *data); void UnixGetMemInfo(MEMINFO *info); @@ -267,7 +268,3 @@ bool UnixIsInVm(); #endif // OS_UNIX - -// 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/src/Mayaqua/Win32.c b/src/Mayaqua/Win32.c index b8970f0a..959c7dda 100644 --- a/src/Mayaqua/Win32.c +++ b/src/Mayaqua/Win32.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -983,6 +983,24 @@ void Win32DebugAlert(char *msg) MessageBox(NULL, msg, "Debug", MB_SETFOREGROUND | MB_TOPMOST | MB_SERVICE_NOTIFICATION | MB_OK | MB_ICONEXCLAMATION); } +// Get the number of CPUs +UINT Win32GetNumberOfCpuInner() +{ + UINT ret = 0; + SYSTEM_INFO info; + + Zero(&info, sizeof(info)); + + GetSystemInfo(&info); + + if (info.dwNumberOfProcessors >= 1 && info.dwNumberOfProcessors <= 128) + { + ret = info.dwNumberOfProcessors; + } + + return ret; +} + // Get the OS information void Win32GetOsInfo(OS_INFO *info) { @@ -3522,7 +3540,3 @@ void Win32PrintToFileW(wchar_t *str) #endif // WIN32 - -// 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/src/Mayaqua/Win32.h b/src/Mayaqua/Win32.h index 3ec5e4b5..09f31984 100644 --- a/src/Mayaqua/Win32.h +++ b/src/Mayaqua/Win32.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -220,6 +220,8 @@ void Win32PrintW(wchar_t *str); void Win32PrintToFileW(wchar_t *str); bool Win32GetVersionExInternal(void *info); bool Win32GetVersionExInternalForWindows81orLater(void *info); +UINT Win32GetNumberOfCpuInner(); + void Win32SetThreadName(UINT thread_id, char *name); @@ -228,7 +230,3 @@ void Win32SetThreadName(UINT thread_id, char *name); #endif // OS_WIN32 - -// 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/src/Mayaqua/win32_inc/openssl/aes.h b/src/Mayaqua/win32_inc/openssl/aes.h index 898df896..9b9c7319 100644 --- a/src/Mayaqua/win32_inc/openssl/aes.h +++ b/src/Mayaqua/win32_inc/openssl/aes.h @@ -1,4 +1,4 @@ -/* crypto/aes/aes.h -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/aes/aes.h */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/src/Mayaqua/win32_inc/openssl/bio.h b/src/Mayaqua/win32_inc/openssl/bio.h index 21cafa05..0c94d4db 100644 --- a/src/Mayaqua/win32_inc/openssl/bio.h +++ b/src/Mayaqua/win32_inc/openssl/bio.h @@ -291,7 +291,7 @@ void BIO_clear_flags(BIO *b, int flags); * BIO_CB_RETURN flag indicates if it is after the call */ # define BIO_CB_RETURN 0x80 -# define BIO_CB_return(a) ((a)|BIO_CB_RETURN)) +# define BIO_CB_return(a) ((a)|BIO_CB_RETURN) # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) # define BIO_cb_post(a) ((a)&BIO_CB_RETURN) @@ -479,11 +479,11 @@ struct bio_dgram_sctp_prinfo { # define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0) # define BIO_get_conn_port(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1) # define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2) -# define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0) +# define BIO_get_conn_int_port(b) BIO_ctrl(b,BIO_C_GET_CONNECT,3,NULL) # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) -/* BIO_s_accept_socket() */ +/* BIO_s_accept() */ # define BIO_set_accept_port(b,name) BIO_ctrl(b,BIO_C_SET_ACCEPT,0,(char *)name) # define BIO_get_accept_port(b) BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0) /* #define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) */ @@ -496,6 +496,7 @@ struct bio_dgram_sctp_prinfo { # define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL) # define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL) +/* BIO_s_accept() and BIO_s_connect() */ # define BIO_do_connect(b) BIO_do_handshake(b) # define BIO_do_accept(b) BIO_do_handshake(b) # define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) @@ -515,12 +516,15 @@ struct bio_dgram_sctp_prinfo { # define BIO_get_url(b,url) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,2,(char *)(url)) # define BIO_get_no_connect_return(b) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,5,NULL) +/* BIO_s_datagram(), BIO_s_fd(), BIO_s_socket(), BIO_s_accept() and BIO_s_connect() */ # define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c) +/* BIO_s_file() */ # define BIO_set_fp(b,fp,c) BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp) # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp) +/* BIO_s_fd() and BIO_s_file() */ # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) @@ -555,11 +559,11 @@ int BIO_read_filename(BIO *b, const char *name); # define BIO_get_ssl(b,sslp) BIO_ctrl(b,BIO_C_GET_SSL,0,(char *)sslp) # define BIO_set_ssl_mode(b,client) BIO_ctrl(b,BIO_C_SSL_MODE,client,NULL) # define BIO_set_ssl_renegotiate_bytes(b,num) \ - BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL); + BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL) # define BIO_get_num_renegotiates(b) \ - BIO_ctrl(b,BIO_C_GET_SSL_NUM_RENEGOTIATES,0,NULL); + BIO_ctrl(b,BIO_C_GET_SSL_NUM_RENEGOTIATES,0,NULL) # define BIO_set_ssl_renegotiate_timeout(b,seconds) \ - BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL); + BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL) /* defined in evp.h */ /* #define BIO_set_md(b,md) BIO_ctrl(b,BIO_C_SET_MD,1,(char *)md) */ @@ -685,7 +689,7 @@ long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, long argl, long ret); BIO_METHOD *BIO_s_mem(void); -BIO *BIO_new_mem_buf(void *buf, int len); +BIO *BIO_new_mem_buf(const void *buf, int len); BIO_METHOD *BIO_s_socket(void); BIO_METHOD *BIO_s_connect(void); BIO_METHOD *BIO_s_accept(void); diff --git a/src/Mayaqua/win32_inc/openssl/bn.h b/src/Mayaqua/win32_inc/openssl/bn.h index 9d8f67ca..2a05c480 100644 --- a/src/Mayaqua/win32_inc/openssl/bn.h +++ b/src/Mayaqua/win32_inc/openssl/bn.h @@ -125,6 +125,7 @@ #ifndef HEADER_BN_H # define HEADER_BN_H +# include # include # ifndef OPENSSL_NO_FP_API # include /* FILE */ @@ -721,8 +722,17 @@ const BIGNUM *BN_get0_nist_prime_521(void); /* library internal functions */ -# define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ - (a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2)) +# define bn_expand(a,bits) \ + ( \ + bits > (INT_MAX - BN_BITS2 + 1) ? \ + NULL \ + : \ + (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) ? \ + (a) \ + : \ + bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2) \ + ) + # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) BIGNUM *bn_expand2(BIGNUM *a, int words); # ifndef OPENSSL_NO_DEPRECATED @@ -779,6 +789,7 @@ int RAND_pseudo_bytes(unsigned char *buf, int num); * wouldn't be constructed with top!=dmax. */ \ BN_ULONG *_not_const; \ memcpy(&_not_const, &_bnum1->d, sizeof(BN_ULONG*)); \ + /* Debug only - safe to ignore error return */ \ RAND_pseudo_bytes(&_tmp_char, 1); \ memset((unsigned char *)(_not_const + _bnum1->top), _tmp_char, \ (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \ @@ -831,6 +842,8 @@ int RAND_pseudo_bytes(unsigned char *buf, int num); if (*(ftl--)) break; \ (a)->top = tmp_top; \ } \ + if ((a)->top == 0) \ + (a)->neg = 0; \ bn_pollute(a); \ } @@ -892,6 +905,7 @@ void ERR_load_BN_strings(void); # define BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR 135 # define BN_F_BN_GF2M_MOD_SQR 136 # define BN_F_BN_GF2M_MOD_SQRT 137 +# define BN_F_BN_LSHIFT 145 # define BN_F_BN_MOD_EXP2_MONT 118 # define BN_F_BN_MOD_EXP_MONT 109 # define BN_F_BN_MOD_EXP_MONT_CONSTTIME 124 @@ -907,12 +921,14 @@ void ERR_load_BN_strings(void); # define BN_F_BN_NEW 113 # define BN_F_BN_RAND 114 # define BN_F_BN_RAND_RANGE 122 +# define BN_F_BN_RSHIFT 146 # define BN_F_BN_USUB 115 /* Reason codes. */ # define BN_R_ARG2_LT_ARG3 100 # define BN_R_BAD_RECIPROCAL 101 # define BN_R_BIGNUM_TOO_LONG 114 +# define BN_R_BITS_TOO_SMALL 118 # define BN_R_CALLED_WITH_EVEN_MODULUS 102 # define BN_R_DIV_BY_ZERO 103 # define BN_R_ENCODING_ERROR 104 @@ -920,6 +936,7 @@ void ERR_load_BN_strings(void); # define BN_R_INPUT_NOT_REDUCED 110 # define BN_R_INVALID_LENGTH 106 # define BN_R_INVALID_RANGE 115 +# define BN_R_INVALID_SHIFT 119 # define BN_R_NOT_A_SQUARE 111 # define BN_R_NOT_INITIALIZED 107 # define BN_R_NO_INVERSE 108 diff --git a/src/Mayaqua/win32_inc/openssl/buffer.h b/src/Mayaqua/win32_inc/openssl/buffer.h index aae7bfb4..eab0d1eb 100644 --- a/src/Mayaqua/win32_inc/openssl/buffer.h +++ b/src/Mayaqua/win32_inc/openssl/buffer.h @@ -86,7 +86,13 @@ int BUF_MEM_grow(BUF_MEM *str, size_t len); int BUF_MEM_grow_clean(BUF_MEM *str, size_t len); size_t BUF_strnlen(const char *str, size_t maxlen); char *BUF_strdup(const char *str); + +/* + * Like strndup, but in addition, explicitly guarantees to never read past the + * first |siz| bytes of |str|. + */ char *BUF_strndup(const char *str, size_t siz); + void *BUF_memdup(const void *data, size_t siz); void BUF_reverse(unsigned char *out, const unsigned char *in, size_t siz); diff --git a/src/Mayaqua/win32_inc/openssl/camellia.h b/src/Mayaqua/win32_inc/openssl/camellia.h index 2c0de665..5feca2e2 100644 --- a/src/Mayaqua/win32_inc/openssl/camellia.h +++ b/src/Mayaqua/win32_inc/openssl/camellia.h @@ -1,4 +1,4 @@ -/* crypto/camellia/camellia.h -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/camellia/camellia.h */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/src/Mayaqua/win32_inc/openssl/comp.h b/src/Mayaqua/win32_inc/openssl/comp.h index b366c948..e9ba2a0c 100644 --- a/src/Mayaqua/win32_inc/openssl/comp.h +++ b/src/Mayaqua/win32_inc/openssl/comp.h @@ -4,13 +4,17 @@ # include +# ifdef OPENSSL_NO_COMP +# error COMP is disabled. +# endif + #ifdef __cplusplus extern "C" { #endif typedef struct comp_ctx_st COMP_CTX; -typedef struct comp_method_st { +struct comp_method_st { int type; /* NID for compression library */ const char *name; /* A text string to identify the library */ int (*init) (COMP_CTX *ctx); @@ -26,7 +30,7 @@ typedef struct comp_method_st { */ long (*ctrl) (void); long (*callback_ctrl) (void); -} COMP_METHOD; +}; struct comp_ctx_st { COMP_METHOD *meth; diff --git a/src/Mayaqua/win32_inc/openssl/crypto.h b/src/Mayaqua/win32_inc/openssl/crypto.h index 4ffb5659..ba645141 100644 --- a/src/Mayaqua/win32_inc/openssl/crypto.h +++ b/src/Mayaqua/win32_inc/openssl/crypto.h @@ -628,7 +628,7 @@ void OPENSSL_init(void); * into a defined order as the return value when a != b is undefined, other * than to be non-zero. */ -int CRYPTO_memcmp(const void *a, const void *b, size_t len); +int CRYPTO_memcmp(const volatile void *a, const volatile void *b, size_t len); /* BEGIN ERROR CODES */ /* diff --git a/src/Mayaqua/win32_inc/openssl/des_old.h b/src/Mayaqua/win32_inc/openssl/des_old.h index d913db69..29713d0c 100644 --- a/src/Mayaqua/win32_inc/openssl/des_old.h +++ b/src/Mayaqua/win32_inc/openssl/des_old.h @@ -1,4 +1,4 @@ -/* crypto/des/des_old.h -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/des/des_old.h */ /*- * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING diff --git a/src/Mayaqua/win32_inc/openssl/dh.h b/src/Mayaqua/win32_inc/openssl/dh.h index ca5cbfa0..e8e6197c 100644 --- a/src/Mayaqua/win32_inc/openssl/dh.h +++ b/src/Mayaqua/win32_inc/openssl/dh.h @@ -142,7 +142,7 @@ struct dh_st { BIGNUM *p; BIGNUM *g; long length; /* optional */ - BIGNUM *pub_key; /* g^x */ + BIGNUM *pub_key; /* g^x % p */ BIGNUM *priv_key; /* x */ int flags; BN_MONT_CTX *method_mont_p; @@ -174,6 +174,7 @@ struct dh_st { /* DH_check_pub_key error codes */ # define DH_CHECK_PUBKEY_TOO_SMALL 0x01 # define DH_CHECK_PUBKEY_TOO_LARGE 0x02 +# define DH_CHECK_PUBKEY_INVALID 0x04 /* * primes p where (p-1)/2 is prime too are called "safe"; we define this for diff --git a/src/Mayaqua/win32_inc/openssl/dso.h b/src/Mayaqua/win32_inc/openssl/dso.h index ed602d43..da6014f5 100644 --- a/src/Mayaqua/win32_inc/openssl/dso.h +++ b/src/Mayaqua/win32_inc/openssl/dso.h @@ -1,4 +1,4 @@ -/* dso.h -*- mode:C; c-file-style: "eay" -*- */ +/* dso.h */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/src/Mayaqua/win32_inc/openssl/e_os2.h b/src/Mayaqua/win32_inc/openssl/e_os2.h index 1d990ea7..a07067b7 100644 --- a/src/Mayaqua/win32_inc/openssl/e_os2.h +++ b/src/Mayaqua/win32_inc/openssl/e_os2.h @@ -109,6 +109,12 @@ extern "C" { # undef OPENSSL_SYS_UNIX # define OPENSSL_SYS_WIN32 # endif +# if defined(_WIN64) || defined(OPENSSL_SYSNAME_WIN64) +# undef OPENSSL_SYS_UNIX +# if !defined(OPENSSL_SYS_WIN64) +# define OPENSSL_SYS_WIN64 +# endif +# endif # if defined(OPENSSL_SYSNAME_WINNT) # undef OPENSSL_SYS_UNIX # define OPENSSL_SYS_WINNT @@ -121,7 +127,7 @@ extern "C" { # endif /* Anything that tries to look like Microsoft is "Windows" */ -# if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WINNT) || defined(OPENSSL_SYS_WINCE) +# if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN64) || defined(OPENSSL_SYS_WINNT) || defined(OPENSSL_SYS_WINCE) # undef OPENSSL_SYS_UNIX # define OPENSSL_SYS_WINDOWS # ifndef OPENSSL_SYS_MSDOS @@ -325,4 +331,3 @@ extern "C" { #undef OPENSSL_SYS_WIN32 #undef OPENSSL_SYS_WINDOWS #endif // _MSC_VER - diff --git a/src/Mayaqua/win32_inc/openssl/ec.h b/src/Mayaqua/win32_inc/openssl/ec.h index 6cafb357..3a634b63 100644 --- a/src/Mayaqua/win32_inc/openssl/ec.h +++ b/src/Mayaqua/win32_inc/openssl/ec.h @@ -106,7 +106,7 @@ typedef enum { /** the point is encoded as z||x, where the octet z specifies * which solution of the quadratic equation y is */ POINT_CONVERSION_COMPRESSED = 2, - /** the point is encoded as z||x||y, where z is the octet 0x02 */ + /** the point is encoded as z||x||y, where z is the octet 0x04 */ POINT_CONVERSION_UNCOMPRESSED = 4, /** the point is encoded as z||x||y, where the octet z specifies * which solution of the quadratic equation y is */ @@ -1097,6 +1097,12 @@ void ERR_load_EC_strings(void); # define EC_F_ECPARAMETERS_PRINT_FP 148 # define EC_F_ECPKPARAMETERS_PRINT 149 # define EC_F_ECPKPARAMETERS_PRINT_FP 150 +# define EC_F_ECP_NISTZ256_GET_AFFINE 240 +# define EC_F_ECP_NISTZ256_MULT_PRECOMPUTE 243 +# define EC_F_ECP_NISTZ256_POINTS_MUL 241 +# define EC_F_ECP_NISTZ256_PRE_COMP_NEW 244 +# define EC_F_ECP_NISTZ256_SET_WORDS 245 +# define EC_F_ECP_NISTZ256_WINDOWED_MUL 242 # define EC_F_ECP_NIST_MOD_192 203 # define EC_F_ECP_NIST_MOD_224 204 # define EC_F_ECP_NIST_MOD_256 205 @@ -1208,11 +1214,6 @@ void ERR_load_EC_strings(void); # define EC_F_NISTP224_PRE_COMP_NEW 227 # define EC_F_NISTP256_PRE_COMP_NEW 236 # define EC_F_NISTP521_PRE_COMP_NEW 237 -# define EC_F_ECP_NISTZ256_GET_AFFINE 240 -# define EC_F_ECP_NISTZ256_POINTS_MUL 241 -# define EC_F_ECP_NISTZ256_WINDOWED_MUL 242 -# define EC_F_ECP_NISTZ256_MULT_PRECOMPUTE 243 -# define EC_F_ECP_NISTZ256_PRE_COMP_NEW 244 # define EC_F_O2I_ECPUBLICKEY 152 # define EC_F_OLD_EC_PRIV_DECODE 222 # define EC_F_PKEY_EC_CTRL 197 diff --git a/src/Mayaqua/win32_inc/openssl/ecdsa.h b/src/Mayaqua/win32_inc/openssl/ecdsa.h index 962608be..0b4eb19f 100644 --- a/src/Mayaqua/win32_inc/openssl/ecdsa.h +++ b/src/Mayaqua/win32_inc/openssl/ecdsa.h @@ -233,7 +233,7 @@ void *ECDSA_get_ex_data(EC_KEY *d, int idx); * \return pointer to a ECDSA_METHOD structure or NULL if an error occurred */ -ECDSA_METHOD *ECDSA_METHOD_new(ECDSA_METHOD *ecdsa_method); +ECDSA_METHOD *ECDSA_METHOD_new(const ECDSA_METHOD *ecdsa_method); /** frees a ECDSA_METHOD structure * \param ecdsa_method pointer to the ECDSA_METHOD structure diff --git a/src/Mayaqua/win32_inc/openssl/evp.h b/src/Mayaqua/win32_inc/openssl/evp.h index 1bcf8c3b..f3d0253b 100644 --- a/src/Mayaqua/win32_inc/openssl/evp.h +++ b/src/Mayaqua/win32_inc/openssl/evp.h @@ -103,7 +103,6 @@ # define EVP_PKS_RSA 0x0100 # define EVP_PKS_DSA 0x0200 # define EVP_PKS_EC 0x0400 -# define EVP_PKT_EXP 0x1000 /* <= 512 bit key */ # define EVP_PKEY_NONE NID_undef # define EVP_PKEY_RSA NID_rsaEncryption @@ -424,6 +423,9 @@ struct evp_cipher_st { # define EVP_CTRL_TLS1_1_MULTIBLOCK_DECRYPT 0x1b # define EVP_CTRL_TLS1_1_MULTIBLOCK_MAX_BUFSIZE 0x1c +/* RFC 5246 defines additional data to be 13 bytes in length */ +# define EVP_AEAD_TLS1_AAD_LEN 13 + typedef struct { unsigned char *out; const unsigned char *inp; @@ -1121,6 +1123,19 @@ void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2)); +void EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, + int (*item_verify) (EVP_MD_CTX *ctx, + const ASN1_ITEM *it, + void *asn, + X509_ALGOR *a, + ASN1_BIT_STRING *sig, + EVP_PKEY *pkey), + int (*item_sign) (EVP_MD_CTX *ctx, + const ASN1_ITEM *it, + void *asn, + X509_ALGOR *alg1, + X509_ALGOR *alg2, + ASN1_BIT_STRING *sig)); # define EVP_PKEY_OP_UNDEFINED 0 # define EVP_PKEY_OP_PARAMGEN (1<<1) diff --git a/src/Mayaqua/win32_inc/openssl/kssl.h b/src/Mayaqua/win32_inc/openssl/kssl.h index 0c7a8766..ae72b3b5 100644 --- a/src/Mayaqua/win32_inc/openssl/kssl.h +++ b/src/Mayaqua/win32_inc/openssl/kssl.h @@ -1,4 +1,4 @@ -/* ssl/kssl.h -*- mode: C; c-file-style: "eay" -*- */ +/* ssl/kssl.h */ /* * Written by Vern Staats for the OpenSSL project * 2000. project 2000. diff --git a/src/Mayaqua/win32_inc/openssl/opensslconf.h b/src/Mayaqua/win32_inc/openssl/opensslconf.h index 88c90eb3..c905f130 100644 --- a/src/Mayaqua/win32_inc/openssl/opensslconf.h +++ b/src/Mayaqua/win32_inc/openssl/opensslconf.h @@ -41,12 +41,18 @@ extern "C" { #ifndef OPENSSL_NO_SSL_TRACE # define OPENSSL_NO_SSL_TRACE #endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif #ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE #endif #ifndef OPENSSL_NO_UNIT_TEST # define OPENSSL_NO_UNIT_TEST #endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif #endif /* OPENSSL_DOING_MAKEDEPEND */ @@ -89,12 +95,18 @@ extern "C" { # if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) # define NO_SSL_TRACE # endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE # endif # if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) # define NO_UNIT_TEST # endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif #endif #define OPENSSL_CPUID_OBJ @@ -203,7 +215,7 @@ extern "C" { #endif #if defined(DES_RISC1) && defined(DES_RISC2) -YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! #endif /* Unroll the inner loop, this sometimes helps, sometimes hinders. @@ -222,7 +234,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! optimization options. Older Sparc's work better with only UNROLL, but there's no way to tell at compile time what it is you're running on */ -#if defined( sun ) /* Newer Sparc's */ +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ # define DES_PTR # define DES_RISC1 # define DES_UNROLL diff --git a/src/Mayaqua/win32_inc/openssl/opensslv.h b/src/Mayaqua/win32_inc/openssl/opensslv.h index 772f8cdf..3fd92c5a 100644 --- a/src/Mayaqua/win32_inc/openssl/opensslv.h +++ b/src/Mayaqua/win32_inc/openssl/opensslv.h @@ -30,11 +30,11 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x1000201fL +# define OPENSSL_VERSION_NUMBER 0x100020afL # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2a-fips 19 Mar 2015" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2j-fips 26 Sep 2016" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2a 19 Mar 2015" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2j 26 Sep 2016" # endif # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT diff --git a/src/Mayaqua/win32_inc/openssl/ossl_typ.h b/src/Mayaqua/win32_inc/openssl/ossl_typ.h index 93a8c95b..707991ea 100644 --- a/src/Mayaqua/win32_inc/openssl/ossl_typ.h +++ b/src/Mayaqua/win32_inc/openssl/ossl_typ.h @@ -178,6 +178,8 @@ typedef struct engine_st ENGINE; typedef struct ssl_st SSL; typedef struct ssl_ctx_st SSL_CTX; +typedef struct comp_method_st COMP_METHOD; + typedef struct X509_POLICY_NODE_st X509_POLICY_NODE; typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL; typedef struct X509_POLICY_TREE_st X509_POLICY_TREE; diff --git a/src/Mayaqua/win32_inc/openssl/pem.h b/src/Mayaqua/win32_inc/openssl/pem.h index 2967c7b2..8b0fc658 100644 --- a/src/Mayaqua/win32_inc/openssl/pem.h +++ b/src/Mayaqua/win32_inc/openssl/pem.h @@ -531,6 +531,7 @@ int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ + void ERR_load_PEM_strings(void); /* Error codes for the PEM functions. */ @@ -592,6 +593,7 @@ void ERR_load_PEM_strings(void); # define PEM_R_ERROR_CONVERTING_PRIVATE_KEY 115 # define PEM_R_EXPECTING_PRIVATE_KEY_BLOB 119 # define PEM_R_EXPECTING_PUBLIC_KEY_BLOB 120 +# define PEM_R_HEADER_TOO_LONG 128 # define PEM_R_INCONSISTENT_HEADER 121 # define PEM_R_KEYBLOB_HEADER_PARSE_ERROR 122 # define PEM_R_KEYBLOB_TOO_SHORT 123 @@ -609,7 +611,7 @@ void ERR_load_PEM_strings(void); # define PEM_R_UNSUPPORTED_ENCRYPTION 114 # define PEM_R_UNSUPPORTED_KEY_COMPONENTS 126 -#ifdef __cplusplus +# ifdef __cplusplus } -#endif +# endif #endif diff --git a/src/Mayaqua/win32_inc/openssl/pkcs12.h b/src/Mayaqua/win32_inc/openssl/pkcs12.h index 61f40017..4112dfe9 100644 --- a/src/Mayaqua/win32_inc/openssl/pkcs12.h +++ b/src/Mayaqua/win32_inc/openssl/pkcs12.h @@ -270,7 +270,7 @@ int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12); int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12); PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12); PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12); -int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass); +int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass); /* BEGIN ERROR CODES */ /* diff --git a/src/Mayaqua/win32_inc/openssl/srp.h b/src/Mayaqua/win32_inc/openssl/srp.h index b6032ed7..14c21cfe 100644 --- a/src/Mayaqua/win32_inc/openssl/srp.h +++ b/src/Mayaqua/win32_inc/openssl/srp.h @@ -82,16 +82,21 @@ typedef struct SRP_gN_cache_st { DECLARE_STACK_OF(SRP_gN_cache) typedef struct SRP_user_pwd_st { + /* Owned by us. */ char *id; BIGNUM *s; BIGNUM *v; + /* Not owned by us. */ const BIGNUM *g; const BIGNUM *N; + /* Owned by us. */ char *info; } SRP_user_pwd; DECLARE_STACK_OF(SRP_user_pwd) +void SRP_user_pwd_free(SRP_user_pwd *user_pwd); + typedef struct SRP_VBASE_st { STACK_OF(SRP_user_pwd) *users_pwd; STACK_OF(SRP_gN_cache) *gN_cache; @@ -115,7 +120,12 @@ DECLARE_STACK_OF(SRP_gN) SRP_VBASE *SRP_VBASE_new(char *seed_key); int SRP_VBASE_free(SRP_VBASE *vb); int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file); + +/* This method ignores the configured seed and fails for an unknown user. */ SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username); +/* NOTE: unlike in SRP_VBASE_get_by_user, caller owns the returned pointer.*/ +SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username); + char *SRP_create_verifier(const char *user, const char *pass, char **salt, char **verifier, const char *N, const char *g); int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, diff --git a/src/Mayaqua/win32_inc/openssl/ssl.h b/src/Mayaqua/win32_inc/openssl/ssl.h index d683199e..06b73094 100644 --- a/src/Mayaqua/win32_inc/openssl/ssl.h +++ b/src/Mayaqua/win32_inc/openssl/ssl.h @@ -338,7 +338,7 @@ extern "C" { * The following cipher list is used by default. It also is substituted when * an application-defined cipher list string starts with 'DEFAULT'. */ -# define SSL_DEFAULT_CIPHER_LIST "ALL:!EXPORT:!aNULL:!eNULL:!SSLv2" +# define SSL_DEFAULT_CIPHER_LIST "ALL:!EXPORT:!LOW:!aNULL:!eNULL:!SSLv2" /* * As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always * starts with a reasonable order, and all we have to do for DEFAULT is @@ -625,7 +625,7 @@ struct ssl_session_st { # define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION 0x00040000L /* If set, always create a new key when using tmp_ecdh parameters */ # define SSL_OP_SINGLE_ECDH_USE 0x00080000L -/* If set, always create a new key when using tmp_dh parameters */ +/* Does nothing: retained for compatibility */ # define SSL_OP_SINGLE_DH_USE 0x00100000L /* Does nothing: retained for compatibiity */ # define SSL_OP_EPHEMERAL_RSA 0x0 @@ -1727,6 +1727,7 @@ extern "C" { # define SSL_ST_BEFORE 0x4000 # define SSL_ST_OK 0x03 # define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT) +# define SSL_ST_ERR 0x05 # define SSL_CB_LOOP 0x01 # define SSL_CB_EXIT 0x02 @@ -2091,7 +2092,7 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION) # define SSL_CTX_set1_sigalgs_list(ctx, s) \ SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SIGALGS_LIST,0,(char *)s) # define SSL_set1_sigalgs(ctx, slist, slistlen) \ - SSL_ctrl(ctx,SSL_CTRL_SET_SIGALGS,clistlen,(int *)slist) + SSL_ctrl(ctx,SSL_CTRL_SET_SIGALGS,slistlen,(int *)slist) # define SSL_set1_sigalgs_list(ctx, s) \ SSL_ctrl(ctx,SSL_CTRL_SET_SIGALGS_LIST,0,(char *)s) # define SSL_CTX_set1_client_sigalgs(ctx, slist, slistlen) \ @@ -2344,7 +2345,7 @@ const char *SSL_get_version(const SSL *s); /* This sets the 'default' SSL version that SSL_new() will create */ int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth); -# ifndef OPENSSL_NO_SSL2 +# ifndef OPENSSL_NO_SSL2_METHOD const SSL_METHOD *SSLv2_method(void); /* SSLv2 */ const SSL_METHOD *SSLv2_server_method(void); /* SSLv2 */ const SSL_METHOD *SSLv2_client_method(void); /* SSLv2 */ @@ -2531,7 +2532,6 @@ void SSL_set_tmp_ecdh_callback(SSL *ssl, int keylength)); # endif -# ifndef OPENSSL_NO_COMP const COMP_METHOD *SSL_get_current_compression(SSL *s); const COMP_METHOD *SSL_get_current_expansion(SSL *s); const char *SSL_COMP_get_name(const COMP_METHOD *comp); @@ -2540,13 +2540,6 @@ STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) *meths); void SSL_COMP_free_compression_methods(void); int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm); -# else -const void *SSL_get_current_compression(SSL *s); -const void *SSL_get_current_expansion(SSL *s); -const char *SSL_COMP_get_name(const void *comp); -void *SSL_COMP_get_compression_methods(void); -int SSL_COMP_add_compression_method(int id, void *cm); -# endif const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr); @@ -2622,6 +2615,7 @@ void ERR_load_SSL_strings(void); # define SSL_F_DTLS1_HEARTBEAT 305 # define SSL_F_DTLS1_OUTPUT_CERT_CHAIN 255 # define SSL_F_DTLS1_PREPROCESS_FRAGMENT 288 +# define SSL_F_DTLS1_PROCESS_BUFFERED_RECORDS 424 # define SSL_F_DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE 256 # define SSL_F_DTLS1_PROCESS_RECORD 257 # define SSL_F_DTLS1_READ_BYTES 258 @@ -2640,6 +2634,7 @@ void ERR_load_SSL_strings(void); # define SSL_F_GET_CLIENT_MASTER_KEY 107 # define SSL_F_GET_SERVER_FINISHED 108 # define SSL_F_GET_SERVER_HELLO 109 +# define SSL_F_GET_SERVER_STATIC_DH_KEY 340 # define SSL_F_GET_SERVER_VERIFY 110 # define SSL_F_I2D_SSL_SESSION 111 # define SSL_F_READ_N 112 @@ -2670,6 +2665,7 @@ void ERR_load_SSL_strings(void); # define SSL_F_SSL3_CHANGE_CIPHER_STATE 129 # define SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM 130 # define SSL_F_SSL3_CHECK_CLIENT_HELLO 304 +# define SSL_F_SSL3_CHECK_FINISHED 339 # define SSL_F_SSL3_CLIENT_HELLO 131 # define SSL_F_SSL3_CONNECT 132 # define SSL_F_SSL3_CTRL 213 @@ -2678,6 +2674,7 @@ void ERR_load_SSL_strings(void); # define SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC 292 # define SSL_F_SSL3_ENC 134 # define SSL_F_SSL3_GENERATE_KEY_BLOCK 238 +# define SSL_F_SSL3_GENERATE_MASTER_SECRET 388 # define SSL_F_SSL3_GET_CERTIFICATE_REQUEST 135 # define SSL_F_SSL3_GET_CERT_STATUS 289 # define SSL_F_SSL3_GET_CERT_VERIFY 136 @@ -2784,6 +2781,7 @@ void ERR_load_SSL_strings(void); # define SSL_F_SSL_RSA_PUBLIC_ENCRYPT 188 # define SSL_F_SSL_SCAN_CLIENTHELLO_TLSEXT 320 # define SSL_F_SSL_SCAN_SERVERHELLO_TLSEXT 321 +# define SSL_F_SSL_SESSION_DUP 348 # define SSL_F_SSL_SESSION_NEW 189 # define SSL_F_SSL_SESSION_PRINT_FP 190 # define SSL_F_SSL_SESSION_SET1_ID_CONTEXT 312 @@ -2842,8 +2840,11 @@ void ERR_load_SSL_strings(void); # define SSL_R_BAD_DATA_RETURNED_BY_CALLBACK 106 # define SSL_R_BAD_DECOMPRESSION 107 # define SSL_R_BAD_DH_G_LENGTH 108 +# define SSL_R_BAD_DH_G_VALUE 375 # define SSL_R_BAD_DH_PUB_KEY_LENGTH 109 +# define SSL_R_BAD_DH_PUB_KEY_VALUE 393 # define SSL_R_BAD_DH_P_LENGTH 110 +# define SSL_R_BAD_DH_P_VALUE 395 # define SSL_R_BAD_DIGEST_LENGTH 111 # define SSL_R_BAD_DSA_SIGNATURE 112 # define SSL_R_BAD_ECC_CERT 304 @@ -2904,6 +2905,7 @@ void ERR_load_SSL_strings(void); # define SSL_R_DATA_LENGTH_TOO_LONG 146 # define SSL_R_DECRYPTION_FAILED 147 # define SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC 281 +# define SSL_R_DH_KEY_TOO_SMALL 372 # define SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG 148 # define SSL_R_DIGEST_CHECK_FAILED 149 # define SSL_R_DTLS_MESSAGE_TOO_BIG 334 @@ -3047,6 +3049,7 @@ void ERR_load_SSL_strings(void); # define SSL_R_SERVERHELLO_TLSEXT 275 # define SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED 277 # define SSL_R_SHORT_READ 219 +# define SSL_R_SHUTDOWN_WHILE_IN_INIT 407 # define SSL_R_SIGNATURE_ALGORITHMS_ERROR 360 # define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE 220 # define SSL_R_SRP_A_CALC 361 @@ -3104,6 +3107,7 @@ void ERR_load_SSL_strings(void); # define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST 157 # define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 233 # define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG 234 +# define SSL_R_TOO_MANY_WARN_ALERTS 409 # define SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER 235 # define SSL_R_UNABLE_TO_DECODE_DH_CERTS 236 # define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS 313 diff --git a/src/Mayaqua/win32_inc/openssl/tls1.h b/src/Mayaqua/win32_inc/openssl/tls1.h index e70ead83..a1121f57 100644 --- a/src/Mayaqua/win32_inc/openssl/tls1.h +++ b/src/Mayaqua/win32_inc/openssl/tls1.h @@ -231,13 +231,12 @@ extern "C" { /* ExtensionType value from RFC5620 */ # define TLSEXT_TYPE_heartbeat 15 -/* ExtensionType value from draft-ietf-tls-applayerprotoneg-00 */ +/* ExtensionType value from RFC7301 */ # define TLSEXT_TYPE_application_layer_protocol_negotiation 16 /* * ExtensionType value for TLS padding extension. - * http://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml - * http://tools.ietf.org/html/draft-agl-tls-padding-03 + * http://tools.ietf.org/html/draft-agl-tls-padding */ # define TLSEXT_TYPE_padding 21 @@ -262,20 +261,19 @@ extern "C" { # define TLSEXT_TYPE_next_proto_neg 13172 # endif -/* NameType value from RFC 3546 */ +/* NameType value from RFC3546 */ # define TLSEXT_NAMETYPE_host_name 0 -/* status request value from RFC 3546 */ +/* status request value from RFC3546 */ # define TLSEXT_STATUSTYPE_ocsp 1 -/* ECPointFormat values from draft-ietf-tls-ecc-12 */ +/* ECPointFormat values from RFC4492 */ # define TLSEXT_ECPOINTFORMAT_first 0 # define TLSEXT_ECPOINTFORMAT_uncompressed 0 # define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime 1 # define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2 2 # define TLSEXT_ECPOINTFORMAT_last 2 -/* Signature and hash algorithms from RFC 5246 */ - +/* Signature and hash algorithms from RFC5246 */ # define TLSEXT_signature_anonymous 0 # define TLSEXT_signature_rsa 1 # define TLSEXT_signature_dsa 2 @@ -430,7 +428,6 @@ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb) # define TLS1_CK_DHE_DSS_WITH_RC4_128_SHA 0x03000066 /* AES ciphersuites from RFC3268 */ - # define TLS1_CK_RSA_WITH_AES_128_SHA 0x0300002F # define TLS1_CK_DH_DSS_WITH_AES_128_SHA 0x03000030 # define TLS1_CK_DH_RSA_WITH_AES_128_SHA 0x03000031 @@ -595,7 +592,7 @@ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb) # define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA "DHE-RSA-AES256-SHA" # define TLS1_TXT_ADH_WITH_AES_256_SHA "ADH-AES256-SHA" -/* ECC ciphersuites from draft-ietf-tls-ecc-01.txt (Mar 15, 2001) */ +/* ECC ciphersuites from RFC4492 */ # define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA" # define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA" # define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA" diff --git a/src/Mayaqua/win32_inc/openssl/ts.h b/src/Mayaqua/win32_inc/openssl/ts.h index e66f5013..85836cd1 100644 --- a/src/Mayaqua/win32_inc/openssl/ts.h +++ b/src/Mayaqua/win32_inc/openssl/ts.h @@ -565,6 +565,9 @@ int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx, /* At most we accept usec precision. */ # define TS_MAX_CLOCK_PRECISION_DIGITS 6 +/* Maximum status message length */ +# define TS_MAX_STATUS_LENGTH (1024 * 1024) + /* No flags are set by default. */ void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags); diff --git a/src/Mayaqua/win32_inc/openssl/ui.h b/src/Mayaqua/win32_inc/openssl/ui.h index c2c39860..bd07f711 100644 --- a/src/Mayaqua/win32_inc/openssl/ui.h +++ b/src/Mayaqua/win32_inc/openssl/ui.h @@ -1,4 +1,4 @@ -/* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/ui/ui.h */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/src/Mayaqua/win32_inc/openssl/ui_compat.h b/src/Mayaqua/win32_inc/openssl/ui_compat.h index f4286337..6e3542d0 100644 --- a/src/Mayaqua/win32_inc/openssl/ui_compat.h +++ b/src/Mayaqua/win32_inc/openssl/ui_compat.h @@ -1,4 +1,4 @@ -/* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/ui/ui.h */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/src/Mayaqua/win32_inc/openssl/x509.h b/src/Mayaqua/win32_inc/openssl/x509.h index 4133accf..ca5d5703 100644 --- a/src/Mayaqua/win32_inc/openssl/x509.h +++ b/src/Mayaqua/win32_inc/openssl/x509.h @@ -1234,6 +1234,7 @@ int X509_TRUST_get_trust(X509_TRUST *xp); * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ + void ERR_load_X509_strings(void); /* Error codes for the X509 functions. */ @@ -1241,6 +1242,7 @@ void ERR_load_X509_strings(void); /* Function codes. */ # define X509_F_ADD_CERT_DIR 100 # define X509_F_BY_FILE_CTRL 101 +# define X509_F_CHECK_NAME_CONSTRAINTS 106 # define X509_F_CHECK_POLICY 145 # define X509_F_DIR_CTRL 102 # define X509_F_GET_CERT_BY_SUBJECT 103 @@ -1305,6 +1307,7 @@ void ERR_load_X509_strings(void); # define X509_R_LOADING_CERT_DIR 103 # define X509_R_LOADING_DEFAULTS 104 # define X509_R_METHOD_NOT_SUPPORTED 124 +# define X509_R_NAME_TOO_LONG 134 # define X509_R_NEWER_CRL_NOT_NEWER 132 # define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY 105 # define X509_R_NO_CRL_NUMBER 130 @@ -1321,7 +1324,7 @@ void ERR_load_X509_strings(void); # define X509_R_WRONG_LOOKUP_TYPE 112 # define X509_R_WRONG_TYPE 122 -#ifdef __cplusplus +# ifdef __cplusplus } -#endif +# endif #endif diff --git a/src/Mayaqua/win32_inc/openssl/x509_vfy.h b/src/Mayaqua/win32_inc/openssl/x509_vfy.h index a2eb1e91..dd721929 100644 --- a/src/Mayaqua/win32_inc/openssl/x509_vfy.h +++ b/src/Mayaqua/win32_inc/openssl/x509_vfy.h @@ -313,7 +313,7 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); X509_LOOKUP_ctrl((x),X509_L_ADD_DIR,(name),(long)(type),NULL) # define X509_V_OK 0 -/* illegal error (for uninitialized values, to avoid X509_V_OK): 1 */ +# define X509_V_ERR_UNSPECIFIED 1 # define X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT 2 # define X509_V_ERR_UNABLE_TO_GET_CRL 3 @@ -368,6 +368,7 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); # define X509_V_ERR_PERMITTED_VIOLATION 47 # define X509_V_ERR_EXCLUDED_VIOLATION 48 # define X509_V_ERR_SUBTREE_MINMAX 49 +# define X509_V_ERR_APPLICATION_VERIFICATION 50 # define X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE 51 # define X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX 52 # define X509_V_ERR_UNSUPPORTED_NAME_SYNTAX 53 @@ -386,8 +387,12 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); # define X509_V_ERR_EMAIL_MISMATCH 63 # define X509_V_ERR_IP_ADDRESS_MISMATCH 64 -/* The application is not happy */ -# define X509_V_ERR_APPLICATION_VERIFICATION 50 +/* Caller error */ +# define X509_V_ERR_INVALID_CALL 65 +/* Issuer lookup error */ +# define X509_V_ERR_STORE_LOOKUP 66 + +# define X509_V_ERR_PROXY_SUBJECT_NAME_VIOLATION 67 /* Certificate verify flags */ @@ -432,6 +437,12 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); /* Allow partial chains if at least one certificate is in trusted store */ # define X509_V_FLAG_PARTIAL_CHAIN 0x80000 +/* + * If the initial chain is not trusted, do not attempt to build an alternative + * chain. Alternate chain checking was introduced in 1.0.2b. Setting this flag + * will force the behaviour to match that of previous versions. + */ +# define X509_V_FLAG_NO_ALT_CHAINS 0x100000 # define X509_VP_FLAG_DEFAULT 0x1 # define X509_VP_FLAG_OVERWRITE 0x2 diff --git a/src/Neo/NDIS5.c b/src/Neo/NDIS5.c index 8e411948..e8c256c2 100644 --- a/src/Neo/NDIS5.c +++ b/src/Neo/NDIS5.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Kernel Device Driver // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -442,25 +442,36 @@ NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp) if (stack->Parameters.Read.Length == NEO_EXCHANGE_BUFFER_SIZE) { // Address check - MDL *mdl = IoAllocateMdl(buf, NEO_EXCHANGE_BUFFER_SIZE, false, false, NULL); - - if (mdl != NULL) + bool check_ok = true; + __try { - MmProbeAndLockPages(mdl, KernelMode, IoWriteAccess); + ProbeForWrite(buf, NEO_EXCHANGE_BUFFER_SIZE, 1); + } + __except (EXCEPTION_EXECUTE_HANDLER) + { + check_ok = false; } - if (NeoIsKernelAddress(buf) == FALSE) + if (check_ok) { + MDL *mdl = IoAllocateMdl(buf, NEO_EXCHANGE_BUFFER_SIZE, false, false, NULL); + + if (mdl != NULL) + { + MmProbeAndLockPages(mdl, KernelMode, IoWriteAccess); + } + + // Read NeoRead(buf); Irp->IoStatus.Information = NEO_EXCHANGE_BUFFER_SIZE; ok = true; - } - if (mdl != NULL) - { - MmUnlockPages(mdl); - IoFreeMdl(mdl); + if (mdl != NULL) + { + MmUnlockPages(mdl); + IoFreeMdl(mdl); + } } } } @@ -485,25 +496,37 @@ NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp) if (stack->Parameters.Write.Length == NEO_EXCHANGE_BUFFER_SIZE) { // Address check - MDL *mdl = IoAllocateMdl(buf, NEO_EXCHANGE_BUFFER_SIZE, false, false, NULL); - - if (mdl != NULL) + bool check_ok = true; + __try { - MmProbeAndLockPages(mdl, KernelMode, IoReadAccess); + ProbeForRead(buf, NEO_EXCHANGE_BUFFER_SIZE, 1); + } + __except (EXCEPTION_EXECUTE_HANDLER) + { + check_ok = false; } - if (NeoIsKernelAddress(buf) == FALSE) + if (check_ok) { + MDL *mdl = IoAllocateMdl(buf, NEO_EXCHANGE_BUFFER_SIZE, false, false, NULL); + + if (mdl != NULL) + { + MmProbeAndLockPages(mdl, KernelMode, IoReadAccess); + } + + ProbeForRead(buf, NEO_EXCHANGE_BUFFER_SIZE, 1); + // Write NeoWrite(buf); Irp->IoStatus.Information = stack->Parameters.Write.Length; ok = true; - } - if (mdl != NULL) - { - MmUnlockPages(mdl); - IoFreeMdl(mdl); + if (mdl != NULL) + { + MmUnlockPages(mdl); + IoFreeMdl(mdl); + } } } } @@ -1387,20 +1410,6 @@ PACKET_BUFFER *NeoNewPacketBuffer() return p; } -// Check whether the specified address is kernel memory -BOOL NeoIsKernelAddress(void *addr) -{ -#if 0 - if ((ULONG)addr >= (ULONG)0x80000000) - { - // Kernel memory - return TRUE; - } -#endif // CPU_64 - // User memory - return FALSE; -} - // Reset the event void NeoReset(NEO_EVENT *event) { @@ -1705,7 +1714,7 @@ void *NeoMalloc(UINT size) } // Allocate the non-paged memory - r = NdisAllocateMemoryWithTag(&p, size, 0); + r = NdisAllocateMemoryWithTag(&p, size, 'SETH'); if (NG(r)) { @@ -1728,7 +1737,3 @@ void NeoFree(void *p) } - -// 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/src/Neo/NDIS5.h b/src/Neo/NDIS5.h index 531e580c..175ce14c 100644 --- a/src/Neo/NDIS5.h +++ b/src/Neo/NDIS5.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Kernel Device Driver // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -227,7 +227,7 @@ static UINT SupportedOids[] = WCHAR *_P;\ _D->Length = (USHORT)((strlen(_S)) * sizeof(WCHAR));\ _D->MaximumLength = _D->Length + sizeof(WCHAR);\ - NdisAllocateMemoryWithTag((PVOID *)&(_D->Buffer), _D->MaximumLength, 0);\ + NdisAllocateMemoryWithTag((PVOID *)&(_D->Buffer), _D->MaximumLength, 'SETH');\ _P = _D->Buffer;\ while(*_S != '\0'){\ *_P = (WCHAR)(*_S);\ @@ -293,7 +293,3 @@ BOOL NeoNdisOnClose(IRP *irp, IO_STACK_LOCATION *stack); #endif // NDIS5_H - -// 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/src/Neo/Neo.c b/src/Neo/Neo.c index d159a056..c226ec32 100644 --- a/src/Neo/Neo.c +++ b/src/Neo/Neo.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Kernel Device Driver // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -466,7 +466,3 @@ void NeoFreeStatus(NEO_STATUS *s) NeoZero(s, sizeof(NEO_STATUS)); } - -// 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/src/Neo/Neo.h b/src/Neo/Neo.h index 63a0620d..8c4ad9e5 100644 --- a/src/Neo/Neo.h +++ b/src/Neo/Neo.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Kernel Device Driver // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -124,7 +124,7 @@ #define NDIS_NEO_EVENT_NAME_WIN32 "Global\\NEO_EVENT_NEOADAPTER_%s" // Constant -#define NEO_MAX_PACKET_SIZE 1560 +#define NEO_MAX_PACKET_SIZE 1600 #define NEO_MAX_PACKET_SIZE_ANNOUNCE 1514 #define NEO_MIN_PACKET_SIZE 14 #define NEO_PACKET_HEADER_SIZE 14 @@ -328,7 +328,6 @@ NEO_EVENT *NeoCreateWin9xEvent(DWORD h); void NeoFreeEvent(NEO_EVENT *event); void NeoSet(NEO_EVENT *event); void NeoReset(NEO_EVENT *event); -BOOL NeoIsKernelAddress(void *addr); #endif // NEO_DEVICE_DRIVER @@ -337,7 +336,3 @@ BOOL NeoIsKernelAddress(void *addr); - -// 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/src/Neo/Neo.vcproj b/src/Neo/Neo.vcproj index d44fa47f..7996a607 100644 --- a/src/Neo/Neo.vcproj +++ b/src/Neo/Neo.vcproj @@ -21,7 +21,7 @@ Paused = true; + + NeoLockPacketQueue(); + NeoUnlockPacketQueue(); + + // Wait for complete all tasks + while (ctx->NumCurrentDispatch != 0) + { + NdisMSleep(10000); + counter_dbg++; + if (counter_dbg >= 1500) + { + break; + } + } + return NDIS_STATUS_SUCCESS; } NDIS_STATUS NeoNdisRestart(NDIS_HANDLE MiniportAdapterContext, PNDIS_MINIPORT_RESTART_PARAMETERS MiniportRestartParameters) { + ctx->Paused = false; + return NDIS_STATUS_SUCCESS; } @@ -222,6 +242,7 @@ void NeoNdisReturnNetBufferLists(NDIS_HANDLE MiniportAdapterContext, PNET_BUFFER void NeoNdisCancelSend(NDIS_HANDLE MiniportAdapterContext, PVOID CancelId) { + //NeoNdisCrash2(__LINE__, __LINE__, __LINE__, __LINE__); } void NeoNdisDevicePnPEventNotify(NDIS_HANDLE MiniportAdapterContext, PNET_DEVICE_PNP_EVENT NetDevicePnPEvent) @@ -234,6 +255,7 @@ void NeoNdisShutdownEx(NDIS_HANDLE MiniportAdapterContext, NDIS_SHUTDOWN_ACTION void NeoNdisCancelOidRequest(NDIS_HANDLE MiniportAdapterContext, PVOID RequestId) { + //NeoNdisCrash2(__LINE__, __LINE__, __LINE__, __LINE__); } // Initialization handler of adapter @@ -243,6 +265,7 @@ NDIS_STATUS NeoNdisInitEx(NDIS_HANDLE MiniportAdapterHandle, { NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES attr; NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES gen; + NDIS_PM_CAPABILITIES pnpcap; if (ctx == NULL) { @@ -281,7 +304,7 @@ NDIS_STATUS NeoNdisInitEx(NDIS_HANDLE MiniportAdapterHandle, ctx->Halting = FALSE; ctx->Connected = ctx->ConnectedOld = FALSE; - if (keep_link == false) + //if (keep_link == false) { ctx->ConnectedForce = TRUE; } @@ -305,6 +328,8 @@ NDIS_STATUS NeoNdisInitEx(NDIS_HANDLE MiniportAdapterHandle, NdisMSetMiniportAttributes(ctx->NdisMiniport, (PNDIS_MINIPORT_ADAPTER_ATTRIBUTES)&attr); + NeoZero(&pnpcap, sizeof(pnpcap)); + NeoZero(&gen, sizeof(gen)); gen.Header.Type = NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES; gen.Header.Revision = NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES_REVISION_2; @@ -354,6 +379,15 @@ NDIS_STATUS NeoNdisInitEx(NDIS_HANDLE MiniportAdapterHandle, gen.SupportedOidList = SupportedOids; gen.SupportedOidListLength = sizeof(SupportedOids); + NeoZero(&pnpcap, sizeof(pnpcap)); + pnpcap.Header.Type = NDIS_OBJECT_TYPE_DEFAULT; + pnpcap.Header.Revision = NDIS_PM_CAPABILITIES_REVISION_1; + pnpcap.Header.Size = NDIS_SIZEOF_NDIS_PM_CAPABILITIES_REVISION_1; + pnpcap.MinMagicPacketWakeUp = NdisDeviceStateUnspecified; + pnpcap.MinPatternWakeUp = NdisDeviceStateUnspecified; + pnpcap.MinLinkChangeWakeUp = NdisDeviceStateUnspecified; + gen.PowerManagementCapabilitiesEx = &pnpcap; + NdisMSetMiniportAttributes(ctx->NdisMiniport, (PNDIS_MINIPORT_ADAPTER_ATTRIBUTES)&gen); // Initialize the received packet array @@ -385,7 +419,7 @@ BOOL NeoNdisOnOpen(IRP *irp, IO_STACK_LOCATION *stack) return FALSE; } - if (ctx->Opened != FALSE) + if (ctx->Opened) { // Another client is connected already return FALSE; @@ -412,6 +446,7 @@ BOOL NeoNdisOnOpen(IRP *irp, IO_STACK_LOCATION *stack) // Close the device BOOL NeoNdisOnClose(IRP *irp, IO_STACK_LOCATION *stack) { + NEO_EVENT *free_event = NULL; if (ctx == NULL) { return FALSE; @@ -424,12 +459,21 @@ BOOL NeoNdisOnClose(IRP *irp, IO_STACK_LOCATION *stack) } ctx->Opened = FALSE; - // Release the event - NeoFreeEvent(ctx->Event); - ctx->Event = NULL; + NeoLockPacketQueue(); + { + // Release the event + free_event = ctx->Event; + ctx->Event = NULL; - // Release all packets - NeoClearPacketQueue(); + // Release all packets + NeoClearPacketQueue(true); + } + NeoUnlockPacketQueue(); + + if (free_event != NULL) + { + NeoFreeEvent(free_event); + } NeoSetConnectState(FALSE); @@ -465,6 +509,8 @@ NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp) return NDIS_STATUS_FAILURE; } + InterlockedIncrement(&ctx->NumCurrentDispatch); + // Get the IRP stack stack = IoGetCurrentIrpStackLocation(Irp); @@ -478,8 +524,11 @@ NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp) { // Device driver is terminating Irp->IoStatus.Information = STATUS_UNSUCCESSFUL; + InterlockedDecrement(&ctx->NumCurrentDispatch); + IoCompleteRequest(Irp, IO_NO_INCREMENT); - return STATUS_UNSUCCESSFUL; + + return STATUS_SUCCESS; } // Branch to each operation @@ -513,25 +562,36 @@ NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp) if (stack->Parameters.Read.Length == NEO_EXCHANGE_BUFFER_SIZE) { // Address check - MDL *mdl = IoAllocateMdl(buf, NEO_EXCHANGE_BUFFER_SIZE, false, false, NULL); - - if (mdl != NULL) + bool check_ok = true; + __try { - MmProbeAndLockPages(mdl, KernelMode, IoWriteAccess); + ProbeForWrite(buf, NEO_EXCHANGE_BUFFER_SIZE, 1); + } + __except (EXCEPTION_EXECUTE_HANDLER) + { + check_ok = false; } - if (NeoIsKernelAddress(buf) == FALSE) + if (check_ok) { + // Address check + MDL *mdl = IoAllocateMdl(buf, NEO_EXCHANGE_BUFFER_SIZE, false, false, NULL); + + if (mdl != NULL) + { + MmProbeAndLockPages(mdl, KernelMode, IoWriteAccess); + } + // Read NeoRead(buf); Irp->IoStatus.Information = NEO_EXCHANGE_BUFFER_SIZE; ok = true; - } - if (mdl != NULL) - { - MmUnlockPages(mdl); - IoFreeMdl(mdl); + if (mdl != NULL) + { + MmUnlockPages(mdl); + IoFreeMdl(mdl); + } } } } @@ -554,25 +614,38 @@ NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp) if (stack->Parameters.Write.Length == NEO_EXCHANGE_BUFFER_SIZE) { // Address check - MDL *mdl = IoAllocateMdl(buf, NEO_EXCHANGE_BUFFER_SIZE, false, false, NULL); - - if (mdl != NULL) + bool check_ok = true; + __try { - MmProbeAndLockPages(mdl, KernelMode, IoReadAccess); + ProbeForRead(buf, NEO_EXCHANGE_BUFFER_SIZE, 1); + } + __except (EXCEPTION_EXECUTE_HANDLER) + { + check_ok = false; } - if (NeoIsKernelAddress(buf) == FALSE) + if (check_ok) { + // Address check + MDL *mdl = IoAllocateMdl(buf, NEO_EXCHANGE_BUFFER_SIZE, false, false, NULL); + + if (mdl != NULL) + { + MmProbeAndLockPages(mdl, KernelMode, IoReadAccess); + } + + ProbeForRead(buf, NEO_EXCHANGE_BUFFER_SIZE, 1); + // Write NeoWrite(buf); Irp->IoStatus.Information = stack->Parameters.Write.Length; ok = true; - } - if (mdl != NULL) - { - MmUnlockPages(mdl); - IoFreeMdl(mdl); + if (mdl != NULL) + { + MmUnlockPages(mdl); + IoFreeMdl(mdl); + } } } } @@ -586,6 +659,8 @@ NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp) break; } + InterlockedDecrement(&ctx->NumCurrentDispatch); + IoCompleteRequest(Irp, IO_NO_INCREMENT); return STATUS_SUCCESS; @@ -616,6 +691,7 @@ void NeoInitControlDevice() ctx->DispatchTable[IRP_MJ_WRITE] = ctx->DispatchTable[IRP_MJ_DEVICE_CONTROL] = NeoNdisDispatch; ctx->Opened = FALSE; + ctx->Paused = FALSE; // Generate the device name sprintf(name_kernel, NDIS_NEO_DEVICE_NAME, ctx->HardwareID); @@ -728,6 +804,12 @@ BOOL NeoLoadRegistory() { // Special MAC address UINT ptr32 = (UINT)((UINT64)ctx); + LARGE_INTEGER current_time; + UCHAR *current_time_bytes; + + KeQuerySystemTime(¤t_time); + + current_time_bytes = (UCHAR *)¤t_time; ctx->MacAddress[0] = 0x00; ctx->MacAddress[1] = 0xAD; @@ -735,6 +817,16 @@ BOOL NeoLoadRegistory() ctx->MacAddress[3] = ((UCHAR *)(&ptr32))[1]; ctx->MacAddress[4] = ((UCHAR *)(&ptr32))[2]; ctx->MacAddress[5] = ((UCHAR *)(&ptr32))[3]; + + ctx->MacAddress[2] ^= current_time_bytes[0]; + ctx->MacAddress[3] ^= current_time_bytes[1]; + ctx->MacAddress[4] ^= current_time_bytes[2]; + ctx->MacAddress[5] ^= current_time_bytes[3]; + + ctx->MacAddress[2] ^= current_time_bytes[4]; + ctx->MacAddress[3] ^= current_time_bytes[5]; + ctx->MacAddress[4] ^= current_time_bytes[6]; + ctx->MacAddress[5] ^= current_time_bytes[7]; } // Initialize the key name of the device name @@ -820,6 +912,8 @@ VOID NeoNdisDriverUnload(PDRIVER_OBJECT DriverObject) // Stop handler of adapter void NeoNdisHaltEx(NDIS_HANDLE MiniportAdapterContext, NDIS_HALT_ACTION HaltAction) { + NEO_EVENT *free_event = NULL; + UINT counter_dbg = 0; if (ctx == NULL) { return; @@ -832,15 +926,49 @@ void NeoNdisHaltEx(NDIS_HANDLE MiniportAdapterContext, NDIS_HALT_ACTION HaltActi } ctx->Halting = TRUE; + ctx->Opened = FALSE; + + NeoLockPacketQueue(); + { + // Release the event + free_event = ctx->Event; + ctx->Event = NULL; + + // Release all packets + NeoClearPacketQueue(true); + } + NeoUnlockPacketQueue(); + + if (free_event != NULL) + { + NeoSet(free_event); + } + + // Wait for complete all tasks + while (ctx->NumCurrentDispatch != 0) + { + NdisMSleep(10000); + counter_dbg++; + if (counter_dbg >= 1500) + { + break; + } + } + + if (free_event != NULL) + { + NeoFreeEvent(free_event); + } + + // Delete the control device + NeoFreeControlDevice(); + // Stop the adapter NeoStopAdapter(); // Release the packet array NeoFreePacketArray(); - // Delete the control device - NeoFreeControlDevice(); - // Complete to stop ctx->Initing = ctx->Inited = FALSE; ctx->Connected = ctx->ConnectedForce = ctx->ConnectedOld = FALSE; @@ -1293,29 +1421,81 @@ NDIS_STATUS NeoNdisSet( // Multicast list *BytesRead = InformationBufferLength; + return NDIS_STATUS_SUCCESS; + + case OID_PNP_SET_POWER: + case OID_PNP_QUERY_POWER: + // Power events + *BytesRead = InformationBufferLength; + return NDIS_STATUS_SUCCESS; } return NDIS_STATUS_INVALID_OID; } +// Set status values of NET_BUFFER_LISTs +void NeoNdisSetNetBufferListsStatus(NET_BUFFER_LIST *nbl, UINT status) +{ + if (nbl == NULL) + { + return; + } + + while (nbl != NULL) + { + NET_BUFFER_LIST_STATUS(nbl) = status; + + nbl = NET_BUFFER_LIST_NEXT_NBL(nbl); + } +} + // Packet send handler void NeoNdisSendNetBufferLists(NDIS_HANDLE MiniportAdapterContext, NET_BUFFER_LIST *NetBufferLists, NDIS_PORT_NUMBER PortNumber, ULONG SendFlags) { + bool is_dispatch_level = SendFlags & NDIS_SEND_FLAGS_DISPATCH_LEVEL; + UINT send_complete_flags = 0; if (ctx == NULL) { return; } + if (is_dispatch_level) + { + send_complete_flags |= NDIS_SEND_COMPLETE_FLAGS_DISPATCH_LEVEL; + } + + InterlockedIncrement(&ctx->NumCurrentDispatch); + // Update the connection state NeoCheckConnectState(); - if (NeoNdisSendPacketsHaltCheck(NetBufferLists) == FALSE) + if (ctx->Halting != FALSE || ctx->Opened == FALSE || ctx->Paused) { - // Device is stopped + UINT status = NDIS_STATUS_FAILURE; + + if (ctx->Paused) + { + status = NDIS_STATUS_PAUSED; + } + else if (ctx->Halting) + { + status = NDIS_STATUS_FAILURE; + } + else if (ctx->Opened == false && keep_link) + { + status = NDIS_STATUS_SUCCESS; + } + + NeoNdisSetNetBufferListsStatus(NetBufferLists, status); + + InterlockedDecrement(&ctx->NumCurrentDispatch); + + NdisMSendNetBufferListsComplete(ctx->NdisMiniport, NetBufferLists, send_complete_flags); + return; } @@ -1323,10 +1503,32 @@ void NeoNdisSendNetBufferLists(NDIS_HANDLE MiniportAdapterContext, NeoLockPacketQueue(); { NET_BUFFER_LIST *nbl; - if (NeoNdisSendPacketsHaltCheck(NetBufferLists) == FALSE) + + if (ctx->Halting != FALSE || ctx->Opened == FALSE || ctx->Paused) { - // Device is stopped + UINT status = NDIS_STATUS_FAILURE; + + if (ctx->Paused) + { + status = NDIS_STATUS_PAUSED; + } + else if (ctx->Halting) + { + status = NDIS_STATUS_FAILURE; + } + else if (ctx->Opened == false && keep_link) + { + status = NDIS_STATUS_SUCCESS; + } + NeoUnlockPacketQueue(); + + NeoNdisSetNetBufferListsStatus(NetBufferLists, status); + + InterlockedDecrement(&ctx->NumCurrentDispatch); + + NdisMSendNetBufferListsComplete(ctx->NdisMiniport, NetBufferLists, send_complete_flags); + return; } @@ -1336,6 +1538,8 @@ void NeoNdisSendNetBufferLists(NDIS_HANDLE MiniportAdapterContext, { NET_BUFFER *nb = NET_BUFFER_LIST_FIRST_NB(nbl); + NET_BUFFER_LIST_STATUS(nbl) = NDIS_STATUS_SUCCESS; + while (nb != NULL) { UINT size = NET_BUFFER_DATA_LENGTH(nb); @@ -1388,33 +1592,15 @@ void NeoNdisSendNetBufferLists(NDIS_HANDLE MiniportAdapterContext, nbl = NET_BUFFER_LIST_NEXT_NBL(nbl); } - } + // Reception event + NeoSet(ctx->Event); + } NeoUnlockPacketQueue(); // Notify the transmission completion - NdisMSendNetBufferListsComplete(ctx->NdisMiniport, NetBufferLists, NDIS_STATUS_SUCCESS); - - // Reception event - NeoSet(ctx->Event); -} - -// Stop check of packet transmission -BOOL NeoNdisSendPacketsHaltCheck(NET_BUFFER_LIST *NetBufferLists) -{ - if (ctx == NULL) - { - return FALSE; - } - - if (ctx->Halting != FALSE || ctx->Opened == FALSE) - { - // Halting - NdisMSendNetBufferListsComplete(ctx->NdisMiniport, NetBufferLists, NDIS_STATUS_FAILURE); - - return FALSE; - } - return TRUE; + InterlockedDecrement(&ctx->NumCurrentDispatch); + NdisMSendNetBufferListsComplete(ctx->NdisMiniport, NetBufferLists, send_complete_flags); } // Initialize the packet array @@ -1473,6 +1659,7 @@ PACKET_BUFFER *NeoNewPacketBuffer() p1.ProtocolId = NDIS_PROTOCOL_ID_DEFAULT; p1.fAllocateNetBuffer = TRUE; p1.DataSize = NEO_MAX_PACKET_SIZE; + p1.PoolTag = 'SETH'; p->NetBufferListPool = NdisAllocateNetBufferListPool(NULL, &p1); // Create a NET_BUFFER_LIST @@ -1481,20 +1668,6 @@ PACKET_BUFFER *NeoNewPacketBuffer() return p; } -// Check whether the specified address is kernel memory -BOOL NeoIsKernelAddress(void *addr) -{ -#if 0 - if ((ULONG)addr >= (ULONG)0x80000000) - { - // Kernel memory - return TRUE; - } -#endif // CPU_64 - // User memory - return FALSE; -} - // Reset the event void NeoReset(NEO_EVENT *event) { @@ -1746,7 +1919,7 @@ void *NeoMalloc(UINT size) } // Allocate the non-paged memory - r = NdisAllocateMemoryWithTag(&p, size, 0); + r = NdisAllocateMemoryWithTag(&p, size, 'SETH'); if (NG(r)) { @@ -1769,7 +1942,3 @@ void NeoFree(void *p) } - -// 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/src/Neo6/NDIS6.h b/src/Neo6/NDIS6.h index 3056a704..9e02d065 100644 --- a/src/Neo6/NDIS6.h +++ b/src/Neo6/NDIS6.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Kernel Device Driver // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -184,6 +184,8 @@ static UINT SupportedOids[] = OID_GEN_STATISTICS, OID_GEN_INTERRUPT_MODERATION, OID_GEN_LINK_PARAMETERS, + OID_PNP_SET_POWER, + OID_PNP_QUERY_POWER, }; #define NEO_MEDIA NdisMedium802_3 #define MAX_MULTICAST 32 @@ -237,7 +239,7 @@ void NeoNdisSendNetBufferLists(NDIS_HANDLE MiniportAdapterContext, NET_BUFFER_LIST *NetBufferLists, NDIS_PORT_NUMBER PortNumber, ULONG SendFlags); -BOOL NeoNdisSendPacketsHaltCheck(NET_BUFFER_LIST *NetBufferLists); +void NeoNdisSetNetBufferListsStatus(NET_BUFFER_LIST *nbl, UINT status); BOOL NeoLoadRegistory(); void NeoInitControlDevice(); void NeoFreeControlDevice(); @@ -263,7 +265,3 @@ void NeoNdisCancelOidRequest(NDIS_HANDLE MiniportAdapterContext, PVOID RequestId #endif // NDIS5_H - -// 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/src/Neo6/Neo6.c b/src/Neo6/Neo6.c index 69720858..43b0b49f 100644 --- a/src/Neo6/Neo6.c +++ b/src/Neo6/Neo6.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Kernel Device Driver // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -213,6 +213,12 @@ void NeoWrite(void *buf) return; } + if (ctx->Paused) + { + // Paused + return; + } + if (ctx->Opened == FALSE) { // Not connected @@ -424,10 +430,14 @@ void NeoInitPacketQueue() } // Delete all the packets from the packet queue -void NeoClearPacketQueue() +void NeoClearPacketQueue(bool no_lock) { // Release the memory of the packet queue - NeoLock(ctx->PacketQueueLock); + if (no_lock == false) + { + NeoLock(ctx->PacketQueueLock); + } + if (true) { NEO_QUEUE *q = ctx->PacketQueue; NEO_QUEUE *qn; @@ -442,14 +452,17 @@ void NeoClearPacketQueue() ctx->Tail = NULL; ctx->NumPacketQueue = 0; } - NeoUnlock(ctx->PacketQueueLock); + if (no_lock == false) + { + NeoUnlock(ctx->PacketQueueLock); + } } // Release the packet queue void NeoFreePacketQueue() { // Delete all packets - NeoClearPacketQueue(); + NeoClearPacketQueue(false); // Delete the lock NeoFreeLock(ctx->PacketQueueLock); @@ -523,7 +536,3 @@ void NeoFreeStatus(NEO_STATUS *s) NeoZero(s, sizeof(NEO_STATUS)); } - -// 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/src/Neo6/Neo6.h b/src/Neo6/Neo6.h index dee4956e..860b59e7 100644 --- a/src/Neo6/Neo6.h +++ b/src/Neo6/Neo6.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Kernel Device Driver // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -124,7 +124,7 @@ #define NDIS_NEO_EVENT_NAME_WIN32 "Global\\NEO_EVENT_NEOADAPTER_%s" // Constant -#define NEO_MAX_PACKET_SIZE 1560 +#define NEO_MAX_PACKET_SIZE 1600 #define NEO_MAX_PACKET_SIZE_ANNOUNCE 1514 #define NEO_MIN_PACKET_SIZE 14 #define NEO_PACKET_HEADER_SIZE 14 @@ -268,10 +268,12 @@ typedef struct _PACKET_BUFFER typedef struct _NEO_CTX { NEO_EVENT *Event; // Packet reception notification event - BOOL Opened; // Flag of whether opened - BOOL Inited; // Initialization flag - BOOL Initing; // Starting-up flag + volatile BOOL Opened; // Flag of whether opened + volatile BOOL Paused; // Flag of whether paused + volatile BOOL Inited; // Initialization flag + volatile BOOL Initing; // Starting-up flag volatile BOOL Halting; // Stopping flag + volatile UINT NumCurrentDispatch; // Number of current dispatch requests BYTE MacAddress[6]; // MAC address BYTE padding[2]; // padding NEO_QUEUE *PacketQueue; // Transmit packet queue @@ -308,7 +310,7 @@ BOOL NeoInit(); void NeoShutdown(); void NeoInitPacketQueue(); void NeoFreePacketQueue(); -void NeoClearPacketQueue(); +void NeoClearPacketQueue(bool no_lock); void NeoLockPacketQueue(); void NeoUnlockPacketQueue(); NEO_QUEUE *NeoGetNextQueue(); @@ -335,7 +337,6 @@ NEO_EVENT *NeoCreateWin9xEvent(DWORD h); void NeoFreeEvent(NEO_EVENT *event); void NeoSet(NEO_EVENT *event); void NeoReset(NEO_EVENT *event); -BOOL NeoIsKernelAddress(void *addr); #endif // NEO_DEVICE_DRIVER @@ -344,7 +345,3 @@ BOOL NeoIsKernelAddress(void *addr); - -// 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/src/Neo6/Neo6.vcproj b/src/Neo6/Neo6.vcproj index b828ed30..4fb2305c 100644 --- a/src/Neo6/Neo6.vcproj +++ b/src/Neo6/Neo6.vcproj @@ -21,7 +21,7 @@ diff --git a/src/Neo6/resource.h b/src/Neo6/resource.h index d15b499d..e42cd7d0 100644 --- a/src/Neo6/resource.h +++ b/src/Neo6/resource.h @@ -108,7 +108,3 @@ #define _APS_NEXT_SYMED_VALUE 101 #endif #endif - -// 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/src/PenCore/PenCore.rc b/src/PenCore/PenCore.rc index 472b6251..bebb4fbe 100644 --- a/src/PenCore/PenCore.rc +++ b/src/PenCore/PenCore.rc @@ -1809,16 +1809,16 @@ FONT 9, "MS Shell Dlg", 400, 0, 0x80 BEGIN CONTROL 141,IDC_STATIC,"Static",SS_BITMAP,0,0,275,46 GROUPBOX "@STATIC1",IDC_STATIC,6,53,261,187 - ICON ICO_VPNSERVER,IDC_STATIC,14,67,20,18 + ICON ICO_VPNSERVER,IDC_STATIC,14,67,20,20 LTEXT "@STATIC2",IDC_STATIC,41,67,218,29 CONTROL "",L_SETTING,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_EDITLABELS | WS_BORDER | WS_TABSTOP,15,96,242,96 PUSHBUTTON "@B_NEW_SETTING",B_NEW_SETTING,15,197,76,14 PUSHBUTTON "@B_EDIT_SETTING",B_EDIT_SETTING,98,197,76,14 PUSHBUTTON "@B_DELETE",B_DELETE,181,197,76,14 PUSHBUTTON "@IDOK",IDOK,181,217,76,17 - ICON ICO_CERT,IDC_STATIC,147,246,20,18 + ICON ICO_CERT,IDC_STATIC,147,246,20,20 PUSHBUTTON "@B_CERT_TOOL",B_CERT_TOOL,171,248,86,14 - ICON ICO_SECURE,IDC_STATIC,45,266,20,18 + ICON ICO_SECURE,S_SMARTCARD_ICON,45,266,18,18 PUSHBUTTON "@B_SECURE_MANAGER",B_SECURE_MANAGER,67,269,96,14 PUSHBUTTON "@B_SELECT_SECURE",B_SELECT_SECURE,171,269,86,14 PUSHBUTTON "@B_ABOUT",B_ABOUT,14,288,76,14 diff --git a/src/PenCore/PenCore.vcproj b/src/PenCore/PenCore.vcproj index 9df86527..71621b87 100644 --- a/src/PenCore/PenCore.vcproj +++ b/src/PenCore/PenCore.vcproj @@ -46,7 +46,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/PenCore/resource.h b/src/PenCore/resource.h index 6f68cae6..fa84fe56 100644 --- a/src/PenCore/resource.h +++ b/src/PenCore/resource.h @@ -1026,6 +1026,7 @@ #define S_VGS3 1514 #define S_TSUKUBA 1515 #define R_DISABLE_NATT 1516 +#define S_SMARTCARD_ICON 1517 #define B_ONLINE 1655 #define D_NM_CONNECT 1998 #define D_NM_MAIN 1999 @@ -1208,7 +1209,7 @@ #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 244 #define _APS_NEXT_COMMAND_VALUE 40111 -#define _APS_NEXT_CONTROL_VALUE 1517 +#define _APS_NEXT_CONTROL_VALUE 1518 #define _APS_NEXT_SYMED_VALUE 102 #endif #endif diff --git a/src/README.TXT b/src/README.TXT deleted file mode 100644 index 9e4efff0..00000000 --- a/src/README.TXT +++ /dev/null @@ -1,227 +0,0 @@ -SoftEther VPN - An Open-Source Cross-platform Multi-protocol VPN Program -http://www.softether.org/ - -We use GitHub as the primary official SoftEther VPN repository: -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-2015 SoftEther Project at University of Tsukuba, Japan. - -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. - -SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the -world's most powerful and easy-to-use multi-protocol VPN software. - -SoftEther VPN runs on Windows, Linux, Mac, FreeBSD and Solaris. - -SoftEther VPN supports most of widely-used VPN protocols -including SSL-VPN, OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP -by the single SoftEther VPN Server program. - -More details on http://www.softether.org/. - - -SOFTETHER VPN ADVANTAGES ------------------------- - -- Supporting all popular VPN protocols by the single VPN server: - SSL-VPN (HTTPS) - OpenVPN - IPsec - L2TP - MS-SSTP - L2TPv3 - EtherIP -- Free and open-source software. -- Easy to establish both remote-access and site-to-site VPN. -- SSL-VPN Tunneling on HTTPS to pass through NATs and firewalls. -- Revolutionary VPN over ICMP and VPN over DNS features. -- Resistance to highly-restricted firewall. -- Ethernet-bridging (L2) and IP-routing (L3) over VPN. -- Embedded dynamic-DNS and NAT-traversal so that no static nor - fixed IP address is required. -- 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 - supported. -- The OpenVPN clone function supports legacy OpenVPN clients. -- IPv4 / IPv6 dual-stack. -- 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/. - - -GETTING STARTED ---------------- - -Visit the SoftEther VPN Project official web site at first: - http://www.softether.org/ - -If you are not a developer, it is recommended to download the binary -installers from: - http://www.softether-download.com/ - -To build from the source, -see "BUILD_UNIX.TXT" or "BUILD_WINDOWS.TXT" files. - - -HOW TO DOWNLOAD THE LATEST SOURCE CODE PACKAGE ----------------------------------------------- - -Go to http://www.softether-download.com/ and you can find the latest -source-code package file in both .ZIP and .TAR.GZ format. - -This is the easiest way to obtain the source code of SoftEther VPN. - - -HOW TO GET THE LATEST SOURCE CODE TREE FOR DEVELOPERS ------------------------------------------------------ - -If you are an open-source developer, visit our GitHub repository: -https://github.com/SoftEtherVPN/SoftEtherVPN/ - -You can download the up-to-date source-code tree of SoftEther VPN -from GitHub. You may make your own fork project from our project. - -The download and build instruction is following: - -$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git -$ cd SoftEtherVPN -$ ./configure -$ make -$ make install - - -TO CIRCUMVENT YOUR GOVERNMENT'S FIREWALL RESTRICTION ----------------------------------------------------- - -Because SoftEther VPN is overly strong tool to build a VPN tunnel, -some censorship governments want to block your access to the source code -of SoftEther VPN, by abusing their censorship firewalls. - -To circumvent your censor's unjust restriction, -SoftEther VPN Project distributes the up-to-date source-code -on all the following open-source repositories: - - - GitHub - https://github.com/SoftEtherVPN/SoftEtherVPN/ - - - SourceForge - https://sourceforge.net/p/softethervpn/code/ci/master/tree/ - - - Google Code - https://code.google.com/p/softether/source/browse/ - - -To fetch the source code from GitHub: -$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git - -To fetch the source code from SourceForge: -$ git clone http://git.code.sf.net/p/softethervpn/code - - or - -$ git clone git://git.code.sf.net/p/softethervpn/code - -To fetch the source code from Google Code: -$ 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 ---------------------- - -If you find a bug or a security vulnerability please kindly inform us -about the problem immediately so that we can fix the security problem -to protect a lot of users around the world as soon as possible. - -Our e-mail address for security reports is: -softether-vpn-security [at] softether.org - -Please note that the above e-mail address is not a technical support -inquiry address. If you need technical assistance, please visit -http://www.softether.org/ and ask your question on the users forum. - - -DISCLAIMER ----------- - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -THIS SOFTWARE IS DEVELOPED IN JAPAN, AND DISTRIBUTED FROM JAPAN, -UNDER JAPANESE LAWS. YOU MUST AGREE IN ADVANCE TO USE, COPY, MODIFY, -MERGE, PUBLISH, DISTRIBUTE, SUBLICENSE, AND/OR SELL COPIES OF THIS -SOFTWARE, THAT ANY JURIDICAL DISPUTES WHICH ARE CONCERNED TO THIS -SOFTWARE OR ITS CONTENTS, AGAINST US (SOFTETHER PROJECT, SOFTETHER -CORPORATION, DAIYUU NOBORI OR OTHER SUPPLIERS), OR ANY JURIDICAL -DISPUTES AGAINST US WHICH ARE CAUSED BY ANY KIND OF USING, COPYING, -MODIFYING, MERGING, PUBLISHING, DISTRIBUTING, SUBLICENSING, AND/OR -SELLING COPIES OF THIS SOFTWARE SHALL BE REGARDED AS BE CONSTRUED AND -CONTROLLED BY JAPANESE LAWS, AND YOU MUST FURTHER CONSENT TO -EXCLUSIVE JURISDICTION AND VENUE IN THE COURTS SITTING IN TOKYO, -JAPAN. YOU MUST WAIVE ALL DEFENSES OF LACK OF PERSONAL JURISDICTION -AND FORUM NON CONVENIENS. PROCESS MAY BE SERVED ON EITHER PARTY IN -THE MANNER AUTHORIZED BY APPLICABLE LAW OR COURT RULE. - -USE ONLY IN JAPAN. DO NOT USE THIS SOFTWARE IN ANOTHER COUNTRY UNLESS -YOU HAVE A CONFIRMATION THAT THIS SOFTWARE DOES NOT VIOLATE ANY -CRIMINAL LAWS OR CIVIL RIGHTS IN THAT PARTICULAR COUNTRY. USING THIS -SOFTWARE IN OTHER COUNTRIES IS COMPLETELY AT YOUR OWN RISK. THE -SOFTETHER VPN PROJECT HAS DEVELOPED AND DISTRIBUTED THIS SOFTWARE TO -COMPLY ONLY WITH THE JAPANESE LAWS AND EXISTING CIVIL RIGHTS INCLUDING -PATENTS WHICH ARE SUBJECTS APPLY IN JAPAN. OTHER COUNTRIES' LAWS OR -CIVIL RIGHTS ARE NONE OF OUR CONCERNS NOR RESPONSIBILITIES. WE HAVE -NEVER INVESTIGATED ANY CRIMINAL REGULATIONS, CIVIL LAWS OR -INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENTS IN ANY OF OTHER 200+ -COUNTRIES AND TERRITORIES. BY NATURE, THERE ARE 200+ REGIONS IN THE -WORLD, WITH DIFFERENT LAWS. IT IS IMPOSSIBLE TO VERIFY EVERY -COUNTRIES' LAWS, REGULATIONS AND CIVIL RIGHTS TO MAKE THE SOFTWARE -COMPLY WITH ALL COUNTRIES' LAWS BY THE PROJECT. EVEN IF YOU WILL BE -SUED BY A PRIVATE ENTITY OR BE DAMAGED BY A PUBLIC SERVANT IN YOUR -COUNTRY, THE DEVELOPERS OF THIS SOFTWARE WILL NEVER BE LIABLE TO -RECOVER OR COMPENSATE SUCH DAMAGES, CRIMINAL OR CIVIL -RESPONSIBILITIES. NOTE THAT THIS LINE IS NOT LICENSE RESTRICTION BUT -JUST A STATEMENT FOR WARNING AND DISCLAIMER. - -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. - - -ADVERTISEMENT -------------- - -SoftEther VPN is developed by SoftEther VPN Project at University of Tsukuba. -Department of Computer Science has dozens of overly-enthusiastic geeks. -Join us: http://www.tsukuba.ac.jp/english/admission/ - diff --git a/src/SEVPN.sln b/src/SEVPN.sln index f31340d8..733a75ba 100644 --- a/src/SEVPN.sln +++ b/src/SEVPN.sln @@ -14,17 +14,11 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "hamcore", "hamcore", "{234994FD-5966-4CFE-AC38-960DE089FBED}" ProjectSection(SolutionItems) = preProject bin\hamcore\lang.config = bin\hamcore\lang.config - bin\hamcore\languages.txt = bin\hamcore\languages.txt - bin\hamcore\SeLow_x64.inf = bin\hamcore\SeLow_x64.inf - bin\hamcore\SeLow_x86.inf = bin\hamcore\SeLow_x86.inf bin\hamcore\strtable_cn.stb = bin\hamcore\strtable_cn.stb bin\hamcore\strtable_en.stb = bin\hamcore\strtable_en.stb bin\hamcore\strtable_ja.stb = bin\hamcore\strtable_ja.stb bin\hamcore\time.htm = bin\hamcore\time.htm bin\hamcore\vpn16.exe = bin\hamcore\vpn16.exe - bin\hamcore\vpn_driver.inf = bin\hamcore\vpn_driver.inf - bin\hamcore\vpn_driver_9x.inf = bin\hamcore\vpn_driver_9x.inf - bin\hamcore\vpn_driver_x64.inf = bin\hamcore\vpn_driver_x64.inf EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildFiles", "BuildFiles", "{ECFF92D4-8F03-4DDF-ACEF-9A68589BC282}" @@ -319,14 +313,13 @@ Global {CF2B20BF-9799-40EF-A987-9E4C25E68E1C}.Debug|Win32.ActiveCfg = Release|Win32 {CF2B20BF-9799-40EF-A987-9E4C25E68E1C}.Debug|Win32.Build.0 = Release|Win32 {CF2B20BF-9799-40EF-A987-9E4C25E68E1C}.Debug|x64.ActiveCfg = Release|x64 - {CF2B20BF-9799-40EF-A987-9E4C25E68E1C}.Debug|x64.Build.0 = Release|x64 {CF2B20BF-9799-40EF-A987-9E4C25E68E1C}.Release|Win32.ActiveCfg = Release|Win32 {CF2B20BF-9799-40EF-A987-9E4C25E68E1C}.Release|Win32.Build.0 = Release|Win32 {CF2B20BF-9799-40EF-A987-9E4C25E68E1C}.Release|x64.ActiveCfg = Release|x64 {CF2B20BF-9799-40EF-A987-9E4C25E68E1C}.Release|x64.Build.0 = Release|x64 {F2C40D5C-1C86-43D8-B3FE-8E8F8B488432}.Debug|Win32.ActiveCfg = Debug|Win32 {F2C40D5C-1C86-43D8-B3FE-8E8F8B488432}.Debug|Win32.Build.0 = Debug|Win32 - {F2C40D5C-1C86-43D8-B3FE-8E8F8B488432}.Debug|x64.ActiveCfg = Debug|Win32 + {F2C40D5C-1C86-43D8-B3FE-8E8F8B488432}.Debug|x64.ActiveCfg = Release|Win32 {F2C40D5C-1C86-43D8-B3FE-8E8F8B488432}.Release|Win32.ActiveCfg = Release|Win32 {F2C40D5C-1C86-43D8-B3FE-8E8F8B488432}.Release|Win32.Build.0 = Release|Win32 {F2C40D5C-1C86-43D8-B3FE-8E8F8B488432}.Release|x64.ActiveCfg = Release|Win32 diff --git a/src/SeLow/SeLow.c b/src/SeLow/SeLow.c index 6931fdba..5ae60dc7 100644 --- a/src/SeLow/SeLow.c +++ b/src/SeLow/SeLow.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // SeLow: SoftEther Lightweight Network Protocol // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -393,6 +393,7 @@ NTSTATUS SlDeviceOpenProc(DEVICE_OBJECT *device_object, IRP *irp) p.fAllocateNetBuffer = true; p.ContextSize = 32 + sizeof(UINT32) * 12; p.DataSize = SL_MAX_PACKET_SIZE; + p.PoolTag = 'SETH'; f->NetBufferListPool = NdisAllocateNetBufferListPool(NULL, &p); @@ -619,47 +620,61 @@ NTSTATUS SlDeviceReadProc(DEVICE_OBJECT *device_object, IRP *irp) if (dst != NULL) { - MDL *mdl; - - mdl = IoAllocateMdl(dst, irp_stack->Parameters.Read.Length, false, false, NULL); - if (mdl != NULL) + // Address check + bool check_ok = true; + __try { - MmProbeAndLockPages(mdl, KernelMode, IoWriteAccess); + ProbeForWrite(irp->UserBuffer, sizeof(SL_ADAPTER_INFO_LIST), 1); + } + __except (EXCEPTION_EXECUTE_HANDLER) + { + check_ok = false; } - SlZero(dst, sizeof(SL_ADAPTER_INFO_LIST)); - - dst->Signature = SL_SIGNATURE; - dst->SeLowVersion = SL_VER; - dst->EnumCompleted = sl->IsEnumCompleted ? 8 : 1; - - SlLockList(sl->AdapterList); + if (check_ok) { - UINT i; + MDL *mdl; - dst->NumAdapters = MIN(SL_LIST_NUM(sl->AdapterList), SL_MAX_ADAPTER_INFO_LIST_ENTRY); - - for (i = 0;i < dst->NumAdapters;i++) + mdl = IoAllocateMdl(dst, irp_stack->Parameters.Read.Length, false, false, NULL); + if (mdl != NULL) { - SL_ADAPTER *a = SL_LIST_DATA(sl->AdapterList, i); - SL_ADAPTER_INFO *d = &dst->Adapters[i]; - - d->MtuSize = a->MtuSize; - SlCopy(d->MacAddress, a->MacAddress, 6); - SlCopy(d->AdapterId, a->AdapterId, sizeof(a->AdapterId)); - strcpy(d->FriendlyName, a->FriendlyName); - d->SupportsVLanHw = a->SupportVLan; + MmProbeAndLockPages(mdl, KernelMode, IoWriteAccess); } - } - SlUnlockList(sl->AdapterList); - ret_size = sizeof(SL_ADAPTER_INFO); - ret = STATUS_SUCCESS; + SlZero(dst, sizeof(SL_ADAPTER_INFO_LIST)); - if (mdl != NULL) - { - MmUnlockPages(mdl); - IoFreeMdl(mdl); + dst->Signature = SL_SIGNATURE; + dst->SeLowVersion = SL_VER; + dst->EnumCompleted = sl->IsEnumCompleted ? 8 : 1; + + SlLockList(sl->AdapterList); + { + UINT i; + + dst->NumAdapters = MIN(SL_LIST_NUM(sl->AdapterList), SL_MAX_ADAPTER_INFO_LIST_ENTRY); + + for (i = 0;i < dst->NumAdapters;i++) + { + SL_ADAPTER *a = SL_LIST_DATA(sl->AdapterList, i); + SL_ADAPTER_INFO *d = &dst->Adapters[i]; + + d->MtuSize = a->MtuSize; + SlCopy(d->MacAddress, a->MacAddress, 6); + SlCopy(d->AdapterId, a->AdapterId, sizeof(a->AdapterId)); + strcpy(d->FriendlyName, a->FriendlyName); + d->SupportsVLanHw = a->SupportVLan; + } + } + SlUnlockList(sl->AdapterList); + + ret_size = sizeof(SL_ADAPTER_INFO); + ret = STATUS_SUCCESS; + + if (mdl != NULL) + { + MmUnlockPages(mdl); + IoFreeMdl(mdl); + } } } } @@ -679,75 +694,89 @@ NTSTATUS SlDeviceReadProc(DEVICE_OBJECT *device_object, IRP *irp) } else { - UINT num = 0; - bool left = true; - MDL *mdl; - - mdl = IoAllocateMdl(buf, SL_EXCHANGE_BUFFER_SIZE, false, false, NULL); - if (mdl != NULL) + // Address check + bool check_ok = true; + __try { - MmProbeAndLockPages(mdl, KernelMode, IoWriteAccess); + ProbeForWrite(irp->UserBuffer, SL_EXCHANGE_BUFFER_SIZE, 1); + } + __except (EXCEPTION_EXECUTE_HANDLER) + { + check_ok = false; } - // Lock the receive queue - SlLock(f->RecvLock); + if (check_ok) { - while (true) + UINT num = 0; + bool left = true; + MDL *mdl; + + mdl = IoAllocateMdl(buf, SL_EXCHANGE_BUFFER_SIZE, false, false, NULL); + if (mdl != NULL) { - SL_PACKET *q; - if (num >= SL_MAX_PACKET_EXCHANGE) + MmProbeAndLockPages(mdl, KernelMode, IoWriteAccess); + } + + // Lock the receive queue + SlLock(f->RecvLock); + { + while (true) { - if (f->RecvPacketHead == NULL) + SL_PACKET *q; + if (num >= SL_MAX_PACKET_EXCHANGE) + { + if (f->RecvPacketHead == NULL) + { + left = false; + } + break; + } + q = f->RecvPacketHead; + if (q != NULL) + { + f->RecvPacketHead = f->RecvPacketHead->Next; + q->Next = NULL; + f->NumRecvPackets--; + + if (f->RecvPacketHead == NULL) + { + f->RecvPacketTail = NULL; + } + } + else { left = false; + break; } - break; + SL_SIZE_OF_PACKET(buf, num) = q->Size; + SlCopy(SL_ADDR_OF_PACKET(buf, num), q->Data, q->Size); + num++; + SlFree(q); } - q = f->RecvPacketHead; - if (q != NULL) - { - f->RecvPacketHead = f->RecvPacketHead->Next; - q->Next = NULL; - f->NumRecvPackets--; - - if (f->RecvPacketHead == NULL) - { - f->RecvPacketTail = NULL; - } - } - else - { - left = false; - break; - } - SL_SIZE_OF_PACKET(buf, num) = q->Size; - SlCopy(SL_ADDR_OF_PACKET(buf, num), q->Data, q->Size); - num++; - SlFree(q); } - } - SlUnlock(f->RecvLock); + SlUnlock(f->RecvLock); - if (mdl != NULL) - { - MmUnlockPages(mdl); - IoFreeMdl(mdl); - } + if (mdl != NULL) + { + MmUnlockPages(mdl); + IoFreeMdl(mdl); + } - SL_NUM_PACKET(buf) = num; - SL_LEFT_FLAG(buf) = left; + SL_NUM_PACKET(buf) = num; + SL_LEFT_FLAG(buf) = left; - if (left == false) - { - SlReset(f->Event); - } - else - { - SlSet(f->Event); - } + if (left == false) + { + SlReset(f->Event); + } + else + { + SlSet(f->Event); + } - ret = STATUS_SUCCESS; - ret_size = SL_EXCHANGE_BUFFER_SIZE; + ret = STATUS_SUCCESS; + ret_size = SL_EXCHANGE_BUFFER_SIZE; + } } } } @@ -782,72 +811,234 @@ NTSTATUS SlDeviceWriteProc(DEVICE_OBJECT *device_object, IRP *irp) } else { - // Write the packet - MDL *mdl; - UINT num = SL_NUM_PACKET(buf); - - mdl = IoAllocateMdl(buf, SL_EXCHANGE_BUFFER_SIZE, false, false, NULL); - if (mdl != NULL) + // Address check + bool check_ok = true; + __try { - MmProbeAndLockPages(mdl, KernelMode, IoReadAccess); + ProbeForRead(irp->UserBuffer, SL_EXCHANGE_BUFFER_SIZE, 1); + } + __except (EXCEPTION_EXECUTE_HANDLER) + { + check_ok = false; } - ret = true; - ret_size = SL_EXCHANGE_BUFFER_SIZE; - - if (num >= 1 && num <= SL_MAX_PACKET_EXCHANGE) + if (check_ok) { - UINT i, j; - NET_BUFFER_LIST *nbl_head = NULL; - NET_BUFFER_LIST *nbl_tail = NULL; - UINT num_packets = 0; - NDIS_HANDLE adapter_handle = NULL; + // Write the packet + MDL *mdl; + UINT num = SL_NUM_PACKET(buf); - SlLock(f->Adapter->Lock); - if (f->Adapter->NumPendingSendPackets <= SL_MAX_PACKET_QUEUED) + mdl = IoAllocateMdl(buf, SL_EXCHANGE_BUFFER_SIZE, false, false, NULL); + if (mdl != NULL) { - // Admit to send only if the number of packets being transmitted does not exceed the specified limit - adapter_handle = f->Adapter->AdapterHandle; + MmProbeAndLockPages(mdl, KernelMode, IoReadAccess); } - if (adapter_handle != NULL) + ret = true; + ret_size = SL_EXCHANGE_BUFFER_SIZE; + + if (num >= 1 && num <= SL_MAX_PACKET_EXCHANGE) { - // Lock the file list which opens the same adapter - SlLockList(dev->FileList); - for (j = 0;j < SL_LIST_NUM(dev->FileList);j++) + UINT i, j; + NET_BUFFER_LIST *nbl_head = NULL; + NET_BUFFER_LIST *nbl_tail = NULL; + UINT num_packets = 0; + NDIS_HANDLE adapter_handle = NULL; + + SlLock(f->Adapter->Lock); + + if (f->Adapter->NumPendingSendPackets <= SL_MAX_PACKET_QUEUED) { - SL_FILE *other = SL_LIST_DATA(dev->FileList, j); - - if (other != f) - { - // Lock the receive queue of other file lists - SlLock(other->RecvLock); - - other->SetEventFlag = false; - } + // Admit to send only if the number of packets being transmitted does not exceed the specified limit + adapter_handle = f->Adapter->AdapterHandle; } - for (i = 0;i < num;i++) + if (adapter_handle != NULL) { - UINT packet_size = SL_SIZE_OF_PACKET(buf, i); - UCHAR *packet_buf; - NET_BUFFER_LIST *nbl = NULL; - bool ok = false; - bool is_vlan = false; - UINT vlan_id = 0; - UINT vlan_user_priority = 0, vlan_can_format_id = 0; + // Lock the file list which opens the same adapter + SlLockList(dev->FileList); + for (j = 0;j < SL_LIST_NUM(dev->FileList);j++) + { + SL_FILE *other = SL_LIST_DATA(dev->FileList, j); - if (packet_size > SL_MAX_PACKET_SIZE) - { - packet_size = SL_MAX_PACKET_SIZE; - } - else if (packet_size < SL_PACKET_HEADER_SIZE) - { - packet_size = SL_PACKET_HEADER_SIZE; + if (other != f) + { + // Lock the receive queue of other file lists + SlLock(other->RecvLock); + + other->SetEventFlag = false; + } } - packet_buf = (UCHAR *)SL_ADDR_OF_PACKET(buf, i); + for (i = 0;i < num;i++) + { + UINT packet_size = SL_SIZE_OF_PACKET(buf, i); + UCHAR *packet_buf; + NET_BUFFER_LIST *nbl = NULL; + bool ok = false; + bool is_vlan = false; + UINT vlan_id = 0; + UINT vlan_user_priority = 0, vlan_can_format_id = 0; + + if (packet_size > SL_MAX_PACKET_SIZE) + { + packet_size = SL_MAX_PACKET_SIZE; + } + else if (packet_size < SL_PACKET_HEADER_SIZE) + { + packet_size = SL_PACKET_HEADER_SIZE; + } + + packet_buf = (UCHAR *)SL_ADDR_OF_PACKET(buf, i); + + for (j = 0;j < SL_LIST_NUM(dev->FileList);j++) + { + SL_FILE *other = SL_LIST_DATA(dev->FileList, j); + + if (other != f) + { + // Insert into the receive queue of the other file lists + if (other->NumRecvPackets < SL_MAX_PACKET_QUEUED) + { + SL_PACKET *q = SlMalloc(sizeof(SL_PACKET)); + + SlCopy(q->Data, packet_buf, packet_size); + q->Size = packet_size; + q->Next = NULL; + + if (other->RecvPacketHead == NULL) + { + other->RecvPacketHead = q; + } + else + { + other->RecvPacketTail->Next = q; + } + + other->RecvPacketTail = q; + + other->NumRecvPackets++; + + other->SetEventFlag = true; + } + } + } + + // Allocate a new NET_BUFFER_LIST + if (f->NetBufferListPool != NULL) + { + nbl = NdisAllocateNetBufferList(f->NetBufferListPool, 16, 0); + + if (nbl != NULL) + { + nbl->SourceHandle = adapter_handle; + } + } + + if (nbl != NULL) + { + // Get the NET_BUFFER from the NET_BUFFER_LIST + NET_BUFFER *nb = NET_BUFFER_LIST_FIRST_NB(nbl); + + NET_BUFFER_LIST_NEXT_NBL(nbl) = NULL; + + // Determine if the packet is IEEE802.1Q tagged packet + if (dev->Adapter->SupportVLan && packet_size >= 18) + { + if (packet_buf[12] == 0x81 && packet_buf[13] == 0x00) + { + USHORT tag_us = 0; + + ((UCHAR *)(&tag_us))[0] = packet_buf[15]; + ((UCHAR *)(&tag_us))[1] = packet_buf[14]; + + vlan_id = tag_us & 0x0FFF; + vlan_user_priority = (tag_us >> 13) & 0x07; + vlan_can_format_id = (tag_us >> 12) & 0x01; + + if (vlan_id != 0) + { + is_vlan = true; + } + } + } + + if (is_vlan) + { + packet_size -= 4; + } + + if (nb != NULL && OK(NdisRetreatNetBufferDataStart(nb, packet_size, 0, NULL))) + { + // Buffer copy + UCHAR *dst = NdisGetDataBuffer(nb, packet_size, NULL, 1, 0); + + if (dst != NULL) + { + if (is_vlan == false) + { + SlCopy(dst, packet_buf, packet_size); + } + else + { + SlCopy(dst, packet_buf, 12); + SlCopy(dst + 12, packet_buf + 16, packet_size + 4 - 16); + } + + ok = true; + } + else + { + NdisAdvanceNetBufferDataStart(nb, packet_size, false, NULL); + } + } + } + + if (ok == false) + { + if (nbl != NULL) + { + NdisFreeNetBufferList(nbl); + } + } + else + { + if (nbl_head == NULL) + { + nbl_head = nbl; + } + + if (nbl_tail != NULL) + { + NET_BUFFER_LIST_NEXT_NBL(nbl_tail) = nbl; + } + + nbl_tail = nbl; + + ((void **)NET_BUFFER_LIST_CONTEXT_DATA_START(nbl))[0] = f; + + if (is_vlan == false) + { + NET_BUFFER_LIST_INFO(nbl, Ieee8021QNetBufferListInfo) = NULL; + } + else + { + NDIS_NET_BUFFER_LIST_8021Q_INFO qinfo; + + qinfo.Value = &(((void **)NET_BUFFER_LIST_CONTEXT_DATA_START(nbl))[1]); + SlZero(qinfo.Value, sizeof(UINT32) * 12); + + qinfo.TagHeader.VlanId = vlan_id; + qinfo.TagHeader.UserPriority = vlan_user_priority; + qinfo.TagHeader.CanonicalFormatId = vlan_can_format_id; + + NET_BUFFER_LIST_INFO(nbl, Ieee8021QNetBufferListInfo) = qinfo.Value; + } + + num_packets++; + } + } for (j = 0;j < SL_LIST_NUM(dev->FileList);j++) { @@ -855,190 +1046,43 @@ NTSTATUS SlDeviceWriteProc(DEVICE_OBJECT *device_object, IRP *irp) if (other != f) { - // Insert into the receive queue of the other file lists - if (other->NumRecvPackets < SL_MAX_PACKET_QUEUED) + // Release the receive queue of other file lists + SlUnlock(other->RecvLock); + + // Set an event + if (other->SetEventFlag) { - SL_PACKET *q = SlMalloc(sizeof(SL_PACKET)); - - SlCopy(q->Data, packet_buf, packet_size); - q->Size = packet_size; - q->Next = NULL; - - if (other->RecvPacketHead == NULL) - { - other->RecvPacketHead = q; - } - else - { - other->RecvPacketTail->Next = q; - } - - other->RecvPacketTail = q; - - other->NumRecvPackets++; - - other->SetEventFlag = true; + SlSet(other->Event); } } } + SlUnlockList(dev->FileList); - // Allocate a new NET_BUFFER_LIST - if (f->NetBufferListPool != NULL) + if (nbl_head != NULL) { - nbl = NdisAllocateNetBufferList(f->NetBufferListPool, 16, 0); + InterlockedExchangeAdd(&f->NumSendingPacketets, num_packets); + InterlockedExchangeAdd(&f->Adapter->NumPendingSendPackets, num_packets); - if (nbl != NULL) - { - nbl->SourceHandle = adapter_handle; - } - } + SlUnlock(f->Adapter->Lock); - if (nbl != NULL) - { - // Get the NET_BUFFER from the NET_BUFFER_LIST - NET_BUFFER *nb = NET_BUFFER_LIST_FIRST_NB(nbl); - - NET_BUFFER_LIST_NEXT_NBL(nbl) = NULL; - - // Determine if the packet is IEEE802.1Q tagged packet - if (dev->Adapter->SupportVLan && packet_size >= 18) - { - if (packet_buf[12] == 0x81 && packet_buf[13] == 0x00) - { - USHORT tag_us = 0; - - ((UCHAR *)(&tag_us))[0] = packet_buf[15]; - ((UCHAR *)(&tag_us))[1] = packet_buf[14]; - - vlan_id = tag_us & 0x0FFF; - vlan_user_priority = (tag_us >> 13) & 0x07; - vlan_can_format_id = (tag_us >> 12) & 0x01; - - if (vlan_id != 0) - { - is_vlan = true; - } - } - } - - if (is_vlan) - { - packet_size -= 4; - } - - if (nb != NULL && OK(NdisRetreatNetBufferDataStart(nb, packet_size, 0, NULL))) - { - // Buffer copy - UCHAR *dst = NdisGetDataBuffer(nb, packet_size, NULL, 1, 0); - - if (dst != NULL) - { - if (is_vlan == false) - { - SlCopy(dst, packet_buf, packet_size); - } - else - { - SlCopy(dst, packet_buf, 12); - SlCopy(dst + 12, packet_buf + 16, packet_size + 4 - 16); - } - - ok = true; - } - else - { - NdisAdvanceNetBufferDataStart(nb, packet_size, false, NULL); - } - } - } - - if (ok == false) - { - if (nbl != NULL) - { - NdisFreeNetBufferList(nbl); - } + NdisSendNetBufferLists(adapter_handle, nbl_head, 0, 0); } else { - if (nbl_head == NULL) - { - nbl_head = nbl; - } - - if (nbl_tail != NULL) - { - NET_BUFFER_LIST_NEXT_NBL(nbl_tail) = nbl; - } - - nbl_tail = nbl; - - ((void **)NET_BUFFER_LIST_CONTEXT_DATA_START(nbl))[0] = f; - - if (is_vlan == false) - { - NET_BUFFER_LIST_INFO(nbl, Ieee8021QNetBufferListInfo) = NULL; - } - else - { - NDIS_NET_BUFFER_LIST_8021Q_INFO qinfo; - - qinfo.Value = &(((void **)NET_BUFFER_LIST_CONTEXT_DATA_START(nbl))[1]); - SlZero(qinfo.Value, sizeof(UINT32) * 12); - - qinfo.TagHeader.VlanId = vlan_id; - qinfo.TagHeader.UserPriority = vlan_user_priority; - qinfo.TagHeader.CanonicalFormatId = vlan_can_format_id; - - NET_BUFFER_LIST_INFO(nbl, Ieee8021QNetBufferListInfo) = qinfo.Value; - } - - num_packets++; + SlUnlock(f->Adapter->Lock); } } - - for (j = 0;j < SL_LIST_NUM(dev->FileList);j++) - { - SL_FILE *other = SL_LIST_DATA(dev->FileList, j); - - if (other != f) - { - // Release the receive queue of other file lists - SlUnlock(other->RecvLock); - - // Set an event - if (other->SetEventFlag) - { - SlSet(other->Event); - } - } - } - SlUnlockList(dev->FileList); - - if (nbl_head != NULL) - { - InterlockedExchangeAdd(&f->NumSendingPacketets, num_packets); - InterlockedExchangeAdd(&f->Adapter->NumPendingSendPackets, num_packets); - - SlUnlock(f->Adapter->Lock); - - NdisSendNetBufferLists(adapter_handle, nbl_head, 0, 0); - } else { SlUnlock(f->Adapter->Lock); } } - else - { - SlUnlock(f->Adapter->Lock); - } - } - if (mdl != NULL) - { - MmUnlockPages(mdl); - IoFreeMdl(mdl); + if (mdl != NULL) + { + MmUnlockPages(mdl); + IoFreeMdl(mdl); + } } } } @@ -1067,17 +1111,31 @@ NTSTATUS SlDeviceIoControlProc(DEVICE_OBJECT *device_object, IRP *irp) switch (irp_stack->Parameters.DeviceIoControl.IoControlCode) { case SL_IOCTL_GET_EVENT_NAME: - if (irp_stack->Parameters.DeviceIoControl.InputBufferLength >= sizeof(SL_IOCTL_EVENT_NAME)) + if (irp_stack->Parameters.DeviceIoControl.OutputBufferLength >= sizeof(SL_IOCTL_EVENT_NAME)) { SL_IOCTL_EVENT_NAME *t = irp->UserBuffer; if (t != NULL) { - strcpy(t->EventNameWin32, f->EventNameWin32); + // Address check + bool check_ok = true; + __try + { + ProbeForWrite(t, sizeof(SL_IOCTL_EVENT_NAME), 1); + } + __except (EXCEPTION_EXECUTE_HANDLER) + { + check_ok = false; + } - ret_size = sizeof(SL_IOCTL_EVENT_NAME); + if (check_ok) + { + strcpy(t->EventNameWin32, f->EventNameWin32); - ret = STATUS_SUCCESS; + ret_size = sizeof(SL_IOCTL_EVENT_NAME); + + ret = STATUS_SUCCESS; + } } } break; @@ -1705,7 +1763,7 @@ void *SlMalloc(UINT size) } // Allocate the non-paged memory - r = NdisAllocateMemoryWithTag(&p, size, 0); + r = NdisAllocateMemoryWithTag(&p, size, 'SETH'); if (NG(r)) { @@ -2157,7 +2215,3 @@ void SlSleep(int milliSeconds) - -// 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/src/SeLow/SeLow.h b/src/SeLow/SeLow.h index 9f1c3c4a..19f32a98 100644 --- a/src/SeLow/SeLow.h +++ b/src/SeLow/SeLow.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // SeLow - SoftEther Lightweight Network Protocol // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -384,7 +384,3 @@ void SlSleep(int milliSeconds); #endif // SELOW_H - -// 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/src/SeLow/SeLow.vcproj b/src/SeLow/SeLow.vcproj index a7719953..ad8d53b9 100644 --- a/src/SeLow/SeLow.vcproj +++ b/src/SeLow/SeLow.vcproj @@ -21,7 +21,7 @@ diff --git a/src/SeLow/SeLowCommon.h b/src/SeLow/SeLowCommon.h index b9cd1e8e..285b4c6b 100644 --- a/src/SeLow/SeLowCommon.h +++ b/src/SeLow/SeLowCommon.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // SeLow - SoftEther Lightweight Network Protocol // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -115,10 +115,10 @@ // Change this number every time functions are added or modified on the driver. // As long as this number does not change, installation of SeLow during the update // installation of the VPN Server / VPN Client / VPN Bridge is skipped. -#define SL_VER 43 +#define SL_VER 48 // Constants -#define SL_MAX_PACKET_SIZE 1560 +#define SL_MAX_PACKET_SIZE 1600 #define SL_MAX_PACKET_SIZE_ANNOUNCE 1514 #define SL_MIN_PACKET_SIZE 14 #define SL_PACKET_HEADER_SIZE 14 @@ -155,6 +155,7 @@ typedef struct SL_IOCTL_EVENT_NAME // Registry key #define SL_REG_KEY_NAME "SYSTEM\\CurrentControlSet\\services\\SeLow" #define SL_REG_VER_VALUE "SlVersion" +#define SL_REG_VER_VALUE_WIN10 "SlVersion_Win10" // Adapter data #define SL_ADAPTER_ID_LEN 64 @@ -200,7 +201,3 @@ typedef struct SL_ADAPTER_INFO_LIST #define SL_LEFT_FLAG(buf) SL_SIZE_OF_PACKET(buf, SL_MAX_PACKET_EXCHANGE) - -// 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/src/SeLow/resource.h b/src/SeLow/resource.h index d15b499d..e42cd7d0 100644 --- a/src/SeLow/resource.h +++ b/src/SeLow/resource.h @@ -108,7 +108,3 @@ #define _APS_NEXT_SYMED_VALUE 101 #endif #endif - -// 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/src/See/Openclos.c b/src/See/Openclos.c index adb9bf22..81241dac 100644 --- a/src/See/Openclos.c +++ b/src/See/Openclos.c @@ -342,7 +342,7 @@ VOID NPF_OpenAdapterComplete( if (RequestListEntry == NULL) { - Open->MaxFrameSize = 1560; // Assume Ethernet + Open->MaxFrameSize = 1600; // Assume Ethernet Irp->IoStatus.Status = Status; Irp->IoStatus.Information = 0; diff --git a/src/See/Packet.c b/src/See/Packet.c index a3718aae..319cc4df 100644 --- a/src/See/Packet.c +++ b/src/See/Packet.c @@ -1379,7 +1379,7 @@ NPF_RequestComplete( ExInterlockedInsertTailList(&Open->RequestList, &pRequest->ListElement, &Open->RequestSpinLock); if(Status != NDIS_STATUS_SUCCESS) - Open->MaxFrameSize = 1560; // Assume Ethernet + Open->MaxFrameSize = 1600; // Assume Ethernet // We always return success, because the adapter has been already opened Irp->IoStatus.Status = NDIS_STATUS_SUCCESS; diff --git a/src/See/See.vcproj b/src/See/See.vcproj index f5254e95..ff83992c 100644 --- a/src/See/See.vcproj +++ b/src/See/See.vcproj @@ -21,7 +21,7 @@ Parameters.Write.Length % sizeof(WFP_LOCAL_IP)) == 0) { - UINT size = MIN(WFP_MAX_LOCAL_IP_COUNT * sizeof(WFP_LOCAL_IP), stack->Parameters.Write.Length); - UCHAR *copied_buf = Malloc(size); - UCHAR *old_buf; - Copy(copied_buf, buf, size); - - SpinLock(wfp->LocalIPListLock); + // Address check + bool check_ok = true; + __try { - old_buf = wfp->LocalIPListData; - wfp->LocalIPListData = copied_buf; - wfp->LocalIPListSize = size; + ProbeForRead(buf, stack->Parameters.Write.Length, 1); } - SpinUnlock(wfp->LocalIPListLock); - - if (old_buf != NULL) + __except (EXCEPTION_EXECUTE_HANDLER) { - Free(old_buf); + check_ok = false; + } + + if (check_ok) + { + MDL *mdl = IoAllocateMdl(buf, stack->Parameters.Write.Length, false, false, NULL); + UINT size = MIN(WFP_MAX_LOCAL_IP_COUNT * sizeof(WFP_LOCAL_IP), stack->Parameters.Write.Length); + UCHAR *copied_buf = Malloc(size); + UCHAR *old_buf; + + if (mdl != NULL) + { + MmProbeAndLockPages(mdl, KernelMode, IoWriteAccess); + } + + Copy(copied_buf, buf, size); + + SpinLock(wfp->LocalIPListLock); + { + old_buf = wfp->LocalIPListData; + wfp->LocalIPListData = copied_buf; + wfp->LocalIPListSize = size; + } + SpinUnlock(wfp->LocalIPListLock); + + if (old_buf != NULL) + { + Free(old_buf); + } + + if (mdl != NULL) + { + MmUnlockPages(mdl); + IoFreeMdl(mdl); + } } } irp->IoStatus.Information = stack->Parameters.Write.Length; @@ -780,12 +809,24 @@ NTSTATUS DriverEntry(DRIVER_OBJECT *driver_object, UNICODE_STRING *registry_path { NTSTATUS ret; FWPM_SESSION0 t; + ULONG os_ver1 = 0, os_ver2 = 0; if (wfp != NULL) { return STATUS_UNSUCCESSFUL; } + g_is_win8 = false; + g_pool_type = NonPagedPool; + + PsGetVersion(&os_ver1, &os_ver2, NULL, NULL); + + if ((os_ver1 == 6 && os_ver2 >= 2) || (os_ver1 >= 7)) + { + g_is_win8 = true; + g_pool_type = 512; + } + wfp = ZeroMalloc(sizeof(WFP_CTX)); RtlInitUnicodeString(&wfp->DeviceName, WFP_DEVICE_NAME); @@ -1049,7 +1090,7 @@ void *Malloc(UINT size) { void *p; - p = ExAllocatePoolWithTag(NonPagedPool, size + sizeof(UINT), MEMPOOL_TAG); + p = ExAllocatePoolWithTag(g_pool_type, size + sizeof(UINT), MEMPOOL_TAG); *((UINT *)p) = size; return ((UCHAR *)p) + sizeof(UINT); @@ -1306,7 +1347,3 @@ void Crush(UINT a, UINT b, UINT c, UINT d) { KeBugCheckEx(0x00000061, (ULONG_PTR)a, (ULONG_PTR)b, (ULONG_PTR)c, (ULONG_PTR)d); } - -// 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/src/Wfp/Wfp.h b/src/Wfp/Wfp.h index 9da7bdf2..48230009 100644 --- a/src/Wfp/Wfp.h +++ b/src/Wfp/Wfp.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Windows Filtering Platform Callout Driver for Capturing IPsec Packets on Windows Vista / 7 / Server 2008 // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -150,7 +150,3 @@ typedef struct WFP_LOCAL_IP #endif // WFP_H - -// 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/src/Wfp/Wfp.vcproj b/src/Wfp/Wfp.vcproj index 0f325a5f..bf9781fd 100644 --- a/src/Wfp/Wfp.vcproj +++ b/src/Wfp/Wfp.vcproj @@ -21,7 +21,7 @@ diff --git a/src/Wfp/WfpInner.h b/src/Wfp/WfpInner.h index 743751c1..cfa23712 100644 --- a/src/Wfp/WfpInner.h +++ b/src/Wfp/WfpInner.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Windows Filtering Platform Callout Driver for Capturing IPsec Packets on Windows Vista / 7 / Server 2008 // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -339,7 +339,3 @@ void Crush(); #endif // WFPINNER_H - -// 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/src/Wfp/resource1.h b/src/Wfp/resource1.h index 635bf52f..5a5a9cc9 100644 --- a/src/Wfp/resource1.h +++ b/src/Wfp/resource1.h @@ -108,7 +108,3 @@ #define _APS_NEXT_SYMED_VALUE 101 #endif #endif - -// 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/src/bin/hamcore/vpn_driver_x64.inf b/src/bin/hamcore/DriverPackages/Neo/x64/Neo_x64.inf similarity index 89% rename from src/bin/hamcore/vpn_driver_x64.inf rename to src/bin/hamcore/DriverPackages/Neo/x64/Neo_x64.inf index d06467aa..0141d987 100644 --- a/src/bin/hamcore/vpn_driver_x64.inf +++ b/src/bin/hamcore/DriverPackages/Neo/x64/Neo_x64.inf @@ -1,14 +1,17 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = $MONTH$/$DAY$/$YEAR$, $VER_MAJOR$.$VER_MINOR$.0.$VER_BUILD$ +DriverVer = 10/17/2015, 4.19.0.9594 +;CatalogFile.NT = $CATALOG_FILENAME$ [Manufacturer] %CompanyName% = SoftEther, NTamd64 @@ -92,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\$TAG_SYS_NAME$" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_$TAG_INSTANCE_NAME$" Neo.Service.DispName = "VPN Client Device Driver - $TAG_INSTANCE_NAME$" @@ -105,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.032 + diff --git a/src/bin/hamcore/DriverPackages/Neo/x64/Neo_x64.sys b/src/bin/hamcore/DriverPackages/Neo/x64/Neo_x64.sys new file mode 100644 index 00000000..a364c5df Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo/x64/Neo_x64.sys differ diff --git a/src/bin/hamcore/vpn_driver.inf b/src/bin/hamcore/DriverPackages/Neo/x86/Neo_x86.inf similarity index 89% rename from src/bin/hamcore/vpn_driver.inf rename to src/bin/hamcore/DriverPackages/Neo/x86/Neo_x86.inf index 14e1fad6..961dadb0 100644 --- a/src/bin/hamcore/vpn_driver.inf +++ b/src/bin/hamcore/DriverPackages/Neo/x86/Neo_x86.inf @@ -1,14 +1,17 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = $MONTH$/$DAY$/$YEAR$, $VER_MAJOR$.$VER_MINOR$.0.$VER_BUILD$ +DriverVer = 10/17/2015, 4.19.0.9594 +;CatalogFile.NT = $CATALOG_FILENAME$ [Manufacturer] %CompanyName% = SoftEther @@ -92,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_$TAG_INSTANCE_N HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_$TAG_INSTANCE_NAME$" Neo.Service.DispName = "VPN Client Device Driver - $TAG_INSTANCE_NAME$" @@ -105,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.029 + diff --git a/src/bin/hamcore/DriverPackages/Neo/x86/Neo_x86.sys b/src/bin/hamcore/DriverPackages/Neo/x86/Neo_x86.sys new file mode 100644 index 00000000..eacd5dc9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo/x86/Neo_x86.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6/x64/Neo6_x64.inf b/src/bin/hamcore/DriverPackages/Neo6/x64/Neo6_x64.inf new file mode 100644 index 00000000..a47f51a6 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6/x64/Neo6_x64.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +;CatalogFile.NT = $CATALOG_FILENAME$ + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +$TAG_SYS_NAME$ = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +$TAG_SYS_NAME$, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_$TAG_INSTANCE_NAME$ + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_$TAG_INSTANCE_NAME$" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , $TAG_SYS_NAME$ +HKR, NDIS, LogDriverName, , "Neo_$TAG_INSTANCE_NAME$" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\$TAG_SYS_NAME$ +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\$TAG_SYS_NAME$" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_$TAG_INSTANCE_NAME$" +Neo.Service.DispName = "VPN Client Device Driver - $TAG_INSTANCE_NAME$" +Neo.Service.Desc = "VPN Client Adapter - $TAG_INSTANCE_NAME$" +NeoAdapter.DeviceDesc = "VPN Client Adapter - $TAG_INSTANCE_NAME$" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "$TAG_MAC_ADDRESS$" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201626.038 + diff --git a/src/bin/hamcore/DriverPackages/Neo6/x64/Neo6_x64.sys b/src/bin/hamcore/DriverPackages/Neo6/x64/Neo6_x64.sys new file mode 100644 index 00000000..7f8d0f05 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6/x64/Neo6_x64.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6/x86/Neo6_x86.inf b/src/bin/hamcore/DriverPackages/Neo6/x86/Neo6_x86.inf new file mode 100644 index 00000000..cf59ead6 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6/x86/Neo6_x86.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +;CatalogFile.NT = $CATALOG_FILENAME$ + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +$TAG_SYS_NAME$ = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +$TAG_SYS_NAME$, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_$TAG_INSTANCE_NAME$ + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_$TAG_INSTANCE_NAME$" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , $TAG_SYS_NAME$ +HKR, NDIS, LogDriverName, , "Neo_$TAG_INSTANCE_NAME$" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\$TAG_SYS_NAME$ +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_$TAG_INSTANCE_NAME$.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_$TAG_INSTANCE_NAME$" +Neo.Service.DispName = "VPN Client Device Driver - $TAG_INSTANCE_NAME$" +Neo.Service.Desc = "VPN Client Adapter - $TAG_INSTANCE_NAME$" +NeoAdapter.DeviceDesc = "VPN Client Adapter - $TAG_INSTANCE_NAME$" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "$TAG_MAC_ADDRESS$" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201626.035 + diff --git a/src/bin/hamcore/DriverPackages/Neo6/x86/Neo6_x86.sys b/src/bin/hamcore/DriverPackages/Neo6/x86/Neo6_x86.sys new file mode 100644 index 00000000..c67e8f1f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6/x86/Neo6_x86.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN.cat new file mode 100644 index 00000000..48afa264 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN.inf new file mode 100644 index 00000000..9d3915eb --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN.sys +HKR, NDIS, LogDriverName, , "Neo_VPN" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN" +Neo.Service.DispName = "VPN Client Device Driver - VPN" +Neo.Service.Desc = "VPN Client Adapter - VPN" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.395 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN.sys new file mode 100644 index 00000000..3ecf9d4b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN10.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN10.cat new file mode 100644 index 00000000..fe38dceb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN10.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN10.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN10.inf new file mode 100644 index 00000000..675aafbe --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN10.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN10.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN10.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN10.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN10 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN10" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN10.sys +HKR, NDIS, LogDriverName, , "Neo_VPN10" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN10.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN10.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN10" +Neo.Service.DispName = "VPN Client Device Driver - VPN10" +Neo.Service.Desc = "VPN Client Adapter - VPN10" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN10" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.250 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN10.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN10.sys new file mode 100644 index 00000000..def22408 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN10.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN100.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN100.cat new file mode 100644 index 00000000..629a7cab Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN100.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN100.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN100.inf new file mode 100644 index 00000000..8a7f1c84 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN100.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN100.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN100.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN100.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN100 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN100" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN100.sys +HKR, NDIS, LogDriverName, , "Neo_VPN100" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN100.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN100.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN100" +Neo.Service.DispName = "VPN Client Device Driver - VPN100" +Neo.Service.Desc = "VPN Client Adapter - VPN100" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN100" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.798 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN100.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN100.sys new file mode 100644 index 00000000..4871ef29 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN100.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN101.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN101.cat new file mode 100644 index 00000000..877acf92 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN101.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN101.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN101.inf new file mode 100644 index 00000000..b5f16dc2 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN101.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN101.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN101.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN101.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN101 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN101" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN101.sys +HKR, NDIS, LogDriverName, , "Neo_VPN101" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN101.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN101.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN101" +Neo.Service.DispName = "VPN Client Device Driver - VPN101" +Neo.Service.Desc = "VPN Client Adapter - VPN101" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN101" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.893 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN101.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN101.sys new file mode 100644 index 00000000..d9c569c1 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN101.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN102.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN102.cat new file mode 100644 index 00000000..ef04f753 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN102.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN102.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN102.inf new file mode 100644 index 00000000..f72fbae6 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN102.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN102.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN102.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN102.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN102 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN102" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN102.sys +HKR, NDIS, LogDriverName, , "Neo_VPN102" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN102.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN102.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN102" +Neo.Service.DispName = "VPN Client Device Driver - VPN102" +Neo.Service.Desc = "VPN Client Adapter - VPN102" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN102" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.987 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN102.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN102.sys new file mode 100644 index 00000000..dbe5ed1b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN102.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN103.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN103.cat new file mode 100644 index 00000000..313d5ee0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN103.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN103.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN103.inf new file mode 100644 index 00000000..eedb871f --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN103.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN103.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN103.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN103.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN103 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN103" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN103.sys +HKR, NDIS, LogDriverName, , "Neo_VPN103" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN103.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN103.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN103" +Neo.Service.DispName = "VPN Client Device Driver - VPN103" +Neo.Service.Desc = "VPN Client Adapter - VPN103" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN103" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.082 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN103.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN103.sys new file mode 100644 index 00000000..180a332e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN103.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN104.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN104.cat new file mode 100644 index 00000000..f14bd34e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN104.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN104.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN104.inf new file mode 100644 index 00000000..93b668d3 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN104.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN104.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN104.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN104.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN104 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN104" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN104.sys +HKR, NDIS, LogDriverName, , "Neo_VPN104" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN104.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN104.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN104" +Neo.Service.DispName = "VPN Client Device Driver - VPN104" +Neo.Service.Desc = "VPN Client Adapter - VPN104" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN104" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.176 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN104.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN104.sys new file mode 100644 index 00000000..97187262 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN104.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN105.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN105.cat new file mode 100644 index 00000000..9a13a574 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN105.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN105.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN105.inf new file mode 100644 index 00000000..4ee1eef2 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN105.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN105.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN105.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN105.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN105 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN105" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN105.sys +HKR, NDIS, LogDriverName, , "Neo_VPN105" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN105.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN105.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN105" +Neo.Service.DispName = "VPN Client Device Driver - VPN105" +Neo.Service.Desc = "VPN Client Adapter - VPN105" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN105" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.270 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN105.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN105.sys new file mode 100644 index 00000000..f98127e4 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN105.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN106.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN106.cat new file mode 100644 index 00000000..4ed2f6d8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN106.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN106.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN106.inf new file mode 100644 index 00000000..19a7d13b --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN106.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN106.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN106.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN106.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN106 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN106" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN106.sys +HKR, NDIS, LogDriverName, , "Neo_VPN106" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN106.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN106.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN106" +Neo.Service.DispName = "VPN Client Device Driver - VPN106" +Neo.Service.Desc = "VPN Client Adapter - VPN106" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN106" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.364 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN106.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN106.sys new file mode 100644 index 00000000..88b402ce Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN106.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN107.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN107.cat new file mode 100644 index 00000000..8b28dab7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN107.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN107.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN107.inf new file mode 100644 index 00000000..8e4cbf70 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN107.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN107.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN107.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN107.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN107 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN107" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN107.sys +HKR, NDIS, LogDriverName, , "Neo_VPN107" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN107.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN107.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN107" +Neo.Service.DispName = "VPN Client Device Driver - VPN107" +Neo.Service.Desc = "VPN Client Adapter - VPN107" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN107" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.458 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN107.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN107.sys new file mode 100644 index 00000000..8be28919 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN107.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN108.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN108.cat new file mode 100644 index 00000000..3efa8a93 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN108.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN108.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN108.inf new file mode 100644 index 00000000..44241256 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN108.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN108.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN108.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN108.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN108 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN108" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN108.sys +HKR, NDIS, LogDriverName, , "Neo_VPN108" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN108.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN108.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN108" +Neo.Service.DispName = "VPN Client Device Driver - VPN108" +Neo.Service.Desc = "VPN Client Adapter - VPN108" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN108" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.553 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN108.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN108.sys new file mode 100644 index 00000000..d0d38f49 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN108.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN109.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN109.cat new file mode 100644 index 00000000..747bd673 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN109.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN109.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN109.inf new file mode 100644 index 00000000..f0b916f5 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN109.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN109.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN109.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN109.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN109 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN109" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN109.sys +HKR, NDIS, LogDriverName, , "Neo_VPN109" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN109.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN109.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN109" +Neo.Service.DispName = "VPN Client Device Driver - VPN109" +Neo.Service.Desc = "VPN Client Adapter - VPN109" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN109" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.657 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN109.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN109.sys new file mode 100644 index 00000000..b1b0ec21 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN109.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN11.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN11.cat new file mode 100644 index 00000000..91df8745 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN11.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN11.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN11.inf new file mode 100644 index 00000000..099cb7d0 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN11.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN11.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN11.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN11.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN11 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN11" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN11.sys +HKR, NDIS, LogDriverName, , "Neo_VPN11" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN11.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN11.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN11" +Neo.Service.DispName = "VPN Client Device Driver - VPN11" +Neo.Service.Desc = "VPN Client Adapter - VPN11" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN11" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.345 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN11.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN11.sys new file mode 100644 index 00000000..b02422fb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN11.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN110.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN110.cat new file mode 100644 index 00000000..371a2552 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN110.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN110.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN110.inf new file mode 100644 index 00000000..2aa01019 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN110.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN110.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN110.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN110.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN110 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN110" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN110.sys +HKR, NDIS, LogDriverName, , "Neo_VPN110" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN110.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN110.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN110" +Neo.Service.DispName = "VPN Client Device Driver - VPN110" +Neo.Service.Desc = "VPN Client Adapter - VPN110" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN110" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.752 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN110.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN110.sys new file mode 100644 index 00000000..fa41478e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN110.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN111.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN111.cat new file mode 100644 index 00000000..809b9b1b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN111.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN111.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN111.inf new file mode 100644 index 00000000..74a571f8 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN111.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN111.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN111.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN111.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN111 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN111" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN111.sys +HKR, NDIS, LogDriverName, , "Neo_VPN111" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN111.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN111.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN111" +Neo.Service.DispName = "VPN Client Device Driver - VPN111" +Neo.Service.Desc = "VPN Client Adapter - VPN111" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN111" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.846 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN111.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN111.sys new file mode 100644 index 00000000..7a8c8ece Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN111.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN112.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN112.cat new file mode 100644 index 00000000..cb1fcbb0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN112.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN112.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN112.inf new file mode 100644 index 00000000..956566a4 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN112.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN112.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN112.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN112.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN112 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN112" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN112.sys +HKR, NDIS, LogDriverName, , "Neo_VPN112" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN112.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN112.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN112" +Neo.Service.DispName = "VPN Client Device Driver - VPN112" +Neo.Service.Desc = "VPN Client Adapter - VPN112" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN112" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201653.940 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN112.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN112.sys new file mode 100644 index 00000000..1a8de6c3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN112.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN113.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN113.cat new file mode 100644 index 00000000..2ff379d0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN113.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN113.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN113.inf new file mode 100644 index 00000000..6ac5b045 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN113.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN113.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN113.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN113.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN113 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN113" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN113.sys +HKR, NDIS, LogDriverName, , "Neo_VPN113" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN113.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN113.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN113" +Neo.Service.DispName = "VPN Client Device Driver - VPN113" +Neo.Service.Desc = "VPN Client Adapter - VPN113" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN113" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.035 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN113.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN113.sys new file mode 100644 index 00000000..7ec47d44 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN113.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN114.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN114.cat new file mode 100644 index 00000000..b4a1851f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN114.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN114.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN114.inf new file mode 100644 index 00000000..c062fd51 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN114.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN114.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN114.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN114.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN114 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN114" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN114.sys +HKR, NDIS, LogDriverName, , "Neo_VPN114" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN114.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN114.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN114" +Neo.Service.DispName = "VPN Client Device Driver - VPN114" +Neo.Service.Desc = "VPN Client Adapter - VPN114" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN114" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.131 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN114.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN114.sys new file mode 100644 index 00000000..db85d1ce Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN114.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN115.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN115.cat new file mode 100644 index 00000000..ad4d0508 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN115.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN115.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN115.inf new file mode 100644 index 00000000..2a687574 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN115.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN115.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN115.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN115.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN115 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN115" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN115.sys +HKR, NDIS, LogDriverName, , "Neo_VPN115" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN115.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN115.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN115" +Neo.Service.DispName = "VPN Client Device Driver - VPN115" +Neo.Service.Desc = "VPN Client Adapter - VPN115" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN115" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.225 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN115.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN115.sys new file mode 100644 index 00000000..be92276f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN115.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN116.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN116.cat new file mode 100644 index 00000000..54c096bf Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN116.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN116.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN116.inf new file mode 100644 index 00000000..fe77737a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN116.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN116.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN116.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN116.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN116 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN116" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN116.sys +HKR, NDIS, LogDriverName, , "Neo_VPN116" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN116.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN116.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN116" +Neo.Service.DispName = "VPN Client Device Driver - VPN116" +Neo.Service.Desc = "VPN Client Adapter - VPN116" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN116" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.319 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN116.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN116.sys new file mode 100644 index 00000000..088436a6 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN116.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN117.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN117.cat new file mode 100644 index 00000000..b4e1cad6 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN117.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN117.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN117.inf new file mode 100644 index 00000000..923135c7 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN117.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN117.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN117.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN117.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN117 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN117" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN117.sys +HKR, NDIS, LogDriverName, , "Neo_VPN117" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN117.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN117.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN117" +Neo.Service.DispName = "VPN Client Device Driver - VPN117" +Neo.Service.Desc = "VPN Client Adapter - VPN117" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN117" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.414 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN117.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN117.sys new file mode 100644 index 00000000..f71fe1b9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN117.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN118.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN118.cat new file mode 100644 index 00000000..c81b4650 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN118.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN118.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN118.inf new file mode 100644 index 00000000..72bc0045 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN118.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN118.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN118.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN118.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN118 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN118" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN118.sys +HKR, NDIS, LogDriverName, , "Neo_VPN118" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN118.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN118.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN118" +Neo.Service.DispName = "VPN Client Device Driver - VPN118" +Neo.Service.Desc = "VPN Client Adapter - VPN118" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN118" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.509 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN118.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN118.sys new file mode 100644 index 00000000..88477299 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN118.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN119.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN119.cat new file mode 100644 index 00000000..0c12a7cb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN119.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN119.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN119.inf new file mode 100644 index 00000000..c4794868 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN119.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN119.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN119.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN119.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN119 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN119" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN119.sys +HKR, NDIS, LogDriverName, , "Neo_VPN119" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN119.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN119.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN119" +Neo.Service.DispName = "VPN Client Device Driver - VPN119" +Neo.Service.Desc = "VPN Client Adapter - VPN119" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN119" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.603 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN119.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN119.sys new file mode 100644 index 00000000..91527237 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN119.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN12.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN12.cat new file mode 100644 index 00000000..13854d31 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN12.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN12.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN12.inf new file mode 100644 index 00000000..c39cf90d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN12.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN12.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN12.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN12.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN12 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN12" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN12.sys +HKR, NDIS, LogDriverName, , "Neo_VPN12" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN12.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN12.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN12" +Neo.Service.DispName = "VPN Client Device Driver - VPN12" +Neo.Service.Desc = "VPN Client Adapter - VPN12" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN12" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.439 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN12.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN12.sys new file mode 100644 index 00000000..2952250b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN12.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN120.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN120.cat new file mode 100644 index 00000000..68746c91 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN120.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN120.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN120.inf new file mode 100644 index 00000000..7c6701c8 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN120.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN120.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN120.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN120.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN120 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN120" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN120.sys +HKR, NDIS, LogDriverName, , "Neo_VPN120" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN120.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN120.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN120" +Neo.Service.DispName = "VPN Client Device Driver - VPN120" +Neo.Service.Desc = "VPN Client Adapter - VPN120" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN120" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.697 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN120.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN120.sys new file mode 100644 index 00000000..3773db9c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN120.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN121.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN121.cat new file mode 100644 index 00000000..28d54df3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN121.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN121.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN121.inf new file mode 100644 index 00000000..7ffb12d4 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN121.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN121.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN121.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN121.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN121 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN121" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN121.sys +HKR, NDIS, LogDriverName, , "Neo_VPN121" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN121.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN121.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN121" +Neo.Service.DispName = "VPN Client Device Driver - VPN121" +Neo.Service.Desc = "VPN Client Adapter - VPN121" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN121" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.791 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN121.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN121.sys new file mode 100644 index 00000000..b579fe43 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN121.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN122.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN122.cat new file mode 100644 index 00000000..0a117232 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN122.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN122.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN122.inf new file mode 100644 index 00000000..da047e27 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN122.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN122.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN122.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN122.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN122 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN122" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN122.sys +HKR, NDIS, LogDriverName, , "Neo_VPN122" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN122.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN122.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN122" +Neo.Service.DispName = "VPN Client Device Driver - VPN122" +Neo.Service.Desc = "VPN Client Adapter - VPN122" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN122" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.888 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN122.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN122.sys new file mode 100644 index 00000000..7de84f3e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN122.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN123.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN123.cat new file mode 100644 index 00000000..c15e8856 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN123.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN123.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN123.inf new file mode 100644 index 00000000..8171528d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN123.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN123.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN123.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN123.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN123 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN123" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN123.sys +HKR, NDIS, LogDriverName, , "Neo_VPN123" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN123.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN123.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN123" +Neo.Service.DispName = "VPN Client Device Driver - VPN123" +Neo.Service.Desc = "VPN Client Adapter - VPN123" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN123" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201654.983 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN123.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN123.sys new file mode 100644 index 00000000..bcf2f84b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN123.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN124.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN124.cat new file mode 100644 index 00000000..65bef541 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN124.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN124.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN124.inf new file mode 100644 index 00000000..acb422da --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN124.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN124.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN124.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN124.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN124 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN124" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN124.sys +HKR, NDIS, LogDriverName, , "Neo_VPN124" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN124.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN124.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN124" +Neo.Service.DispName = "VPN Client Device Driver - VPN124" +Neo.Service.Desc = "VPN Client Adapter - VPN124" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN124" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201655.078 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN124.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN124.sys new file mode 100644 index 00000000..add1d499 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN124.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN125.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN125.cat new file mode 100644 index 00000000..645b5fd9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN125.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN125.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN125.inf new file mode 100644 index 00000000..824d346e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN125.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN125.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN125.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN125.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN125 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN125" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN125.sys +HKR, NDIS, LogDriverName, , "Neo_VPN125" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN125.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN125.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN125" +Neo.Service.DispName = "VPN Client Device Driver - VPN125" +Neo.Service.Desc = "VPN Client Adapter - VPN125" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN125" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201655.172 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN125.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN125.sys new file mode 100644 index 00000000..93f1c55c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN125.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN126.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN126.cat new file mode 100644 index 00000000..eb2edefd Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN126.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN126.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN126.inf new file mode 100644 index 00000000..43e9cba1 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN126.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN126.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN126.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN126.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN126 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN126" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN126.sys +HKR, NDIS, LogDriverName, , "Neo_VPN126" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN126.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN126.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN126" +Neo.Service.DispName = "VPN Client Device Driver - VPN126" +Neo.Service.Desc = "VPN Client Adapter - VPN126" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN126" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201655.267 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN126.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN126.sys new file mode 100644 index 00000000..b5338b89 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN126.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN127.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN127.cat new file mode 100644 index 00000000..dc0e1988 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN127.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN127.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN127.inf new file mode 100644 index 00000000..38eeb6c1 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN127.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN127.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN127.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN127.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN127 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN127" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN127.sys +HKR, NDIS, LogDriverName, , "Neo_VPN127" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN127.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN127.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN127" +Neo.Service.DispName = "VPN Client Device Driver - VPN127" +Neo.Service.Desc = "VPN Client Adapter - VPN127" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN127" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201655.362 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN127.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN127.sys new file mode 100644 index 00000000..2a339711 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN127.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN13.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN13.cat new file mode 100644 index 00000000..fedd5df9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN13.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN13.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN13.inf new file mode 100644 index 00000000..0893664d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN13.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN13.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN13.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN13.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN13 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN13" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN13.sys +HKR, NDIS, LogDriverName, , "Neo_VPN13" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN13.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN13.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN13" +Neo.Service.DispName = "VPN Client Device Driver - VPN13" +Neo.Service.Desc = "VPN Client Adapter - VPN13" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN13" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.534 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN13.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN13.sys new file mode 100644 index 00000000..db7740b7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN13.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN14.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN14.cat new file mode 100644 index 00000000..b551bc9d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN14.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN14.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN14.inf new file mode 100644 index 00000000..355862d9 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN14.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN14.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN14.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN14.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN14 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN14" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN14.sys +HKR, NDIS, LogDriverName, , "Neo_VPN14" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN14.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN14.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN14" +Neo.Service.DispName = "VPN Client Device Driver - VPN14" +Neo.Service.Desc = "VPN Client Adapter - VPN14" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN14" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.627 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN14.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN14.sys new file mode 100644 index 00000000..b908075c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN14.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN15.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN15.cat new file mode 100644 index 00000000..2d3e708e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN15.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN15.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN15.inf new file mode 100644 index 00000000..92acef28 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN15.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN15.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN15.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN15.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN15 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN15" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN15.sys +HKR, NDIS, LogDriverName, , "Neo_VPN15" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN15.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN15.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN15" +Neo.Service.DispName = "VPN Client Device Driver - VPN15" +Neo.Service.Desc = "VPN Client Adapter - VPN15" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN15" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.722 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN15.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN15.sys new file mode 100644 index 00000000..38faff33 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN15.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN16.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN16.cat new file mode 100644 index 00000000..b608534f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN16.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN16.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN16.inf new file mode 100644 index 00000000..53ee5fa4 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN16.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN16.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN16.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN16.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN16 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN16" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN16.sys +HKR, NDIS, LogDriverName, , "Neo_VPN16" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN16.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN16.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN16" +Neo.Service.DispName = "VPN Client Device Driver - VPN16" +Neo.Service.Desc = "VPN Client Adapter - VPN16" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN16" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.816 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN16.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN16.sys new file mode 100644 index 00000000..e909167e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN16.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN17.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN17.cat new file mode 100644 index 00000000..3af757d9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN17.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN17.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN17.inf new file mode 100644 index 00000000..5f99b5de --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN17.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN17.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN17.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN17.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN17 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN17" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN17.sys +HKR, NDIS, LogDriverName, , "Neo_VPN17" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN17.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN17.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN17" +Neo.Service.DispName = "VPN Client Device Driver - VPN17" +Neo.Service.Desc = "VPN Client Adapter - VPN17" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN17" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.911 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN17.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN17.sys new file mode 100644 index 00000000..b5f2b52a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN17.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN18.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN18.cat new file mode 100644 index 00000000..6e2b8aa3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN18.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN18.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN18.inf new file mode 100644 index 00000000..7725847d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN18.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN18.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN18.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN18.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN18 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN18" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN18.sys +HKR, NDIS, LogDriverName, , "Neo_VPN18" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN18.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN18.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN18" +Neo.Service.DispName = "VPN Client Device Driver - VPN18" +Neo.Service.Desc = "VPN Client Adapter - VPN18" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN18" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.005 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN18.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN18.sys new file mode 100644 index 00000000..0f5996f3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN18.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN19.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN19.cat new file mode 100644 index 00000000..a9191c59 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN19.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN19.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN19.inf new file mode 100644 index 00000000..18617923 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN19.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN19.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN19.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN19.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN19 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN19" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN19.sys +HKR, NDIS, LogDriverName, , "Neo_VPN19" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN19.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN19.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN19" +Neo.Service.DispName = "VPN Client Device Driver - VPN19" +Neo.Service.Desc = "VPN Client Adapter - VPN19" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN19" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.100 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN19.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN19.sys new file mode 100644 index 00000000..5e291f06 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN19.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN2.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN2.cat new file mode 100644 index 00000000..ab4f8d05 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN2.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN2.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN2.inf new file mode 100644 index 00000000..977c0fad --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN2.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN2.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN2.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN2.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN2 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN2" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN2.sys +HKR, NDIS, LogDriverName, , "Neo_VPN2" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN2.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN2.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN2" +Neo.Service.DispName = "VPN Client Device Driver - VPN2" +Neo.Service.Desc = "VPN Client Adapter - VPN2" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN2" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.491 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN2.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN2.sys new file mode 100644 index 00000000..c2203bac Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN2.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN20.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN20.cat new file mode 100644 index 00000000..733caba9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN20.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN20.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN20.inf new file mode 100644 index 00000000..6d631ba8 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN20.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN20.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN20.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN20.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN20 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN20" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN20.sys +HKR, NDIS, LogDriverName, , "Neo_VPN20" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN20.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN20.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN20" +Neo.Service.DispName = "VPN Client Device Driver - VPN20" +Neo.Service.Desc = "VPN Client Adapter - VPN20" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN20" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.194 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN20.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN20.sys new file mode 100644 index 00000000..1c71fb87 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN20.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN21.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN21.cat new file mode 100644 index 00000000..b1b36a36 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN21.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN21.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN21.inf new file mode 100644 index 00000000..a82ae587 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN21.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN21.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN21.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN21.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN21 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN21" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN21.sys +HKR, NDIS, LogDriverName, , "Neo_VPN21" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN21.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN21.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN21" +Neo.Service.DispName = "VPN Client Device Driver - VPN21" +Neo.Service.Desc = "VPN Client Adapter - VPN21" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN21" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.288 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN21.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN21.sys new file mode 100644 index 00000000..618f0cc7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN21.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN22.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN22.cat new file mode 100644 index 00000000..477593f5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN22.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN22.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN22.inf new file mode 100644 index 00000000..36e50825 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN22.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN22.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN22.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN22.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN22 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN22" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN22.sys +HKR, NDIS, LogDriverName, , "Neo_VPN22" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN22.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN22.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN22" +Neo.Service.DispName = "VPN Client Device Driver - VPN22" +Neo.Service.Desc = "VPN Client Adapter - VPN22" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN22" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.382 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN22.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN22.sys new file mode 100644 index 00000000..8a7a1943 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN22.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN23.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN23.cat new file mode 100644 index 00000000..7320e8d0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN23.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN23.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN23.inf new file mode 100644 index 00000000..3ce35e8d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN23.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN23.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN23.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN23.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN23 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN23" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN23.sys +HKR, NDIS, LogDriverName, , "Neo_VPN23" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN23.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN23.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN23" +Neo.Service.DispName = "VPN Client Device Driver - VPN23" +Neo.Service.Desc = "VPN Client Adapter - VPN23" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN23" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.477 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN23.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN23.sys new file mode 100644 index 00000000..9cbfd798 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN23.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN24.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN24.cat new file mode 100644 index 00000000..71d48d32 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN24.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN24.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN24.inf new file mode 100644 index 00000000..744c023f --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN24.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN24.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN24.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN24.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN24 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN24" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN24.sys +HKR, NDIS, LogDriverName, , "Neo_VPN24" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN24.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN24.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN24" +Neo.Service.DispName = "VPN Client Device Driver - VPN24" +Neo.Service.Desc = "VPN Client Adapter - VPN24" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN24" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.571 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN24.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN24.sys new file mode 100644 index 00000000..0f42904b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN24.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN25.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN25.cat new file mode 100644 index 00000000..8c027fba Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN25.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN25.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN25.inf new file mode 100644 index 00000000..f5fc24b7 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN25.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN25.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN25.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN25.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN25 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN25" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN25.sys +HKR, NDIS, LogDriverName, , "Neo_VPN25" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN25.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN25.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN25" +Neo.Service.DispName = "VPN Client Device Driver - VPN25" +Neo.Service.Desc = "VPN Client Adapter - VPN25" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN25" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.666 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN25.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN25.sys new file mode 100644 index 00000000..901ff403 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN25.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN26.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN26.cat new file mode 100644 index 00000000..fcac177c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN26.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN26.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN26.inf new file mode 100644 index 00000000..df6abe84 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN26.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN26.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN26.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN26.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN26 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN26" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN26.sys +HKR, NDIS, LogDriverName, , "Neo_VPN26" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN26.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN26.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN26" +Neo.Service.DispName = "VPN Client Device Driver - VPN26" +Neo.Service.Desc = "VPN Client Adapter - VPN26" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN26" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.761 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN26.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN26.sys new file mode 100644 index 00000000..d82a6a05 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN26.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN27.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN27.cat new file mode 100644 index 00000000..ec6c98ec Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN27.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN27.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN27.inf new file mode 100644 index 00000000..253fd680 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN27.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN27.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN27.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN27.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN27 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN27" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN27.sys +HKR, NDIS, LogDriverName, , "Neo_VPN27" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN27.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN27.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN27" +Neo.Service.DispName = "VPN Client Device Driver - VPN27" +Neo.Service.Desc = "VPN Client Adapter - VPN27" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN27" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.856 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN27.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN27.sys new file mode 100644 index 00000000..864b77df Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN27.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN28.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN28.cat new file mode 100644 index 00000000..023bc31a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN28.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN28.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN28.inf new file mode 100644 index 00000000..6779dd40 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN28.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN28.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN28.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN28.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN28 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN28" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN28.sys +HKR, NDIS, LogDriverName, , "Neo_VPN28" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN28.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN28.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN28" +Neo.Service.DispName = "VPN Client Device Driver - VPN28" +Neo.Service.Desc = "VPN Client Adapter - VPN28" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN28" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201645.950 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN28.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN28.sys new file mode 100644 index 00000000..9f252411 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN28.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN29.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN29.cat new file mode 100644 index 00000000..bcf6270d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN29.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN29.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN29.inf new file mode 100644 index 00000000..266f2f17 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN29.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN29.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN29.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN29.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN29 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN29" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN29.sys +HKR, NDIS, LogDriverName, , "Neo_VPN29" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN29.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN29.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN29" +Neo.Service.DispName = "VPN Client Device Driver - VPN29" +Neo.Service.Desc = "VPN Client Adapter - VPN29" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN29" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.045 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN29.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN29.sys new file mode 100644 index 00000000..82170207 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN29.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN3.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN3.cat new file mode 100644 index 00000000..ef75e02b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN3.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN3.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN3.inf new file mode 100644 index 00000000..2e13d27a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN3.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN3.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN3.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN3.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN3 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN3" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN3.sys +HKR, NDIS, LogDriverName, , "Neo_VPN3" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN3.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN3.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN3" +Neo.Service.DispName = "VPN Client Device Driver - VPN3" +Neo.Service.Desc = "VPN Client Adapter - VPN3" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN3" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.586 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN3.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN3.sys new file mode 100644 index 00000000..22298765 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN3.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN30.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN30.cat new file mode 100644 index 00000000..b789b611 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN30.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN30.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN30.inf new file mode 100644 index 00000000..918af54e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN30.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN30.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN30.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN30.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN30 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN30" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN30.sys +HKR, NDIS, LogDriverName, , "Neo_VPN30" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN30.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN30.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN30" +Neo.Service.DispName = "VPN Client Device Driver - VPN30" +Neo.Service.Desc = "VPN Client Adapter - VPN30" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN30" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.140 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN30.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN30.sys new file mode 100644 index 00000000..47a13a28 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN30.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN31.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN31.cat new file mode 100644 index 00000000..54a9b716 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN31.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN31.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN31.inf new file mode 100644 index 00000000..c7d1954a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN31.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN31.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN31.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN31.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN31 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN31" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN31.sys +HKR, NDIS, LogDriverName, , "Neo_VPN31" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN31.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN31.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN31" +Neo.Service.DispName = "VPN Client Device Driver - VPN31" +Neo.Service.Desc = "VPN Client Adapter - VPN31" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN31" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.233 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN31.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN31.sys new file mode 100644 index 00000000..32c35ca3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN31.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN32.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN32.cat new file mode 100644 index 00000000..984e644b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN32.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN32.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN32.inf new file mode 100644 index 00000000..01836434 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN32.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN32.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN32.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN32.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN32 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN32" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN32.sys +HKR, NDIS, LogDriverName, , "Neo_VPN32" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN32.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN32.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN32" +Neo.Service.DispName = "VPN Client Device Driver - VPN32" +Neo.Service.Desc = "VPN Client Adapter - VPN32" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN32" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.328 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN32.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN32.sys new file mode 100644 index 00000000..a9c99dbe Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN32.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN33.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN33.cat new file mode 100644 index 00000000..6dd8e495 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN33.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN33.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN33.inf new file mode 100644 index 00000000..b4fed8bc --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN33.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN33.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN33.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN33.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN33 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN33" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN33.sys +HKR, NDIS, LogDriverName, , "Neo_VPN33" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN33.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN33.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN33" +Neo.Service.DispName = "VPN Client Device Driver - VPN33" +Neo.Service.Desc = "VPN Client Adapter - VPN33" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN33" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.422 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN33.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN33.sys new file mode 100644 index 00000000..52bc9d95 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN33.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN34.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN34.cat new file mode 100644 index 00000000..7ed8f2d4 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN34.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN34.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN34.inf new file mode 100644 index 00000000..2baa2adc --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN34.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN34.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN34.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN34.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN34 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN34" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN34.sys +HKR, NDIS, LogDriverName, , "Neo_VPN34" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN34.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN34.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN34" +Neo.Service.DispName = "VPN Client Device Driver - VPN34" +Neo.Service.Desc = "VPN Client Adapter - VPN34" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN34" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.517 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN34.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN34.sys new file mode 100644 index 00000000..2ca52863 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN34.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN35.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN35.cat new file mode 100644 index 00000000..937ccdff Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN35.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN35.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN35.inf new file mode 100644 index 00000000..9f7f5385 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN35.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN35.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN35.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN35.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN35 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN35" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN35.sys +HKR, NDIS, LogDriverName, , "Neo_VPN35" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN35.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN35.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN35" +Neo.Service.DispName = "VPN Client Device Driver - VPN35" +Neo.Service.Desc = "VPN Client Adapter - VPN35" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN35" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.612 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN35.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN35.sys new file mode 100644 index 00000000..ee57e0fe Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN35.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN36.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN36.cat new file mode 100644 index 00000000..90e686ac Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN36.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN36.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN36.inf new file mode 100644 index 00000000..165ed0f1 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN36.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN36.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN36.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN36.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN36 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN36" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN36.sys +HKR, NDIS, LogDriverName, , "Neo_VPN36" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN36.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN36.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN36" +Neo.Service.DispName = "VPN Client Device Driver - VPN36" +Neo.Service.Desc = "VPN Client Adapter - VPN36" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN36" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.708 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN36.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN36.sys new file mode 100644 index 00000000..f5b25a25 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN36.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN37.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN37.cat new file mode 100644 index 00000000..d3f795a0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN37.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN37.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN37.inf new file mode 100644 index 00000000..2c5e6a40 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN37.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN37.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN37.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN37.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN37 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN37" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN37.sys +HKR, NDIS, LogDriverName, , "Neo_VPN37" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN37.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN37.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN37" +Neo.Service.DispName = "VPN Client Device Driver - VPN37" +Neo.Service.Desc = "VPN Client Adapter - VPN37" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN37" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.823 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN37.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN37.sys new file mode 100644 index 00000000..fa598aab Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN37.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN38.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN38.cat new file mode 100644 index 00000000..6964f571 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN38.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN38.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN38.inf new file mode 100644 index 00000000..80ce3803 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN38.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN38.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN38.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN38.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN38 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN38" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN38.sys +HKR, NDIS, LogDriverName, , "Neo_VPN38" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN38.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN38.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN38" +Neo.Service.DispName = "VPN Client Device Driver - VPN38" +Neo.Service.Desc = "VPN Client Adapter - VPN38" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN38" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201646.917 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN38.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN38.sys new file mode 100644 index 00000000..6c1cc560 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN38.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN39.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN39.cat new file mode 100644 index 00000000..58232ba5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN39.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN39.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN39.inf new file mode 100644 index 00000000..d31b2ac4 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN39.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN39.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN39.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN39.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN39 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN39" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN39.sys +HKR, NDIS, LogDriverName, , "Neo_VPN39" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN39.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN39.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN39" +Neo.Service.DispName = "VPN Client Device Driver - VPN39" +Neo.Service.Desc = "VPN Client Adapter - VPN39" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN39" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.011 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN39.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN39.sys new file mode 100644 index 00000000..de8014d9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN39.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN4.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN4.cat new file mode 100644 index 00000000..f4973549 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN4.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN4.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN4.inf new file mode 100644 index 00000000..a32162c4 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN4.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN4.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN4.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN4.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN4 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN4" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN4.sys +HKR, NDIS, LogDriverName, , "Neo_VPN4" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN4.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN4.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN4" +Neo.Service.DispName = "VPN Client Device Driver - VPN4" +Neo.Service.Desc = "VPN Client Adapter - VPN4" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN4" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.681 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN4.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN4.sys new file mode 100644 index 00000000..0ca18f05 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN4.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN40.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN40.cat new file mode 100644 index 00000000..c32a67fa Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN40.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN40.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN40.inf new file mode 100644 index 00000000..72645ea0 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN40.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN40.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN40.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN40.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN40 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN40" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN40.sys +HKR, NDIS, LogDriverName, , "Neo_VPN40" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN40.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN40.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN40" +Neo.Service.DispName = "VPN Client Device Driver - VPN40" +Neo.Service.Desc = "VPN Client Adapter - VPN40" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN40" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.108 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN40.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN40.sys new file mode 100644 index 00000000..6da6b433 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN40.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN41.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN41.cat new file mode 100644 index 00000000..bbbcdc8f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN41.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN41.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN41.inf new file mode 100644 index 00000000..d7d82522 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN41.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN41.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN41.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN41.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN41 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN41" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN41.sys +HKR, NDIS, LogDriverName, , "Neo_VPN41" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN41.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN41.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN41" +Neo.Service.DispName = "VPN Client Device Driver - VPN41" +Neo.Service.Desc = "VPN Client Adapter - VPN41" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN41" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.203 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN41.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN41.sys new file mode 100644 index 00000000..8fa962f3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN41.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN42.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN42.cat new file mode 100644 index 00000000..e6513453 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN42.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN42.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN42.inf new file mode 100644 index 00000000..3f3b99f3 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN42.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN42.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN42.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN42.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN42 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN42" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN42.sys +HKR, NDIS, LogDriverName, , "Neo_VPN42" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN42.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN42.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN42" +Neo.Service.DispName = "VPN Client Device Driver - VPN42" +Neo.Service.Desc = "VPN Client Adapter - VPN42" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN42" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.297 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN42.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN42.sys new file mode 100644 index 00000000..b5c6db46 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN42.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN43.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN43.cat new file mode 100644 index 00000000..8c1779ec Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN43.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN43.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN43.inf new file mode 100644 index 00000000..18fbaf61 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN43.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN43.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN43.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN43.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN43 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN43" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN43.sys +HKR, NDIS, LogDriverName, , "Neo_VPN43" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN43.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN43.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN43" +Neo.Service.DispName = "VPN Client Device Driver - VPN43" +Neo.Service.Desc = "VPN Client Adapter - VPN43" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN43" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.391 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN43.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN43.sys new file mode 100644 index 00000000..5345c262 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN43.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN44.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN44.cat new file mode 100644 index 00000000..6fab6e55 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN44.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN44.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN44.inf new file mode 100644 index 00000000..42ed38a3 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN44.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN44.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN44.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN44.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN44 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN44" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN44.sys +HKR, NDIS, LogDriverName, , "Neo_VPN44" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN44.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN44.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN44" +Neo.Service.DispName = "VPN Client Device Driver - VPN44" +Neo.Service.Desc = "VPN Client Adapter - VPN44" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN44" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.486 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN44.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN44.sys new file mode 100644 index 00000000..8dacbf71 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN44.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN45.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN45.cat new file mode 100644 index 00000000..14aae4ed Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN45.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN45.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN45.inf new file mode 100644 index 00000000..660d6bfd --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN45.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN45.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN45.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN45.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN45 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN45" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN45.sys +HKR, NDIS, LogDriverName, , "Neo_VPN45" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN45.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN45.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN45" +Neo.Service.DispName = "VPN Client Device Driver - VPN45" +Neo.Service.Desc = "VPN Client Adapter - VPN45" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN45" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.582 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN45.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN45.sys new file mode 100644 index 00000000..210e24ce Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN45.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN46.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN46.cat new file mode 100644 index 00000000..ee0b2824 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN46.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN46.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN46.inf new file mode 100644 index 00000000..4bd69104 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN46.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN46.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN46.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN46.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN46 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN46" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN46.sys +HKR, NDIS, LogDriverName, , "Neo_VPN46" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN46.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN46.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN46" +Neo.Service.DispName = "VPN Client Device Driver - VPN46" +Neo.Service.Desc = "VPN Client Adapter - VPN46" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN46" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.677 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN46.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN46.sys new file mode 100644 index 00000000..d06cfdcc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN46.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN47.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN47.cat new file mode 100644 index 00000000..aa34800e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN47.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN47.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN47.inf new file mode 100644 index 00000000..87384e2a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN47.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN47.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN47.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN47.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN47 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN47" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN47.sys +HKR, NDIS, LogDriverName, , "Neo_VPN47" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN47.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN47.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN47" +Neo.Service.DispName = "VPN Client Device Driver - VPN47" +Neo.Service.Desc = "VPN Client Adapter - VPN47" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN47" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.771 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN47.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN47.sys new file mode 100644 index 00000000..070e698e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN47.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN48.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN48.cat new file mode 100644 index 00000000..5e14f483 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN48.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN48.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN48.inf new file mode 100644 index 00000000..55efc694 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN48.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN48.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN48.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN48.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN48 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN48" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN48.sys +HKR, NDIS, LogDriverName, , "Neo_VPN48" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN48.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN48.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN48" +Neo.Service.DispName = "VPN Client Device Driver - VPN48" +Neo.Service.Desc = "VPN Client Adapter - VPN48" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN48" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.866 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN48.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN48.sys new file mode 100644 index 00000000..0df273ac Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN48.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN49.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN49.cat new file mode 100644 index 00000000..8736030b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN49.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN49.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN49.inf new file mode 100644 index 00000000..8fd4ec06 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN49.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN49.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN49.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN49.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN49 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN49" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN49.sys +HKR, NDIS, LogDriverName, , "Neo_VPN49" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN49.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN49.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN49" +Neo.Service.DispName = "VPN Client Device Driver - VPN49" +Neo.Service.Desc = "VPN Client Adapter - VPN49" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN49" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201647.959 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN49.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN49.sys new file mode 100644 index 00000000..41b5a9f7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN49.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN5.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN5.cat new file mode 100644 index 00000000..b60592b1 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN5.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN5.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN5.inf new file mode 100644 index 00000000..9a194f3c --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN5.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN5.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN5.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN5.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN5 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN5" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN5.sys +HKR, NDIS, LogDriverName, , "Neo_VPN5" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN5.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN5.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN5" +Neo.Service.DispName = "VPN Client Device Driver - VPN5" +Neo.Service.Desc = "VPN Client Adapter - VPN5" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN5" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.776 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN5.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN5.sys new file mode 100644 index 00000000..9efd00a8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN5.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN50.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN50.cat new file mode 100644 index 00000000..ba723047 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN50.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN50.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN50.inf new file mode 100644 index 00000000..b105df86 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN50.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN50.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN50.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN50.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN50 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN50" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN50.sys +HKR, NDIS, LogDriverName, , "Neo_VPN50" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN50.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN50.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN50" +Neo.Service.DispName = "VPN Client Device Driver - VPN50" +Neo.Service.Desc = "VPN Client Adapter - VPN50" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN50" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.054 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN50.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN50.sys new file mode 100644 index 00000000..8a2f949f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN50.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN51.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN51.cat new file mode 100644 index 00000000..2801a3ed Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN51.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN51.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN51.inf new file mode 100644 index 00000000..fd8d1495 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN51.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN51.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN51.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN51.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN51 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN51" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN51.sys +HKR, NDIS, LogDriverName, , "Neo_VPN51" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN51.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN51.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN51" +Neo.Service.DispName = "VPN Client Device Driver - VPN51" +Neo.Service.Desc = "VPN Client Adapter - VPN51" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN51" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.149 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN51.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN51.sys new file mode 100644 index 00000000..39c7f817 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN51.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN52.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN52.cat new file mode 100644 index 00000000..d0036071 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN52.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN52.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN52.inf new file mode 100644 index 00000000..5eaa6531 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN52.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN52.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN52.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN52.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN52 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN52" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN52.sys +HKR, NDIS, LogDriverName, , "Neo_VPN52" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN52.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN52.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN52" +Neo.Service.DispName = "VPN Client Device Driver - VPN52" +Neo.Service.Desc = "VPN Client Adapter - VPN52" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN52" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.244 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN52.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN52.sys new file mode 100644 index 00000000..8c71fb23 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN52.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN53.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN53.cat new file mode 100644 index 00000000..7bb765fc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN53.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN53.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN53.inf new file mode 100644 index 00000000..409a0427 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN53.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN53.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN53.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN53.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN53 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN53" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN53.sys +HKR, NDIS, LogDriverName, , "Neo_VPN53" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN53.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN53.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN53" +Neo.Service.DispName = "VPN Client Device Driver - VPN53" +Neo.Service.Desc = "VPN Client Adapter - VPN53" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN53" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.338 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN53.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN53.sys new file mode 100644 index 00000000..b4bba3cf Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN53.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN54.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN54.cat new file mode 100644 index 00000000..6fb96592 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN54.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN54.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN54.inf new file mode 100644 index 00000000..6011f0de --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN54.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN54.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN54.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN54.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN54 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN54" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN54.sys +HKR, NDIS, LogDriverName, , "Neo_VPN54" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN54.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN54.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN54" +Neo.Service.DispName = "VPN Client Device Driver - VPN54" +Neo.Service.Desc = "VPN Client Adapter - VPN54" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN54" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.432 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN54.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN54.sys new file mode 100644 index 00000000..5ded492f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN54.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN55.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN55.cat new file mode 100644 index 00000000..d2a6d4cb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN55.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN55.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN55.inf new file mode 100644 index 00000000..f0c1826e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN55.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN55.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN55.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN55.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN55 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN55" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN55.sys +HKR, NDIS, LogDriverName, , "Neo_VPN55" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN55.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN55.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN55" +Neo.Service.DispName = "VPN Client Device Driver - VPN55" +Neo.Service.Desc = "VPN Client Adapter - VPN55" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN55" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.527 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN55.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN55.sys new file mode 100644 index 00000000..f62cbf01 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN55.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN56.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN56.cat new file mode 100644 index 00000000..42e1aea7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN56.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN56.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN56.inf new file mode 100644 index 00000000..7c27a832 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN56.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN56.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN56.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN56.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN56 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN56" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN56.sys +HKR, NDIS, LogDriverName, , "Neo_VPN56" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN56.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN56.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN56" +Neo.Service.DispName = "VPN Client Device Driver - VPN56" +Neo.Service.Desc = "VPN Client Adapter - VPN56" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN56" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.621 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN56.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN56.sys new file mode 100644 index 00000000..0dcc77a3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN56.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN57.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN57.cat new file mode 100644 index 00000000..990ec1cc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN57.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN57.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN57.inf new file mode 100644 index 00000000..67fe995d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN57.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN57.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN57.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN57.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN57 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN57" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN57.sys +HKR, NDIS, LogDriverName, , "Neo_VPN57" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN57.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN57.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN57" +Neo.Service.DispName = "VPN Client Device Driver - VPN57" +Neo.Service.Desc = "VPN Client Adapter - VPN57" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN57" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.717 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN57.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN57.sys new file mode 100644 index 00000000..eaf56618 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN57.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN58.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN58.cat new file mode 100644 index 00000000..5c9bf99f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN58.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN58.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN58.inf new file mode 100644 index 00000000..a524bbca --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN58.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN58.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN58.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN58.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN58 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN58" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN58.sys +HKR, NDIS, LogDriverName, , "Neo_VPN58" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN58.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN58.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN58" +Neo.Service.DispName = "VPN Client Device Driver - VPN58" +Neo.Service.Desc = "VPN Client Adapter - VPN58" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN58" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.811 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN58.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN58.sys new file mode 100644 index 00000000..5f2272e8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN58.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN59.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN59.cat new file mode 100644 index 00000000..1c0ee5ff Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN59.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN59.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN59.inf new file mode 100644 index 00000000..c98f592f --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN59.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN59.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN59.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN59.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN59 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN59" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN59.sys +HKR, NDIS, LogDriverName, , "Neo_VPN59" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN59.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN59.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN59" +Neo.Service.DispName = "VPN Client Device Driver - VPN59" +Neo.Service.Desc = "VPN Client Adapter - VPN59" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN59" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201648.907 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN59.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN59.sys new file mode 100644 index 00000000..0eee0ff9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN59.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN6.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN6.cat new file mode 100644 index 00000000..a0a34107 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN6.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN6.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN6.inf new file mode 100644 index 00000000..24177aad --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN6.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN6.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN6.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN6.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN6 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN6" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN6.sys +HKR, NDIS, LogDriverName, , "Neo_VPN6" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN6.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN6.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN6" +Neo.Service.DispName = "VPN Client Device Driver - VPN6" +Neo.Service.Desc = "VPN Client Adapter - VPN6" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN6" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.871 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN6.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN6.sys new file mode 100644 index 00000000..01741eae Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN6.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN60.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN60.cat new file mode 100644 index 00000000..d9fc2698 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN60.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN60.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN60.inf new file mode 100644 index 00000000..a3c5650f --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN60.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN60.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN60.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN60.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN60 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN60" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN60.sys +HKR, NDIS, LogDriverName, , "Neo_VPN60" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN60.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN60.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN60" +Neo.Service.DispName = "VPN Client Device Driver - VPN60" +Neo.Service.Desc = "VPN Client Adapter - VPN60" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN60" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.000 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN60.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN60.sys new file mode 100644 index 00000000..4c42e7d4 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN60.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN61.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN61.cat new file mode 100644 index 00000000..aba23fb4 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN61.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN61.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN61.inf new file mode 100644 index 00000000..05b2adf2 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN61.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN61.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN61.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN61.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN61 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN61" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN61.sys +HKR, NDIS, LogDriverName, , "Neo_VPN61" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN61.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN61.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN61" +Neo.Service.DispName = "VPN Client Device Driver - VPN61" +Neo.Service.Desc = "VPN Client Adapter - VPN61" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN61" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.094 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN61.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN61.sys new file mode 100644 index 00000000..d2973afc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN61.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN62.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN62.cat new file mode 100644 index 00000000..f6ac4dcd Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN62.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN62.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN62.inf new file mode 100644 index 00000000..7f307254 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN62.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN62.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN62.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN62.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN62 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN62" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN62.sys +HKR, NDIS, LogDriverName, , "Neo_VPN62" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN62.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN62.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN62" +Neo.Service.DispName = "VPN Client Device Driver - VPN62" +Neo.Service.Desc = "VPN Client Adapter - VPN62" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN62" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.189 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN62.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN62.sys new file mode 100644 index 00000000..0020c7a5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN62.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN63.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN63.cat new file mode 100644 index 00000000..7449134e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN63.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN63.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN63.inf new file mode 100644 index 00000000..52c30169 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN63.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN63.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN63.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN63.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN63 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN63" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN63.sys +HKR, NDIS, LogDriverName, , "Neo_VPN63" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN63.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN63.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN63" +Neo.Service.DispName = "VPN Client Device Driver - VPN63" +Neo.Service.Desc = "VPN Client Adapter - VPN63" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN63" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.284 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN63.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN63.sys new file mode 100644 index 00000000..b71c5486 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN63.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN64.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN64.cat new file mode 100644 index 00000000..20cb9394 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN64.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN64.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN64.inf new file mode 100644 index 00000000..1f6fd9ab --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN64.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN64.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN64.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN64.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN64 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN64" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN64.sys +HKR, NDIS, LogDriverName, , "Neo_VPN64" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN64.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN64.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN64" +Neo.Service.DispName = "VPN Client Device Driver - VPN64" +Neo.Service.Desc = "VPN Client Adapter - VPN64" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN64" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.379 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN64.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN64.sys new file mode 100644 index 00000000..4eb3578f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN64.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN65.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN65.cat new file mode 100644 index 00000000..f1386ed8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN65.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN65.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN65.inf new file mode 100644 index 00000000..9cec5a0b --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN65.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN65.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN65.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN65.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN65 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN65" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN65.sys +HKR, NDIS, LogDriverName, , "Neo_VPN65" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN65.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN65.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN65" +Neo.Service.DispName = "VPN Client Device Driver - VPN65" +Neo.Service.Desc = "VPN Client Adapter - VPN65" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN65" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.473 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN65.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN65.sys new file mode 100644 index 00000000..e1d7d618 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN65.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN66.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN66.cat new file mode 100644 index 00000000..212c9c5e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN66.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN66.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN66.inf new file mode 100644 index 00000000..79453f61 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN66.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN66.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN66.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN66.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN66 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN66" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN66.sys +HKR, NDIS, LogDriverName, , "Neo_VPN66" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN66.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN66.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN66" +Neo.Service.DispName = "VPN Client Device Driver - VPN66" +Neo.Service.Desc = "VPN Client Adapter - VPN66" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN66" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.568 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN66.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN66.sys new file mode 100644 index 00000000..3c15e6dc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN66.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN67.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN67.cat new file mode 100644 index 00000000..166920bb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN67.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN67.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN67.inf new file mode 100644 index 00000000..2c085aef --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN67.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN67.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN67.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN67.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN67 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN67" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN67.sys +HKR, NDIS, LogDriverName, , "Neo_VPN67" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN67.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN67.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN67" +Neo.Service.DispName = "VPN Client Device Driver - VPN67" +Neo.Service.Desc = "VPN Client Adapter - VPN67" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN67" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.662 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN67.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN67.sys new file mode 100644 index 00000000..d2247a69 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN67.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN68.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN68.cat new file mode 100644 index 00000000..eb1bf7a2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN68.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN68.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN68.inf new file mode 100644 index 00000000..b7345e55 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN68.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN68.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN68.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN68.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN68 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN68" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN68.sys +HKR, NDIS, LogDriverName, , "Neo_VPN68" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN68.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN68.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN68" +Neo.Service.DispName = "VPN Client Device Driver - VPN68" +Neo.Service.Desc = "VPN Client Adapter - VPN68" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN68" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.757 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN68.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN68.sys new file mode 100644 index 00000000..66333364 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN68.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN69.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN69.cat new file mode 100644 index 00000000..4fa879f8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN69.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN69.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN69.inf new file mode 100644 index 00000000..fa6031fe --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN69.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN69.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN69.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN69.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN69 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN69" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN69.sys +HKR, NDIS, LogDriverName, , "Neo_VPN69" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN69.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN69.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN69" +Neo.Service.DispName = "VPN Client Device Driver - VPN69" +Neo.Service.Desc = "VPN Client Adapter - VPN69" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN69" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.850 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN69.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN69.sys new file mode 100644 index 00000000..d0e0d692 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN69.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN7.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN7.cat new file mode 100644 index 00000000..36c55bd3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN7.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN7.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN7.inf new file mode 100644 index 00000000..563ffbb0 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN7.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN7.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN7.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN7.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN7 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN7" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN7.sys +HKR, NDIS, LogDriverName, , "Neo_VPN7" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN7.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN7.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN7" +Neo.Service.DispName = "VPN Client Device Driver - VPN7" +Neo.Service.Desc = "VPN Client Adapter - VPN7" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN7" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.966 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN7.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN7.sys new file mode 100644 index 00000000..1584da89 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN7.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN70.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN70.cat new file mode 100644 index 00000000..af9e1bf7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN70.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN70.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN70.inf new file mode 100644 index 00000000..1eacd502 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN70.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN70.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN70.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN70.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN70 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN70" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN70.sys +HKR, NDIS, LogDriverName, , "Neo_VPN70" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN70.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN70.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN70" +Neo.Service.DispName = "VPN Client Device Driver - VPN70" +Neo.Service.Desc = "VPN Client Adapter - VPN70" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN70" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201649.945 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN70.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN70.sys new file mode 100644 index 00000000..4a199543 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN70.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN71.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN71.cat new file mode 100644 index 00000000..9cf4780f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN71.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN71.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN71.inf new file mode 100644 index 00000000..6bda392e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN71.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN71.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN71.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN71.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN71 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN71" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN71.sys +HKR, NDIS, LogDriverName, , "Neo_VPN71" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN71.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN71.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN71" +Neo.Service.DispName = "VPN Client Device Driver - VPN71" +Neo.Service.Desc = "VPN Client Adapter - VPN71" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN71" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.041 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN71.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN71.sys new file mode 100644 index 00000000..9feabe3b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN71.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN72.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN72.cat new file mode 100644 index 00000000..1676d4cd Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN72.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN72.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN72.inf new file mode 100644 index 00000000..d353617b --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN72.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN72.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN72.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN72.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN72 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN72" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN72.sys +HKR, NDIS, LogDriverName, , "Neo_VPN72" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN72.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN72.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN72" +Neo.Service.DispName = "VPN Client Device Driver - VPN72" +Neo.Service.Desc = "VPN Client Adapter - VPN72" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN72" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.137 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN72.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN72.sys new file mode 100644 index 00000000..16f635d1 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN72.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN73.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN73.cat new file mode 100644 index 00000000..01323021 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN73.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN73.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN73.inf new file mode 100644 index 00000000..d302df97 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN73.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN73.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN73.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN73.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN73 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN73" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN73.sys +HKR, NDIS, LogDriverName, , "Neo_VPN73" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN73.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN73.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN73" +Neo.Service.DispName = "VPN Client Device Driver - VPN73" +Neo.Service.Desc = "VPN Client Adapter - VPN73" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN73" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.232 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN73.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN73.sys new file mode 100644 index 00000000..b632b0d8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN73.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN74.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN74.cat new file mode 100644 index 00000000..e14e372b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN74.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN74.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN74.inf new file mode 100644 index 00000000..69605850 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN74.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN74.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN74.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN74.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN74 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN74" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN74.sys +HKR, NDIS, LogDriverName, , "Neo_VPN74" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN74.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN74.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN74" +Neo.Service.DispName = "VPN Client Device Driver - VPN74" +Neo.Service.Desc = "VPN Client Adapter - VPN74" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN74" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.327 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN74.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN74.sys new file mode 100644 index 00000000..6f65fe51 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN74.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN75.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN75.cat new file mode 100644 index 00000000..7b2a74a3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN75.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN75.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN75.inf new file mode 100644 index 00000000..f15165da --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN75.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN75.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN75.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN75.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN75 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN75" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN75.sys +HKR, NDIS, LogDriverName, , "Neo_VPN75" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN75.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN75.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN75" +Neo.Service.DispName = "VPN Client Device Driver - VPN75" +Neo.Service.Desc = "VPN Client Adapter - VPN75" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN75" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.421 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN75.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN75.sys new file mode 100644 index 00000000..019db24f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN75.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN76.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN76.cat new file mode 100644 index 00000000..4247904b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN76.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN76.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN76.inf new file mode 100644 index 00000000..09db305a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN76.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN76.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN76.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN76.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN76 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN76" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN76.sys +HKR, NDIS, LogDriverName, , "Neo_VPN76" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN76.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN76.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN76" +Neo.Service.DispName = "VPN Client Device Driver - VPN76" +Neo.Service.Desc = "VPN Client Adapter - VPN76" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN76" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.514 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN76.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN76.sys new file mode 100644 index 00000000..43f06944 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN76.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN77.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN77.cat new file mode 100644 index 00000000..99d2aeac Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN77.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN77.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN77.inf new file mode 100644 index 00000000..f2d71722 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN77.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN77.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN77.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN77.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN77 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN77" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN77.sys +HKR, NDIS, LogDriverName, , "Neo_VPN77" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN77.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN77.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN77" +Neo.Service.DispName = "VPN Client Device Driver - VPN77" +Neo.Service.Desc = "VPN Client Adapter - VPN77" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN77" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.609 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN77.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN77.sys new file mode 100644 index 00000000..2dd6fb4a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN77.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN78.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN78.cat new file mode 100644 index 00000000..f167cd16 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN78.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN78.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN78.inf new file mode 100644 index 00000000..5eb585d4 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN78.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN78.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN78.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN78.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN78 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN78" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN78.sys +HKR, NDIS, LogDriverName, , "Neo_VPN78" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN78.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN78.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN78" +Neo.Service.DispName = "VPN Client Device Driver - VPN78" +Neo.Service.Desc = "VPN Client Adapter - VPN78" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN78" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.704 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN78.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN78.sys new file mode 100644 index 00000000..12b6f54f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN78.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN79.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN79.cat new file mode 100644 index 00000000..7af848e8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN79.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN79.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN79.inf new file mode 100644 index 00000000..77eba74d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN79.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN79.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN79.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN79.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN79 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN79" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN79.sys +HKR, NDIS, LogDriverName, , "Neo_VPN79" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN79.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN79.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN79" +Neo.Service.DispName = "VPN Client Device Driver - VPN79" +Neo.Service.Desc = "VPN Client Adapter - VPN79" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN79" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.798 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN79.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN79.sys new file mode 100644 index 00000000..9a42bbc8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN79.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN8.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN8.cat new file mode 100644 index 00000000..a4677e0b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN8.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN8.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN8.inf new file mode 100644 index 00000000..f67b8d19 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN8.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN8.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN8.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN8.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN8 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN8" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN8.sys +HKR, NDIS, LogDriverName, , "Neo_VPN8" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN8.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN8.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN8" +Neo.Service.DispName = "VPN Client Device Driver - VPN8" +Neo.Service.Desc = "VPN Client Adapter - VPN8" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN8" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.060 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN8.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN8.sys new file mode 100644 index 00000000..f7037a1a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN8.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN80.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN80.cat new file mode 100644 index 00000000..402de8fd Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN80.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN80.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN80.inf new file mode 100644 index 00000000..fe0fb9af --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN80.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN80.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN80.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN80.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN80 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN80" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN80.sys +HKR, NDIS, LogDriverName, , "Neo_VPN80" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN80.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN80.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN80" +Neo.Service.DispName = "VPN Client Device Driver - VPN80" +Neo.Service.Desc = "VPN Client Adapter - VPN80" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN80" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.892 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN80.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN80.sys new file mode 100644 index 00000000..e9739c5f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN80.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN81.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN81.cat new file mode 100644 index 00000000..629674f0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN81.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN81.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN81.inf new file mode 100644 index 00000000..397b0233 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN81.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN81.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN81.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN81.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN81 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN81" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN81.sys +HKR, NDIS, LogDriverName, , "Neo_VPN81" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN81.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN81.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN81" +Neo.Service.DispName = "VPN Client Device Driver - VPN81" +Neo.Service.Desc = "VPN Client Adapter - VPN81" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN81" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201650.988 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN81.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN81.sys new file mode 100644 index 00000000..bcb4dda2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN81.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN82.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN82.cat new file mode 100644 index 00000000..a030eec9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN82.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN82.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN82.inf new file mode 100644 index 00000000..a0ad3d66 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN82.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN82.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN82.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN82.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN82 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN82" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN82.sys +HKR, NDIS, LogDriverName, , "Neo_VPN82" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN82.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN82.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN82" +Neo.Service.DispName = "VPN Client Device Driver - VPN82" +Neo.Service.Desc = "VPN Client Adapter - VPN82" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN82" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.083 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN82.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN82.sys new file mode 100644 index 00000000..7195e88c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN82.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN83.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN83.cat new file mode 100644 index 00000000..eee4d224 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN83.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN83.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN83.inf new file mode 100644 index 00000000..84153e78 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN83.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN83.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN83.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN83.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN83 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN83" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN83.sys +HKR, NDIS, LogDriverName, , "Neo_VPN83" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN83.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN83.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN83" +Neo.Service.DispName = "VPN Client Device Driver - VPN83" +Neo.Service.Desc = "VPN Client Adapter - VPN83" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN83" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.178 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN83.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN83.sys new file mode 100644 index 00000000..6454547d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN83.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN84.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN84.cat new file mode 100644 index 00000000..ea0f5534 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN84.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN84.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN84.inf new file mode 100644 index 00000000..db5a7364 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN84.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN84.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN84.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN84.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN84 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN84" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN84.sys +HKR, NDIS, LogDriverName, , "Neo_VPN84" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN84.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN84.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN84" +Neo.Service.DispName = "VPN Client Device Driver - VPN84" +Neo.Service.Desc = "VPN Client Adapter - VPN84" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN84" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.273 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN84.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN84.sys new file mode 100644 index 00000000..44d9957a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN84.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN85.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN85.cat new file mode 100644 index 00000000..56fca781 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN85.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN85.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN85.inf new file mode 100644 index 00000000..e0567eb5 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN85.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN85.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN85.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN85.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN85 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN85" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN85.sys +HKR, NDIS, LogDriverName, , "Neo_VPN85" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN85.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN85.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN85" +Neo.Service.DispName = "VPN Client Device Driver - VPN85" +Neo.Service.Desc = "VPN Client Adapter - VPN85" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN85" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.368 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN85.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN85.sys new file mode 100644 index 00000000..67b08076 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN85.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN86.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN86.cat new file mode 100644 index 00000000..f031c6e2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN86.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN86.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN86.inf new file mode 100644 index 00000000..a90f3e06 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN86.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN86.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN86.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN86.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN86 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN86" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN86.sys +HKR, NDIS, LogDriverName, , "Neo_VPN86" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN86.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN86.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN86" +Neo.Service.DispName = "VPN Client Device Driver - VPN86" +Neo.Service.Desc = "VPN Client Adapter - VPN86" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN86" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.463 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN86.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN86.sys new file mode 100644 index 00000000..77d29247 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN86.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN87.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN87.cat new file mode 100644 index 00000000..e4dbf993 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN87.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN87.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN87.inf new file mode 100644 index 00000000..108a8dfb --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN87.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN87.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN87.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN87.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN87 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN87" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN87.sys +HKR, NDIS, LogDriverName, , "Neo_VPN87" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN87.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN87.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN87" +Neo.Service.DispName = "VPN Client Device Driver - VPN87" +Neo.Service.Desc = "VPN Client Adapter - VPN87" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN87" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.558 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN87.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN87.sys new file mode 100644 index 00000000..3f4beb6a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN87.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN88.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN88.cat new file mode 100644 index 00000000..1a698d2e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN88.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN88.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN88.inf new file mode 100644 index 00000000..7b04dfaa --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN88.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN88.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN88.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN88.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN88 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN88" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN88.sys +HKR, NDIS, LogDriverName, , "Neo_VPN88" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN88.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN88.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN88" +Neo.Service.DispName = "VPN Client Device Driver - VPN88" +Neo.Service.Desc = "VPN Client Adapter - VPN88" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN88" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.652 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN88.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN88.sys new file mode 100644 index 00000000..d88e0e74 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN88.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN89.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN89.cat new file mode 100644 index 00000000..83cd5c62 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN89.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN89.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN89.inf new file mode 100644 index 00000000..3d33aa6c --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN89.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN89.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN89.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN89.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN89 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN89" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN89.sys +HKR, NDIS, LogDriverName, , "Neo_VPN89" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN89.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN89.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN89" +Neo.Service.DispName = "VPN Client Device Driver - VPN89" +Neo.Service.Desc = "VPN Client Adapter - VPN89" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN89" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.748 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN89.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN89.sys new file mode 100644 index 00000000..20b8d54f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN89.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN9.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN9.cat new file mode 100644 index 00000000..8c5190c3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN9.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN9.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN9.inf new file mode 100644 index 00000000..70a2b0cd --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN9.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN9.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN9.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN9.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN9 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN9" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN9.sys +HKR, NDIS, LogDriverName, , "Neo_VPN9" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN9.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN9.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN9" +Neo.Service.DispName = "VPN Client Device Driver - VPN9" +Neo.Service.Desc = "VPN Client Adapter - VPN9" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN9" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201644.155 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN9.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN9.sys new file mode 100644 index 00000000..fbecc7db Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN9.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN90.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN90.cat new file mode 100644 index 00000000..f80a3fd7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN90.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN90.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN90.inf new file mode 100644 index 00000000..12d7277a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN90.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN90.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN90.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN90.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN90 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN90" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN90.sys +HKR, NDIS, LogDriverName, , "Neo_VPN90" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN90.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN90.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN90" +Neo.Service.DispName = "VPN Client Device Driver - VPN90" +Neo.Service.Desc = "VPN Client Adapter - VPN90" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN90" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.851 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN90.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN90.sys new file mode 100644 index 00000000..85aac926 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN90.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN91.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN91.cat new file mode 100644 index 00000000..2da529ab Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN91.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN91.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN91.inf new file mode 100644 index 00000000..6446ac89 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN91.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN91.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN91.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN91.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN91 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN91" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN91.sys +HKR, NDIS, LogDriverName, , "Neo_VPN91" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN91.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN91.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN91" +Neo.Service.DispName = "VPN Client Device Driver - VPN91" +Neo.Service.Desc = "VPN Client Adapter - VPN91" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN91" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201651.944 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN91.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN91.sys new file mode 100644 index 00000000..7e66234d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN91.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN92.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN92.cat new file mode 100644 index 00000000..468afb63 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN92.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN92.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN92.inf new file mode 100644 index 00000000..b5dae398 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN92.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN92.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN92.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN92.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN92 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN92" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN92.sys +HKR, NDIS, LogDriverName, , "Neo_VPN92" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN92.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN92.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN92" +Neo.Service.DispName = "VPN Client Device Driver - VPN92" +Neo.Service.Desc = "VPN Client Adapter - VPN92" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN92" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.039 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN92.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN92.sys new file mode 100644 index 00000000..03368d27 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN92.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN93.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN93.cat new file mode 100644 index 00000000..a55fe463 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN93.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN93.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN93.inf new file mode 100644 index 00000000..c263c0af --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN93.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN93.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN93.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN93.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN93 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN93" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN93.sys +HKR, NDIS, LogDriverName, , "Neo_VPN93" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN93.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN93.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN93" +Neo.Service.DispName = "VPN Client Device Driver - VPN93" +Neo.Service.Desc = "VPN Client Adapter - VPN93" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN93" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.134 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN93.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN93.sys new file mode 100644 index 00000000..0a90c08a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN93.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN94.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN94.cat new file mode 100644 index 00000000..60da04eb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN94.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN94.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN94.inf new file mode 100644 index 00000000..8ba4e0e2 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN94.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN94.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN94.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN94.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN94 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN94" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN94.sys +HKR, NDIS, LogDriverName, , "Neo_VPN94" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN94.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN94.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN94" +Neo.Service.DispName = "VPN Client Device Driver - VPN94" +Neo.Service.Desc = "VPN Client Adapter - VPN94" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN94" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.229 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN94.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN94.sys new file mode 100644 index 00000000..e06124c7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN94.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN95.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN95.cat new file mode 100644 index 00000000..831d96b0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN95.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN95.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN95.inf new file mode 100644 index 00000000..855f8a08 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN95.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN95.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN95.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN95.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN95 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN95" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN95.sys +HKR, NDIS, LogDriverName, , "Neo_VPN95" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN95.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN95.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN95" +Neo.Service.DispName = "VPN Client Device Driver - VPN95" +Neo.Service.Desc = "VPN Client Adapter - VPN95" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN95" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.324 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN95.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN95.sys new file mode 100644 index 00000000..174907ca Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN95.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN96.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN96.cat new file mode 100644 index 00000000..63eab224 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN96.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN96.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN96.inf new file mode 100644 index 00000000..134ec01c --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN96.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN96.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN96.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN96.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN96 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN96" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN96.sys +HKR, NDIS, LogDriverName, , "Neo_VPN96" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN96.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN96.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN96" +Neo.Service.DispName = "VPN Client Device Driver - VPN96" +Neo.Service.Desc = "VPN Client Adapter - VPN96" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN96" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.419 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN96.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN96.sys new file mode 100644 index 00000000..5f9ac638 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN96.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN97.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN97.cat new file mode 100644 index 00000000..6bd3f9f3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN97.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN97.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN97.inf new file mode 100644 index 00000000..b20dc207 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN97.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN97.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN97.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN97.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN97 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN97" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN97.sys +HKR, NDIS, LogDriverName, , "Neo_VPN97" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN97.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN97.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN97" +Neo.Service.DispName = "VPN Client Device Driver - VPN97" +Neo.Service.Desc = "VPN Client Adapter - VPN97" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN97" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.512 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN97.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN97.sys new file mode 100644 index 00000000..5abecd7d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN97.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN98.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN98.cat new file mode 100644 index 00000000..3ce35641 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN98.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN98.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN98.inf new file mode 100644 index 00000000..507e5049 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN98.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN98.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN98.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN98.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN98 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN98" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN98.sys +HKR, NDIS, LogDriverName, , "Neo_VPN98" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN98.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN98.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN98" +Neo.Service.DispName = "VPN Client Device Driver - VPN98" +Neo.Service.Desc = "VPN Client Adapter - VPN98" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN98" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.607 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN98.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN98.sys new file mode 100644 index 00000000..fc0a268f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN98.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN99.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN99.cat new file mode 100644 index 00000000..48691144 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN99.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN99.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN99.inf new file mode 100644 index 00000000..a9853b87 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN99.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x64_VPN99.cat + +[Manufacturer] +%CompanyName% = SoftEther, NTamd64 + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x64_VPN99.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x64_VPN99.sys, , , 2 + +[SoftEther.NTamd64] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN99 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN99" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x64_VPN99.sys +HKR, NDIS, LogDriverName, , "Neo_VPN99" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x64_VPN99.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo6_x64_VPN99.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN99" +Neo.Service.DispName = "VPN Client Device Driver - VPN99" +Neo.Service.Desc = "VPN Client Adapter - VPN99" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN99" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201652.703 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN99.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN99.sys new file mode 100644 index 00000000..d872fdac Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x64/Neo6_x64_VPN99.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN.cat new file mode 100644 index 00000000..5b5967f3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN.inf new file mode 100644 index 00000000..55f55d59 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN.sys +HKR, NDIS, LogDriverName, , "Neo_VPN" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN" +Neo.Service.DispName = "VPN Client Device Driver - VPN" +Neo.Service.Desc = "VPN Client Adapter - VPN" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201631.129 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN.sys new file mode 100644 index 00000000..ce05a99d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN10.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN10.cat new file mode 100644 index 00000000..68874c15 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN10.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN10.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN10.inf new file mode 100644 index 00000000..33bd0595 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN10.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN10.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN10.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN10.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN10 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN10" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN10.sys +HKR, NDIS, LogDriverName, , "Neo_VPN10" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN10.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN10.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN10" +Neo.Service.DispName = "VPN Client Device Driver - VPN10" +Neo.Service.Desc = "VPN Client Adapter - VPN10" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN10" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.023 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN10.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN10.sys new file mode 100644 index 00000000..e7a4f88b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN10.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN100.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN100.cat new file mode 100644 index 00000000..052d2b0b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN100.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN100.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN100.inf new file mode 100644 index 00000000..b8a76c57 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN100.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN100.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN100.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN100.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN100 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN100" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN100.sys +HKR, NDIS, LogDriverName, , "Neo_VPN100" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN100.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN100.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN100" +Neo.Service.DispName = "VPN Client Device Driver - VPN100" +Neo.Service.Desc = "VPN Client Adapter - VPN100" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN100" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.685 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN100.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN100.sys new file mode 100644 index 00000000..930802ab Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN100.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN101.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN101.cat new file mode 100644 index 00000000..6f2e37dd Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN101.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN101.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN101.inf new file mode 100644 index 00000000..6280631f --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN101.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN101.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN101.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN101.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN101 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN101" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN101.sys +HKR, NDIS, LogDriverName, , "Neo_VPN101" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN101.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN101.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN101" +Neo.Service.DispName = "VPN Client Device Driver - VPN101" +Neo.Service.Desc = "VPN Client Adapter - VPN101" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN101" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.782 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN101.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN101.sys new file mode 100644 index 00000000..332e1b9a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN101.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN102.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN102.cat new file mode 100644 index 00000000..17fd7a1d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN102.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN102.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN102.inf new file mode 100644 index 00000000..d459ba9b --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN102.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN102.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN102.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN102.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN102 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN102" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN102.sys +HKR, NDIS, LogDriverName, , "Neo_VPN102" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN102.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN102.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN102" +Neo.Service.DispName = "VPN Client Device Driver - VPN102" +Neo.Service.Desc = "VPN Client Adapter - VPN102" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN102" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.878 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN102.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN102.sys new file mode 100644 index 00000000..a5543348 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN102.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN103.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN103.cat new file mode 100644 index 00000000..e4463d7d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN103.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN103.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN103.inf new file mode 100644 index 00000000..141f8869 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN103.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN103.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN103.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN103.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN103 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN103" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN103.sys +HKR, NDIS, LogDriverName, , "Neo_VPN103" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN103.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN103.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN103" +Neo.Service.DispName = "VPN Client Device Driver - VPN103" +Neo.Service.Desc = "VPN Client Adapter - VPN103" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN103" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.976 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN103.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN103.sys new file mode 100644 index 00000000..ef1e3031 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN103.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN104.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN104.cat new file mode 100644 index 00000000..88a027e2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN104.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN104.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN104.inf new file mode 100644 index 00000000..868de68d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN104.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN104.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN104.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN104.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN104 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN104" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN104.sys +HKR, NDIS, LogDriverName, , "Neo_VPN104" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN104.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN104.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN104" +Neo.Service.DispName = "VPN Client Device Driver - VPN104" +Neo.Service.Desc = "VPN Client Adapter - VPN104" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN104" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.072 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN104.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN104.sys new file mode 100644 index 00000000..a3a3d1e5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN104.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN105.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN105.cat new file mode 100644 index 00000000..ea03dab7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN105.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN105.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN105.inf new file mode 100644 index 00000000..3c34358d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN105.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN105.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN105.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN105.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN105 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN105" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN105.sys +HKR, NDIS, LogDriverName, , "Neo_VPN105" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN105.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN105.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN105" +Neo.Service.DispName = "VPN Client Device Driver - VPN105" +Neo.Service.Desc = "VPN Client Adapter - VPN105" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN105" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.168 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN105.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN105.sys new file mode 100644 index 00000000..0cd965c2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN105.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN106.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN106.cat new file mode 100644 index 00000000..15ec239b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN106.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN106.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN106.inf new file mode 100644 index 00000000..201a62b8 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN106.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN106.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN106.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN106.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN106 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN106" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN106.sys +HKR, NDIS, LogDriverName, , "Neo_VPN106" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN106.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN106.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN106" +Neo.Service.DispName = "VPN Client Device Driver - VPN106" +Neo.Service.Desc = "VPN Client Adapter - VPN106" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN106" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.264 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN106.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN106.sys new file mode 100644 index 00000000..3db9d35a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN106.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN107.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN107.cat new file mode 100644 index 00000000..e4546bf9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN107.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN107.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN107.inf new file mode 100644 index 00000000..2807b190 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN107.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN107.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN107.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN107.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN107 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN107" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN107.sys +HKR, NDIS, LogDriverName, , "Neo_VPN107" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN107.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN107.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN107" +Neo.Service.DispName = "VPN Client Device Driver - VPN107" +Neo.Service.Desc = "VPN Client Adapter - VPN107" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN107" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.359 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN107.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN107.sys new file mode 100644 index 00000000..1be52af3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN107.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN108.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN108.cat new file mode 100644 index 00000000..8c389f3f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN108.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN108.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN108.inf new file mode 100644 index 00000000..baccad35 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN108.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN108.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN108.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN108.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN108 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN108" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN108.sys +HKR, NDIS, LogDriverName, , "Neo_VPN108" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN108.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN108.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN108" +Neo.Service.DispName = "VPN Client Device Driver - VPN108" +Neo.Service.Desc = "VPN Client Adapter - VPN108" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN108" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.456 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN108.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN108.sys new file mode 100644 index 00000000..d1eab33e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN108.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN109.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN109.cat new file mode 100644 index 00000000..ee926605 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN109.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN109.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN109.inf new file mode 100644 index 00000000..60a25cd5 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN109.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN109.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN109.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN109.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN109 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN109" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN109.sys +HKR, NDIS, LogDriverName, , "Neo_VPN109" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN109.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN109.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN109" +Neo.Service.DispName = "VPN Client Device Driver - VPN109" +Neo.Service.Desc = "VPN Client Adapter - VPN109" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN109" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.553 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN109.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN109.sys new file mode 100644 index 00000000..2169619d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN109.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN11.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN11.cat new file mode 100644 index 00000000..2cccceeb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN11.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN11.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN11.inf new file mode 100644 index 00000000..5e38a461 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN11.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN11.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN11.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN11.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN11 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN11" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN11.sys +HKR, NDIS, LogDriverName, , "Neo_VPN11" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN11.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN11.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN11" +Neo.Service.DispName = "VPN Client Device Driver - VPN11" +Neo.Service.Desc = "VPN Client Adapter - VPN11" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN11" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.119 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN11.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN11.sys new file mode 100644 index 00000000..8e30735c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN11.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN110.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN110.cat new file mode 100644 index 00000000..3012c42a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN110.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN110.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN110.inf new file mode 100644 index 00000000..1faebb48 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN110.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN110.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN110.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN110.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN110 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN110" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN110.sys +HKR, NDIS, LogDriverName, , "Neo_VPN110" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN110.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN110.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN110" +Neo.Service.DispName = "VPN Client Device Driver - VPN110" +Neo.Service.Desc = "VPN Client Adapter - VPN110" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN110" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.659 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN110.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN110.sys new file mode 100644 index 00000000..39e7a136 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN110.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN111.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN111.cat new file mode 100644 index 00000000..7cd1e676 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN111.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN111.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN111.inf new file mode 100644 index 00000000..1af8e09f --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN111.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN111.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN111.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN111.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN111 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN111" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN111.sys +HKR, NDIS, LogDriverName, , "Neo_VPN111" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN111.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN111.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN111" +Neo.Service.DispName = "VPN Client Device Driver - VPN111" +Neo.Service.Desc = "VPN Client Adapter - VPN111" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN111" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.754 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN111.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN111.sys new file mode 100644 index 00000000..e9c74f6e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN111.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN112.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN112.cat new file mode 100644 index 00000000..38a1259a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN112.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN112.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN112.inf new file mode 100644 index 00000000..677a8b1a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN112.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN112.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN112.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN112.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN112 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN112" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN112.sys +HKR, NDIS, LogDriverName, , "Neo_VPN112" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN112.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN112.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN112" +Neo.Service.DispName = "VPN Client Device Driver - VPN112" +Neo.Service.Desc = "VPN Client Adapter - VPN112" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN112" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.851 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN112.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN112.sys new file mode 100644 index 00000000..295844e0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN112.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN113.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN113.cat new file mode 100644 index 00000000..18d36c5c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN113.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN113.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN113.inf new file mode 100644 index 00000000..db6e4b03 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN113.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN113.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN113.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN113.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN113 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN113" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN113.sys +HKR, NDIS, LogDriverName, , "Neo_VPN113" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN113.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN113.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN113" +Neo.Service.DispName = "VPN Client Device Driver - VPN113" +Neo.Service.Desc = "VPN Client Adapter - VPN113" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN113" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201641.948 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN113.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN113.sys new file mode 100644 index 00000000..8d86c5df Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN113.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN114.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN114.cat new file mode 100644 index 00000000..8b025a74 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN114.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN114.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN114.inf new file mode 100644 index 00000000..ba25e19a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN114.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN114.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN114.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN114.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN114 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN114" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN114.sys +HKR, NDIS, LogDriverName, , "Neo_VPN114" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN114.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN114.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN114" +Neo.Service.DispName = "VPN Client Device Driver - VPN114" +Neo.Service.Desc = "VPN Client Adapter - VPN114" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN114" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.046 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN114.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN114.sys new file mode 100644 index 00000000..f1de2704 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN114.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN115.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN115.cat new file mode 100644 index 00000000..2a5ab748 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN115.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN115.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN115.inf new file mode 100644 index 00000000..518adda2 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN115.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN115.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN115.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN115.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN115 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN115" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN115.sys +HKR, NDIS, LogDriverName, , "Neo_VPN115" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN115.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN115.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN115" +Neo.Service.DispName = "VPN Client Device Driver - VPN115" +Neo.Service.Desc = "VPN Client Adapter - VPN115" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN115" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.142 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN115.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN115.sys new file mode 100644 index 00000000..09ea9151 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN115.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN116.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN116.cat new file mode 100644 index 00000000..6f021708 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN116.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN116.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN116.inf new file mode 100644 index 00000000..48a1579e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN116.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN116.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN116.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN116.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN116 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN116" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN116.sys +HKR, NDIS, LogDriverName, , "Neo_VPN116" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN116.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN116.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN116" +Neo.Service.DispName = "VPN Client Device Driver - VPN116" +Neo.Service.Desc = "VPN Client Adapter - VPN116" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN116" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.239 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN116.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN116.sys new file mode 100644 index 00000000..6b139a70 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN116.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN117.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN117.cat new file mode 100644 index 00000000..04d0b230 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN117.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN117.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN117.inf new file mode 100644 index 00000000..dffccd1f --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN117.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN117.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN117.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN117.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN117 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN117" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN117.sys +HKR, NDIS, LogDriverName, , "Neo_VPN117" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN117.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN117.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN117" +Neo.Service.DispName = "VPN Client Device Driver - VPN117" +Neo.Service.Desc = "VPN Client Adapter - VPN117" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN117" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.336 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN117.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN117.sys new file mode 100644 index 00000000..46eff56d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN117.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN118.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN118.cat new file mode 100644 index 00000000..11e63117 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN118.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN118.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN118.inf new file mode 100644 index 00000000..ec910281 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN118.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN118.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN118.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN118.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN118 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN118" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN118.sys +HKR, NDIS, LogDriverName, , "Neo_VPN118" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN118.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN118.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN118" +Neo.Service.DispName = "VPN Client Device Driver - VPN118" +Neo.Service.Desc = "VPN Client Adapter - VPN118" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN118" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.432 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN118.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN118.sys new file mode 100644 index 00000000..a41b5c49 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN118.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN119.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN119.cat new file mode 100644 index 00000000..118a05ed Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN119.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN119.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN119.inf new file mode 100644 index 00000000..b6e2aa7b --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN119.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN119.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN119.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN119.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN119 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN119" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN119.sys +HKR, NDIS, LogDriverName, , "Neo_VPN119" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN119.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN119.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN119" +Neo.Service.DispName = "VPN Client Device Driver - VPN119" +Neo.Service.Desc = "VPN Client Adapter - VPN119" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN119" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.528 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN119.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN119.sys new file mode 100644 index 00000000..0b7185dd Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN119.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN12.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN12.cat new file mode 100644 index 00000000..1df44249 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN12.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN12.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN12.inf new file mode 100644 index 00000000..35e6d797 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN12.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN12.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN12.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN12.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN12 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN12" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN12.sys +HKR, NDIS, LogDriverName, , "Neo_VPN12" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN12.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN12.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN12" +Neo.Service.DispName = "VPN Client Device Driver - VPN12" +Neo.Service.Desc = "VPN Client Adapter - VPN12" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN12" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.215 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN12.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN12.sys new file mode 100644 index 00000000..38d51f72 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN12.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN120.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN120.cat new file mode 100644 index 00000000..b7879b1b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN120.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN120.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN120.inf new file mode 100644 index 00000000..0a35bd59 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN120.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN120.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN120.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN120.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN120 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN120" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN120.sys +HKR, NDIS, LogDriverName, , "Neo_VPN120" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN120.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN120.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN120" +Neo.Service.DispName = "VPN Client Device Driver - VPN120" +Neo.Service.Desc = "VPN Client Adapter - VPN120" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN120" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.625 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN120.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN120.sys new file mode 100644 index 00000000..2674b5b6 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN120.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN121.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN121.cat new file mode 100644 index 00000000..c29c2989 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN121.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN121.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN121.inf new file mode 100644 index 00000000..004fd82e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN121.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN121.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN121.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN121.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN121 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN121" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN121.sys +HKR, NDIS, LogDriverName, , "Neo_VPN121" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN121.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN121.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN121" +Neo.Service.DispName = "VPN Client Device Driver - VPN121" +Neo.Service.Desc = "VPN Client Adapter - VPN121" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN121" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.722 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN121.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN121.sys new file mode 100644 index 00000000..e3fd4797 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN121.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN122.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN122.cat new file mode 100644 index 00000000..29c0d429 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN122.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN122.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN122.inf new file mode 100644 index 00000000..0fcdfe64 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN122.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN122.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN122.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN122.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN122 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN122" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN122.sys +HKR, NDIS, LogDriverName, , "Neo_VPN122" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN122.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN122.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN122" +Neo.Service.DispName = "VPN Client Device Driver - VPN122" +Neo.Service.Desc = "VPN Client Adapter - VPN122" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN122" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.818 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN122.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN122.sys new file mode 100644 index 00000000..3f547906 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN122.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN123.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN123.cat new file mode 100644 index 00000000..bf740f61 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN123.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN123.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN123.inf new file mode 100644 index 00000000..93617d0c --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN123.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN123.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN123.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN123.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN123 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN123" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN123.sys +HKR, NDIS, LogDriverName, , "Neo_VPN123" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN123.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN123.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN123" +Neo.Service.DispName = "VPN Client Device Driver - VPN123" +Neo.Service.Desc = "VPN Client Adapter - VPN123" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN123" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201642.914 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN123.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN123.sys new file mode 100644 index 00000000..c3d90e49 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN123.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN124.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN124.cat new file mode 100644 index 00000000..2df18b9b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN124.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN124.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN124.inf new file mode 100644 index 00000000..d48f2a5b --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN124.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN124.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN124.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN124.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN124 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN124" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN124.sys +HKR, NDIS, LogDriverName, , "Neo_VPN124" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN124.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN124.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN124" +Neo.Service.DispName = "VPN Client Device Driver - VPN124" +Neo.Service.Desc = "VPN Client Adapter - VPN124" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN124" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.009 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN124.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN124.sys new file mode 100644 index 00000000..74eaa46b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN124.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN125.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN125.cat new file mode 100644 index 00000000..0166a6b2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN125.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN125.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN125.inf new file mode 100644 index 00000000..0c1537b8 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN125.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN125.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN125.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN125.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN125 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN125" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN125.sys +HKR, NDIS, LogDriverName, , "Neo_VPN125" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN125.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN125.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN125" +Neo.Service.DispName = "VPN Client Device Driver - VPN125" +Neo.Service.Desc = "VPN Client Adapter - VPN125" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN125" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.104 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN125.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN125.sys new file mode 100644 index 00000000..5ee0fab8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN125.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN126.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN126.cat new file mode 100644 index 00000000..788cb86a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN126.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN126.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN126.inf new file mode 100644 index 00000000..7a1c68d0 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN126.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN126.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN126.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN126.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN126 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN126" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN126.sys +HKR, NDIS, LogDriverName, , "Neo_VPN126" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN126.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN126.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN126" +Neo.Service.DispName = "VPN Client Device Driver - VPN126" +Neo.Service.Desc = "VPN Client Adapter - VPN126" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN126" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.199 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN126.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN126.sys new file mode 100644 index 00000000..05447e4a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN126.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN127.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN127.cat new file mode 100644 index 00000000..65015009 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN127.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN127.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN127.inf new file mode 100644 index 00000000..da781713 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN127.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN127.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN127.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN127.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN127 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN127" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN127.sys +HKR, NDIS, LogDriverName, , "Neo_VPN127" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN127.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN127.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN127" +Neo.Service.DispName = "VPN Client Device Driver - VPN127" +Neo.Service.Desc = "VPN Client Adapter - VPN127" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN127" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201643.299 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN127.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN127.sys new file mode 100644 index 00000000..070f2981 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN127.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN13.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN13.cat new file mode 100644 index 00000000..bbc5100c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN13.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN13.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN13.inf new file mode 100644 index 00000000..984d1e62 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN13.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN13.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN13.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN13.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN13 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN13" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN13.sys +HKR, NDIS, LogDriverName, , "Neo_VPN13" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN13.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN13.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN13" +Neo.Service.DispName = "VPN Client Device Driver - VPN13" +Neo.Service.Desc = "VPN Client Adapter - VPN13" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN13" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.312 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN13.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN13.sys new file mode 100644 index 00000000..841889d2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN13.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN14.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN14.cat new file mode 100644 index 00000000..f6a4e4a0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN14.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN14.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN14.inf new file mode 100644 index 00000000..54490964 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN14.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN14.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN14.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN14.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN14 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN14" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN14.sys +HKR, NDIS, LogDriverName, , "Neo_VPN14" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN14.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN14.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN14" +Neo.Service.DispName = "VPN Client Device Driver - VPN14" +Neo.Service.Desc = "VPN Client Adapter - VPN14" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN14" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.409 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN14.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN14.sys new file mode 100644 index 00000000..dad7591c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN14.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN15.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN15.cat new file mode 100644 index 00000000..ab15aa14 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN15.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN15.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN15.inf new file mode 100644 index 00000000..452c55f1 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN15.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN15.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN15.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN15.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN15 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN15" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN15.sys +HKR, NDIS, LogDriverName, , "Neo_VPN15" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN15.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN15.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN15" +Neo.Service.DispName = "VPN Client Device Driver - VPN15" +Neo.Service.Desc = "VPN Client Adapter - VPN15" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN15" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.507 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN15.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN15.sys new file mode 100644 index 00000000..a22ff58f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN15.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN16.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN16.cat new file mode 100644 index 00000000..0698306c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN16.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN16.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN16.inf new file mode 100644 index 00000000..103a3d34 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN16.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN16.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN16.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN16.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN16 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN16" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN16.sys +HKR, NDIS, LogDriverName, , "Neo_VPN16" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN16.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN16.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN16" +Neo.Service.DispName = "VPN Client Device Driver - VPN16" +Neo.Service.Desc = "VPN Client Adapter - VPN16" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN16" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.604 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN16.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN16.sys new file mode 100644 index 00000000..b3efb3e2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN16.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN17.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN17.cat new file mode 100644 index 00000000..3ffd596f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN17.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN17.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN17.inf new file mode 100644 index 00000000..be0dc764 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN17.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN17.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN17.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN17.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN17 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN17" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN17.sys +HKR, NDIS, LogDriverName, , "Neo_VPN17" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN17.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN17.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN17" +Neo.Service.DispName = "VPN Client Device Driver - VPN17" +Neo.Service.Desc = "VPN Client Adapter - VPN17" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN17" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.702 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN17.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN17.sys new file mode 100644 index 00000000..9f29643e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN17.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN18.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN18.cat new file mode 100644 index 00000000..702db6eb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN18.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN18.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN18.inf new file mode 100644 index 00000000..164c43e2 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN18.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN18.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN18.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN18.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN18 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN18" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN18.sys +HKR, NDIS, LogDriverName, , "Neo_VPN18" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN18.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN18.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN18" +Neo.Service.DispName = "VPN Client Device Driver - VPN18" +Neo.Service.Desc = "VPN Client Adapter - VPN18" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN18" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.799 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN18.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN18.sys new file mode 100644 index 00000000..fbc950e3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN18.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN19.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN19.cat new file mode 100644 index 00000000..7f0d7ee3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN19.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN19.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN19.inf new file mode 100644 index 00000000..adca7885 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN19.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN19.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN19.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN19.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN19 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN19" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN19.sys +HKR, NDIS, LogDriverName, , "Neo_VPN19" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN19.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN19.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN19" +Neo.Service.DispName = "VPN Client Device Driver - VPN19" +Neo.Service.Desc = "VPN Client Adapter - VPN19" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN19" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.897 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN19.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN19.sys new file mode 100644 index 00000000..5f96efb2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN19.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN2.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN2.cat new file mode 100644 index 00000000..00ac03cf Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN2.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN2.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN2.inf new file mode 100644 index 00000000..aa0b75e5 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN2.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN2.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN2.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN2.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN2 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN2" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN2.sys +HKR, NDIS, LogDriverName, , "Neo_VPN2" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN2.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN2.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN2" +Neo.Service.DispName = "VPN Client Device Driver - VPN2" +Neo.Service.Desc = "VPN Client Adapter - VPN2" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN2" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201631.231 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN2.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN2.sys new file mode 100644 index 00000000..97a840e9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN2.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN20.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN20.cat new file mode 100644 index 00000000..18a45751 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN20.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN20.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN20.inf new file mode 100644 index 00000000..32d28a0a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN20.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN20.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN20.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN20.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN20 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN20" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN20.sys +HKR, NDIS, LogDriverName, , "Neo_VPN20" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN20.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN20.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN20" +Neo.Service.DispName = "VPN Client Device Driver - VPN20" +Neo.Service.Desc = "VPN Client Adapter - VPN20" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN20" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201632.992 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN20.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN20.sys new file mode 100644 index 00000000..b9e9fd65 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN20.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN21.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN21.cat new file mode 100644 index 00000000..e95c6036 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN21.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN21.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN21.inf new file mode 100644 index 00000000..296118b8 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN21.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN21.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN21.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN21.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN21 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN21" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN21.sys +HKR, NDIS, LogDriverName, , "Neo_VPN21" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN21.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN21.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN21" +Neo.Service.DispName = "VPN Client Device Driver - VPN21" +Neo.Service.Desc = "VPN Client Adapter - VPN21" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN21" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.088 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN21.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN21.sys new file mode 100644 index 00000000..5e0ee6a5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN21.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN22.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN22.cat new file mode 100644 index 00000000..e25dda77 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN22.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN22.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN22.inf new file mode 100644 index 00000000..cb91dcfc --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN22.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN22.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN22.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN22.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN22 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN22" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN22.sys +HKR, NDIS, LogDriverName, , "Neo_VPN22" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN22.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN22.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN22" +Neo.Service.DispName = "VPN Client Device Driver - VPN22" +Neo.Service.Desc = "VPN Client Adapter - VPN22" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN22" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.183 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN22.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN22.sys new file mode 100644 index 00000000..c0760db5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN22.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN23.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN23.cat new file mode 100644 index 00000000..d9e579ef Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN23.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN23.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN23.inf new file mode 100644 index 00000000..8406d182 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN23.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN23.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN23.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN23.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN23 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN23" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN23.sys +HKR, NDIS, LogDriverName, , "Neo_VPN23" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN23.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN23.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN23" +Neo.Service.DispName = "VPN Client Device Driver - VPN23" +Neo.Service.Desc = "VPN Client Adapter - VPN23" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN23" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.280 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN23.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN23.sys new file mode 100644 index 00000000..8f16fbd3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN23.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN24.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN24.cat new file mode 100644 index 00000000..7bc5b53f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN24.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN24.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN24.inf new file mode 100644 index 00000000..e6f4fc4d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN24.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN24.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN24.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN24.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN24 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN24" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN24.sys +HKR, NDIS, LogDriverName, , "Neo_VPN24" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN24.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN24.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN24" +Neo.Service.DispName = "VPN Client Device Driver - VPN24" +Neo.Service.Desc = "VPN Client Adapter - VPN24" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN24" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.377 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN24.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN24.sys new file mode 100644 index 00000000..7837ecc7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN24.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN25.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN25.cat new file mode 100644 index 00000000..84e1bb8a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN25.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN25.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN25.inf new file mode 100644 index 00000000..4d25270a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN25.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN25.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN25.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN25.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN25 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN25" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN25.sys +HKR, NDIS, LogDriverName, , "Neo_VPN25" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN25.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN25.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN25" +Neo.Service.DispName = "VPN Client Device Driver - VPN25" +Neo.Service.Desc = "VPN Client Adapter - VPN25" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN25" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.477 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN25.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN25.sys new file mode 100644 index 00000000..87362bac Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN25.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN26.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN26.cat new file mode 100644 index 00000000..60a02104 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN26.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN26.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN26.inf new file mode 100644 index 00000000..ad45c6d3 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN26.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN26.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN26.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN26.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN26 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN26" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN26.sys +HKR, NDIS, LogDriverName, , "Neo_VPN26" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN26.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN26.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN26" +Neo.Service.DispName = "VPN Client Device Driver - VPN26" +Neo.Service.Desc = "VPN Client Adapter - VPN26" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN26" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.573 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN26.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN26.sys new file mode 100644 index 00000000..b17b066c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN26.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN27.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN27.cat new file mode 100644 index 00000000..b9c538ff Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN27.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN27.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN27.inf new file mode 100644 index 00000000..43b03306 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN27.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN27.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN27.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN27.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN27 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN27" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN27.sys +HKR, NDIS, LogDriverName, , "Neo_VPN27" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN27.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN27.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN27" +Neo.Service.DispName = "VPN Client Device Driver - VPN27" +Neo.Service.Desc = "VPN Client Adapter - VPN27" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN27" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.669 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN27.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN27.sys new file mode 100644 index 00000000..fdfd24e0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN27.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN28.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN28.cat new file mode 100644 index 00000000..d4a78230 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN28.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN28.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN28.inf new file mode 100644 index 00000000..80d379dd --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN28.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN28.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN28.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN28.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN28 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN28" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN28.sys +HKR, NDIS, LogDriverName, , "Neo_VPN28" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN28.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN28.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN28" +Neo.Service.DispName = "VPN Client Device Driver - VPN28" +Neo.Service.Desc = "VPN Client Adapter - VPN28" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN28" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.766 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN28.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN28.sys new file mode 100644 index 00000000..d3789bbe Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN28.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN29.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN29.cat new file mode 100644 index 00000000..cb88e32f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN29.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN29.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN29.inf new file mode 100644 index 00000000..3c8e21f3 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN29.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN29.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN29.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN29.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN29 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN29" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN29.sys +HKR, NDIS, LogDriverName, , "Neo_VPN29" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN29.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN29.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN29" +Neo.Service.DispName = "VPN Client Device Driver - VPN29" +Neo.Service.Desc = "VPN Client Adapter - VPN29" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN29" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.862 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN29.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN29.sys new file mode 100644 index 00000000..ecf3c5f1 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN29.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN3.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN3.cat new file mode 100644 index 00000000..6a7784f4 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN3.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN3.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN3.inf new file mode 100644 index 00000000..e034bd33 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN3.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN3.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN3.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN3.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN3 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN3" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN3.sys +HKR, NDIS, LogDriverName, , "Neo_VPN3" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN3.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN3.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN3" +Neo.Service.DispName = "VPN Client Device Driver - VPN3" +Neo.Service.Desc = "VPN Client Adapter - VPN3" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN3" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201631.341 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN3.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN3.sys new file mode 100644 index 00000000..dd464a54 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN3.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN30.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN30.cat new file mode 100644 index 00000000..6e3d2ee0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN30.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN30.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN30.inf new file mode 100644 index 00000000..80059581 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN30.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN30.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN30.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN30.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN30 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN30" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN30.sys +HKR, NDIS, LogDriverName, , "Neo_VPN30" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN30.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN30.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN30" +Neo.Service.DispName = "VPN Client Device Driver - VPN30" +Neo.Service.Desc = "VPN Client Adapter - VPN30" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN30" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201633.958 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN30.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN30.sys new file mode 100644 index 00000000..31696c3b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN30.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN31.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN31.cat new file mode 100644 index 00000000..6651f825 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN31.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN31.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN31.inf new file mode 100644 index 00000000..c4c0327a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN31.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN31.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN31.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN31.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN31 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN31" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN31.sys +HKR, NDIS, LogDriverName, , "Neo_VPN31" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN31.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN31.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN31" +Neo.Service.DispName = "VPN Client Device Driver - VPN31" +Neo.Service.Desc = "VPN Client Adapter - VPN31" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN31" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.054 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN31.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN31.sys new file mode 100644 index 00000000..5ab7cbb7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN31.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN32.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN32.cat new file mode 100644 index 00000000..50755aa0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN32.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN32.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN32.inf new file mode 100644 index 00000000..ec930c3a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN32.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN32.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN32.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN32.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN32 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN32" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN32.sys +HKR, NDIS, LogDriverName, , "Neo_VPN32" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN32.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN32.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN32" +Neo.Service.DispName = "VPN Client Device Driver - VPN32" +Neo.Service.Desc = "VPN Client Adapter - VPN32" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN32" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.150 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN32.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN32.sys new file mode 100644 index 00000000..2534525b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN32.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN33.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN33.cat new file mode 100644 index 00000000..6c9cfa0d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN33.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN33.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN33.inf new file mode 100644 index 00000000..8a3b7ed3 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN33.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN33.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN33.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN33.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN33 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN33" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN33.sys +HKR, NDIS, LogDriverName, , "Neo_VPN33" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN33.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN33.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN33" +Neo.Service.DispName = "VPN Client Device Driver - VPN33" +Neo.Service.Desc = "VPN Client Adapter - VPN33" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN33" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.246 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN33.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN33.sys new file mode 100644 index 00000000..af90a8dc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN33.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN34.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN34.cat new file mode 100644 index 00000000..e410b592 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN34.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN34.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN34.inf new file mode 100644 index 00000000..6c473d09 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN34.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN34.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN34.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN34.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN34 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN34" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN34.sys +HKR, NDIS, LogDriverName, , "Neo_VPN34" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN34.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN34.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN34" +Neo.Service.DispName = "VPN Client Device Driver - VPN34" +Neo.Service.Desc = "VPN Client Adapter - VPN34" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN34" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.342 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN34.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN34.sys new file mode 100644 index 00000000..affe1429 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN34.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN35.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN35.cat new file mode 100644 index 00000000..c1d4737c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN35.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN35.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN35.inf new file mode 100644 index 00000000..01f0013e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN35.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN35.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN35.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN35.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN35 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN35" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN35.sys +HKR, NDIS, LogDriverName, , "Neo_VPN35" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN35.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN35.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN35" +Neo.Service.DispName = "VPN Client Device Driver - VPN35" +Neo.Service.Desc = "VPN Client Adapter - VPN35" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN35" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.438 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN35.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN35.sys new file mode 100644 index 00000000..8fdc6489 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN35.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN36.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN36.cat new file mode 100644 index 00000000..7228090a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN36.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN36.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN36.inf new file mode 100644 index 00000000..e8e2696a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN36.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN36.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN36.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN36.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN36 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN36" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN36.sys +HKR, NDIS, LogDriverName, , "Neo_VPN36" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN36.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN36.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN36" +Neo.Service.DispName = "VPN Client Device Driver - VPN36" +Neo.Service.Desc = "VPN Client Adapter - VPN36" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN36" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.534 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN36.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN36.sys new file mode 100644 index 00000000..b00b9062 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN36.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN37.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN37.cat new file mode 100644 index 00000000..6881898a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN37.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN37.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN37.inf new file mode 100644 index 00000000..00fc9690 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN37.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN37.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN37.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN37.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN37 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN37" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN37.sys +HKR, NDIS, LogDriverName, , "Neo_VPN37" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN37.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN37.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN37" +Neo.Service.DispName = "VPN Client Device Driver - VPN37" +Neo.Service.Desc = "VPN Client Adapter - VPN37" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN37" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.629 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN37.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN37.sys new file mode 100644 index 00000000..5ee1c1ad Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN37.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN38.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN38.cat new file mode 100644 index 00000000..0604bdcc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN38.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN38.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN38.inf new file mode 100644 index 00000000..65d64f6e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN38.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN38.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN38.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN38.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN38 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN38" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN38.sys +HKR, NDIS, LogDriverName, , "Neo_VPN38" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN38.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN38.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN38" +Neo.Service.DispName = "VPN Client Device Driver - VPN38" +Neo.Service.Desc = "VPN Client Adapter - VPN38" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN38" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.725 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN38.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN38.sys new file mode 100644 index 00000000..37fecd41 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN38.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN39.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN39.cat new file mode 100644 index 00000000..9fad75c5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN39.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN39.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN39.inf new file mode 100644 index 00000000..a99ed80a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN39.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN39.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN39.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN39.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN39 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN39" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN39.sys +HKR, NDIS, LogDriverName, , "Neo_VPN39" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN39.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN39.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN39" +Neo.Service.DispName = "VPN Client Device Driver - VPN39" +Neo.Service.Desc = "VPN Client Adapter - VPN39" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN39" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.820 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN39.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN39.sys new file mode 100644 index 00000000..2e581a33 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN39.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN4.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN4.cat new file mode 100644 index 00000000..8b19fa53 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN4.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN4.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN4.inf new file mode 100644 index 00000000..7dbfbd47 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN4.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN4.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN4.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN4.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN4 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN4" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN4.sys +HKR, NDIS, LogDriverName, , "Neo_VPN4" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN4.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN4.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN4" +Neo.Service.DispName = "VPN Client Device Driver - VPN4" +Neo.Service.Desc = "VPN Client Adapter - VPN4" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN4" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201631.442 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN4.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN4.sys new file mode 100644 index 00000000..500b9839 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN4.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN40.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN40.cat new file mode 100644 index 00000000..138c3760 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN40.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN40.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN40.inf new file mode 100644 index 00000000..619db492 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN40.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN40.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN40.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN40.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN40 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN40" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN40.sys +HKR, NDIS, LogDriverName, , "Neo_VPN40" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN40.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN40.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN40" +Neo.Service.DispName = "VPN Client Device Driver - VPN40" +Neo.Service.Desc = "VPN Client Adapter - VPN40" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN40" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201634.917 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN40.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN40.sys new file mode 100644 index 00000000..ed11fbdb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN40.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN41.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN41.cat new file mode 100644 index 00000000..cde47b65 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN41.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN41.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN41.inf new file mode 100644 index 00000000..27c8bb57 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN41.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN41.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN41.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN41.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN41 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN41" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN41.sys +HKR, NDIS, LogDriverName, , "Neo_VPN41" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN41.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN41.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN41" +Neo.Service.DispName = "VPN Client Device Driver - VPN41" +Neo.Service.Desc = "VPN Client Adapter - VPN41" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN41" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.012 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN41.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN41.sys new file mode 100644 index 00000000..050d5fb4 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN41.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN42.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN42.cat new file mode 100644 index 00000000..b89fce36 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN42.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN42.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN42.inf new file mode 100644 index 00000000..04243e77 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN42.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN42.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN42.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN42.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN42 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN42" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN42.sys +HKR, NDIS, LogDriverName, , "Neo_VPN42" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN42.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN42.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN42" +Neo.Service.DispName = "VPN Client Device Driver - VPN42" +Neo.Service.Desc = "VPN Client Adapter - VPN42" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN42" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.108 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN42.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN42.sys new file mode 100644 index 00000000..50463a47 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN42.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN43.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN43.cat new file mode 100644 index 00000000..686362c6 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN43.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN43.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN43.inf new file mode 100644 index 00000000..e82fc4af --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN43.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN43.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN43.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN43.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN43 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN43" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN43.sys +HKR, NDIS, LogDriverName, , "Neo_VPN43" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN43.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN43.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN43" +Neo.Service.DispName = "VPN Client Device Driver - VPN43" +Neo.Service.Desc = "VPN Client Adapter - VPN43" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN43" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.204 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN43.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN43.sys new file mode 100644 index 00000000..d0fb39f2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN43.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN44.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN44.cat new file mode 100644 index 00000000..d838a98a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN44.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN44.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN44.inf new file mode 100644 index 00000000..31bc2eb9 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN44.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN44.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN44.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN44.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN44 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN44" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN44.sys +HKR, NDIS, LogDriverName, , "Neo_VPN44" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN44.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN44.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN44" +Neo.Service.DispName = "VPN Client Device Driver - VPN44" +Neo.Service.Desc = "VPN Client Adapter - VPN44" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN44" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.301 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN44.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN44.sys new file mode 100644 index 00000000..db8799c2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN44.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN45.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN45.cat new file mode 100644 index 00000000..4256b127 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN45.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN45.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN45.inf new file mode 100644 index 00000000..4cef8d65 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN45.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN45.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN45.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN45.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN45 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN45" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN45.sys +HKR, NDIS, LogDriverName, , "Neo_VPN45" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN45.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN45.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN45" +Neo.Service.DispName = "VPN Client Device Driver - VPN45" +Neo.Service.Desc = "VPN Client Adapter - VPN45" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN45" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.398 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN45.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN45.sys new file mode 100644 index 00000000..7c425f13 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN45.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN46.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN46.cat new file mode 100644 index 00000000..5d325c98 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN46.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN46.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN46.inf new file mode 100644 index 00000000..c9d7ed2e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN46.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN46.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN46.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN46.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN46 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN46" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN46.sys +HKR, NDIS, LogDriverName, , "Neo_VPN46" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN46.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN46.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN46" +Neo.Service.DispName = "VPN Client Device Driver - VPN46" +Neo.Service.Desc = "VPN Client Adapter - VPN46" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN46" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.494 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN46.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN46.sys new file mode 100644 index 00000000..4c900479 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN46.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN47.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN47.cat new file mode 100644 index 00000000..90f884dd Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN47.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN47.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN47.inf new file mode 100644 index 00000000..2a37f5b5 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN47.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN47.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN47.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN47.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN47 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN47" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN47.sys +HKR, NDIS, LogDriverName, , "Neo_VPN47" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN47.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN47.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN47" +Neo.Service.DispName = "VPN Client Device Driver - VPN47" +Neo.Service.Desc = "VPN Client Adapter - VPN47" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN47" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.589 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN47.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN47.sys new file mode 100644 index 00000000..b0e3a01c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN47.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN48.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN48.cat new file mode 100644 index 00000000..66969377 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN48.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN48.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN48.inf new file mode 100644 index 00000000..0fd733d7 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN48.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN48.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN48.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN48.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN48 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN48" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN48.sys +HKR, NDIS, LogDriverName, , "Neo_VPN48" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN48.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN48.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN48" +Neo.Service.DispName = "VPN Client Device Driver - VPN48" +Neo.Service.Desc = "VPN Client Adapter - VPN48" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN48" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.686 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN48.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN48.sys new file mode 100644 index 00000000..07d23c3e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN48.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN49.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN49.cat new file mode 100644 index 00000000..76e36285 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN49.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN49.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN49.inf new file mode 100644 index 00000000..a412d742 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN49.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN49.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN49.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN49.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN49 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN49" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN49.sys +HKR, NDIS, LogDriverName, , "Neo_VPN49" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN49.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN49.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN49" +Neo.Service.DispName = "VPN Client Device Driver - VPN49" +Neo.Service.Desc = "VPN Client Adapter - VPN49" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN49" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.782 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN49.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN49.sys new file mode 100644 index 00000000..0b82d084 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN49.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN5.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN5.cat new file mode 100644 index 00000000..fb5f5920 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN5.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN5.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN5.inf new file mode 100644 index 00000000..1cefc144 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN5.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN5.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN5.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN5.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN5 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN5" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN5.sys +HKR, NDIS, LogDriverName, , "Neo_VPN5" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN5.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN5.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN5" +Neo.Service.DispName = "VPN Client Device Driver - VPN5" +Neo.Service.Desc = "VPN Client Adapter - VPN5" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN5" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201631.541 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN5.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN5.sys new file mode 100644 index 00000000..7b679fc6 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN5.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN50.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN50.cat new file mode 100644 index 00000000..923cb8a6 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN50.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN50.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN50.inf new file mode 100644 index 00000000..63c8f7a4 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN50.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN50.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN50.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN50.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN50 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN50" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN50.sys +HKR, NDIS, LogDriverName, , "Neo_VPN50" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN50.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN50.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN50" +Neo.Service.DispName = "VPN Client Device Driver - VPN50" +Neo.Service.Desc = "VPN Client Adapter - VPN50" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN50" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.878 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN50.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN50.sys new file mode 100644 index 00000000..cf7f7bb5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN50.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN51.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN51.cat new file mode 100644 index 00000000..ea7b3d5b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN51.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN51.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN51.inf new file mode 100644 index 00000000..9aa1a1c0 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN51.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN51.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN51.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN51.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN51 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN51" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN51.sys +HKR, NDIS, LogDriverName, , "Neo_VPN51" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN51.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN51.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN51" +Neo.Service.DispName = "VPN Client Device Driver - VPN51" +Neo.Service.Desc = "VPN Client Adapter - VPN51" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN51" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201635.974 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN51.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN51.sys new file mode 100644 index 00000000..bfbcef41 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN51.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN52.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN52.cat new file mode 100644 index 00000000..0fcfad53 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN52.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN52.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN52.inf new file mode 100644 index 00000000..fe7d550a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN52.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN52.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN52.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN52.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN52 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN52" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN52.sys +HKR, NDIS, LogDriverName, , "Neo_VPN52" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN52.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN52.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN52" +Neo.Service.DispName = "VPN Client Device Driver - VPN52" +Neo.Service.Desc = "VPN Client Adapter - VPN52" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN52" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.069 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN52.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN52.sys new file mode 100644 index 00000000..c1b9b533 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN52.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN53.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN53.cat new file mode 100644 index 00000000..6f373c9d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN53.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN53.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN53.inf new file mode 100644 index 00000000..25e443e1 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN53.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN53.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN53.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN53.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN53 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN53" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN53.sys +HKR, NDIS, LogDriverName, , "Neo_VPN53" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN53.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN53.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN53" +Neo.Service.DispName = "VPN Client Device Driver - VPN53" +Neo.Service.Desc = "VPN Client Adapter - VPN53" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN53" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.165 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN53.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN53.sys new file mode 100644 index 00000000..e7a6d4cf Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN53.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN54.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN54.cat new file mode 100644 index 00000000..89ed2960 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN54.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN54.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN54.inf new file mode 100644 index 00000000..87ff1d1d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN54.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN54.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN54.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN54.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN54 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN54" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN54.sys +HKR, NDIS, LogDriverName, , "Neo_VPN54" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN54.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN54.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN54" +Neo.Service.DispName = "VPN Client Device Driver - VPN54" +Neo.Service.Desc = "VPN Client Adapter - VPN54" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN54" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.263 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN54.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN54.sys new file mode 100644 index 00000000..79a36d2e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN54.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN55.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN55.cat new file mode 100644 index 00000000..80137b58 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN55.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN55.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN55.inf new file mode 100644 index 00000000..edd6264a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN55.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN55.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN55.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN55.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN55 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN55" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN55.sys +HKR, NDIS, LogDriverName, , "Neo_VPN55" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN55.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN55.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN55" +Neo.Service.DispName = "VPN Client Device Driver - VPN55" +Neo.Service.Desc = "VPN Client Adapter - VPN55" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN55" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.360 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN55.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN55.sys new file mode 100644 index 00000000..e68b899c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN55.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN56.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN56.cat new file mode 100644 index 00000000..2042e4c1 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN56.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN56.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN56.inf new file mode 100644 index 00000000..a16961af --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN56.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN56.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN56.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN56.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN56 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN56" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN56.sys +HKR, NDIS, LogDriverName, , "Neo_VPN56" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN56.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN56.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN56" +Neo.Service.DispName = "VPN Client Device Driver - VPN56" +Neo.Service.Desc = "VPN Client Adapter - VPN56" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN56" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.456 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN56.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN56.sys new file mode 100644 index 00000000..2e2db883 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN56.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN57.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN57.cat new file mode 100644 index 00000000..bd2857b9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN57.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN57.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN57.inf new file mode 100644 index 00000000..ff678af4 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN57.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN57.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN57.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN57.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN57 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN57" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN57.sys +HKR, NDIS, LogDriverName, , "Neo_VPN57" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN57.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN57.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN57" +Neo.Service.DispName = "VPN Client Device Driver - VPN57" +Neo.Service.Desc = "VPN Client Adapter - VPN57" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN57" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.557 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN57.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN57.sys new file mode 100644 index 00000000..64eb2ef3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN57.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN58.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN58.cat new file mode 100644 index 00000000..2b00f398 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN58.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN58.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN58.inf new file mode 100644 index 00000000..80f9d79d --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN58.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN58.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN58.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN58.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN58 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN58" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN58.sys +HKR, NDIS, LogDriverName, , "Neo_VPN58" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN58.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN58.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN58" +Neo.Service.DispName = "VPN Client Device Driver - VPN58" +Neo.Service.Desc = "VPN Client Adapter - VPN58" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN58" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.653 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN58.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN58.sys new file mode 100644 index 00000000..0440aa39 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN58.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN59.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN59.cat new file mode 100644 index 00000000..86b77d48 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN59.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN59.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN59.inf new file mode 100644 index 00000000..e650f61a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN59.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN59.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN59.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN59.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN59 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN59" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN59.sys +HKR, NDIS, LogDriverName, , "Neo_VPN59" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN59.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN59.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN59" +Neo.Service.DispName = "VPN Client Device Driver - VPN59" +Neo.Service.Desc = "VPN Client Adapter - VPN59" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN59" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.750 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN59.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN59.sys new file mode 100644 index 00000000..abf50cfc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN59.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN6.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN6.cat new file mode 100644 index 00000000..fb8886b4 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN6.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN6.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN6.inf new file mode 100644 index 00000000..99ba1878 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN6.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN6.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN6.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN6.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN6 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN6" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN6.sys +HKR, NDIS, LogDriverName, , "Neo_VPN6" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN6.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN6.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN6" +Neo.Service.DispName = "VPN Client Device Driver - VPN6" +Neo.Service.Desc = "VPN Client Adapter - VPN6" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN6" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201631.638 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN6.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN6.sys new file mode 100644 index 00000000..7c3d5589 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN6.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN60.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN60.cat new file mode 100644 index 00000000..12c94612 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN60.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN60.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN60.inf new file mode 100644 index 00000000..30bef125 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN60.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN60.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN60.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN60.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN60 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN60" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN60.sys +HKR, NDIS, LogDriverName, , "Neo_VPN60" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN60.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN60.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN60" +Neo.Service.DispName = "VPN Client Device Driver - VPN60" +Neo.Service.Desc = "VPN Client Adapter - VPN60" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN60" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.846 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN60.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN60.sys new file mode 100644 index 00000000..0b4be13a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN60.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN61.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN61.cat new file mode 100644 index 00000000..26a8c94d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN61.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN61.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN61.inf new file mode 100644 index 00000000..2431caa5 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN61.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN61.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN61.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN61.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN61 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN61" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN61.sys +HKR, NDIS, LogDriverName, , "Neo_VPN61" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN61.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN61.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN61" +Neo.Service.DispName = "VPN Client Device Driver - VPN61" +Neo.Service.Desc = "VPN Client Adapter - VPN61" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN61" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201636.942 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN61.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN61.sys new file mode 100644 index 00000000..b6ad1cc8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN61.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN62.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN62.cat new file mode 100644 index 00000000..22e7f8ab Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN62.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN62.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN62.inf new file mode 100644 index 00000000..67e17894 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN62.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN62.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN62.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN62.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN62 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN62" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN62.sys +HKR, NDIS, LogDriverName, , "Neo_VPN62" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN62.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN62.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN62" +Neo.Service.DispName = "VPN Client Device Driver - VPN62" +Neo.Service.Desc = "VPN Client Adapter - VPN62" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN62" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.039 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN62.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN62.sys new file mode 100644 index 00000000..8457901c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN62.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN63.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN63.cat new file mode 100644 index 00000000..119a8be8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN63.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN63.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN63.inf new file mode 100644 index 00000000..9f9680ba --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN63.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN63.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN63.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN63.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN63 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN63" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN63.sys +HKR, NDIS, LogDriverName, , "Neo_VPN63" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN63.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN63.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN63" +Neo.Service.DispName = "VPN Client Device Driver - VPN63" +Neo.Service.Desc = "VPN Client Adapter - VPN63" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN63" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.135 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN63.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN63.sys new file mode 100644 index 00000000..7913675c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN63.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN64.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN64.cat new file mode 100644 index 00000000..2c4b0918 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN64.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN64.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN64.inf new file mode 100644 index 00000000..21dd73be --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN64.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN64.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN64.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN64.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN64 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN64" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN64.sys +HKR, NDIS, LogDriverName, , "Neo_VPN64" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN64.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN64.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN64" +Neo.Service.DispName = "VPN Client Device Driver - VPN64" +Neo.Service.Desc = "VPN Client Adapter - VPN64" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN64" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.231 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN64.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN64.sys new file mode 100644 index 00000000..5a9e933b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN64.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN65.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN65.cat new file mode 100644 index 00000000..d5da6b47 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN65.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN65.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN65.inf new file mode 100644 index 00000000..d262c433 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN65.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN65.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN65.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN65.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN65 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN65" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN65.sys +HKR, NDIS, LogDriverName, , "Neo_VPN65" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN65.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN65.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN65" +Neo.Service.DispName = "VPN Client Device Driver - VPN65" +Neo.Service.Desc = "VPN Client Adapter - VPN65" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN65" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.327 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN65.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN65.sys new file mode 100644 index 00000000..cb1a76e5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN65.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN66.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN66.cat new file mode 100644 index 00000000..ce592a17 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN66.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN66.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN66.inf new file mode 100644 index 00000000..78169661 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN66.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN66.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN66.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN66.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN66 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN66" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN66.sys +HKR, NDIS, LogDriverName, , "Neo_VPN66" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN66.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN66.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN66" +Neo.Service.DispName = "VPN Client Device Driver - VPN66" +Neo.Service.Desc = "VPN Client Adapter - VPN66" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN66" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.422 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN66.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN66.sys new file mode 100644 index 00000000..98f3dfed Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN66.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN67.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN67.cat new file mode 100644 index 00000000..4fa9d38e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN67.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN67.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN67.inf new file mode 100644 index 00000000..2a6bb5aa --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN67.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN67.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN67.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN67.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN67 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN67" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN67.sys +HKR, NDIS, LogDriverName, , "Neo_VPN67" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN67.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN67.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN67" +Neo.Service.DispName = "VPN Client Device Driver - VPN67" +Neo.Service.Desc = "VPN Client Adapter - VPN67" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN67" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.517 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN67.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN67.sys new file mode 100644 index 00000000..e5b6f5bf Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN67.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN68.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN68.cat new file mode 100644 index 00000000..7b60cdab Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN68.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN68.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN68.inf new file mode 100644 index 00000000..00b559c7 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN68.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN68.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN68.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN68.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN68 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN68" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN68.sys +HKR, NDIS, LogDriverName, , "Neo_VPN68" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN68.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN68.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN68" +Neo.Service.DispName = "VPN Client Device Driver - VPN68" +Neo.Service.Desc = "VPN Client Adapter - VPN68" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN68" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.613 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN68.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN68.sys new file mode 100644 index 00000000..e0c3da9d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN68.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN69.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN69.cat new file mode 100644 index 00000000..9053e1b0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN69.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN69.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN69.inf new file mode 100644 index 00000000..9da033ee --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN69.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN69.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN69.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN69.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN69 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN69" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN69.sys +HKR, NDIS, LogDriverName, , "Neo_VPN69" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN69.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN69.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN69" +Neo.Service.DispName = "VPN Client Device Driver - VPN69" +Neo.Service.Desc = "VPN Client Adapter - VPN69" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN69" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.709 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN69.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN69.sys new file mode 100644 index 00000000..7c6dad82 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN69.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN7.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN7.cat new file mode 100644 index 00000000..756008e5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN7.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN7.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN7.inf new file mode 100644 index 00000000..1f8d5e7f --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN7.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN7.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN7.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN7.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN7 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN7" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN7.sys +HKR, NDIS, LogDriverName, , "Neo_VPN7" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN7.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN7.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN7" +Neo.Service.DispName = "VPN Client Device Driver - VPN7" +Neo.Service.Desc = "VPN Client Adapter - VPN7" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN7" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201631.734 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN7.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN7.sys new file mode 100644 index 00000000..8e17caf5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN7.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN70.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN70.cat new file mode 100644 index 00000000..780b1d60 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN70.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN70.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN70.inf new file mode 100644 index 00000000..5a9a4ac8 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN70.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN70.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN70.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN70.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN70 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN70" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN70.sys +HKR, NDIS, LogDriverName, , "Neo_VPN70" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN70.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN70.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN70" +Neo.Service.DispName = "VPN Client Device Driver - VPN70" +Neo.Service.Desc = "VPN Client Adapter - VPN70" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN70" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.804 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN70.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN70.sys new file mode 100644 index 00000000..c2abf03f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN70.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN71.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN71.cat new file mode 100644 index 00000000..9167136c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN71.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN71.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN71.inf new file mode 100644 index 00000000..b7e2a71b --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN71.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN71.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN71.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN71.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN71 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN71" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN71.sys +HKR, NDIS, LogDriverName, , "Neo_VPN71" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN71.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN71.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN71" +Neo.Service.DispName = "VPN Client Device Driver - VPN71" +Neo.Service.Desc = "VPN Client Adapter - VPN71" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN71" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.900 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN71.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN71.sys new file mode 100644 index 00000000..a056d25b Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN71.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN72.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN72.cat new file mode 100644 index 00000000..4953c8b7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN72.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN72.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN72.inf new file mode 100644 index 00000000..2c6bad7c --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN72.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN72.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN72.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN72.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN72 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN72" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN72.sys +HKR, NDIS, LogDriverName, , "Neo_VPN72" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN72.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN72.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN72" +Neo.Service.DispName = "VPN Client Device Driver - VPN72" +Neo.Service.Desc = "VPN Client Adapter - VPN72" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN72" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201637.996 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN72.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN72.sys new file mode 100644 index 00000000..c935e92c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN72.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN73.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN73.cat new file mode 100644 index 00000000..9fa163a0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN73.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN73.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN73.inf new file mode 100644 index 00000000..fffcfd02 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN73.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN73.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN73.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN73.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN73 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN73" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN73.sys +HKR, NDIS, LogDriverName, , "Neo_VPN73" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN73.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN73.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN73" +Neo.Service.DispName = "VPN Client Device Driver - VPN73" +Neo.Service.Desc = "VPN Client Adapter - VPN73" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN73" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.092 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN73.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN73.sys new file mode 100644 index 00000000..e463a251 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN73.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN74.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN74.cat new file mode 100644 index 00000000..94b6fad3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN74.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN74.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN74.inf new file mode 100644 index 00000000..6914d429 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN74.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN74.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN74.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN74.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN74 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN74" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN74.sys +HKR, NDIS, LogDriverName, , "Neo_VPN74" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN74.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN74.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN74" +Neo.Service.DispName = "VPN Client Device Driver - VPN74" +Neo.Service.Desc = "VPN Client Adapter - VPN74" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN74" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.189 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN74.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN74.sys new file mode 100644 index 00000000..4b5a55de Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN74.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN75.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN75.cat new file mode 100644 index 00000000..ca2b2662 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN75.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN75.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN75.inf new file mode 100644 index 00000000..11d83913 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN75.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN75.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN75.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN75.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN75 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN75" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN75.sys +HKR, NDIS, LogDriverName, , "Neo_VPN75" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN75.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN75.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN75" +Neo.Service.DispName = "VPN Client Device Driver - VPN75" +Neo.Service.Desc = "VPN Client Adapter - VPN75" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN75" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.285 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN75.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN75.sys new file mode 100644 index 00000000..3b449ee1 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN75.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN76.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN76.cat new file mode 100644 index 00000000..124cbb19 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN76.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN76.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN76.inf new file mode 100644 index 00000000..3842970e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN76.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN76.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN76.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN76.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN76 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN76" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN76.sys +HKR, NDIS, LogDriverName, , "Neo_VPN76" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN76.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN76.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN76" +Neo.Service.DispName = "VPN Client Device Driver - VPN76" +Neo.Service.Desc = "VPN Client Adapter - VPN76" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN76" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.381 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN76.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN76.sys new file mode 100644 index 00000000..99ff1735 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN76.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN77.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN77.cat new file mode 100644 index 00000000..83e366dc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN77.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN77.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN77.inf new file mode 100644 index 00000000..84f3dc3e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN77.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN77.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN77.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN77.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN77 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN77" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN77.sys +HKR, NDIS, LogDriverName, , "Neo_VPN77" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN77.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN77.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN77" +Neo.Service.DispName = "VPN Client Device Driver - VPN77" +Neo.Service.Desc = "VPN Client Adapter - VPN77" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN77" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.477 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN77.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN77.sys new file mode 100644 index 00000000..49629daa Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN77.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN78.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN78.cat new file mode 100644 index 00000000..8d455e94 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN78.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN78.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN78.inf new file mode 100644 index 00000000..cc677f38 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN78.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN78.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN78.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN78.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN78 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN78" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN78.sys +HKR, NDIS, LogDriverName, , "Neo_VPN78" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN78.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN78.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN78" +Neo.Service.DispName = "VPN Client Device Driver - VPN78" +Neo.Service.Desc = "VPN Client Adapter - VPN78" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN78" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.573 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN78.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN78.sys new file mode 100644 index 00000000..3a41a211 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN78.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN79.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN79.cat new file mode 100644 index 00000000..d340e013 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN79.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN79.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN79.inf new file mode 100644 index 00000000..c2e0c60b --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN79.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN79.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN79.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN79.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN79 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN79" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN79.sys +HKR, NDIS, LogDriverName, , "Neo_VPN79" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN79.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN79.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN79" +Neo.Service.DispName = "VPN Client Device Driver - VPN79" +Neo.Service.Desc = "VPN Client Adapter - VPN79" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN79" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.669 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN79.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN79.sys new file mode 100644 index 00000000..d7dc1bac Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN79.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN8.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN8.cat new file mode 100644 index 00000000..0152ddd6 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN8.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN8.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN8.inf new file mode 100644 index 00000000..70503074 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN8.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN8.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN8.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN8.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN8 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN8" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN8.sys +HKR, NDIS, LogDriverName, , "Neo_VPN8" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN8.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN8.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN8" +Neo.Service.DispName = "VPN Client Device Driver - VPN8" +Neo.Service.Desc = "VPN Client Adapter - VPN8" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN8" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201631.831 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN8.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN8.sys new file mode 100644 index 00000000..25bffc33 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN8.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN80.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN80.cat new file mode 100644 index 00000000..1edfa0f8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN80.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN80.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN80.inf new file mode 100644 index 00000000..3c320d7e --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN80.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN80.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN80.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN80.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN80 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN80" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN80.sys +HKR, NDIS, LogDriverName, , "Neo_VPN80" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN80.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN80.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN80" +Neo.Service.DispName = "VPN Client Device Driver - VPN80" +Neo.Service.Desc = "VPN Client Adapter - VPN80" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN80" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.765 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN80.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN80.sys new file mode 100644 index 00000000..5ad1b06a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN80.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN81.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN81.cat new file mode 100644 index 00000000..f2d41d9f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN81.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN81.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN81.inf new file mode 100644 index 00000000..923bc932 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN81.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN81.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN81.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN81.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN81 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN81" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN81.sys +HKR, NDIS, LogDriverName, , "Neo_VPN81" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN81.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN81.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN81" +Neo.Service.DispName = "VPN Client Device Driver - VPN81" +Neo.Service.Desc = "VPN Client Adapter - VPN81" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN81" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.860 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN81.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN81.sys new file mode 100644 index 00000000..204d793f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN81.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN82.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN82.cat new file mode 100644 index 00000000..e81a73e0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN82.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN82.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN82.inf new file mode 100644 index 00000000..dde8f74a --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN82.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN82.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN82.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN82.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN82 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN82" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN82.sys +HKR, NDIS, LogDriverName, , "Neo_VPN82" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN82.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN82.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN82" +Neo.Service.DispName = "VPN Client Device Driver - VPN82" +Neo.Service.Desc = "VPN Client Adapter - VPN82" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN82" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201638.955 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN82.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN82.sys new file mode 100644 index 00000000..b76477a6 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN82.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN83.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN83.cat new file mode 100644 index 00000000..ae16501f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN83.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN83.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN83.inf new file mode 100644 index 00000000..cee77bfc --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN83.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN83.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN83.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN83.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN83 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN83" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN83.sys +HKR, NDIS, LogDriverName, , "Neo_VPN83" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN83.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN83.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN83" +Neo.Service.DispName = "VPN Client Device Driver - VPN83" +Neo.Service.Desc = "VPN Client Adapter - VPN83" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN83" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.050 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN83.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN83.sys new file mode 100644 index 00000000..b259d399 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN83.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN84.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN84.cat new file mode 100644 index 00000000..fede8e24 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN84.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN84.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN84.inf new file mode 100644 index 00000000..e42417f1 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN84.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN84.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN84.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN84.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN84 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN84" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN84.sys +HKR, NDIS, LogDriverName, , "Neo_VPN84" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN84.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN84.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN84" +Neo.Service.DispName = "VPN Client Device Driver - VPN84" +Neo.Service.Desc = "VPN Client Adapter - VPN84" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN84" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.146 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN84.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN84.sys new file mode 100644 index 00000000..005b19a8 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN84.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN85.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN85.cat new file mode 100644 index 00000000..963d3453 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN85.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN85.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN85.inf new file mode 100644 index 00000000..3b3c3933 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN85.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN85.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN85.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN85.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN85 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN85" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN85.sys +HKR, NDIS, LogDriverName, , "Neo_VPN85" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN85.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN85.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN85" +Neo.Service.DispName = "VPN Client Device Driver - VPN85" +Neo.Service.Desc = "VPN Client Adapter - VPN85" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN85" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.242 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN85.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN85.sys new file mode 100644 index 00000000..cb1ad9c2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN85.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN86.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN86.cat new file mode 100644 index 00000000..91530344 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN86.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN86.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN86.inf new file mode 100644 index 00000000..eb4d3211 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN86.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN86.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN86.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN86.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN86 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN86" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN86.sys +HKR, NDIS, LogDriverName, , "Neo_VPN86" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN86.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN86.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN86" +Neo.Service.DispName = "VPN Client Device Driver - VPN86" +Neo.Service.Desc = "VPN Client Adapter - VPN86" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN86" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.338 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN86.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN86.sys new file mode 100644 index 00000000..394e2d43 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN86.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN87.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN87.cat new file mode 100644 index 00000000..70aa00ab Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN87.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN87.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN87.inf new file mode 100644 index 00000000..68079952 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN87.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN87.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN87.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN87.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN87 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN87" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN87.sys +HKR, NDIS, LogDriverName, , "Neo_VPN87" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN87.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN87.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN87" +Neo.Service.DispName = "VPN Client Device Driver - VPN87" +Neo.Service.Desc = "VPN Client Adapter - VPN87" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN87" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.434 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN87.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN87.sys new file mode 100644 index 00000000..01e35ed4 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN87.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN88.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN88.cat new file mode 100644 index 00000000..a99013ef Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN88.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN88.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN88.inf new file mode 100644 index 00000000..055f28e7 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN88.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN88.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN88.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN88.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN88 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN88" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN88.sys +HKR, NDIS, LogDriverName, , "Neo_VPN88" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN88.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN88.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN88" +Neo.Service.DispName = "VPN Client Device Driver - VPN88" +Neo.Service.Desc = "VPN Client Adapter - VPN88" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN88" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.530 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN88.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN88.sys new file mode 100644 index 00000000..fbcc01cc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN88.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN89.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN89.cat new file mode 100644 index 00000000..61a175ac Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN89.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN89.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN89.inf new file mode 100644 index 00000000..6b142b48 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN89.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN89.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN89.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN89.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN89 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN89" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN89.sys +HKR, NDIS, LogDriverName, , "Neo_VPN89" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN89.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN89.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN89" +Neo.Service.DispName = "VPN Client Device Driver - VPN89" +Neo.Service.Desc = "VPN Client Adapter - VPN89" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN89" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.626 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN89.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN89.sys new file mode 100644 index 00000000..473acc78 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN89.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN9.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN9.cat new file mode 100644 index 00000000..41744b4e Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN9.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN9.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN9.inf new file mode 100644 index 00000000..1335c1f8 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN9.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN9.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN9.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN9.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN9 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN9" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN9.sys +HKR, NDIS, LogDriverName, , "Neo_VPN9" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN9.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN9.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN9" +Neo.Service.DispName = "VPN Client Device Driver - VPN9" +Neo.Service.Desc = "VPN Client Adapter - VPN9" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN9" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201631.927 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN9.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN9.sys new file mode 100644 index 00000000..c249bfcd Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN9.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN90.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN90.cat new file mode 100644 index 00000000..7c006c9d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN90.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN90.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN90.inf new file mode 100644 index 00000000..8f9e71ae --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN90.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN90.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN90.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN90.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN90 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN90" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN90.sys +HKR, NDIS, LogDriverName, , "Neo_VPN90" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN90.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN90.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN90" +Neo.Service.DispName = "VPN Client Device Driver - VPN90" +Neo.Service.Desc = "VPN Client Adapter - VPN90" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN90" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.722 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN90.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN90.sys new file mode 100644 index 00000000..5b9682b5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN90.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN91.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN91.cat new file mode 100644 index 00000000..2fe9d894 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN91.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN91.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN91.inf new file mode 100644 index 00000000..973c58cc --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN91.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN91.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN91.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN91.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN91 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN91" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN91.sys +HKR, NDIS, LogDriverName, , "Neo_VPN91" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN91.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN91.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN91" +Neo.Service.DispName = "VPN Client Device Driver - VPN91" +Neo.Service.Desc = "VPN Client Adapter - VPN91" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN91" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.819 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN91.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN91.sys new file mode 100644 index 00000000..b9b09a80 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN91.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN92.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN92.cat new file mode 100644 index 00000000..ac8638a2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN92.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN92.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN92.inf new file mode 100644 index 00000000..c6e95477 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN92.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN92.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN92.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN92.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN92 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN92" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN92.sys +HKR, NDIS, LogDriverName, , "Neo_VPN92" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN92.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN92.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN92" +Neo.Service.DispName = "VPN Client Device Driver - VPN92" +Neo.Service.Desc = "VPN Client Adapter - VPN92" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN92" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201639.915 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN92.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN92.sys new file mode 100644 index 00000000..60c9fdf9 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN92.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN93.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN93.cat new file mode 100644 index 00000000..b4c06d35 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN93.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN93.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN93.inf new file mode 100644 index 00000000..61cb371b --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN93.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN93.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN93.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN93.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN93 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN93" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN93.sys +HKR, NDIS, LogDriverName, , "Neo_VPN93" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN93.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN93.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN93" +Neo.Service.DispName = "VPN Client Device Driver - VPN93" +Neo.Service.Desc = "VPN Client Adapter - VPN93" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN93" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.014 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN93.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN93.sys new file mode 100644 index 00000000..77bebb0a Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN93.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN94.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN94.cat new file mode 100644 index 00000000..fd5fbbfa Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN94.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN94.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN94.inf new file mode 100644 index 00000000..1bba8fe5 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN94.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN94.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN94.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN94.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN94 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN94" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN94.sys +HKR, NDIS, LogDriverName, , "Neo_VPN94" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN94.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN94.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN94" +Neo.Service.DispName = "VPN Client Device Driver - VPN94" +Neo.Service.Desc = "VPN Client Adapter - VPN94" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN94" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.111 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN94.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN94.sys new file mode 100644 index 00000000..c8f63138 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN94.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN95.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN95.cat new file mode 100644 index 00000000..96f35740 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN95.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN95.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN95.inf new file mode 100644 index 00000000..5b661fe1 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN95.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN95.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN95.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN95.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN95 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN95" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN95.sys +HKR, NDIS, LogDriverName, , "Neo_VPN95" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN95.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN95.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN95" +Neo.Service.DispName = "VPN Client Device Driver - VPN95" +Neo.Service.Desc = "VPN Client Adapter - VPN95" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN95" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.207 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN95.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN95.sys new file mode 100644 index 00000000..613af430 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN95.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN96.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN96.cat new file mode 100644 index 00000000..e62350bc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN96.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN96.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN96.inf new file mode 100644 index 00000000..cbd35d44 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN96.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN96.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN96.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN96.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN96 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN96" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN96.sys +HKR, NDIS, LogDriverName, , "Neo_VPN96" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN96.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN96.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN96" +Neo.Service.DispName = "VPN Client Device Driver - VPN96" +Neo.Service.Desc = "VPN Client Adapter - VPN96" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN96" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.302 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN96.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN96.sys new file mode 100644 index 00000000..b1c82be3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN96.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN97.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN97.cat new file mode 100644 index 00000000..1df466cd Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN97.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN97.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN97.inf new file mode 100644 index 00000000..9732c4bb --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN97.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN97.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN97.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN97.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN97 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN97" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN97.sys +HKR, NDIS, LogDriverName, , "Neo_VPN97" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN97.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN97.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN97" +Neo.Service.DispName = "VPN Client Device Driver - VPN97" +Neo.Service.Desc = "VPN Client Adapter - VPN97" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN97" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.397 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN97.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN97.sys new file mode 100644 index 00000000..96f0bc1d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN97.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN98.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN98.cat new file mode 100644 index 00000000..951f4334 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN98.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN98.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN98.inf new file mode 100644 index 00000000..d6aee663 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN98.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN98.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN98.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN98.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN98 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN98" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN98.sys +HKR, NDIS, LogDriverName, , "Neo_VPN98" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN98.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN98.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN98" +Neo.Service.DispName = "VPN Client Device Driver - VPN98" +Neo.Service.Desc = "VPN Client Adapter - VPN98" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN98" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.493 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN98.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN98.sys new file mode 100644 index 00000000..4b44d04d Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN98.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN99.cat b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN99.cat new file mode 100644 index 00000000..32190b05 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN99.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN99.inf b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN99.inf new file mode 100644 index 00000000..5b57cbc3 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN99.inf @@ -0,0 +1,114 @@ +; VPN Client Device Driver for Windows 2000 and Greater +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %CompanyName% +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = Neo6_x86_VPN99.cat + +[Manufacturer] +%CompanyName% = SoftEther + +[SourceDisksNames] +1=%DiskDescription%, "", , + +[SourceDisksFiles] +Neo6_x86_VPN99.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +Neo.CopyFiles.Sys = 12 + +[Neo.CopyFiles.Sys] +Neo6_x86_VPN99.sys, , , 2 + +[SoftEther] +%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN99 + +[NeoAdapter.Install] +Characteristics = 0x1 +AddReg = Neo.Reg, NeoAdapter.Ndi +CopyFiles = Neo.CopyFiles.Sys +*IfType = 6 +*MediaType = 0 +*PhysicalMediaType = 0 + +[NeoAdapter.Install.Services] +AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name% + +[NeoAdapter.Ndi] +HKR, , NetworkAddress, 0, %DefaultAddress% +HKR, Ndi, DeviceID, , "NeoAdapter_VPN99" +HKR, , DevLoader, , ndis +HKR, , DeviceVxDs, , Neo6_x86_VPN99.sys +HKR, NDIS, LogDriverName, , "Neo_VPN99" +HKR, NDIS, MajorNdisVersion, 1, 5 +HKR, NDIS, MinorNdisVersion, 1, 0 +HKR, Ndi\Interfaces, DefUpper, , "ndis5" +HKR, Ndi\Interfaces, UpperRange, , "ndis5" +HKR, Ndi\Interfaces, LowerRange, , "ethernet" +HKR, Ndi\Interfaces, DefLower, , "ethernet" +HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys" +HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress% +HKR, Ndi\Params\NetworkAddress, type, 0, "edit" +HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12" +HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1" +HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress% +HKR, Ndi\Params\NetworkAddress, optional, 0, "0" +HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed% +HKR, Ndi\Params\MaxSpeed, type, 0, "int" +HKR, Ndi\Params\MaxSpeed, default, 0, "100" +HKR, Ndi\Params\MaxSpeed, min, 0, "0" +HKR, Ndi\Params\MaxSpeed, max, 0, "2000" +HKR, Ndi\Params\MaxSpeed, step, 0, "1" +HKR, Ndi\Params\MaxSpeed, Base, 0, "10" +HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink% +HKR, Ndi\Params\KeepLink, type, 0, "enum" +HKR, Ndi\Params\KeepLink\enum, "1", 0, %On% +HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off% +HKR, Ndi\Params\KeepLink, default, 0, "0" + + +[Neo.Service] +DisplayName = %Neo.Service.DispName% +Description = %Neo.Service.Desc% +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\Neo6_x86_VPN99.sys +LoadOrderGroup = NDIS + +[Neo.Reg] +HKR, Ndi, Service, 0, Neo.Service.Name +HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" + +[Neo.EventLog] +HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN99.sys" +HKR, , TypesSupported, 0x00010001, 7 + +[Strings] +CompanyName = "SoftEther Corporation" +DiskDescription = "VPN Client Device Driver Install Disk" +Neo.Service.Name = "Neo_VPN99" +Neo.Service.DispName = "VPN Client Device Driver - VPN99" +Neo.Service.Desc = "VPN Client Adapter - VPN99" +NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN99" +Neo.EventLog.Name = "Neo" +NetworkAddress = "MAC Address" +DefaultAddress = "000001000001" +MaxSpeed = "Indicate Speed (Mbps)" +KeepLink = "Keep Link" +On = "On" +Off = "Off" + + +; Auto Generated 20151018_201640.589 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN99.sys b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN99.sys new file mode 100644 index 00000000..aa690dbf Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win10/x86/Neo6_x86_VPN99.sys differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64.sys b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64.sys new file mode 100644 index 00000000..7f8d0f05 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64.sys differ diff --git a/src/bin/hamcore/inf/x64/INF_VPN.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN.inf index 2c50d97b..b24b584e 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN" Neo.Service.DispName = "VPN Client Device Driver - VPN" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.789 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN10.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN10.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN10.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN10.inf index 662e81c2..a70c19b8 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN10.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN10.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN10.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN10.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN10" Neo.Service.DispName = "VPN Client Device Driver - VPN10" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.812 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN100.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN100.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN100.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN100.inf index 075303f2..738696df 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN100.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN100.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN100.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN100.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN100" Neo.Service.DispName = "VPN Client Device Driver - VPN100" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.018 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN101.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN101.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN101.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN101.inf index f03752c4..a4cb1d28 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN101.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN101.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN101.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN101.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN101" Neo.Service.DispName = "VPN Client Device Driver - VPN101" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.020 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN102.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN102.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN102.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN102.inf index 080165ba..22cf591e 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN102.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN102.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN102.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN102.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN102" Neo.Service.DispName = "VPN Client Device Driver - VPN102" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.022 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN103.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN103.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN103.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN103.inf index d4710060..63da9e1b 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN103.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN103.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN103.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN103.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN103" Neo.Service.DispName = "VPN Client Device Driver - VPN103" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.024 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN104.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN104.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN104.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN104.inf index 60aca66f..6943229f 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN104.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN104.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN104.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN104.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN104" Neo.Service.DispName = "VPN Client Device Driver - VPN104" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.027 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN105.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN105.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN105.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN105.inf index 0d42c51b..d1ea8877 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN105.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN105.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN105.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN105.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN105" Neo.Service.DispName = "VPN Client Device Driver - VPN105" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.029 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN106.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN106.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN106.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN106.inf index 2c14e44e..0ace679a 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN106.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN106.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN106.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN106.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN106" Neo.Service.DispName = "VPN Client Device Driver - VPN106" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.031 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN107.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN107.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN107.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN107.inf index 2dab36c1..ee7975fa 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN107.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN107.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN107.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN107.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN107" Neo.Service.DispName = "VPN Client Device Driver - VPN107" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.033 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN108.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN108.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN108.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN108.inf index 3aa012fa..f465b854 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN108.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN108.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN108.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN108.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN108" Neo.Service.DispName = "VPN Client Device Driver - VPN108" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.035 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN109.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN109.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN109.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN109.inf index ceed7b97..879d456d 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN109.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN109.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN109.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN109.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN109" Neo.Service.DispName = "VPN Client Device Driver - VPN109" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.038 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN11.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN11.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN11.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN11.inf index 602d07a8..e3d03ebf 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN11.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN11.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN11.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN11.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN11" Neo.Service.DispName = "VPN Client Device Driver - VPN11" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.814 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN110.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN110.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN110.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN110.inf index 4660f6c2..b4ce0da3 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN110.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN110.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN110.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN110.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN110" Neo.Service.DispName = "VPN Client Device Driver - VPN110" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.040 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN111.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN111.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN111.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN111.inf index f779ebcc..5234a1d9 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN111.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN111.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN111.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN111.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN111" Neo.Service.DispName = "VPN Client Device Driver - VPN111" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.043 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN112.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN112.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN112.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN112.inf index 3b91415a..b9c35943 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN112.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN112.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN112.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN112.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN112" Neo.Service.DispName = "VPN Client Device Driver - VPN112" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.045 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN113.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN113.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN113.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN113.inf index 61b68403..5def8730 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN113.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN113.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN113.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN113.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN113" Neo.Service.DispName = "VPN Client Device Driver - VPN113" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.047 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN114.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN114.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN114.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN114.inf index 16be0359..60ca751c 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN114.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN114.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN114.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN114.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN114" Neo.Service.DispName = "VPN Client Device Driver - VPN114" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.049 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN115.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN115.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN115.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN115.inf index d07b4910..113841ac 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN115.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN115.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN115.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN115.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN115" Neo.Service.DispName = "VPN Client Device Driver - VPN115" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.051 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN116.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN116.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN116.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN116.inf index 32ab0e8d..077118ef 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN116.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN116.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN116.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN116.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN116" Neo.Service.DispName = "VPN Client Device Driver - VPN116" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.053 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN117.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN117.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN117.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN117.inf index c96c85b5..a544c1f9 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN117.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN117.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN117.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN117.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN117" Neo.Service.DispName = "VPN Client Device Driver - VPN117" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.056 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN118.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN118.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN118.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN118.inf index 781b59ed..0e42b761 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN118.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN118.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN118.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN118.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN118" Neo.Service.DispName = "VPN Client Device Driver - VPN118" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.058 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN119.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN119.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN119.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN119.inf index d8c457a5..9838f963 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN119.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN119.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN119.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN119.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN119" Neo.Service.DispName = "VPN Client Device Driver - VPN119" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.060 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN12.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN12.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN12.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN12.inf index 8fe63aad..b22d1f55 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN12.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN12.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN12.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN12.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN12" Neo.Service.DispName = "VPN Client Device Driver - VPN12" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.817 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN120.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN120.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN120.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN120.inf index 7d7837dd..c826428b 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN120.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN120.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN120.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN120.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN120" Neo.Service.DispName = "VPN Client Device Driver - VPN120" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.062 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN121.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN121.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN121.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN121.inf index e847abb2..28f43e3b 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN121.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN121.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN121.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN121.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN121" Neo.Service.DispName = "VPN Client Device Driver - VPN121" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.064 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN122.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN122.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN122.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN122.inf index e12c339c..79116cf0 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN122.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN122.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN122.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN122.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN122" Neo.Service.DispName = "VPN Client Device Driver - VPN122" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.067 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN123.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN123.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN123.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN123.inf index a1ab3bf6..a3d605a2 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN123.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN123.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN123.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN123.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN123" Neo.Service.DispName = "VPN Client Device Driver - VPN123" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.069 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN124.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN124.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN124.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN124.inf index 7c7da592..18381844 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN124.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN124.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN124.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN124.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN124" Neo.Service.DispName = "VPN Client Device Driver - VPN124" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.071 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN125.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN125.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN125.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN125.inf index 26cbe727..0130069f 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN125.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN125.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN125.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN125.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN125" Neo.Service.DispName = "VPN Client Device Driver - VPN125" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.073 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN126.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN126.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN126.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN126.inf index 394f2765..b435e46a 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN126.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN126.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN126.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN126.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN126" Neo.Service.DispName = "VPN Client Device Driver - VPN126" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.075 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN127.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN127.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN127.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN127.inf index 33b15f2c..98cdbbaf 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN127.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN127.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN127.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN127.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN127" Neo.Service.DispName = "VPN Client Device Driver - VPN127" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.078 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN13.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN13.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN13.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN13.inf index 3cbfb0c2..be1b5a8a 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN13.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN13.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN13.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN13.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN13" Neo.Service.DispName = "VPN Client Device Driver - VPN13" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.819 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN14.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN14.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN14.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN14.inf index 6b03bb81..4ab2c3e6 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN14.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN14.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN14.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN14.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN14" Neo.Service.DispName = "VPN Client Device Driver - VPN14" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.821 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN15.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN15.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN15.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN15.inf index 7c9f209b..ff58545e 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN15.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN15.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN15.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN15.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN15" Neo.Service.DispName = "VPN Client Device Driver - VPN15" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.824 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN16.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN16.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN16.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN16.inf index cc946fb5..b56bcf4a 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN16.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN16.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN16.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN16.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN16" Neo.Service.DispName = "VPN Client Device Driver - VPN16" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.826 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN17.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN17.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN17.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN17.inf index 3020e794..e0402d2c 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN17.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN17.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN17.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN17.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN17" Neo.Service.DispName = "VPN Client Device Driver - VPN17" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.829 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN18.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN18.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN18.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN18.inf index 1e664379..c7e7eeca 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN18.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN18.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN18.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN18.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN18" Neo.Service.DispName = "VPN Client Device Driver - VPN18" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.831 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN19.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN19.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN19.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN19.inf index 9cb5b1f6..84aa7a67 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN19.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN19.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN19.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN19.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN19" Neo.Service.DispName = "VPN Client Device Driver - VPN19" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.834 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN2.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN2.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN2.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN2.inf index ff6176a9..642eb9eb 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN2.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN2.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN2.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN2.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN2" Neo.Service.DispName = "VPN Client Device Driver - VPN2" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.792 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN20.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN20.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN20.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN20.inf index 54351ca2..fe306508 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN20.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN20.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN20.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN20.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN20" Neo.Service.DispName = "VPN Client Device Driver - VPN20" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.836 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN21.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN21.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN21.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN21.inf index 7a7ec74d..2690e2ea 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN21.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN21.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN21.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN21.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN21" Neo.Service.DispName = "VPN Client Device Driver - VPN21" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.838 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN22.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN22.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN22.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN22.inf index b2f25118..b4a0adfe 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN22.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN22.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN22.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN22.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN22" Neo.Service.DispName = "VPN Client Device Driver - VPN22" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.841 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN23.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN23.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN23.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN23.inf index 2bdf532e..1081e4ba 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN23.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN23.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN23.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN23.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN23" Neo.Service.DispName = "VPN Client Device Driver - VPN23" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.843 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN24.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN24.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN24.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN24.inf index 0b734dab..3629f37a 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN24.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN24.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN24.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN24.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN24" Neo.Service.DispName = "VPN Client Device Driver - VPN24" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.845 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN25.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN25.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN25.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN25.inf index 4434c05c..e1a4afe4 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN25.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN25.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN25.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN25.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN25" Neo.Service.DispName = "VPN Client Device Driver - VPN25" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.848 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN26.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN26.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN26.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN26.inf index 719e37f9..021707fe 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN26.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN26.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN26.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN26.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN26" Neo.Service.DispName = "VPN Client Device Driver - VPN26" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.850 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN27.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN27.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN27.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN27.inf index 38eea8d7..4e29de50 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN27.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN27.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN27.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN27.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN27" Neo.Service.DispName = "VPN Client Device Driver - VPN27" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.853 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN28.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN28.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN28.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN28.inf index 324f1ff4..4cd82a8e 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN28.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN28.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN28.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN28.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN28" Neo.Service.DispName = "VPN Client Device Driver - VPN28" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.855 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN29.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN29.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN29.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN29.inf index 531cabcd..9ce2b289 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN29.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN29.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN29.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN29.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN29" Neo.Service.DispName = "VPN Client Device Driver - VPN29" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.857 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN3.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN3.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN3.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN3.inf index d245b488..932df32f 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN3.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN3.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN3.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN3.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN3" Neo.Service.DispName = "VPN Client Device Driver - VPN3" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.794 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN30.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN30.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN30.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN30.inf index d59f3101..1f13bedf 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN30.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN30.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN30.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN30.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN30" Neo.Service.DispName = "VPN Client Device Driver - VPN30" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.860 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN31.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN31.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN31.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN31.inf index 6558ee5c..fd2a4ee7 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN31.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN31.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN31.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN31.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN31" Neo.Service.DispName = "VPN Client Device Driver - VPN31" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.862 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN32.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN32.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN32.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN32.inf index b0044fb6..6b438c9e 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN32.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN32.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN32.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN32.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN32" Neo.Service.DispName = "VPN Client Device Driver - VPN32" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.864 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN33.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN33.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN33.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN33.inf index 8d453899..7e2e99d0 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN33.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN33.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN33.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN33.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN33" Neo.Service.DispName = "VPN Client Device Driver - VPN33" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.867 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN34.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN34.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN34.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN34.inf index a06e9c41..0672c94f 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN34.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN34.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN34.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN34.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN34" Neo.Service.DispName = "VPN Client Device Driver - VPN34" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.869 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN35.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN35.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN35.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN35.inf index d8625c26..fc46c144 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN35.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN35.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN35.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN35.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN35" Neo.Service.DispName = "VPN Client Device Driver - VPN35" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.871 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN36.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN36.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN36.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN36.inf index 6ae126c9..b664cdd5 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN36.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN36.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN36.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN36.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN36" Neo.Service.DispName = "VPN Client Device Driver - VPN36" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.874 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN37.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN37.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN37.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN37.inf index 0a697c88..eb643ad8 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN37.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN37.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN37.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN37.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN37" Neo.Service.DispName = "VPN Client Device Driver - VPN37" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.876 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN38.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN38.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN38.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN38.inf index b85c6353..e432c17b 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN38.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN38.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN38.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN38.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN38" Neo.Service.DispName = "VPN Client Device Driver - VPN38" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.878 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN39.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN39.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN39.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN39.inf index 66ea65f4..35c4d609 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN39.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN39.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN39.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN39.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN39" Neo.Service.DispName = "VPN Client Device Driver - VPN39" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.881 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN4.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN4.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN4.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN4.inf index 94693b5b..4e7b5596 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN4.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN4.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN4.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN4.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN4" Neo.Service.DispName = "VPN Client Device Driver - VPN4" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.797 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN40.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN40.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN40.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN40.inf index 2182eadb..fb8e3b3b 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN40.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN40.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN40.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN40.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN40" Neo.Service.DispName = "VPN Client Device Driver - VPN40" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.883 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN41.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN41.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN41.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN41.inf index af0cf4eb..d48dcb9b 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN41.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN41.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN41.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN41.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN41" Neo.Service.DispName = "VPN Client Device Driver - VPN41" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.885 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN42.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN42.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN42.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN42.inf index 00d26bf0..10328f1d 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN42.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN42.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN42.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN42.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN42" Neo.Service.DispName = "VPN Client Device Driver - VPN42" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.887 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN43.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN43.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN43.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN43.inf index e6b8f890..6ed48d7b 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN43.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN43.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN43.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN43.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN43" Neo.Service.DispName = "VPN Client Device Driver - VPN43" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.890 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN44.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN44.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN44.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN44.inf index 96fb16ee..4c26d45c 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN44.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN44.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN44.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN44.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN44" Neo.Service.DispName = "VPN Client Device Driver - VPN44" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.892 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN45.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN45.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN45.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN45.inf index d031404e..fc80d627 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN45.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN45.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN45.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN45.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN45" Neo.Service.DispName = "VPN Client Device Driver - VPN45" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.894 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN46.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN46.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN46.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN46.inf index ac9348e8..dba0c7be 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN46.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN46.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN46.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN46.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN46" Neo.Service.DispName = "VPN Client Device Driver - VPN46" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.896 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN47.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN47.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN47.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN47.inf index d338bf3f..0556002f 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN47.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN47.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN47.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN47.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN47" Neo.Service.DispName = "VPN Client Device Driver - VPN47" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.900 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN48.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN48.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN48.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN48.inf index 4565c48f..fc77b9af 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN48.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN48.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN48.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN48.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN48" Neo.Service.DispName = "VPN Client Device Driver - VPN48" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.902 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN49.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN49.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN49.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN49.inf index 1646a1bd..b8d493b5 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN49.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN49.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN49.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN49.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN49" Neo.Service.DispName = "VPN Client Device Driver - VPN49" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.904 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN5.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN5.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN5.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN5.inf index e70b2dd8..7ba768a2 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN5.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN5.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN5.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN5.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN5" Neo.Service.DispName = "VPN Client Device Driver - VPN5" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.799 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN50.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN50.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN50.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN50.inf index da622640..ea96f0b3 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN50.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN50.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN50.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN50.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN50" Neo.Service.DispName = "VPN Client Device Driver - VPN50" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.906 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN51.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN51.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN51.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN51.inf index a3bf1841..e3dc79f3 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN51.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN51.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN51.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN51.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN51" Neo.Service.DispName = "VPN Client Device Driver - VPN51" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.909 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN52.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN52.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN52.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN52.inf index 915ceacc..f27b5803 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN52.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN52.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN52.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN52.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN52" Neo.Service.DispName = "VPN Client Device Driver - VPN52" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.911 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN53.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN53.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN53.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN53.inf index a767fc4e..a4e88166 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN53.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN53.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN53.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN53.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN53" Neo.Service.DispName = "VPN Client Device Driver - VPN53" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.913 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN54.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN54.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN54.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN54.inf index dc835e94..27a62847 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN54.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN54.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN54.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN54.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN54" Neo.Service.DispName = "VPN Client Device Driver - VPN54" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.915 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN55.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN55.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN55.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN55.inf index 9dcec244..30621d6f 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN55.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN55.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN55.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN55.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN55" Neo.Service.DispName = "VPN Client Device Driver - VPN55" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.918 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN56.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN56.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN56.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN56.inf index df8a8721..8506f2ff 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN56.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN56.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN56.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN56.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN56" Neo.Service.DispName = "VPN Client Device Driver - VPN56" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.920 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN57.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN57.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN57.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN57.inf index 5b6f2d94..085e189e 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN57.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN57.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN57.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN57.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN57" Neo.Service.DispName = "VPN Client Device Driver - VPN57" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.922 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN58.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN58.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN58.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN58.inf index 4544da6d..29f8aaf0 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN58.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN58.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN58.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN58.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN58" Neo.Service.DispName = "VPN Client Device Driver - VPN58" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.924 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN59.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN59.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN59.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN59.inf index bbbd5b4e..c8fc54e5 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN59.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN59.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN59.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN59.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN59" Neo.Service.DispName = "VPN Client Device Driver - VPN59" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.927 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN6.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN6.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN6.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN6.inf index 5d25bff6..745ea1e5 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN6.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN6.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN6.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN6.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN6" Neo.Service.DispName = "VPN Client Device Driver - VPN6" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.802 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN60.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN60.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN60.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN60.inf index b6f5fa87..f4dfcb6c 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN60.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN60.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN60.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN60.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN60" Neo.Service.DispName = "VPN Client Device Driver - VPN60" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.929 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN61.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN61.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN61.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN61.inf index e1d20bb3..f5224b0d 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN61.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN61.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN61.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN61.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN61" Neo.Service.DispName = "VPN Client Device Driver - VPN61" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.931 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN62.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN62.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN62.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN62.inf index c0e6efff..a547761e 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN62.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN62.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN62.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN62.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN62" Neo.Service.DispName = "VPN Client Device Driver - VPN62" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.933 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN63.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN63.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN63.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN63.inf index bb4a1af4..e830cd20 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN63.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN63.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN63.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN63.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN63" Neo.Service.DispName = "VPN Client Device Driver - VPN63" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.935 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN64.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN64.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN64.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN64.inf index ba05240d..cd132bfe 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN64.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN64.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN64.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN64.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN64" Neo.Service.DispName = "VPN Client Device Driver - VPN64" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.938 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN65.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN65.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN65.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN65.inf index 229774cf..e867e1fd 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN65.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN65.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN65.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN65.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN65" Neo.Service.DispName = "VPN Client Device Driver - VPN65" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.940 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN66.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN66.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN66.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN66.inf index 5ecebcf8..1a7a6283 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN66.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN66.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN66.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN66.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN66" Neo.Service.DispName = "VPN Client Device Driver - VPN66" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.942 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN67.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN67.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN67.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN67.inf index 1abaf150..04dfe2b4 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN67.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN67.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN67.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN67.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN67" Neo.Service.DispName = "VPN Client Device Driver - VPN67" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.944 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN68.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN68.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN68.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN68.inf index 765f70c4..d525f6af 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN68.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN68.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN68.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN68.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN68" Neo.Service.DispName = "VPN Client Device Driver - VPN68" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.946 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN69.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN69.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN69.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN69.inf index bb58938a..684c4b1e 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN69.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN69.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN69.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN69.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN69" Neo.Service.DispName = "VPN Client Device Driver - VPN69" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.949 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN7.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN7.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN7.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN7.inf index da222fdd..b623ea5e 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN7.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN7.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN7.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN7.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN7" Neo.Service.DispName = "VPN Client Device Driver - VPN7" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.804 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN70.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN70.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN70.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN70.inf index 53d46232..fdbbd3ee 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN70.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN70.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN70.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN70.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN70" Neo.Service.DispName = "VPN Client Device Driver - VPN70" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.951 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN71.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN71.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN71.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN71.inf index 1f8da471..82bd8c76 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN71.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN71.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN71.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN71.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN71" Neo.Service.DispName = "VPN Client Device Driver - VPN71" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.953 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN72.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN72.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN72.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN72.inf index e300e656..9c78d595 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN72.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN72.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN72.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN72.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN72" Neo.Service.DispName = "VPN Client Device Driver - VPN72" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.955 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN73.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN73.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN73.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN73.inf index f3b949de..5d4a5b76 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN73.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN73.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN73.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN73.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN73" Neo.Service.DispName = "VPN Client Device Driver - VPN73" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.957 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN74.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN74.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN74.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN74.inf index ca2b9e4c..4e0842ea 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN74.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN74.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN74.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN74.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN74" Neo.Service.DispName = "VPN Client Device Driver - VPN74" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.960 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN75.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN75.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN75.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN75.inf index a9634bf2..cd244d85 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN75.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN75.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN75.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN75.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN75" Neo.Service.DispName = "VPN Client Device Driver - VPN75" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.962 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN76.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN76.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN76.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN76.inf index aea6521d..9b30b735 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN76.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN76.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN76.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN76.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN76" Neo.Service.DispName = "VPN Client Device Driver - VPN76" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.964 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN77.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN77.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN77.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN77.inf index 93f24d5c..5ceece53 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN77.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN77.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN77.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN77.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN77" Neo.Service.DispName = "VPN Client Device Driver - VPN77" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.966 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN78.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN78.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN78.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN78.inf index 3a6258e0..1b96a86d 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN78.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN78.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN78.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN78.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN78" Neo.Service.DispName = "VPN Client Device Driver - VPN78" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.969 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN79.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN79.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN79.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN79.inf index de78e08d..a024174c 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN79.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN79.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN79.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN79.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN79" Neo.Service.DispName = "VPN Client Device Driver - VPN79" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.971 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN8.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN8.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN8.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN8.inf index 9ca178b1..897fdc40 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN8.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN8.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN8.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN8.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN8" Neo.Service.DispName = "VPN Client Device Driver - VPN8" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.807 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN80.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN80.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN80.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN80.inf index c15280ed..d374bd63 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN80.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN80.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN80.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN80.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN80" Neo.Service.DispName = "VPN Client Device Driver - VPN80" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.973 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN81.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN81.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN81.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN81.inf index 1fae48f8..07688196 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN81.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN81.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN81.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN81.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN81" Neo.Service.DispName = "VPN Client Device Driver - VPN81" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.976 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN82.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN82.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN82.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN82.inf index 7353129b..c23aa8e3 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN82.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN82.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN82.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN82.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN82" Neo.Service.DispName = "VPN Client Device Driver - VPN82" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.978 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN83.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN83.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN83.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN83.inf index 12fcebbe..48d944d8 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN83.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN83.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN83.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN83.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN83" Neo.Service.DispName = "VPN Client Device Driver - VPN83" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.980 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN84.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN84.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN84.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN84.inf index 5091fc79..9c8ed08c 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN84.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN84.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN84.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN84.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN84" Neo.Service.DispName = "VPN Client Device Driver - VPN84" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.982 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN85.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN85.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN85.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN85.inf index 527cf296..3a70edc0 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN85.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN85.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN85.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN85.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN85" Neo.Service.DispName = "VPN Client Device Driver - VPN85" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.984 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN86.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN86.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN86.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN86.inf index 5fb387fe..b5e4b8b8 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN86.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN86.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN86.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN86.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN86" Neo.Service.DispName = "VPN Client Device Driver - VPN86" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.987 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN87.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN87.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN87.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN87.inf index b5af8982..ec5fac36 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN87.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN87.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN87.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN87.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN87" Neo.Service.DispName = "VPN Client Device Driver - VPN87" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.989 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN88.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN88.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN88.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN88.inf index e895d77a..d4430140 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN88.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN88.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN88.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN88.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN88" Neo.Service.DispName = "VPN Client Device Driver - VPN88" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.991 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN89.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN89.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN89.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN89.inf index 82e70f69..87e98041 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN89.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN89.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN89.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN89.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN89" Neo.Service.DispName = "VPN Client Device Driver - VPN89" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.993 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN9.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN9.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN9.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN9.inf index f0ccaf06..3dd0628f 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN9.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN9.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN9.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN9.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN9" Neo.Service.DispName = "VPN Client Device Driver - VPN9" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.809 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN90.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN90.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN90.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN90.inf index a455ba9e..0eefe323 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN90.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN90.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN90.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN90.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN90" Neo.Service.DispName = "VPN Client Device Driver - VPN90" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.996 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN91.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN91.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN91.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN91.inf index f7d68c32..8925e6f0 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN91.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN91.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN91.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN91.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN91" Neo.Service.DispName = "VPN Client Device Driver - VPN91" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201628.998 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN92.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN92.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN92.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN92.inf index 7d2a6c5c..485228f1 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN92.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN92.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN92.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN92.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN92" Neo.Service.DispName = "VPN Client Device Driver - VPN92" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.000 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN93.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN93.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN93.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN93.inf index 2841bcea..45611b24 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN93.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN93.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN93.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN93.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN93" Neo.Service.DispName = "VPN Client Device Driver - VPN93" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.002 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN94.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN94.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN94.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN94.inf index 9e95497f..b37bbae3 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN94.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN94.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN94.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN94.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN94" Neo.Service.DispName = "VPN Client Device Driver - VPN94" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.004 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN95.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN95.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN95.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN95.inf index e56b3238..bb585e08 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN95.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN95.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN95.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN95.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN95" Neo.Service.DispName = "VPN Client Device Driver - VPN95" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.007 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN96.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN96.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN96.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN96.inf index 9358ff40..754040c9 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN96.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN96.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN96.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN96.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN96" Neo.Service.DispName = "VPN Client Device Driver - VPN96" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.009 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN97.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN97.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN97.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN97.inf index b67fbb66..e55fa457 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN97.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN97.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN97.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN97.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN97" Neo.Service.DispName = "VPN Client Device Driver - VPN97" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.011 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN98.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN98.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN98.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN98.inf index 6cd9835b..bc2f0dbe 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN98.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN98.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN98.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN98.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN98" Neo.Service.DispName = "VPN Client Device Driver - VPN98" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.013 + diff --git a/src/bin/hamcore/inf/x64/INF_VPN99.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN99.inf similarity index 90% rename from src/bin/hamcore/inf/x64/INF_VPN99.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN99.inf index b5d28660..4e5ecfe3 100644 --- a/src/bin/hamcore/inf/x64/INF_VPN99.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/Neo6_x64_VPN99.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN99.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN99.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN99" Neo.Service.DispName = "VPN Client Device Driver - VPN99" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201629.016 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/inf.cat b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/inf.cat new file mode 100644 index 00000000..b5b5aa78 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/inf.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/inf2.cat b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/inf2.cat new file mode 100644 index 00000000..5aa443dc Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win8/x64/inf2.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86.sys b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86.sys new file mode 100644 index 00000000..c67e8f1f Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86.sys differ diff --git a/src/bin/hamcore/inf/x86/INF_VPN.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN.inf index ef5d163c..76ba7b0e 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN" Neo.Service.DispName = "VPN Client Device Driver - VPN" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.041 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN10.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN10.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN10.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN10.inf index dbec5820..7f578154 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN10.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN10.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN10.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN10.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN10" Neo.Service.DispName = "VPN Client Device Driver - VPN10" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.060 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN100.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN100.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN100.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN100.inf index 9c072a61..5decbdcb 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN100.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN100.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN100.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN100.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN100" Neo.Service.DispName = "VPN Client Device Driver - VPN100" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.384 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN101.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN101.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN101.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN101.inf index 2c0f8c89..6df23960 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN101.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN101.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN101.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN101.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN101" Neo.Service.DispName = "VPN Client Device Driver - VPN101" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.386 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN102.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN102.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN102.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN102.inf index 9563f0bb..ac199a0d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN102.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN102.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN102.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN102.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN102" Neo.Service.DispName = "VPN Client Device Driver - VPN102" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.388 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN103.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN103.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN103.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN103.inf index 91cb334b..3d1f9944 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN103.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN103.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN103.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN103.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN103" Neo.Service.DispName = "VPN Client Device Driver - VPN103" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.391 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN104.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN104.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN104.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN104.inf index b54400ad..3d65fb35 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN104.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN104.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN104.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN104.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN104" Neo.Service.DispName = "VPN Client Device Driver - VPN104" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.393 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN105.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN105.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN105.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN105.inf index ad08b55d..74217cae 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN105.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN105.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN105.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN105.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN105" Neo.Service.DispName = "VPN Client Device Driver - VPN105" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.395 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN106.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN106.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN106.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN106.inf index 5ebaac59..5d06b3cb 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN106.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN106.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN106.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN106.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN106" Neo.Service.DispName = "VPN Client Device Driver - VPN106" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.397 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN107.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN107.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN107.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN107.inf index 65e8f292..469f1a75 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN107.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN107.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN107.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN107.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN107" Neo.Service.DispName = "VPN Client Device Driver - VPN107" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.399 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN108.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN108.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN108.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN108.inf index ad7f2a7e..0bd238eb 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN108.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN108.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN108.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN108.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN108" Neo.Service.DispName = "VPN Client Device Driver - VPN108" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.402 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN109.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN109.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN109.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN109.inf index b5826a21..904d3411 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN109.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN109.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN109.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN109.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN109" Neo.Service.DispName = "VPN Client Device Driver - VPN109" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.404 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN11.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN11.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN11.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN11.inf index 947c4559..ed90c052 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN11.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN11.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN11.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN11.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN11" Neo.Service.DispName = "VPN Client Device Driver - VPN11" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.063 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN110.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN110.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN110.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN110.inf index 3d0fec55..a08ad17a 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN110.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN110.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN110.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN110.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN110" Neo.Service.DispName = "VPN Client Device Driver - VPN110" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.407 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN111.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN111.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN111.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN111.inf index b470d454..2657ede9 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN111.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN111.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN111.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN111.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN111" Neo.Service.DispName = "VPN Client Device Driver - VPN111" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.409 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN112.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN112.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN112.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN112.inf index f915e9d1..df4c5ccd 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN112.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN112.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN112.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN112.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN112" Neo.Service.DispName = "VPN Client Device Driver - VPN112" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.411 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN113.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN113.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN113.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN113.inf index a65ea8c2..1f8d677b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN113.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN113.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN113.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN113.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN113" Neo.Service.DispName = "VPN Client Device Driver - VPN113" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.413 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN114.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN114.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN114.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN114.inf index 4d32c830..b9729d4b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN114.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN114.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN114.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN114.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN114" Neo.Service.DispName = "VPN Client Device Driver - VPN114" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.415 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN115.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN115.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN115.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN115.inf index 85c0c4cf..2b1cf275 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN115.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN115.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN115.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN115.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN115" Neo.Service.DispName = "VPN Client Device Driver - VPN115" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.418 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN116.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN116.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN116.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN116.inf index 6b6d4015..bc5edd8b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN116.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN116.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN116.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN116.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN116" Neo.Service.DispName = "VPN Client Device Driver - VPN116" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.420 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN117.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN117.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN117.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN117.inf index 9acecfc8..9acf6b0c 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN117.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN117.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN117.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN117.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN117" Neo.Service.DispName = "VPN Client Device Driver - VPN117" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.422 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN118.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN118.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN118.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN118.inf index 8e490864..616bb50a 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN118.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN118.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN118.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN118.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN118" Neo.Service.DispName = "VPN Client Device Driver - VPN118" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.424 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN119.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN119.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN119.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN119.inf index 0aaad3e9..4b2dee9d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN119.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN119.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN119.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN119.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN119" Neo.Service.DispName = "VPN Client Device Driver - VPN119" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.426 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN12.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN12.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN12.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN12.inf index 29eddc1c..94ee5154 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN12.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN12.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN12.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN12.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN12" Neo.Service.DispName = "VPN Client Device Driver - VPN12" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.065 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN120.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN120.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN120.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN120.inf index 1965f96e..abce6a3b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN120.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN120.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN120.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN120.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN120" Neo.Service.DispName = "VPN Client Device Driver - VPN120" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.429 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN121.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN121.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN121.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN121.inf index 9357fcd5..f42b1a58 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN121.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN121.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN121.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN121.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN121" Neo.Service.DispName = "VPN Client Device Driver - VPN121" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.431 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN122.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN122.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN122.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN122.inf index a6f74e9c..bdf1500f 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN122.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN122.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN122.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN122.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN122" Neo.Service.DispName = "VPN Client Device Driver - VPN122" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.433 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN123.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN123.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN123.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN123.inf index a139fa30..4e05a855 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN123.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN123.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN123.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN123.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN123" Neo.Service.DispName = "VPN Client Device Driver - VPN123" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.435 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN124.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN124.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN124.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN124.inf index 034c6273..1438778d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN124.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN124.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN124.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN124.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN124" Neo.Service.DispName = "VPN Client Device Driver - VPN124" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.437 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN125.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN125.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN125.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN125.inf index 00a5c169..f198dac0 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN125.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN125.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN125.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN125.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN125" Neo.Service.DispName = "VPN Client Device Driver - VPN125" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.440 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN126.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN126.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN126.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN126.inf index 30c0b407..75d025f9 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN126.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN126.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN126.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN126.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN126" Neo.Service.DispName = "VPN Client Device Driver - VPN126" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.442 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN127.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN127.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN127.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN127.inf index ec00e825..4d5c7176 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN127.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN127.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN127.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN127.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN127" Neo.Service.DispName = "VPN Client Device Driver - VPN127" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.444 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN13.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN13.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN13.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN13.inf index a4607b65..03f57b09 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN13.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN13.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN13.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN13.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN13" Neo.Service.DispName = "VPN Client Device Driver - VPN13" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.067 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN14.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN14.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN14.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN14.inf index 9d10d33e..5fbda86d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN14.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN14.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN14.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN14.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN14" Neo.Service.DispName = "VPN Client Device Driver - VPN14" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.069 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN15.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN15.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN15.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN15.inf index 6cb7ca27..a688ac77 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN15.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN15.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN15.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN15.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN15" Neo.Service.DispName = "VPN Client Device Driver - VPN15" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.071 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN16.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN16.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN16.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN16.inf index 6bb5af4c..529e33c0 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN16.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN16.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN16.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN16.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN16" Neo.Service.DispName = "VPN Client Device Driver - VPN16" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.073 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN17.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN17.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN17.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN17.inf index d242cd43..949a333c 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN17.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN17.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN17.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN17.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN17" Neo.Service.DispName = "VPN Client Device Driver - VPN17" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.076 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN18.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN18.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN18.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN18.inf index 7f512f26..0b2717c3 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN18.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN18.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN18.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN18.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN18" Neo.Service.DispName = "VPN Client Device Driver - VPN18" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.078 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN19.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN19.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN19.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN19.inf index cd5a7a5f..cb03f488 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN19.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN19.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN19.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN19.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN19" Neo.Service.DispName = "VPN Client Device Driver - VPN19" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.080 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN2.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN2.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN2.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN2.inf index 37f3dd86..4053f845 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN2.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN2.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN2.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN2.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN2" Neo.Service.DispName = "VPN Client Device Driver - VPN2" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.043 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN20.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN20.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN20.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN20.inf index 7a0eed54..73dfd685 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN20.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN20.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN20.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN20.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN20" Neo.Service.DispName = "VPN Client Device Driver - VPN20" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.082 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN21.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN21.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN21.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN21.inf index ab9cd2fe..cf80345c 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN21.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN21.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN21.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN21.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN21" Neo.Service.DispName = "VPN Client Device Driver - VPN21" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.084 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN22.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN22.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN22.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN22.inf index 053fe052..6924854b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN22.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN22.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN22.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN22.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN22" Neo.Service.DispName = "VPN Client Device Driver - VPN22" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.087 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN23.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN23.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN23.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN23.inf index a26bd955..71daa50d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN23.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN23.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN23.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN23.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN23" Neo.Service.DispName = "VPN Client Device Driver - VPN23" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.089 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN24.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN24.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN24.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN24.inf index d526f521..60adf8c4 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN24.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN24.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN24.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN24.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN24" Neo.Service.DispName = "VPN Client Device Driver - VPN24" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.091 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN25.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN25.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN25.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN25.inf index 1ce1b624..64cd8030 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN25.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN25.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN25.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN25.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN25" Neo.Service.DispName = "VPN Client Device Driver - VPN25" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.094 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN26.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN26.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN26.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN26.inf index c407a71f..03b0f81a 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN26.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN26.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN26.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN26.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN26" Neo.Service.DispName = "VPN Client Device Driver - VPN26" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.096 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN27.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN27.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN27.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN27.inf index f6d2fee5..5e16b9b2 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN27.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN27.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN27.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN27.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN27" Neo.Service.DispName = "VPN Client Device Driver - VPN27" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.099 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN28.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN28.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN28.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN28.inf index 7ebb3d64..ea7429c5 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN28.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN28.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN28.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN28.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN28" Neo.Service.DispName = "VPN Client Device Driver - VPN28" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.101 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN29.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN29.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN29.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN29.inf index 35e523b3..8c4652c3 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN29.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN29.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN29.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN29.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN29" Neo.Service.DispName = "VPN Client Device Driver - VPN29" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.103 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN3.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN3.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN3.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN3.inf index b75dd1ff..4d0bc377 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN3.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN3.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN3.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN3.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN3" Neo.Service.DispName = "VPN Client Device Driver - VPN3" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.045 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN30.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN30.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN30.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN30.inf index 684b6fea..e5630210 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN30.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN30.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN30.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN30.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN30" Neo.Service.DispName = "VPN Client Device Driver - VPN30" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.105 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN31.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN31.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN31.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN31.inf index b1b77e5d..c0d2cf13 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN31.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN31.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN31.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN31.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN31" Neo.Service.DispName = "VPN Client Device Driver - VPN31" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.107 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN32.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN32.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN32.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN32.inf index ae99dfdf..b71346af 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN32.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN32.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN32.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN32.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN32" Neo.Service.DispName = "VPN Client Device Driver - VPN32" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.109 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN33.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN33.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN33.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN33.inf index 0b21b1f2..c64bb711 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN33.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN33.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN33.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN33.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN33" Neo.Service.DispName = "VPN Client Device Driver - VPN33" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.112 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN34.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN34.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN34.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN34.inf index a8882898..5850f5b3 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN34.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN34.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN34.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN34.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN34" Neo.Service.DispName = "VPN Client Device Driver - VPN34" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.114 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN35.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN35.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN35.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN35.inf index 81a7f552..5d6328c5 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN35.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN35.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN35.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN35.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN35" Neo.Service.DispName = "VPN Client Device Driver - VPN35" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.116 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN36.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN36.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN36.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN36.inf index e75a5720..ca3c6b45 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN36.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN36.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN36.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN36.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN36" Neo.Service.DispName = "VPN Client Device Driver - VPN36" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.118 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN37.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN37.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN37.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN37.inf index d1211aba..fa0232c0 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN37.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN37.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN37.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN37.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN37" Neo.Service.DispName = "VPN Client Device Driver - VPN37" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.120 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN38.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN38.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN38.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN38.inf index 28fd110d..144c9165 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN38.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN38.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN38.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN38.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN38" Neo.Service.DispName = "VPN Client Device Driver - VPN38" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.123 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN39.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN39.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN39.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN39.inf index 2d60e624..401760a1 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN39.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN39.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN39.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN39.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN39" Neo.Service.DispName = "VPN Client Device Driver - VPN39" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.125 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN4.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN4.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN4.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN4.inf index 432e773d..24191a78 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN4.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN4.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN4.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN4.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN4" Neo.Service.DispName = "VPN Client Device Driver - VPN4" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.047 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN40.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN40.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN40.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN40.inf index 233cd5ce..e9acfb4b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN40.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN40.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN40.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN40.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN40" Neo.Service.DispName = "VPN Client Device Driver - VPN40" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.127 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN41.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN41.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN41.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN41.inf index d2dcdd42..39409cea 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN41.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN41.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN41.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN41.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN41" Neo.Service.DispName = "VPN Client Device Driver - VPN41" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.129 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN42.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN42.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN42.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN42.inf index 109e0cdf..654c43a3 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN42.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN42.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN42.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN42.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN42" Neo.Service.DispName = "VPN Client Device Driver - VPN42" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.131 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN43.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN43.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN43.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN43.inf index 9f9584fd..902077ee 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN43.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN43.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN43.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN43.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN43" Neo.Service.DispName = "VPN Client Device Driver - VPN43" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.133 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN44.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN44.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN44.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN44.inf index 578e7b43..16696b37 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN44.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN44.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN44.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN44.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN44" Neo.Service.DispName = "VPN Client Device Driver - VPN44" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.136 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN45.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN45.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN45.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN45.inf index 62705e35..6567ce77 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN45.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN45.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN45.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN45.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN45" Neo.Service.DispName = "VPN Client Device Driver - VPN45" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.138 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN46.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN46.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN46.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN46.inf index a59a37f1..f69da0c2 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN46.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN46.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN46.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN46.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN46" Neo.Service.DispName = "VPN Client Device Driver - VPN46" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.140 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN47.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN47.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN47.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN47.inf index 32b8fd5e..10369194 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN47.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN47.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN47.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN47.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN47" Neo.Service.DispName = "VPN Client Device Driver - VPN47" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.142 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN48.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN48.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN48.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN48.inf index a58cf9a0..3608a26a 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN48.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN48.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN48.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN48.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN48" Neo.Service.DispName = "VPN Client Device Driver - VPN48" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.144 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN49.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN49.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN49.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN49.inf index 49b9b694..988c3c3b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN49.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN49.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN49.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN49.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN49" Neo.Service.DispName = "VPN Client Device Driver - VPN49" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.147 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN5.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN5.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN5.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN5.inf index f558201a..050ff23b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN5.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN5.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN5.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN5.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN5" Neo.Service.DispName = "VPN Client Device Driver - VPN5" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.049 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN50.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN50.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN50.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN50.inf index 6dc77890..450ad69f 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN50.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN50.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN50.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN50.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN50" Neo.Service.DispName = "VPN Client Device Driver - VPN50" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.149 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN51.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN51.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN51.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN51.inf index d94e8bc9..ecaee40e 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN51.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN51.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN51.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN51.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN51" Neo.Service.DispName = "VPN Client Device Driver - VPN51" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.151 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN52.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN52.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN52.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN52.inf index 4d6fc457..46c48e7d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN52.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN52.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN52.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN52.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN52" Neo.Service.DispName = "VPN Client Device Driver - VPN52" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.153 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN53.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN53.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN53.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN53.inf index 3a00098b..19a86c3d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN53.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN53.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN53.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN53.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN53" Neo.Service.DispName = "VPN Client Device Driver - VPN53" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.155 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN54.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN54.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN54.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN54.inf index e3d7eb1a..73cc448c 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN54.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN54.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN54.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN54.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN54" Neo.Service.DispName = "VPN Client Device Driver - VPN54" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.158 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN55.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN55.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN55.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN55.inf index 4a82e12a..efaadab4 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN55.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN55.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN55.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN55.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN55" Neo.Service.DispName = "VPN Client Device Driver - VPN55" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.160 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN56.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN56.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN56.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN56.inf index f0f3d166..2ebf77fd 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN56.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN56.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN56.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN56.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN56" Neo.Service.DispName = "VPN Client Device Driver - VPN56" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.162 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN57.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN57.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN57.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN57.inf index 8f3ebc92..82c2a753 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN57.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN57.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN57.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN57.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN57" Neo.Service.DispName = "VPN Client Device Driver - VPN57" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.164 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN58.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN58.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN58.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN58.inf index 13b99aa2..1944daed 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN58.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN58.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN58.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN58.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN58" Neo.Service.DispName = "VPN Client Device Driver - VPN58" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.166 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN59.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN59.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN59.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN59.inf index dae7b898..c7cdb4c0 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN59.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN59.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN59.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN59.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN59" Neo.Service.DispName = "VPN Client Device Driver - VPN59" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.168 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN6.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN6.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN6.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN6.inf index 020d74d0..6dadee0b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN6.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN6.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN6.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN6.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN6" Neo.Service.DispName = "VPN Client Device Driver - VPN6" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.052 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN60.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN60.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN60.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN60.inf index fe718c8a..56d64fea 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN60.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN60.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN60.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN60.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN60" Neo.Service.DispName = "VPN Client Device Driver - VPN60" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.171 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN61.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN61.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN61.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN61.inf index 26c19d06..454e7cc3 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN61.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN61.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN61.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN61.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN61" Neo.Service.DispName = "VPN Client Device Driver - VPN61" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.173 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN62.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN62.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN62.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN62.inf index b34fe43f..06fed112 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN62.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN62.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN62.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN62.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN62" Neo.Service.DispName = "VPN Client Device Driver - VPN62" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.175 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN63.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN63.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN63.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN63.inf index 4dbb754b..923cf3c1 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN63.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN63.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN63.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN63.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN63" Neo.Service.DispName = "VPN Client Device Driver - VPN63" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.177 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN64.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN64.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN64.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN64.inf index f962bad9..c5e75f9c 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN64.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN64.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN64.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN64.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN64" Neo.Service.DispName = "VPN Client Device Driver - VPN64" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.179 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN65.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN65.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN65.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN65.inf index 2375cbac..e0ee5775 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN65.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN65.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN65.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN65.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN65" Neo.Service.DispName = "VPN Client Device Driver - VPN65" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.182 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN66.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN66.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN66.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN66.inf index 90998657..f49f017b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN66.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN66.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN66.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN66.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN66" Neo.Service.DispName = "VPN Client Device Driver - VPN66" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.184 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN67.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN67.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN67.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN67.inf index 2f8cf79f..a91eef8d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN67.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN67.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN67.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN67.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN67" Neo.Service.DispName = "VPN Client Device Driver - VPN67" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.186 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN68.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN68.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN68.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN68.inf index 39b6bac7..42069dc7 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN68.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN68.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN68.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN68.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN68" Neo.Service.DispName = "VPN Client Device Driver - VPN68" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.188 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN69.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN69.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN69.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN69.inf index d7761274..86ddd8e4 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN69.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN69.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN69.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN69.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN69" Neo.Service.DispName = "VPN Client Device Driver - VPN69" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.190 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN7.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN7.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN7.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN7.inf index b6b62d71..dab44f03 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN7.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN7.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN7.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN7.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN7" Neo.Service.DispName = "VPN Client Device Driver - VPN7" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.054 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN70.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN70.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN70.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN70.inf index 85cb4714..fde99412 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN70.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN70.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN70.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN70.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN70" Neo.Service.DispName = "VPN Client Device Driver - VPN70" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.193 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN71.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN71.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN71.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN71.inf index 23b71baf..c52caf2b 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN71.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN71.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN71.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN71.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN71" Neo.Service.DispName = "VPN Client Device Driver - VPN71" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.195 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN72.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN72.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN72.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN72.inf index cf649f46..bb44cebe 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN72.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN72.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN72.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN72.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN72" Neo.Service.DispName = "VPN Client Device Driver - VPN72" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.198 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN73.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN73.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN73.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN73.inf index fe8707a1..7d523f68 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN73.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN73.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN73.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN73.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN73" Neo.Service.DispName = "VPN Client Device Driver - VPN73" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.200 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN74.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN74.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN74.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN74.inf index 0f457d85..75a7b93d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN74.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN74.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN74.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN74.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN74" Neo.Service.DispName = "VPN Client Device Driver - VPN74" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.202 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN75.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN75.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN75.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN75.inf index a4bc9c8c..74a8cd3f 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN75.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN75.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN75.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN75.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN75" Neo.Service.DispName = "VPN Client Device Driver - VPN75" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.204 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN76.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN76.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN76.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN76.inf index 27abcf9a..c1a5aa27 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN76.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN76.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN76.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN76.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN76" Neo.Service.DispName = "VPN Client Device Driver - VPN76" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.206 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN77.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN77.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN77.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN77.inf index bd9933a9..8b8b7c05 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN77.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN77.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN77.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN77.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN77" Neo.Service.DispName = "VPN Client Device Driver - VPN77" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.209 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN78.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN78.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN78.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN78.inf index e91febf1..bdadedee 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN78.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN78.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN78.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN78.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN78" Neo.Service.DispName = "VPN Client Device Driver - VPN78" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.333 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN79.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN79.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN79.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN79.inf index d082f4d0..5496064f 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN79.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN79.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN79.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN79.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN79" Neo.Service.DispName = "VPN Client Device Driver - VPN79" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.336 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN8.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN8.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN8.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN8.inf index c487ae97..5087c75e 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN8.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN8.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN8.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN8.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN8" Neo.Service.DispName = "VPN Client Device Driver - VPN8" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.056 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN80.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN80.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN80.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN80.inf index 3ff2b43e..e3046321 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN80.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN80.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN80.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN80.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN80" Neo.Service.DispName = "VPN Client Device Driver - VPN80" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.338 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN81.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN81.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN81.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN81.inf index ab1d55dd..702f4475 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN81.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN81.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN81.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN81.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN81" Neo.Service.DispName = "VPN Client Device Driver - VPN81" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.340 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN82.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN82.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN82.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN82.inf index 643977bb..c0624f59 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN82.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN82.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN82.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN82.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN82" Neo.Service.DispName = "VPN Client Device Driver - VPN82" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.343 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN83.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN83.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN83.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN83.inf index 49ab950d..66607e49 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN83.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN83.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN83.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN83.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN83" Neo.Service.DispName = "VPN Client Device Driver - VPN83" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.345 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN84.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN84.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN84.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN84.inf index 68bc051c..a1906d8d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN84.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN84.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN84.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN84.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN84" Neo.Service.DispName = "VPN Client Device Driver - VPN84" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.347 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN85.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN85.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN85.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN85.inf index 10977774..a23565d9 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN85.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN85.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN85.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN85.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN85" Neo.Service.DispName = "VPN Client Device Driver - VPN85" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.350 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN86.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN86.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN86.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN86.inf index 3da9af0b..b0cd7e33 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN86.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN86.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN86.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN86.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN86" Neo.Service.DispName = "VPN Client Device Driver - VPN86" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.352 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN87.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN87.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN87.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN87.inf index 992e7409..063ecd4c 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN87.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN87.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN87.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN87.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN87" Neo.Service.DispName = "VPN Client Device Driver - VPN87" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.355 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN88.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN88.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN88.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN88.inf index 7b6000d6..75ac19dd 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN88.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN88.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN88.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN88.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN88" Neo.Service.DispName = "VPN Client Device Driver - VPN88" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.357 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN89.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN89.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN89.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN89.inf index 4c836e9c..d19aed38 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN89.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN89.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN89.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN89.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN89" Neo.Service.DispName = "VPN Client Device Driver - VPN89" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.359 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN9.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN9.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN9.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN9.inf index ed991fb6..d05ebdd2 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN9.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN9.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN9.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN9.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN9" Neo.Service.DispName = "VPN Client Device Driver - VPN9" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.058 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN90.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN90.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN90.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN90.inf index 1a1d4870..3335c002 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN90.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN90.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN90.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN90.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN90" Neo.Service.DispName = "VPN Client Device Driver - VPN90" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.361 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN91.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN91.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN91.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN91.inf index 03e09260..dd38be1d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN91.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN91.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN91.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN91.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN91" Neo.Service.DispName = "VPN Client Device Driver - VPN91" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.364 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN92.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN92.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN92.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN92.inf index a7969a71..8b877cfc 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN92.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN92.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN92.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN92.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN92" Neo.Service.DispName = "VPN Client Device Driver - VPN92" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.366 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN93.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN93.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN93.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN93.inf index 0ac5fc2f..bc3e29b0 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN93.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN93.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN93.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN93.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN93" Neo.Service.DispName = "VPN Client Device Driver - VPN93" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.368 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN94.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN94.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN94.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN94.inf index 5886b4b0..88e5b8e0 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN94.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN94.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN94.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN94.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN94" Neo.Service.DispName = "VPN Client Device Driver - VPN94" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.370 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN95.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN95.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN95.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN95.inf index 24faa031..a3fe5f7e 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN95.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN95.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN95.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN95.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN95" Neo.Service.DispName = "VPN Client Device Driver - VPN95" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.373 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN96.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN96.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN96.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN96.inf index 4943b2ab..23a26b8a 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN96.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN96.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN96.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN96.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN96" Neo.Service.DispName = "VPN Client Device Driver - VPN96" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.375 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN97.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN97.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN97.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN97.inf index 9c0288bd..70a6eb0d 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN97.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN97.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN97.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN97.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN97" Neo.Service.DispName = "VPN Client Device Driver - VPN97" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.377 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN98.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN98.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN98.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN98.inf index f8f4746c..c16b06d3 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN98.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN98.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN98.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN98.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN98" Neo.Service.DispName = "VPN Client Device Driver - VPN98" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.379 + diff --git a/src/bin/hamcore/inf/x86/INF_VPN99.inf b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN99.inf similarity index 90% rename from src/bin/hamcore/inf/x86/INF_VPN99.inf rename to src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN99.inf index 94f7e978..ae68aca9 100644 --- a/src/bin/hamcore/inf/x86/INF_VPN99.inf +++ b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/Neo6_x86_VPN99.inf @@ -1,15 +1,16 @@ ; VPN Client Device Driver for Windows 2000 and Greater ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - +DriverVer = 10/17/2015, 4.19.0.9594 CatalogFile.NT = inf_VPN99.cat [Manufacturer] @@ -94,7 +95,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN99.sys" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_VPN99" Neo.Service.DispName = "VPN Client Device Driver - VPN99" @@ -107,3 +108,7 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + + +; Auto Generated 20151018_201626.382 + diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/inf.cat b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/inf.cat new file mode 100644 index 00000000..f4ff8ba5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/inf.cat differ diff --git a/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/inf2.cat b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/inf2.cat new file mode 100644 index 00000000..a73f0bb5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Neo6_Win8/x86/inf2.cat differ diff --git a/src/bin/hamcore/vpn_driver_9x.inf b/src/bin/hamcore/DriverPackages/Neo9x/x86/Neo9x_x86.inf similarity index 90% rename from src/bin/hamcore/vpn_driver_9x.inf rename to src/bin/hamcore/DriverPackages/Neo9x/x86/Neo9x_x86.inf index 512456fa..580b3ed1 100644 --- a/src/bin/hamcore/vpn_driver_9x.inf +++ b/src/bin/hamcore/DriverPackages/Neo9x/x86/Neo9x_x86.inf @@ -1,14 +1,16 @@ ; VPN Client Device Driver for Windows 98 Second Edition / Windows Millennium Edition ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = $MONTH$/$DAY$/$YEAR$, $VER_MAJOR$.$VER_MINOR$.0.$VER_BUILD$ +DriverVer = 10/17/2015, 4.19.0.9594 [Manufacturer] %CompanyName% = SoftEther @@ -96,7 +98,7 @@ HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\$TAG_SYS_NAME$" HKR, , TypesSupported, 0x00010001, 7 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "VPN Client Device Driver Install Disk" Neo.Service.Name = "Neo_$TAG_INSTANCE_NAME$" Neo.Service.DispName = "VPN Client Device Driver - $TAG_INSTANCE_NAME$" @@ -109,3 +111,6 @@ MaxSpeed = "Indicate Speed (Mbps)" KeepLink = "Keep Link" On = "On" Off = "Off" + +; Auto Generated 20151018_201626.022 + diff --git a/src/bin/hamcore/vpn_driver_9x.sys b/src/bin/hamcore/DriverPackages/Neo9x/x86/Neo9x_x86.sys similarity index 100% rename from src/bin/hamcore/vpn_driver_9x.sys rename to src/bin/hamcore/DriverPackages/Neo9x/x86/Neo9x_x86.sys diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win10/x64/SeLow_Win10_x64.cat b/src/bin/hamcore/DriverPackages/SeLow_Win10/x64/SeLow_Win10_x64.cat new file mode 100644 index 00000000..cb655831 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win10/x64/SeLow_Win10_x64.cat differ diff --git a/src/bin/hamcore/inf/selow_x64/SeLow_x64.inf b/src/bin/hamcore/DriverPackages/SeLow_Win10/x64/SeLow_x64.inf similarity index 80% rename from src/bin/hamcore/inf/selow_x64/SeLow_x64.inf rename to src/bin/hamcore/DriverPackages/SeLow_Win10/x64/SeLow_x64.inf index d028fbd0..3ef3866d 100644 --- a/src/bin/hamcore/inf/selow_x64/SeLow_x64.inf +++ b/src/bin/hamcore/DriverPackages/SeLow_Win10/x64/SeLow_x64.inf @@ -1,16 +1,17 @@ ; SeLow - SoftEther Lightweight Ethernet Low Driver ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - -CatalogFile.NT = inf_selow.cat +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = SeLow_Win10_x64.cat [Manufacturer] %CompanyName% = SoftEther, NTamd64 @@ -57,14 +58,11 @@ SeLow_CopyFiles = 12 SeLow_x64.sys, , , 2 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "SoftEther Lightweight Network Protocol Install Disk" SeLow_DisplayName = "SoftEther Lightweight Network Protocol" SeLow_Description = "A lightweight helper kernel-mode module for PacketiX VPN / SoftEther VPN." - - - -; Auto Generated 20150405_031549.205 +; Auto Generated 20151018_201700.461 diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win10/x64/SeLow_x64.sys b/src/bin/hamcore/DriverPackages/SeLow_Win10/x64/SeLow_x64.sys new file mode 100644 index 00000000..1c3d2128 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win10/x64/SeLow_x64.sys differ diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win10/x86/SeLow_Win10_x86.cat b/src/bin/hamcore/DriverPackages/SeLow_Win10/x86/SeLow_Win10_x86.cat new file mode 100644 index 00000000..d91df526 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win10/x86/SeLow_Win10_x86.cat differ diff --git a/src/bin/hamcore/inf/selow_x86/SeLow_x86.inf b/src/bin/hamcore/DriverPackages/SeLow_Win10/x86/SeLow_x86.inf similarity index 80% rename from src/bin/hamcore/inf/selow_x86/SeLow_x86.inf rename to src/bin/hamcore/DriverPackages/SeLow_Win10/x86/SeLow_x86.inf index fd38c03b..27768aa8 100644 --- a/src/bin/hamcore/inf/selow_x86/SeLow_x86.inf +++ b/src/bin/hamcore/DriverPackages/SeLow_Win10/x86/SeLow_x86.inf @@ -1,16 +1,17 @@ ; SeLow - SoftEther Lightweight Ethernet Low Driver ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = 04/05/2015, 4.15.0.9546 - -CatalogFile.NT = inf_selow.cat +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = SeLow_Win10_x86.cat [Manufacturer] %CompanyName% = SoftEther, NTx86 @@ -57,14 +58,11 @@ SeLow_CopyFiles = 12 SeLow_x86.sys, , , 2 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "SoftEther Lightweight Network Protocol Install Disk" SeLow_DisplayName = "SoftEther Lightweight Network Protocol" SeLow_Description = "A lightweight helper kernel-mode module for PacketiX VPN / SoftEther VPN." - - - -; Auto Generated 20150405_031414.492 +; Auto Generated 20151018_201659.461 diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win10/x86/SeLow_x86.sys b/src/bin/hamcore/DriverPackages/SeLow_Win10/x86/SeLow_x86.sys new file mode 100644 index 00000000..06e3aff5 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win10/x86/SeLow_x86.sys differ diff --git a/src/bin/hamcore/SeLow_x64.inf b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.inf similarity index 80% rename from src/bin/hamcore/SeLow_x64.inf rename to src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.inf index d626d9c4..8495e35a 100644 --- a/src/bin/hamcore/SeLow_x64.inf +++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.inf @@ -1,14 +1,17 @@ ; SeLow - SoftEther Lightweight Ethernet Low Driver ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = $MONTH$/$DAY$/$YEAR$, $VER_MAJOR$.$VER_MINOR$.0.$VER_BUILD$ +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = SeLow_Win8_x64.cat [Manufacturer] %CompanyName% = SoftEther, NTamd64 @@ -55,11 +58,11 @@ SeLow_CopyFiles = 12 SeLow_x64.sys, , , 2 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "SoftEther Lightweight Network Protocol Install Disk" SeLow_DisplayName = "SoftEther Lightweight Network Protocol" SeLow_Description = "A lightweight helper kernel-mode module for PacketiX VPN / SoftEther VPN." - +; Auto Generated 20151018_201657.450 diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.sys b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.sys new file mode 100644 index 00000000..785475f7 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/SeLow_x64.sys differ diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf.cat b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf.cat new file mode 100644 index 00000000..ccbe3022 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf.cat differ diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf2.cat b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf2.cat new file mode 100644 index 00000000..3db86e80 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win8/x64/inf2.cat differ diff --git a/src/bin/hamcore/SeLow_x86.inf b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.inf similarity index 80% rename from src/bin/hamcore/SeLow_x86.inf rename to src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.inf index d8384b07..62db3c8e 100644 --- a/src/bin/hamcore/SeLow_x86.inf +++ b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.inf @@ -1,14 +1,17 @@ ; SeLow - SoftEther Lightweight Ethernet Low Driver ; -; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved. -; http://www.softether.org/ +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 [Version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} Provider = %CompanyName% -DriverVer = $MONTH$/$DAY$/$YEAR$, $VER_MAJOR$.$VER_MINOR$.0.$VER_BUILD$ +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = SeLow_Win8_x86.cat [Manufacturer] %CompanyName% = SoftEther, NTx86 @@ -55,11 +58,11 @@ SeLow_CopyFiles = 12 SeLow_x86.sys, , , 2 [Strings] -CompanyName = "SoftEther VPN Project" +CompanyName = "SoftEther Corporation" DiskDescription = "SoftEther Lightweight Network Protocol Install Disk" SeLow_DisplayName = "SoftEther Lightweight Network Protocol" SeLow_Description = "A lightweight helper kernel-mode module for PacketiX VPN / SoftEther VPN." - +; Auto Generated 20151018_201655.459 diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.sys b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.sys new file mode 100644 index 00000000..60c93a33 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/SeLow_x86.sys differ diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf.cat b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf.cat new file mode 100644 index 00000000..52a14afb Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf.cat differ diff --git a/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf2.cat b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf2.cat new file mode 100644 index 00000000..887e7a35 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/SeLow_Win8/x86/inf2.cat differ diff --git a/src/bin/hamcore/DriverPackages/See/x64/See_x64.sys b/src/bin/hamcore/DriverPackages/See/x64/See_x64.sys new file mode 100644 index 00000000..99653009 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/See/x64/See_x64.sys differ diff --git a/src/bin/hamcore/DriverPackages/See/x86/See_x86.sys b/src/bin/hamcore/DriverPackages/See/x86/See_x86.sys new file mode 100644 index 00000000..2da5dd29 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/See/x86/See_x86.sys differ diff --git a/src/bin/hamcore/DriverPackages/Wfp/x64/inf.cat b/src/bin/hamcore/DriverPackages/Wfp/x64/inf.cat new file mode 100644 index 00000000..92e5fd86 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp/x64/inf.cat differ diff --git a/src/bin/hamcore/DriverPackages/Wfp/x64/inf2.cat b/src/bin/hamcore/DriverPackages/Wfp/x64/inf2.cat new file mode 100644 index 00000000..7f4cef09 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp/x64/inf2.cat differ diff --git a/src/bin/hamcore/DriverPackages/Wfp/x64/pxwfp_x64.inf b/src/bin/hamcore/DriverPackages/Wfp/x64/pxwfp_x64.inf new file mode 100644 index 00000000..a1986769 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Wfp/x64/pxwfp_x64.inf @@ -0,0 +1,52 @@ +; pxwfp - Windows Filtering Platform Callout Driver for Capturing IPsec Packets +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = WFPCALLOUTS +ClassGuid = {57465043-616C-6C6F-7574-5F636C617373} +Provider = "SoftEther Corporation" +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = pxwfp_x64.cat + +[SourceDisksNames] +1 = "SoftEther VPN IPsec WFP Callout Driver Install Disk" + +[SourceDisksFiles] +pxwfp_x64.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +pxwfp.DriverFiles = 12 + +[DefaultInstall] +OptionDesc = "SoftEther VPN IPsec WFP Callout Driver" +CopyFiles = pxwfp.DriverFiles + +[DefaultInstall.Services] +AddService = pxwfp,,pxwfp.Service + +[DefaultUninstall] +DelFiles = pxwfp.DriverFiles + +[DefaultUninstall.Services] +DelService = pxwfp,0x200 + +[pxwfp.DriverFiles] +pxwfp_x64.sys,,,0x00000040 + +[pxwfp.Service] +DisplayName = "SoftEther VPN IPsec WFP Callout Driver" +Description = "SoftEther VPN IPsec WFP Callout Driver" +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\pxwfp_x64.sys + + +; Auto Generated 20151018_201703.456 + diff --git a/src/bin/hamcore/DriverPackages/Wfp/x64/pxwfp_x64.sys b/src/bin/hamcore/DriverPackages/Wfp/x64/pxwfp_x64.sys new file mode 100644 index 00000000..a7fc6e43 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp/x64/pxwfp_x64.sys differ diff --git a/src/bin/hamcore/DriverPackages/Wfp/x86/inf.cat b/src/bin/hamcore/DriverPackages/Wfp/x86/inf.cat new file mode 100644 index 00000000..b42deab3 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp/x86/inf.cat differ diff --git a/src/bin/hamcore/DriverPackages/Wfp/x86/inf2.cat b/src/bin/hamcore/DriverPackages/Wfp/x86/inf2.cat new file mode 100644 index 00000000..f9090737 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp/x86/inf2.cat differ diff --git a/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.inf b/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.inf new file mode 100644 index 00000000..e4de85c3 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.inf @@ -0,0 +1,52 @@ +; pxwfp - Windows Filtering Platform Callout Driver for Capturing IPsec Packets +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = WFPCALLOUTS +ClassGuid = {57465043-616C-6C6F-7574-5F636C617373} +Provider = "SoftEther Corporation" +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = pxwfp_x86.cat + +[SourceDisksNames] +1 = "SoftEther VPN IPsec WFP Callout Driver Install Disk" + +[SourceDisksFiles] +pxwfp_x86.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +pxwfp.DriverFiles = 12 + +[DefaultInstall] +OptionDesc = "SoftEther VPN IPsec WFP Callout Driver" +CopyFiles = pxwfp.DriverFiles + +[DefaultInstall.Services] +AddService = pxwfp,,pxwfp.Service + +[DefaultUninstall] +DelFiles = pxwfp.DriverFiles + +[DefaultUninstall.Services] +DelService = pxwfp,0x200 + +[pxwfp.DriverFiles] +pxwfp_x86.sys,,,0x00000040 + +[pxwfp.Service] +DisplayName = "SoftEther VPN IPsec WFP Callout Driver" +Description = "SoftEther VPN IPsec WFP Callout Driver" +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\pxwfp_x86.sys + + +; Auto Generated 20151018_201701.451 + diff --git a/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.sys b/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.sys new file mode 100644 index 00000000..862956f4 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp/x86/pxwfp_x86.sys differ diff --git a/src/bin/hamcore/DriverPackages/Wfp_Win10/x64/pxwfp_Win10_x64.cat b/src/bin/hamcore/DriverPackages/Wfp_Win10/x64/pxwfp_Win10_x64.cat new file mode 100644 index 00000000..953eaf32 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp_Win10/x64/pxwfp_Win10_x64.cat differ diff --git a/src/bin/hamcore/DriverPackages/Wfp_Win10/x64/pxwfp_x64.inf b/src/bin/hamcore/DriverPackages/Wfp_Win10/x64/pxwfp_x64.inf new file mode 100644 index 00000000..80879bae --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Wfp_Win10/x64/pxwfp_x64.inf @@ -0,0 +1,52 @@ +; pxwfp - Windows Filtering Platform Callout Driver for Capturing IPsec Packets +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = WFPCALLOUTS +ClassGuid = {57465043-616C-6C6F-7574-5F636C617373} +Provider = "SoftEther Corporation" +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = pxwfp_Win10_x64.cat + +[SourceDisksNames] +1 = "SoftEther VPN IPsec WFP Callout Driver Install Disk" + +[SourceDisksFiles] +pxwfp_x64.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +pxwfp.DriverFiles = 12 + +[DefaultInstall] +OptionDesc = "SoftEther VPN IPsec WFP Callout Driver" +CopyFiles = pxwfp.DriverFiles + +[DefaultInstall.Services] +AddService = pxwfp,,pxwfp.Service + +[DefaultUninstall] +DelFiles = pxwfp.DriverFiles + +[DefaultUninstall.Services] +DelService = pxwfp,0x200 + +[pxwfp.DriverFiles] +pxwfp_x64.sys,,,0x00000040 + +[pxwfp.Service] +DisplayName = "SoftEther VPN IPsec WFP Callout Driver" +Description = "SoftEther VPN IPsec WFP Callout Driver" +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\pxwfp_x64.sys + + +; Auto Generated 20151018_201706.515 + diff --git a/src/bin/hamcore/DriverPackages/Wfp_Win10/x64/pxwfp_x64.sys b/src/bin/hamcore/DriverPackages/Wfp_Win10/x64/pxwfp_x64.sys new file mode 100644 index 00000000..731b7cf2 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp_Win10/x64/pxwfp_x64.sys differ diff --git a/src/bin/hamcore/DriverPackages/Wfp_Win10/x86/pxwfp_Win10_x86.cat b/src/bin/hamcore/DriverPackages/Wfp_Win10/x86/pxwfp_Win10_x86.cat new file mode 100644 index 00000000..d351713c Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp_Win10/x86/pxwfp_Win10_x86.cat differ diff --git a/src/bin/hamcore/DriverPackages/Wfp_Win10/x86/pxwfp_x86.inf b/src/bin/hamcore/DriverPackages/Wfp_Win10/x86/pxwfp_x86.inf new file mode 100644 index 00000000..4e11e393 --- /dev/null +++ b/src/bin/hamcore/DriverPackages/Wfp_Win10/x86/pxwfp_x86.inf @@ -0,0 +1,52 @@ +; pxwfp - Windows Filtering Platform Callout Driver for Capturing IPsec Packets +; +; Copyright (c) SoftEther Corporation. All Rights Reserved. +; http://www.softether.co.jp/ +; +; BUILD 9594 + +[Version] +Signature = "$Windows NT$" +Class = WFPCALLOUTS +ClassGuid = {57465043-616C-6C6F-7574-5F636C617373} +Provider = "SoftEther Corporation" +DriverVer = 10/17/2015, 4.19.0.9594 +CatalogFile.NT = pxwfp_Win10_x86.cat + +[SourceDisksNames] +1 = "SoftEther VPN IPsec WFP Callout Driver Install Disk" + +[SourceDisksFiles] +pxwfp_x86.sys = 1 + +[DestinationDirs] +DefaultDestDir = 12 +pxwfp.DriverFiles = 12 + +[DefaultInstall] +OptionDesc = "SoftEther VPN IPsec WFP Callout Driver" +CopyFiles = pxwfp.DriverFiles + +[DefaultInstall.Services] +AddService = pxwfp,,pxwfp.Service + +[DefaultUninstall] +DelFiles = pxwfp.DriverFiles + +[DefaultUninstall.Services] +DelService = pxwfp,0x200 + +[pxwfp.DriverFiles] +pxwfp_x86.sys,,,0x00000040 + +[pxwfp.Service] +DisplayName = "SoftEther VPN IPsec WFP Callout Driver" +Description = "SoftEther VPN IPsec WFP Callout Driver" +ServiceType = 1 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\pxwfp_x86.sys + + +; Auto Generated 20151018_201705.526 + diff --git a/src/bin/hamcore/DriverPackages/Wfp_Win10/x86/pxwfp_x86.sys b/src/bin/hamcore/DriverPackages/Wfp_Win10/x86/pxwfp_x86.sys new file mode 100644 index 00000000..1bfc9ff0 Binary files /dev/null and b/src/bin/hamcore/DriverPackages/Wfp_Win10/x86/pxwfp_x86.sys differ diff --git a/src/bin/hamcore/SeLow_x64.sys b/src/bin/hamcore/SeLow_x64.sys deleted file mode 100644 index e787f0f3..00000000 Binary files a/src/bin/hamcore/SeLow_x64.sys and /dev/null differ diff --git a/src/bin/hamcore/SeLow_x86.sys b/src/bin/hamcore/SeLow_x86.sys deleted file mode 100644 index 01e999ea..00000000 Binary files a/src/bin/hamcore/SeLow_x86.sys and /dev/null differ diff --git a/src/bin/hamcore/authors.txt b/src/bin/hamcore/authors.txt index f84f9e34..44fdbcfd 100644 --- a/src/bin/hamcore/authors.txt +++ b/src/bin/hamcore/authors.txt @@ -6,7 +6,7 @@ AUTHORS OF SOFTETHER VPN CORE DEVELOPERS: - - Daiyuu Nobori + - Daiyuu Nobori, Ph.D. Computer Science, Graduate School of University of Tsukuba SoftEther Corporation E-mail: daiyuu-nobori [at] softether.org @@ -18,16 +18,16 @@ CORE DEVELOPERS: Risk Engineering, Graduate School of University of Tsukuba SoftEther Corporation - - Takao Ito + - Takao Ito, Ph.D. Computer Science, Graduate School of University of Tsukuba SoftEther Corporation + - Mei Sharie Ann Yamaguchi, Ph.D. + Life and Environmental Sciences, Graduate School of University of Tsukuba + - 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: @@ -67,6 +67,77 @@ CONTRIBUTORS on GitHub: - ygrek https://github.com/ygrek + - ajee cai + https://github.com/ajeecai + + - NOKUBI Takatsugu + https://github.com/knok + + - Den Lesnov + https://github.com/Leden + + - Ilya Shipitsin + https://github.com/chipitsine + + - Matt Lewandowsky + https://github.com/lewellyn + + - Raymond Tau + https://github.com/rtau + + - Luiz Eduardo Gava + https://github.com/LegDog + + - Charles Surett + https://github.com/scj643 + + - Jeff Tang + https://github.com/mrjefftang + + - Victor Salgado + https://github.com/mcsalgado + + - micsell + https://github.com/micsell + + - yehorov + https://github.com/yehorov + + - dglushenok + https://github.com/dglushenok + + - NoNameA 774 + https://github.com/nna774 + + - Alexandre De Oliveira + https://github.com/yodresh + + - Bernhard Rosenkraenzer + https://github.com/berolinux + + - Sacha Bernstein + https://github.com/sacha + + - cm0x4D + https://github.com/cm0x4D + + - DDGo + https://github.com/DDGo + + - Noah O'Donoghue + https://github.com/NoahO + + - Moataz Elmasry + https://github.com/moatazelmasry2 + + - Zulyandri Zardi + https://github.com/zulzardi + + - rel22 + https://github.com/rel22 + + - Guanzhong Chen + https://github.com/quantum5 JOIN THE SOFTETHER VPN DEVELOPMENT ---------------------------------- @@ -76,8 +147,3 @@ 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/src/bin/hamcore/eula.txt b/src/bin/hamcore/eula.txt index fa5d1717..8070f492 100644 --- a/src/bin/hamcore/eula.txt +++ b/src/bin/hamcore/eula.txt @@ -1,8 +1,8 @@ SoftEther VPN Server, Client and Bridge are free software, and released as open-source. You can redistribute them and/or modify them under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. -Copyright (c) 2012-2015 Daiyuu Nobori. -Copyright (c) 2012-2015 SoftEther Project at University of Tsukuba, Japan. -Copyright (c) 2012-2015 SoftEther Corporation. +Copyright (c) Daiyuu Nobori. +Copyright (c) SoftEther Project at University of Tsukuba, Japan. +Copyright (c) SoftEther Corporation. All Rights Reserved. http://www.softether.org/ diff --git a/src/bin/hamcore/inf/selow_x64/inf.cat b/src/bin/hamcore/inf/selow_x64/inf.cat deleted file mode 100644 index 3baa0ced..00000000 Binary files a/src/bin/hamcore/inf/selow_x64/inf.cat and /dev/null differ diff --git a/src/bin/hamcore/inf/selow_x86/inf.cat b/src/bin/hamcore/inf/selow_x86/inf.cat deleted file mode 100644 index ea0f47c7..00000000 Binary files a/src/bin/hamcore/inf/selow_x86/inf.cat and /dev/null differ diff --git a/src/bin/hamcore/inf/x64/inf.cat b/src/bin/hamcore/inf/x64/inf.cat deleted file mode 100644 index 3f488c0b..00000000 Binary files a/src/bin/hamcore/inf/x64/inf.cat and /dev/null differ diff --git a/src/bin/hamcore/inf/x86/inf.cat b/src/bin/hamcore/inf/x86/inf.cat deleted file mode 100644 index 8eaa446a..00000000 Binary files a/src/bin/hamcore/inf/x86/inf.cat and /dev/null differ diff --git a/src/bin/hamcore/languages_wine.txt b/src/bin/hamcore/languages_wine.txt new file mode 100644 index 00000000..b7b2a24a --- /dev/null +++ b/src/bin/hamcore/languages_wine.txt @@ -0,0 +1,6 @@ +# PacketiX VPN / SoftEther VPN Language List File +# Copyright (c) SoftEther Corporation. All Rights Reserved + +# 番号 識別子 英語表記 ローカル表記 Windowsロケール番号 UNIXロケール文字一覧 +1 en English English 1033 en,us,c + diff --git a/src/bin/hamcore/openvpn_sample.ovpn b/src/bin/hamcore/openvpn_sample.ovpn index 63cc5b85..83bc3df3 100644 --- a/src/bin/hamcore/openvpn_sample.ovpn +++ b/src/bin/hamcore/openvpn_sample.ovpn @@ -1,137 +1,137 @@ -############################################################################### -# OpenVPN 2.0 Sample Configuration File -# for PacketiX VPN / SoftEther VPN Server -# -# !!! AUTO-GENERATED BY SOFTETHER VPN SERVER MANAGEMENT TOOL !!! -# -# !!! YOU HAVE TO REVIEW IT BEFORE USE AND MODIFY IT AS NECESSARY !!! -# -# This configuration file is auto-generated. You might use this config file -# in order to connect to the PacketiX VPN / SoftEther VPN Server. -# However, before you try it, you should review the descriptions of the file -# to determine the necessity to modify to suitable for your real environment. -# If necessary, you have to modify a little adequately on the file. -# For example, the IP address or the hostname as a destination VPN Server -# should be confirmed. -# -# Note that to use OpenVPN 2.0, you have to put the certification file of -# the destination VPN Server on the OpenVPN Client computer when you use this -# config file. Please refer the below descriptions carefully. - - -############################################################################### -# Specify the type of the layer of the VPN connection. -# -# To connect to the VPN Server as a "Remote-Access VPN Client PC", -# specify 'dev tun'. (Layer-3 IP Routing Mode) -# -# To connect to the VPN Server as a bridging equipment of "Site-to-Site VPN", -# specify 'dev tap'. (Layer-2 Ethernet Bridgine Mode) - -dev $TAG_TUN_TAP$ - - -############################################################################### -# Specify the underlying protocol beyond the Internet. -# Note that this setting must be correspond with the listening setting on -# the VPN Server. -# -# Specify either 'proto tcp' or 'proto udp'. - -proto $TAG_PROTO$ - - -############################################################################### -# The destination hostname / IP address, and port number of -# the target VPN Server. -# -# You have to specify as 'remote '. You can also -# specify the IP address instead of the hostname. -# -# Note that the auto-generated below hostname are a "auto-detected -# IP address" of the VPN Server. You have to confirm the correctness -# beforehand. -# -# When you want to connect to the VPN Server by using TCP protocol, -# the port number of the destination TCP port should be same as one of -# the available TCP listeners on the VPN Server. -# -# When you use UDP protocol, the port number must same as the configuration -# setting of "OpenVPN Server Compatible Function" on the VPN Server. - -$TAG_BEFORE_REMOTE$remote $TAG_HOSTNAME$ $TAG_PORT$ - - -############################################################################### -# The HTTP/HTTPS proxy setting. -# -# Only if you have to use the Internet via a proxy, uncomment the below -# two lines and specify the proxy address and the port number. -# In the case of using proxy-authentication, refer the OpenVPN manual. - -;http-proxy-retry -;http-proxy [proxy server] [proxy port] - - -############################################################################### -# The encryption and authentication algorithm. -# -# Default setting is good. Modify it as you prefer. -# When you specify an unsupported algorithm, the error will occur. -# -# The supported algorithms are as follows: -# cipher: [NULL-CIPHER] NULL AES-128-CBC AES-192-CBC AES-256-CBC BF-CBC -# CAST-CBC CAST5-CBC DES-CBC DES-EDE-CBC DES-EDE3-CBC DESX-CBC -# RC2-40-CBC RC2-64-CBC RC2-CBC -# auth: SHA SHA1 MD5 MD4 RMD160 - -cipher AES-128-CBC -auth SHA1 - - -############################################################################### -# Other parameters necessary to connect to the VPN Server. -# -# It is not recommended to modify it unless you have a particular need. - -resolv-retry infinite -nobind -persist-key -persist-tun -client -verb 3 -auth-user-pass - - -############################################################################### -# The certificate file of the destination VPN Server. -# -# The CA certificate file is embedded in the inline format. -# You can replace this CA contents if necessary. -# Please note that if the server certificate is not a self-signed, you have to -# specify the signer's root certificate (CA) here. - - -$CA$ - - - -############################################################################### -# The client certificate file (dummy). -# -# In some implementations of OpenVPN Client software -# (for example: OpenVPN Client for iOS), -# a pair of client certificate and private key must be included on the -# configuration file due to the limitation of the client. -# So this sample configuration file has a dummy pair of client certificate -# and private key as follows. - - -$CERT$ - - - -$KEY$ - - - +############################################################################### +# OpenVPN 2.0 Sample Configuration File +# for PacketiX VPN / SoftEther VPN Server +# +# !!! AUTO-GENERATED BY SOFTETHER VPN SERVER MANAGEMENT TOOL !!! +# +# !!! YOU HAVE TO REVIEW IT BEFORE USE AND MODIFY IT AS NECESSARY !!! +# +# This configuration file is auto-generated. You might use this config file +# in order to connect to the PacketiX VPN / SoftEther VPN Server. +# However, before you try it, you should review the descriptions of the file +# to determine the necessity to modify to suitable for your real environment. +# If necessary, you have to modify a little adequately on the file. +# For example, the IP address or the hostname as a destination VPN Server +# should be confirmed. +# +# Note that to use OpenVPN 2.0, you have to put the certification file of +# the destination VPN Server on the OpenVPN Client computer when you use this +# config file. Please refer the below descriptions carefully. + + +############################################################################### +# Specify the type of the layer of the VPN connection. +# +# To connect to the VPN Server as a "Remote-Access VPN Client PC", +# specify 'dev tun'. (Layer-3 IP Routing Mode) +# +# To connect to the VPN Server as a bridging equipment of "Site-to-Site VPN", +# specify 'dev tap'. (Layer-2 Ethernet Bridgine Mode) + +dev $TAG_TUN_TAP$ + + +############################################################################### +# Specify the underlying protocol beyond the Internet. +# Note that this setting must be correspond with the listening setting on +# the VPN Server. +# +# Specify either 'proto tcp' or 'proto udp'. + +proto $TAG_PROTO$ + + +############################################################################### +# The destination hostname / IP address, and port number of +# the target VPN Server. +# +# You have to specify as 'remote '. You can also +# specify the IP address instead of the hostname. +# +# Note that the auto-generated below hostname are a "auto-detected +# IP address" of the VPN Server. You have to confirm the correctness +# beforehand. +# +# When you want to connect to the VPN Server by using TCP protocol, +# the port number of the destination TCP port should be same as one of +# the available TCP listeners on the VPN Server. +# +# When you use UDP protocol, the port number must same as the configuration +# setting of "OpenVPN Server Compatible Function" on the VPN Server. + +$TAG_BEFORE_REMOTE$remote $TAG_HOSTNAME$ $TAG_PORT$ + + +############################################################################### +# The HTTP/HTTPS proxy setting. +# +# Only if you have to use the Internet via a proxy, uncomment the below +# two lines and specify the proxy address and the port number. +# In the case of using proxy-authentication, refer the OpenVPN manual. + +;http-proxy-retry +;http-proxy [proxy server] [proxy port] + + +############################################################################### +# The encryption and authentication algorithm. +# +# Default setting is good. Modify it as you prefer. +# When you specify an unsupported algorithm, the error will occur. +# +# The supported algorithms are as follows: +# cipher: [NULL-CIPHER] NULL AES-128-CBC AES-192-CBC AES-256-CBC BF-CBC +# CAST-CBC CAST5-CBC DES-CBC DES-EDE-CBC DES-EDE3-CBC DESX-CBC +# RC2-40-CBC RC2-64-CBC RC2-CBC CAMELLIA-128-CBC CAMELLIA-192-CBC CAMELLIA-256-CBC +# auth: SHA SHA1 SHA256 SHA384 SHA512 MD5 MD4 RMD160 + +cipher AES-128-CBC +auth SHA1 + + +############################################################################### +# Other parameters necessary to connect to the VPN Server. +# +# It is not recommended to modify it unless you have a particular need. + +resolv-retry infinite +nobind +persist-key +persist-tun +client +verb 3 +auth-user-pass + + +############################################################################### +# The certificate file of the destination VPN Server. +# +# The CA certificate file is embedded in the inline format. +# You can replace this CA contents if necessary. +# Please note that if the server certificate is not a self-signed, you have to +# specify the signer's root certificate (CA) here. + + +$CA$ + + + +############################################################################### +# The client certificate file (dummy). +# +# In some implementations of OpenVPN Client software +# (for example: OpenVPN Client for iOS), +# a pair of client certificate and private key must be included on the +# configuration file due to the limitation of the client. +# So this sample configuration file has a dummy pair of client certificate +# and private key as follows. + + +$CERT$ + + + +$KEY$ + + + diff --git a/src/bin/hamcore/pxwfp_x64.sys b/src/bin/hamcore/pxwfp_x64.sys deleted file mode 100644 index 83949113..00000000 Binary files a/src/bin/hamcore/pxwfp_x64.sys and /dev/null differ diff --git a/src/bin/hamcore/pxwfp_x86.sys b/src/bin/hamcore/pxwfp_x86.sys deleted file mode 100644 index 802f8eb2..00000000 Binary files a/src/bin/hamcore/pxwfp_x86.sys and /dev/null differ diff --git a/src/bin/hamcore/see.sys b/src/bin/hamcore/see.sys deleted file mode 100644 index dcd28823..00000000 Binary files a/src/bin/hamcore/see.sys and /dev/null differ diff --git a/src/bin/hamcore/see_x64.sys b/src/bin/hamcore/see_x64.sys deleted file mode 100644 index 5de15f3b..00000000 Binary files a/src/bin/hamcore/see_x64.sys and /dev/null differ diff --git a/src/bin/hamcore/strtable_cn.stb b/src/bin/hamcore/strtable_cn.stb index 04feb149..23aa0e03 100644 --- a/src/bin/hamcore/strtable_cn.stb +++ b/src/bin/hamcore/strtable_cn.stb @@ -35,13 +35,13 @@ CM_JAPANESE_ONLY_OLD_STARTUP %s\\SoftEther VPN Client 2.0 タスクトレイ.lnk # 软件信息 -PRODUCT_NAME_VPN_CLI SoftEther VPN Client -PRODUCT_NAME_VPN_CMGR SoftEther VPN Client 管理器 -PRODUCT_NAME_VPN_SVR SoftEther VPN Server -PRODUCT_NAME_VPN_BRIDGE SoftEther VPN Bridge -PRODUCT_NAME_VPN_SMGR SoftEther VPN Server 管理器 -PRODUCT_NAME_ELOGSVC SoftEther EtherLogger 测试版 -PRODUCT_NAME_ELOGMGR SoftEther EtherLogger 管理器 测试版 +PRODUCT_NAME_VPN_CLI SoftEther VPN Client Developer Edition +PRODUCT_NAME_VPN_CMGR SoftEther VPN Client Developer Edition 管理器 +PRODUCT_NAME_VPN_SVR SoftEther VPN Server Developer Edition +PRODUCT_NAME_VPN_BRIDGE SoftEther VPN Bridge Developer Edition +PRODUCT_NAME_VPN_SMGR SoftEther VPN Server Developer Edition 管理器 +PRODUCT_NAME_ELOGSVC SoftEther EtherLogger Developer Edition +PRODUCT_NAME_ELOGMGR SoftEther EtherLogger Developer Edition 管理器 # BRANDED_C_TO_S Branded_VPN @@ -50,7 +50,7 @@ PRODUCT_NAME_ELOGMGR SoftEther EtherLogger 管理器 测试版 # CLIENT_ID 123 # Family Name for Software Update Check -PRODUCT_FAMILY_NAME SoftEther +PRODUCT_FAMILY_NAME SoftEtherDev # 产品信息 SE_COMPANY_URL https://selinks.org/?se @@ -236,10 +236,10 @@ TCPOPT_NOT_ADMIN 没有管理权限的用户不能使用 TCP 协议优化工 # Windows Vista / Windows 7 / Windows 8 优化 -VISTA_MMCSS_MSG 你想优化 Windows Vista / Windows 7 / Windows 8 用于使用 VPN 进行多媒体文件的播放吗? (如: 视频、音频和流媒体) -VISTA_MMCSS_MSG_2 Windows Vista / Windows 7 / Windows 8 的 VPN 优化已经完成。\r\n你想进行远程优化配置吗? +VISTA_MMCSS_MSG 你想优化 Windows Vista / Windows 7 / Windows 8 / Windows 10 用于使用 VPN 进行多媒体文件的播放吗? (如: 视频、音频和流媒体) +VISTA_MMCSS_MSG_2 Windows Vista / Windows 7 / Windows 8 / Windows 10 的 VPN 优化已经完成。\r\n你想进行远程优化配置吗? VISTA_MMCSS_MSG_3 您不能在当前环境下进行优化。 -VISTA_MMCSS_MSG_4 您必须具有管理员权限才可使用此功能。\r\n请注意,在 Windows Vista / Windows 7 / Windows 8 中,您应该使用“以管理员身份运行”执行程序。 +VISTA_MMCSS_MSG_4 您必须具有管理员权限才可使用此功能。\r\n请注意,在 Windows Vista / Windows 7 / Windows 8 / Windows 10 中,您应该使用“以管理员身份运行”执行程序。 VISTA_MMCSS_MSG_5 优化完成。 VISTA_MMCSS_MSG_6 优化配置被删除。 @@ -559,9 +559,13 @@ HUB_AO_DropArpInPrivacyFilterMode Drop ARP packets if the both source and dest HUB_AO_SuppressClientUpdateNotification Suppress the update notification screen on the VPN Client. HUB_AO_FloodingSendQueueBufferQuota Specify the quota limitation value (in bytes) of the sending queue buffer size which the flooding operation on the Virtual Hub can consume. The quota value is applied on the total length of sending queues of all active VPN sessions. Specify '0' to disable the quota. This option is effective to solve the out-of-memory problem on the network where there are many flooding packets. HUB_AO_AssignVLanIdByRadiusAttribute Enable the VLAN ID dynamic assignment function. Each VPN session will be assigned its own VLAN ID by the RADIUS attribute value when the user is authenticated by the external RADIUS server unless the user object has a VLAN ID security policy. The RADIUS attribute with the name "Tunnel-Pvt-Group-ID" (ID = 81) will be used as the VLAN ID. The data type must be STRING. +HUB_AO_DenyAllRadiusLoginWithNoVlanAssign If you set this option to non-zero value, then all users, which RADIUS server returns no "Tunnel-Pvt-Group-ID" (ID = 81) value, will be denied to connect to the Virtual Hub. (Only if the values of AssignVLanIdByRadiusAttribute is non-zero value.) HUB_AO_SecureNAT_RandomizeAssignIp If you set this option to non-zero value, then the Virtual DHCP Server of the SecureNAT function will choose an unused IP address randomly from the DHCP pool while the default behavior is to choose the first unused IP address. HUB_AO_DetectDormantSessionInterval If you set this option to non-zero value, then the Virtual Hub will treat the VPN sessions, which have transmitted no packets for the last specified intervals (in seconds), as Dormant Sessions. The Virtual Hub will not flood packets, which should be flood, to any Dormant Sessions. HUB_AO_NoPhysicalIPOnPacketLog If you set this option to non-zero value, then the physical IP addresses of VPN clients of either the source VPN session or the destination VPN session will not be recorded on the packet log file. +HUB_AO_UseHubNameAsDhcpUserClassOption If you set this option to non-zero value, then the Virtual Hub Name will be added to a DHCP request to an external DHCP server as the "User-Class" option. This allows to use separate pools of IP addresses for each Virtual Hub. (For only L2TP/IPsec and OpenVPN sessions.) +HUB_AO_UseHubNameAsRadiusNasId If you set this option to non-zero value, then the NAS-Identidier RADIUS attribute will be set to a name of the Virtual Hub. This allows to determine on RADIUS server whether access to the Virtual Hub should be granted or denied. + #关于失败连接对话框 @@ -773,11 +777,11 @@ REMOTE_DEF_TITLE 指定你要进行远程连接的计算机。 #关于客户通知服务 -CN_TITLE SoftEther VPN Client +CN_TITLE SoftEther VPN Client Developer Edition # 关于连接管理器 -CM_TITLE SoftEther VPN Client 管理器 +CM_TITLE SoftEther VPN Client Developer Edition 管理器 CM_PW_LOCALMACHINE 本地计算机 CM_NO_REMOTE VPN Client 服务运行在 %s 上,不允许远程连接。 CM_CONNECT_FAILED 无法连接到 %s 上的 VPN Client 服务。\r\n确认 VPN 服务已开启并正常运行。 @@ -960,11 +964,11 @@ CM_VPN_FILE_IMPORT_NG 无法导入 VPN 连接设置文件。由于 VPN Client CM_VLAN_INSTALLING 请稍候... CM_SECURE_MUST_LOCAL 因为目前您对远程计算机进行连接并管理 VPN Client,因此无法修改智能卡设置。 CM_DETAIL_MODE_LINK_STR 使用级联,则“通过网桥,路由模式连接”始终启用。 -CM_TRAY_INITING VPN Client 管理器 -CM_TRAY_NOT_CONNECTED VPN Client 管理器\r\n未连接 -CM_TRAY_CONNECTED_0 VPN Client 管理器\r\n主动连接到%u个服务器,并尝试连接到 %u 个服务器 -CM_TRAY_CONNECTED_1 VPN Client 管理器\r\n尝试连接到%u个服务器 -CM_TRAY_CONNECTED_2 VPN Client 管理器\r\n的 %u 个服务器中的连接 +CM_TRAY_INITING VPN Client 管理器 (Developer Edition) +CM_TRAY_NOT_CONNECTED VPN Client 管理器 (Developer Edition)\r\n未连接 +CM_TRAY_CONNECTED_0 VPN Client 管理器 (Developer Edition)\r\n主动连接到%u个服务器,并尝试连接到 %u 个服务器 +CM_TRAY_CONNECTED_1 VPN Client 管理器 (Developer Edition)\r\n尝试连接到%u个服务器 +CM_TRAY_CONNECTED_2 VPN Client 管理器 (Developer Edition)\r\n的 %u 个服务器中的连接 CM_TRAY_MENU_1_SHOW 显示 VPN Client 管理器(&S) CM_TRAY_MENU_1_HIDE 关闭 VPN Client 管理器(&O) CM_TRAY_MENU_2_QUIT 退出 VPN Client 管理器程序(&X) @@ -1108,37 +1112,37 @@ SVC_VPNBRIDGE_DESCRIPT 它管理 SoftEther VPN Bridge 服务进程。SoftEther # 服务定义 (SoftEther VPN Client) -SVC_SEVPNCLIENT_NAME sevpnclient -SVC_SEVPNCLIENT_TITLE SoftEther VPN Client -SVC_SEVPNCLIENT_DESCRIPT 它为 SoftEther VPN Client 管理虚拟网络适配器设备驱动和连接服务。当服务停止时,此计算机将无法使用 SoftEther VPN Client 连接到 SoftEther VPN Server。 +SVC_SEVPNCLIENTDEV_NAME sevpnclientdev +SVC_SEVPNCLIENTDEV_TITLE SoftEther VPN Client Developer Edition +SVC_SEVPNCLIENTDEV_DESCRIPT 它为 SoftEther VPN Client 管理虚拟网络适配器设备驱动和连接服务。当服务停止时,此计算机将无法使用 SoftEther VPN Client 连接到 SoftEther VPN Server。 # 服务定义 (SoftEther VPN Server) -SVC_SEVPNSERVER_NAME sevpnserver -SVC_SEVPNSERVER_TITLE SoftEther VPN Server -SVC_SEVPNSERVER_DESCRIPT 它管理 SoftEther VPN Server 服务进程。SoftEther VPN Server 通过 TCP/IP 协议提供高性能 SoftEther VPN Server 功能。当此服务被停止时,此计算机上的 SoftEther VPN Client 也将停止,且 SoftEther VPN Client 将无法与此计算机建立 VPN 连接。 +SVC_SEVPNSERVERDEV_NAME sevpnserverdev +SVC_SEVPNSERVERDEV_TITLE SoftEther VPN Server Developer Edition +SVC_SEVPNSERVERDEV_DESCRIPT 它管理 SoftEther VPN Server 服务进程。SoftEther VPN Server 通过 TCP/IP 协议提供高性能 SoftEther VPN Server 功能。当此服务被停止时,此计算机上的 SoftEther VPN Client 也将停止,且 SoftEther VPN Client 将无法与此计算机建立 VPN 连接。 # 服务定义 (SoftEther VPN Bridge) -SVC_SEVPNBRIDGE_NAME sevpnbridge -SVC_SEVPNBRIDGE_TITLE SoftEther VPN Bridge -SVC_SEVPNBRIDGE_DESCRIPT 它管理 SoftEther VPN Bridge 服务进程。SoftEther VPN Bridge 提供此计算机连接的网络与远程 SoftEther VPN Server 之间的连接。当此服务被停止时,此计算机上的 SoftEther VPN Bridge 也将停止,且无法再通过网桥连接进行通信。 +SVC_SEVPNBRIDGEDEV_NAME sevpnbridgedev +SVC_SEVPNBRIDGEDEV_TITLE SoftEther VPN Bridge Developer Edition +SVC_SEVPNBRIDGEDEV_DESCRIPT 它管理 SoftEther VPN Bridge 服务进程。SoftEther VPN Bridge 提供此计算机连接的网络与远程 SoftEther VPN Server 之间的连接。当此服务被停止时,此计算机上的 SoftEther VPN Bridge 也将停止,且无法再通过网桥连接进行通信。 # 服务定义 (SoftEther VPN User-mode Router) SVC_VPNROUTER_NAME vpnrouter -SVC_VPNROUTER_TITLE SoftEther VPN Router +SVC_VPNROUTER_TITLE SoftEther VPN Router Developer Edition SVC_VPNROUTER_DESCRIPT 这是用来管理 SoftEther VPN 路由器(服务模式)的服务器进程。 SoftEther VPN 的路由器是一个程序,它提供了一个虚拟 NAT 和 DHCP 服务器,在用户模式下运行,通过使用简单的操作,它可以建立一个在虚拟 IP 网络和一个物理 IP 网络之间的安全连接。如果此服务被停止,在这台电脑上的 SoftEther VPN 路由器将停止, SoftEther VPN Client 将无法在这台电脑上使用路由服务。 # サービス定義 (EtherLogger) SVC_ELOGSVC_NAME elogsvc -SVC_ELOGSVC_TITLE SoftEther EtherLogger +SVC_ELOGSVC_TITLE SoftEther EtherLogger Developer Edition SVC_ELOGSVC_DESCRIPT SoftEther EtherLogger 是一个捕捉从局域网卡连接到电脑上数据流的服务,保存由管理员指定类型的数据包的包头日志,所有数据以文本文件格式。 #关于 SoftEther VPN Server 管理器 -SM_TITLE SoftEther VPN Server 管理器 +SM_TITLE SoftEther VPN Server 管理器 Developer Edition SM_LOCALHOST 本地主机 (此服务器) SM_SERVER_BRIDGE_TITLE 管理 VPN Bridge "%S" SM_S_VHUB_BRIDGE 当使用 VPN Bridge 时,管理虚拟 HUB“BRIDGE”运行 VPN Bridge 的管理。 @@ -1498,6 +1502,7 @@ SM_SNAT_STATUS SecureNAT 运行状态 SM_SNAT_NUM_SESSION %u 个会话 SM_SNAT_NUM_CLIENT %u 个客户端 SM_SNAT_IS_KERNEL 内核模式 NAT 功能是活跃的 +SM_SNAT_IS_RAW Raw IP mode NAT 功能是活跃的 SM_BRIDGE_TOO_OLD_VER 当前连接的 VPN Server 版本不支持本地网桥功能。\r\n请更新到最新版本。 SM_BRIDGE_UNSUPPORTED 当前连接的 VPN Server 运行的操作系统无法使用本地网桥功能。请参阅 VPN Server 在线文档以获得支持本地网桥功能的操作系统列表。 SM_BRIDGE_WPCAP_REMOTE 为在此 VPN Server 上使用本地网桥功能,您必须安装 WinPcap 软件。WinPcap 软件当前没有在服务器上安装。\r\n\r\n要进行 WinPcap 软件的安装,您必须在运行 VPN Server 的服务器上启动 SoftEther VPN Server 管理器,然后连接到本机 (您自己计算机的位置),打开本地网桥功能设置窗口。\r\n首先退出此管理会话,然后在此服务器上启动 SoftEther VPN Server 管理器之后,连接到本机并继续设置进程。 @@ -1649,7 +1654,7 @@ SM_DDNS_OK_MSG2 动态 DNS 主机名被更改为'%S'。\r\n\r\n单击提示读 SM_DDNS_KEY_TITLE 动态 DNS 密钥 SM_DDNS_KEY_MSG 动态 DNS 密钥: %s\r\n\r\n此密钥与当前的 DDNS 名称相关联。如果你的 VPN 服务器电脑损坏,丢失了密钥,当前的 DDNS 名称将被永远占用,且其他 VPN 服务器将无法使用相同的名称。\r\n如果你想继续使用相同的名称,请在互联网服务上、或另一台电脑上、或在便笺纸上保留密钥。\r\n当在新的 VPN 服务器设置密钥时,编辑 VPN 服务器的配置文件。请在 "declare DDnsClient" 指令下,用跟随 "byte Key" 的值替换​字符串的密钥。\r\n请不要同时在两个或多个 VPN 服务器上设置相同的密钥。 SM_DDNS_KEY_ERR 无法读取 DNS 密钥。 -SM_IPSEC_PSK_TOO_LONG 预共享密钥(PSK)有 10 个或更多的字母。\r\n\r\n据报道谷歌安卓的几个版本有一个 10 个或更多字母作为预共享密钥的严重故障。\r\n因此 9 个或少于 9 个字母被推荐作为预共享密钥。\r\n\r\n您要修改预共享密钥吗? +SM_IPSEC_PSK_TOO_LONG 预共享密钥(PSK)有 10 个或更多的字母。\r\n\r\n据报道谷歌安卓的几个版本有一个 10 个或更多字母作为预共享密钥的严重故障。\r\n因此 9 个或少于 9 个字母被推荐作为预共享密钥。\r\n\r\n您要尝试其他预共享密钥吗? SM_ADVANCED_REDIRECT_URL_HINT_TITLE 如何使用高级 HTTP 重定向功能 SM_ADVANCED_REDIRECT_URL_HINT 高级 HTTP 重定向(为专家)\r\n\r\n此字符串“”是一个占位符。它可以嵌入重定向的 URL 中。\r\n\r\n嵌入 URL 示例:\r\nhttp://www.google.com/search?q=|secret\r\n\r\n当客户端将被重定向,重定向的实际 URL 目的地将被取代如下。\r\n\r\n用户名|会话ID|IP 地址|日期和时间|哈希值\r\n\r\n替换后示例:zurukko|SID-ZURUKKO-123|219.117.219.154|20131117100354|99707160AFE7A454042B2C47B064112D652452D7\r\n\r\n各字段的详情描述如下。\r\n\r\n用户名:当前 VPN 会话的用户名将被放置。\r\n\r\n会话ID:VPN 会话的会话 ID 将被放置\r\n\r\n日期和时间:14 位数字将以'YYYYMMDDHHMMSS’格式放置(时区是 UTC)\r\n\r\n哈希值:代表 20 个字节二进制数据的一个 40 字符的十六进制字符串。二进制数据是 SHA-1 哈希函数至临时字符串的结果。在重定向 URL 中“|”符号后,临时字符串是上述字段的位阵列加上秘密字符串的结合。(在上面的例子中,“秘密”是秘密字符串)。如果在 URL 中没有“|”符号,没有哈希值将被添加。\r\n\r\n哈希值的目的:秘密字符串如密钥般有效。感谢密钥。在重定向 URL 中接收重定向查询字符串的 CGI 程序,可以验证包含在 URL 中参数的完整性。\r\n SM_ADVANCED_REDIRECT_URL_MSG URL 必须以“http://”或“https://”开始 @@ -1666,7 +1671,7 @@ SM_FACTORY_DEFAULT_WARNING 这将在 VPN Server / Bridge 上执行出厂复位 SM_FACTORY_DEFAULT_PERFORMED 在服务器上正在执行出厂复位操作。\r\n\r\n按“确定”退出当前 VPN Server 管理器的会话“。\r\n退出后,请重新启动 VPN Server 管理器并再次连接到 VPN Server。\r\n然后你会看到 VPN Server 复位。 SM_AZURE_STATUS_CONNECTED 状态: 已连接 SM_AZURE_STATUS_NOT_CONNECTED 状态: 没有连接 -SM_NO_BRIDGE_NICS 无物理网络适配器、适合本地桥在 VPN 服务器计算机上被发现。\r\n为了创建一个本地桥,你必须在计算机上至少安装一个物理网络适配器。\r\n您不能为本地桥使用 Wi-Fi 适配器或 3G 适配器。\r\n请安装一个兼容有线以太网的物理网络适配器。\r\n\r\n如果最近安装的网络适配器没有出现,重新启动计算机。\r\n\r\n如果本地桥无论如何不能使用,你可以使用“SecureNAT 功能”代替。\r\n\r\n如果你有一定的原因使用不同寻常的网络适配器(即 Wi-Fi 网络连接适配器,3G 适配器或虚拟适配器),设置“ShowAllInterfaces”变量在“LocalBridgeList”指令为“true”,然后重启VPN服务器。然后,这些设备将出现在名单上。(仅限于高级 Windows 用户)。 +SM_NO_BRIDGE_NICS 无物理网络适配器、适合本地桥在 VPN 服务器计算机上被发现。\r\n为了创建一个本地桥,你必须在计算机上至少安装一个物理网络适配器。\r\n您不能为本地桥使用 Wi-Fi 适配器或 3G 适配器。\r\n请安装一个兼容有线以太网的物理网络适配器。\r\n\r\n如果最近安装的网络适配器没有出现,重新启动计算机。\r\n\r\n如果本地桥无论如何不能使用,你可以使用“SecureNAT 功能”代替。\r\n\r\n如果你有一定的原因使用不同寻常的网络适配器(即 Wi-Fi 网络连接适配器,3G 适配器或虚拟适配器),设置“ShowAllInterfaces”变量在“LocalBridgeList”指令为“true”,然后重启VPN服务器。然后,这些设备将出现在名单上。(仅限于高级 Windows 用户)。\r\n\r\nIf this error occurs after you upgraded Windows, please re-install SoftEther VPN Server or SoftEther VPN Bridge> SM_CERT_MESSAGE The current SSL self-signed root certificate on this VPN Server is in the old format.\r\n\r\nSome versions of OpenVPN Connect for Android have a bug to misinterpret SSL certificates in the old format. It might cause the connection problem from OpenVPN Connect for Android to this VPN Server.\r\n\r\nIf you are planning to use OpenVPN Connect for Android as a VPN client, it is recommended to regenerate the SSL server certificate.\r\n\r\nDo you want to regenerate the server certificate now? SM_CERT_MESSAGE_CLI --- Caution ---\r\n\r\nThe current SSL self-signed root certificate on this VPN Server is in the old format.\r\n\r\nSome versions of OpenVPN Connect for Android have a bug to misinterpret SSL certificates in the old format. It might cause the connection problem from OpenVPN Connect for Android to this VPN Server.\r\n\r\nIf you are planning to use OpenVPN Connect for Android as a VPN client, it is recommended to regenerate the SSL server certificate.\r\n\r\nTo regenerate and update the server certificate, execute the "ServerCertRegenerate" command after updating the VPN Server to the latest version. SM_CERT_NEED_ROOT The specified SSL certificate is a sub-certificate which was issued by a CA (Certificate Authority).\r\n\r\nIf you are planning to support either Microsoft SSTP or OpenVPN protocol on this VPN server, you have to install the root certificate and all intermediate certificates (if exists) on this VPN Server.\r\n\r\nTo install these certificates, copy the root certificate and all intermediate certificate files (in the X.509 format) into the "chain_certs" subdirectory on the directory which is VPN Server has been installed on.\r\n\r\nIf you don't know how to obtain root and intermediate certificate files for your certificate authority (CA), please refer to the CA's web site or contact technical support staffs of the CA. @@ -2391,7 +2396,7 @@ S_INFO 一个新虚拟网络适配器将被被创建到系统中。\r\n您 STATIC1 虚拟网络适配器名(&N): IDOK 确定(&O) IDCANCEL 取消 -S_WIN8 正在运行的操作系统是 Windows8。请注明 "VPN" 或 "VPN2" 直到 "VPN127" 作为新的虚拟网络适配器的名称 (最多 127 个适配器可以被创建)。 +S_WIN8 请注明 "VPN" 或 "VPN2" 直到 "VPN127" 作为新的虚拟网络适配器的名称 (最多 127 个适配器可以被创建)。 PREFIX D_CM_TRUST @@ -2442,8 +2447,8 @@ STATIC7 保持互联网连接功能(&K) PREFIX D_ABOUT -S_INFO1 SoftEther VPN %u.0 (Ver %u.%02u, Build %u) -S_INFO2 An Open-Source VPN Software for Academic Purpose, under the GPLv2 License.\r\nCopyright (c) 2012-%u SoftEther Project at University of Tsukuba, Japan. All Rights Reserved.\r\nWeb Site: http://www.softether.org/\r\n%S +S_INFO1 SoftEther VPN %u.0 Developer Edition (Ver %u.%02u, Build %u) +S_INFO2 Open-Source VPN Software for Academic Purpose, under the GPLv2 License.\r\nCopyright (c) 2012-%u SoftEther Project at University of Tsukuba, Japan. All Rights Reserved.\r\nWeb Site: http://www.softether.org/\r\n%S S_INFO3 This product includes the following software components:\r\nBitVisor: Copyright (c) 2007, 2008 University of Tsukuba. Copyright (C) 2007, 2008 National Institute of Information and Communications Technology. All rights reserved. / Microsoft(R) C Runtime Library: (c) 2007 Microsoft Corporation. All Rights Reserved. / PKCS #11 Cryptographic Token Interface (Cryptoki): Copyright (c) RSA Security Inc. / WinPcap: Copyright (c) 2001 - 2003 NetGroup, Politecnico di Torino (Italy). All rights reserved. / libedit: Copyright (c) 1992, 1993 The Regents of the University of California. All rights reserved. / libiconv: Copyright (C) 2007 Free Software Foundation, Inc. / ncurses: Copyright (c) 1998-2005, 2006 Free Software Foundation, Inc. / OpenSSL: Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). / zlib: (C) 1995-2004 Jean-loup Gailly and Mark Adler. / Special Thanks to: Software Laboratory, Academic Computing Communication Center, Industrial Liaison and Cooperative Research Center and Professor Yasushi Shinjo in University of Tsukuba, Japan. S_INFO4 此 VPN 服务器作为的一个学术研究且由 (http://www.softether.org/) 为公众利益免费发布的。本软件是日本筑波大学 SoftEther 项目下开发的免费软件,无任何担保。开发人员、版权所有者或分销商在任何情况下对于使用本软件的任何索赔、损害赔偿或其他情况不承担责任。\r\n\r\nSoftEther VPN 是日本政府的研究和开发项目的一项工作,由日本的经济、贸易和工业部资助,由信息化推进机构管理。 IDCANCEL 确定(&O) @@ -2487,7 +2492,7 @@ S_STATIC ※注意: 如果认证类型是 RADIUS 或 NT 域认证,您不 PREFIX D_SM_MAIN -CAPTION SoftEther VPN Server 管理器 +CAPTION SoftEther VPN Server 管理器 Developer Edition STATIC1 SoftEther VPN Server 连接设置(&S): STATIC2 VPN Server 或 VPN Bridge 的连接设置被定义如下。双击该项以连接到服务端。\r\n要添加新连接,单击“新设置”。 B_NEW_SETTING 新设置(&N) @@ -3736,7 +3741,7 @@ B_VGS VPN 和门户服务设置 (&G)... PREFIX D_CM_EASY -CAPTION SoftEther VPN Client 简易管理器 +CAPTION SoftEther VPN Client 简易管理器 (Developer Edition) B_MODE 切换运行模式(&M) IDCANCEL 关闭(&C) B_STATUS 查看连接模式(&S) @@ -3744,8 +3749,8 @@ B_VGC VPN Gate 学术项目 PREFIX D_SM_SETUP -CAPTION SoftEther VPN Server / Bridge 简单安装 -S_TITLE SoftEther VPN Server / Bridge 简单安装 +CAPTION SoftEther VPN Server / Bridge 简单安装 (Developer Edition) +S_TITLE SoftEther VPN Server / Bridge 简单安装 (Developer Edition) IDC_STATIC_1 通过使用此安装,您可以为以下使用和目的轻松地安装 SoftEther VPN Server 或 VPN Bridge。退出安装后,您可以使用 VPN Server 管理器自由配置更高级的设置。 S_BOLD 选择你要构建的 VPN Server 类型。可以一起选择多种类型。 C_REMOTE 远程访问 VPN Server (&R) @@ -3861,7 +3866,7 @@ S_TOOL OpenVPN Client 的示例文件生成工具 S_TOOL2 创建一个 OpenVPN Client 配置是一项艰难的工作。您可以使用此工具来生成一个合适的 OpenVPN Client 配置文件。生成的配置示例文件可马上应用。本来,OpenVPN Client 会要求客户手写一个很难的配置文件。这个工具就可以帮助您创建一个有用的配置样本。您所需要为 OpenVPN Client 生成的配置文件就是点击以下按钮。 B_CONFIG 为 OpenVPN Client 生成配置样本文件(&C) S_2 Microsoft SSTP VPN 克隆服务器功能 -S_3 该 VPN Server 有微软公司的 Windows Server 2008 / 2012 内建的 MS-SSTP VPN Server 的克隆功能。\r\n在 Windows Vista / 7 / 8 / RT 中内建的 MS-SSTP 客户端能连接此 VPN Client。 +S_3 该 VPN Server 有微软公司的 Windows Server 2008 / 2012 内建的 MS-SSTP VPN Server 的克隆功能。\r\n在 Windows Vista / 7 / 8 / RT / 10 中内建的 MS-SSTP 客户端能连接此 VPN Client。 R_SSTP 开启 &MS-SSTP VPN 克隆 Server 功能 S_SSTP VPN Server 端 SSL 证书的 CN (通用名)值必须与该客户端指定的主机名吻合,并且该证书必须在该客户端的可信列表中。详细内容请参考微软的文档。 S_4 指定用户名连接到虚拟 HUB 的方式,和通过使用克隆服务器进行默认 HUB 的选择规则,与 IPsec 服务器功能是一样的。 @@ -4230,7 +4235,7 @@ CMD_SWITCH_SELECT 切换选择(&I) #“查看”菜单 CMD_TOP_VIEW 查看(&V) CMD_STATUSBAR 显示状态栏(&S) -CMD_VISTASTYLE Windows Vista / Windows 7 / Windows 8 风格(&T) +CMD_VISTASTYLE Windows Vista / 7 / 8 / 10 风格(&T) CMD_SHOWPORT 在连接列表中显示端口(&P) CMD_TRAYICON 显示任务托盘上的图标(&T) CMD_ICON 图标(&I) @@ -4255,7 +4260,7 @@ CMD_PASSWORD 设置密码(&P)...\tCtrl+P CMD_TRUST 管理信任的 CA 证书列表(&T)\tCtrl+R CMD_NETIF 网络设备状态(&N)... CMD_TCPIP TCP 协议优化工具(&O)... -CMD_MMCSS Windows Vista / Windows 7 / Windows 8 的优化(&V)... +CMD_MMCSS Windows Vista / 7 / 8 / 10 的优化(&V)... CMD_TRAFFIC 网络通信速度测试工具(&R)...\tCtrl+Q CMD_CM_SETTING 切换运行模式(&M)... CMD_LANGUAGE 语言设置(&L) @@ -4430,7 +4435,7 @@ CMD_DISCONNECTED_MSG \n---Error---\n\n与您正管理的主机通信会话被 # VPN CMD 命令 -CMD_VPNCMD SoftEther VPN 命令行管理工具 +CMD_VPNCMD SoftEther VPN Developer Edition 命令行管理工具 CMD_VPNCMD_HELP “vpncmd ”程序是一个允许您通过使用命令行来管理 SoftEther VPN 软件的实用工具。通过使用 vpncmd,您可以连接到运行在本地或远程计算机的 VPN Client,VPN Server 或 VPN Bridge 并管理它们。此外,通过使用 VPN 工具模式,您可以调用网络传输速度测试工具和证书创建功能。即使不连接到 VPN Server 或 VPN Client,vpncmd 也是可以使用的。\n当使用 vpncmd 时,如果文件名是通过使用 /IN 和 /OUT 参数指定的,该命令就可以根据一个文件被批量执行。该文件列举了可执行命令的文件和执行结果可以被写入文件中。通常,vpncmd 启动后命令提示符会出现,但是,当用 /IN 参数指定一个输入文件时,在输入文件的所有行执行完成后,该程序将自动终止。此外,当指定 /CMD 参数来执行一个命令时,在命令执行完成后,程序将自动终止。您不能同时刻指定 /IN 参数和 /CMD 参数。vpncmd 程序的终止代码将是最后执行命令的错误代码 (在成功执行的情况下是 0)。在 Windows 环境下,当具有管理员权限的用户一次或多次启动 vpncmd 时,有可能只需输入 "vpncmd" 到 Windows 命令提示符或 [运行...] Windows 启动 vpncmd。为了在 UNIX 系统下得到同样的结果,您可以手动设置,PATH 环境是可变的。 CMD_VPNCMD_ARGS vpncmd [host:port] [/CLIENT|/SERVER|/TOOLS] [/HUB:hub] [/ADMINHUB:adminhub] [/PASSWORD:password] [/IN:infile] [/OUT:outfile] [/CMD commands...] CMD_VPNCMD_[host:port] 通过指定格式的参数 [主机名:端口号],可自动连接到主机。如果这是没有指定的,会出现一个提示让输入连接目的地。当连接到一个 VPN Client,您不能指定一个端口号。 @@ -4451,7 +4456,7 @@ CMD_VPNCMD_HOST_2 指定的主机名或正在运行的目标 VPN Client 计算 CMD_VPNCMD_HOST_3 目标 IP 地址的主机名: CMD_VPNCMD_HUB_1 如果通过虚拟 HUB 管理模式连接到服务器,请输入虚拟 HUB 的名称。\n如果通过服务器管理模式连接,无须输入任何内容请按回车键。\n CMD_VPNCMD_HUB_2 指定虚拟 HUB 名称: -CMD_VPNCMD_ABOUT SoftEther VPN 命令行管理工具 (vpncmd 命令)\n%S\n%S\nCopyright (c) SoftEther VPN Project. All Rights Reserved.\n +CMD_VPNCMD_ABOUT SoftEther VPN 命令行管理工具 (vpncmd 命令)\nDeveloper Edition\n%S\n%S\nCopyright (c) SoftEther VPN Project. All Rights Reserved.\n CMD_VPNCMD_PASSWORD_1 访问被拒绝。可能是密码不正确,或者是您以不正确的管理模式连接。您可以尝试再次输入密码。要取消,请按 Ctrl + D。 CMD_VPNCMD_PASSWORD_2 密码: CMD_VPNCMD_ERROR 发生错误。(错误代码: %u)\n%s @@ -5483,7 +5488,7 @@ CMD_AccessAdd_Prompt_TCPSTATE TCP 连接的状态 (Established/Unestablished): # AccessAddEx 命令 CMD_AccessAddEx 添加扩展访问列表规则 (IPv4:延迟、时基误差/数据包丢失产生) CMD_AccessAddEx_Help 在当前管理的虚拟 HUB 的访问列表中,使用此命令添加新的规则。当数据包经由虚拟 HUB 通过时,你可以设置产生延迟、时基误差和数据包丢失。\n访问列表是一组文件规则被应用到流过虚拟 HUB 的数据包。您可以在一个访问列表中注册多个规则,你也可以定义每个规则的优先级。检查所有的数据包的规则所指定的条件,在访问列表中注册的规则,由第一个匹配的规则根据规定的操作,它们要么通过要么被丢弃。不匹配任何规则的数据包暗中允许通过。您也可以使用 AccessAddEx 的命令来生成延迟、时基误差和数据包丢失。\n此命令不能在 VPN Bridge 上运行。\n在以成员服务器群集上运行的 VPN Server 的虚拟 HUB 上,您不能执行此命令。 -CMD_AccessAddEx_Args AccessAddEx [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/TCPSTATE:established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] +CMD_AccessAddEx_Args AccessAddEx [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/TCPSTATE:established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] [/REDIRECTURL:url] CMD_AccessAddEx_[pass|discard] 当一个数据包匹配此规则条件时,该操作就已决定了。当通过被指定时,则数据包允许通过;当丢弃被指定时,数据包被丢弃。如果动作是通过,延迟、时基误差和数据包丢失的设置被应用。 CMD_AccessAddEx_MEMO 指定此规则的描述 (备忘录)。 CMD_AccessAddEx_PRIORITY 指定 1 或以上的整数作为此规则的优先级。数字越小优先级越高。 @@ -5500,6 +5505,7 @@ CMD_AccessAddEx_TCPSTATE 指定 TCP 连接状态作为一个规则。使用 Est CMD_AccessAddEx_DELAY 当数据包通过时,设置此数值来生成延迟。以毫秒来指定延迟的时间段。指定 0,意为不会生成延迟。延迟最多为 10000 毫秒、 CMD_AccessAddEx_JITTER 当数据包通过时,设置此数值来生成时基误差。用 0% 到 100% 之内的范围来指定时基误差波动的频率。指定 0,意为不会生成时基误差。 CMD_AccessAddEx_LOSS 当数据包通过时,设置此数值来生成数据包丢失。用 0% 到 100% 之内的范围来指定丢包的频率。指定 0,意为不会生成丢包。 +CMD_AccessAddEx_REDIRECTURL The specified URL will be mandatory replied to the client as a response for TCP connecting request packets which matches the conditions of this access list entry via this Virtual Hub. To use this setting, you can enforce the web browser of the VPN Client computer to show the specified web site when that web browser tries to access the specific IP address. CMD_AccessAddEx_Prompt_DELAY 生成延迟 (毫秒: 0 - 10000): CMD_AccessAddEx_Prompt_JITTER 生成时基误差的波动(百分比: 0 - 100): CMD_AccessAddEx_Prompt_LOSS 丢包率 (百分比: 0 - 100): @@ -5544,7 +5550,7 @@ CMD_AccessAdd6_Prompt_TCPSTATE TCP 连接的状态 (Established/Unestablished): # AccessAddEx6 命令 CMD_AccessAddEx6 添加扩展访问列表规则 (IPv6,生成延迟,时基误差/数据包丢失) CMD_AccessAddEx6_Help 在当前管理的虚拟 HUB 的访问列表中,使用此命令添加新的规则。当数据包经由虚拟 HUB 通过时,你可以设置产生延迟、时基误差和数据包丢失。\n访问列表是一组文件规则被应用到流过虚拟 HUB 的数据包。您可以在一个访问列表中注册多个规则,你也可以定义每个规则的优先级。检查所有的数据包的规则所指定的条件,在访问列表中注册的规则,由第一个匹配的规则根据规定的操作,它们要么通过要么被丢弃。不匹配任何规则的数据包暗中允许通过。您也可以使用 AccessAddEx6 的命令来生成延迟、时基误差和数据包丢失。 \n此命令不能在 VPN Bridge 上运行。 \n在以成员服务器群集上运行的 VPN Server 的虚拟 HUB 上,您不能执行此命令。 -CMD_AccessAddEx6_Args AccessAddEx6 [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/TCPSTATE: established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] +CMD_AccessAddEx6_Args AccessAddEx6 [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/TCPSTATE: established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] [/REDIRECTURL:url] CMD_AccessAddEx6_[pass|discard] 如果通过,会产生延迟,抖动和丢包。当一个数据包匹配此规则条件时,该操作就已决定了。当通过被指定时,则数据包允许通过;当丢弃被指定时,数据包被丢弃。如果动作是通过,延迟、时基误差和数据包丢失的设置被应用。 CMD_AccessAddEx6_MEMO 指定此规则的描述(备忘录)。 CMD_AccessAddEx6_PRIORITY 指定1或以上的整数作为此规则的优先级。数字越小优先级越高。 @@ -5560,7 +5566,8 @@ CMD_AccessAddEx6_DESTMAC 指定目标 MAC 地址作为一个规则。方法与 CMD_AccessAddEx6_TCPSTATE 指定 TCP连接状态作为一个规则。使用已建立的(Established) 或未建立的(Unestablished)。 CMD_AccessAddEx6_DELAY 当数据包通过时,设置本数值来产生延迟。以毫秒为单位来指定延迟周期。指定0,意为不产生延迟。延迟最大为 10000 毫秒。 CMD_AccessAddEx6_JITTER 当数据包通过时,设置本数值来产生时基误差。当数据包通过时,设置此数值来生成时基误差。用 0% 到 100% 之内的范围来指定时基误差波动的频率。指定 0,意为不会生成时基误差。 -CMD_AccessAddEx6_LOSS 当数据包通过时,设置本数值来产生数据包丢失。指定 0% 至 100% 来作为丢包的比率范围。指定 0,意为无丢包生成。 +CMD_AccessAddEx6_LOSS 当数据包通过时,设置本数值来产生数据包丢失。指定 0% 至 100% 来作为丢包的比率范围。指定 0,意为无丢包生成。 +CMD_AccessAddEx6_REDIRECTURL The specified URL will be mandatory replied to the client as a response for TCP connecting request packets which matches the conditions of this access list entry via this Virtual Hub. To use this setting, you can enforce the web browser of the VPN Client computer to show the specified web site when that web browser tries to access the specific IP address. CMD_AccessAddEx6_Prompt_DELAY 生成延迟 (毫秒: 0 - 10000): CMD_AccessAddEx6_Prompt_JITTER 生成时基误差的波动 (百分比: 0 - 100): CMD_AccessAddEx6_Prompt_LOSS 丢包率 (百分比: 0 - 100): @@ -6240,7 +6247,7 @@ CMD_OpenVpnMakeConfig_ERROR 本样本设置文件不能保存为 "%s"。该 # SstpEnable 命令 CMD_SstpEnable 启用/禁用 Microsoft SSTP VPN 克隆服务器功能 -CMD_SstpEnable_Help 本 VPN Server 拥有植入在微软 Windows Server 2008 / 2012 中的 MS-SSTP VPN Server 的克隆功能。Windows Vista / 7 / 8 / RT 中的标准 MS-SSTP 用户端可以连接本 VPN Server。\n\n[注意]\n在 VPN Server 上的 SSL 证书 CN 值必须要和指定给客户端的主机名吻合。并且,该证书必须在 SSTP VPN Client 的信任列表中。详情请参见微软相关文件。\n您可以用用 ServerCertRegenerate 命令来取代当前 VPN Server 的证书,形成一个新的,有 CN 值字段的自我认证证书。这样的话,您需要在 SSTP VPN Client 注册这样一个新的自我认证证书作为一个可信任根证书。如果您的确想做这件复杂的事,请考虑购买一个商业权威机构的 SSL 证书,如 VeriSign 或者 GlobalSign。\n\n指定用户名连接到虚拟 HUB 的的方式,使用本克隆服务器功能来为默认虚拟 HUB 的选择规则都与 IPsec 服务器功能相同。详情,请参见 IPsecEnable 命令的帮助。\n\n要执行此命令,您必须具有 VPN Server 管理员权限。\n该命令在 VPN Bridge 上不能运行。\n以集群成员运行的 VPN Server 的虚拟 HUB 不能执行此命令。 +CMD_SstpEnable_Help 本 VPN Server 拥有植入在微软 Windows Server 2008 / 2012 中的 MS-SSTP VPN Server 的克隆功能。Windows Vista / 7 / 8 / RT / 10 中的标准 MS-SSTP 用户端可以连接本 VPN Server。\n\n[注意]\n在 VPN Server 上的 SSL 证书 CN 值必须要和指定给客户端的主机名吻合。并且,该证书必须在 SSTP VPN Client 的信任列表中。详情请参见微软相关文件。\n您可以用用 ServerCertRegenerate 命令来取代当前 VPN Server 的证书,形成一个新的,有 CN 值字段的自我认证证书。这样的话,您需要在 SSTP VPN Client 注册这样一个新的自我认证证书作为一个可信任根证书。如果您的确想做这件复杂的事,请考虑购买一个商业权威机构的 SSL 证书,如 VeriSign 或者 GlobalSign。\n\n指定用户名连接到虚拟 HUB 的的方式,使用本克隆服务器功能来为默认虚拟 HUB 的选择规则都与 IPsec 服务器功能相同。详情,请参见 IPsecEnable 命令的帮助。\n\n要执行此命令,您必须具有 VPN Server 管理员权限。\n该命令在 VPN Bridge 上不能运行。\n以集群成员运行的 VPN Server 的虚拟 HUB 不能执行此命令。 CMD_SstpEnable_Args SstpEnable [yes|no] CMD_SstpEnable_[yes|no] 指定 "yes",启用Microsoft SSTP VPN 克隆服务器功能。指定 "no" 禁用该功能。 CMD_SstpEnable_Prompt_[yes|no] 启用 SSTP VPN 克隆服务器功能(yes/no): @@ -6872,8 +6879,9 @@ CMD_TrafficClient_ERROR_HOSTPORT 指定的主机名或端口号不正确。 # TrafficServer 命令 CMD_TrafficServer 在服务器模式下,运行网络流量速度测试工具 CMD_TrafficServer_Help 运行通信吞吐量测量工具的服务器程序。\n通信吞吐量测量工具,作为 TrafficClient 和 TrafficServer 两个指令使用,可以测量在 IP 网络上连接的 2 台计算机之间可传送的通信吞吐量。\n要使此计算机上的 TCP 端口处于待机状态,等待从另一台计算机的 TrafficClient 连接,启动 TrafficServer 指令并指定端口号。\n关于通信吞吐量测量工具的详细情况,输入 "TrafficClient ?" 将显示。\n\n※注意: 此指令可以从 SoftEther VPN 命令行管理工具调用。虽然目前以管理模式连接 VPN Server 和 VPN Client 时可以运行,但要进行实际通信并测量吞吐量的,是运行此指令的计算机,与用管理模式连接终端的计算机没有任何关系。 -CMD_TrafficServer_Args TrafficServer [port] +CMD_TrafficServer_Args TrafficServer [port] [/NOHUP:yes|no] CMD_TrafficServer_[port] 以整数指定等待连接的端口号。被指定的端口,如果已经由另一个程序在使用,或不能打开该端口时,将发生错误。 +CMD_TrafficServer_NOHUP When "yes" is specified, the server process never stops without regard to any input from the console. It is convenient when you want to run the TrafficServer endlessly. # 关于 TrafficClient / TrafficServer 的内部信息字符串 @@ -6939,7 +6947,7 @@ CMD_Check_Args Check # 关于系统 checker # (包含着一部分奇怪的字符串,不过,是检测字符编码变换用的) -CHECK_TITLE ---------------------------------------------------\nSoftEther VPN 运行环境检查工具\n\nCopyright (c) SoftEther VPN Project.\nAll Rights Reserved.\n\n +CHECK_TITLE ---------------------------------------------------\nSoftEther VPN 运行环境检查工具\nDeveloper Edition\n\nCopyright (c) SoftEther VPN Project.\nAll Rights Reserved.\n\n CHECK_NOTE 如果运行了此运行环境检测工具的系统通过了测试,SoftEther VPN 软件有较高的运行可能性。检测可能需要一定的时间。请稍候...\n\n CHECK_EXEC_TAG '%s' 的检测中...\n CHECK_PASS [合格] ○ @@ -6963,7 +6971,7 @@ CHECK_PROC_NETWORK 网络系统 # # ###################################################### -SW_TITLE SoftEther VPN 安装向导 (版本 %S) +SW_TITLE SoftEther VPN Developer Edition 安装向导 (版本 %S) SW_EXIT_CONFIRM SoftEther VPN 的安装未完成。\r\n\r\n您确定要退出吗? SW_UNINSTALL_CONFIRM 开启%s卸载程序。\r\n\r\n您确定要继续吗? @@ -6983,7 +6991,7 @@ SW_COMPONENT_VPNSMGR_DESCRIPTION 安装的只有 VPN Server 管理工具。不 SW_COMPONENT_VPNCMGR_TITLE SoftEther VPN Client 管理工具(仅限管理工具) SW_COMPONENT_VPNCMGR_DESCRIPTION 安装的只有 VPN Client 管理工具。不会安装 VPN Client 服务程序。您可以在 Windows 或 Linux 的系统上使用此 VPN Client 管理工具进行连接和管理远程的 VPN Client 。 -SW_WELCOME_TITLE 欢迎来到 SoftEther VPN 安装向导 +SW_WELCOME_TITLE 欢迎来到 SoftEther VPN Developer Edition 安装向导 SW_MODE_TITLE 选择一个安装模式 SW_NOT_ADMIN_TITLE 没有足够权限 SW_COMPONENTS_TITLE 选择安装一个软件部分 @@ -7104,39 +7112,39 @@ SW_RUN_TEXT_VPNCMGR 开启 SoftEther VPN Client 管理工具. SW_NIC_UNINSTALL SoftEther VPN 客户端的虚拟网络适配器已在系统上创建。\r\n你要删除这些虚拟网络适配器? # --- Do not translate this section !!! stay them in English !!! --- -SW_TAG_USERNAME_ENGLISH \ (User-Mode) -SW_LINK_NAME_VPNSERVER_SVC SoftEther VPN Server User-mode Service -SW_LINK_NAME_VPNBRIDGE_SVC SoftEther VPN Bridge User-mode Service -SW_LONG_VPNSERVER SoftEther VPN Server -SW_LONG_VPNCLIENT SoftEther VPN Client -SW_LONG_VPNBRIDGE SoftEther VPN Bridge -SW_LONG_VPNSMGR SoftEther VPN Server Manager -SW_LONG_VPNCMGR SoftEther VPN Client Manager -SW_LANG_SET_FAILED Failed to write the new language setting on lang.config file. +SW_TAG_USERNAME_ENGLISH \ (User-Mode) +SW_LINK_NAME_VPNSERVER_SVC SoftEther VPN Server Developer User-mode Service +SW_LINK_NAME_VPNBRIDGE_SVC SoftEther VPN Bridge Developer User-mode Service +SW_LONG_VPNSERVER SoftEther VPN Server Developer Edition +SW_LONG_VPNCLIENT SoftEther VPN Client Developer Edition +SW_LONG_VPNBRIDGE SoftEther VPN Bridge Developer Edition +SW_LONG_VPNSMGR SoftEther VPN Server Manager Developer Edition +SW_LONG_VPNCMGR SoftEther VPN Client Manager Developer Edition +SW_LANG_SET_FAILED Failed to write the new language setting on lang.config file. # --- end of "Do not translate this section" --- # 快捷方式文件名 -SW_LINK_NAME_VPNSMGR_SHORT SoftEther VPN Server 管理工具 -SW_LINK_NAME_VPNSMGR_SHORT_UM SE-VPN Server Manager (User) -SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY SE-VPN Server Manager (Tools) -SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY_UM SE-VPN Server Manager (User) -SW_LINK_NAME_VPNSMGR_FULL SoftEther VPN Server 管理工具 +SW_LINK_NAME_VPNSMGR_SHORT SoftEther VPN Server 管理工具 (Dev) +SW_LINK_NAME_VPNSMGR_SHORT_UM SE-VPN Server Manager (Dev User) +SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY SE-VPN Server Manager (Dev Tools) +SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY_UM SE-VPN Server Manager (Dev User Tools) +SW_LINK_NAME_VPNSMGR_FULL SoftEther VPN Server 管理工具 Developer Edition SW_LINK_NAME_VPNSMGR_COMMENT 您在一个远程计算机上可以管理 SoftEther VPN Server 或者 SoftEther VPN Bridge 端。 -SW_LINK_NAME_VPNCMGR_SHORT SoftEther VPN Client 管理工具 -SW_LINK_NAME_VPNCMGR_FULL SoftEther VPN Client 管理工具 +SW_LINK_NAME_VPNCMGR_SHORT SoftEther VPN Client 管理工具 (Dev) +SW_LINK_NAME_VPNCMGR_FULL SoftEther VPN Client 管理工具 Developer Edition SW_LINK_NAME_VPNCMGR_COMMENT 您可以通过使用 SoftEther VPN Client 连接到 VPN Server。 -SW_LINK_NAME_VPNCMGRTOOLS_SHORT SoftEther VPN Client 远程管理工具 -SW_LINK_NAME_VPNCMGRTOOLS_SHORT_UM SE-VPN Client Remote Manager (User) -SW_LINK_NAME_VPNCMGRTOOLS_FULL SoftEther VPN Client 远程管理工具 +SW_LINK_NAME_VPNCMGRTOOLS_SHORT SoftEther VPN Client 远程管理工具 (Dev) +SW_LINK_NAME_VPNCMGRTOOLS_SHORT_UM SE-VPN Client Remote Manager (Dev User) +SW_LINK_NAME_VPNCMGRTOOLS_FULL SoftEther VPN Client 远程管理工具 Developer Edition SW_LINK_NAME_VPNCMGR2_FULL 管理远程电脑上的 SoftEther VPN Client SW_LINK_NAME_VPNCMGR2_COMMENT 您可以建立一个远程连接来管理远程电脑上的 SoftEther VPN Client 。 -SW_LINK_NAME_VPNCMGRTRAY_FULL SoftEther VPN Client 管理工具启动菜单 -SW_LINK_NAME_VPNCMGRTRAY_COMMENT 在任务栏的通知区域注册一个 SoftEther VPN Client 图标。 +SW_LINK_NAME_VPNCMGRTRAY_FULL SoftEther VPN Client Manager Developer Edition Startup +SW_LINK_NAME_VPNCMGRTRAY_COMMENT 在任务栏的通知区域注册一个 SoftEther VPN Client Developer Edition图标。 SW_LINK_NAME_EASYINSTALLER 简单安装工具创建工具 SW_LINK_NAME_EASYINSTALLER_COMMENT 为公司系统管理员创建 SoftEther VPN Client 简单安装工具的工具,有自动快速启动到指定目标 VPN 连接的功能。 diff --git a/src/bin/hamcore/strtable_en.stb b/src/bin/hamcore/strtable_en.stb index 0ce48e60..3b534ed3 100644 --- a/src/bin/hamcore/strtable_en.stb +++ b/src/bin/hamcore/strtable_en.stb @@ -34,13 +34,13 @@ CM_JAPANESE_ONLY_OLD_STARTUP %s\\SoftEther VPN Client 2.0 タスクトレイ.lnk # Software information -PRODUCT_NAME_VPN_CLI SoftEther VPN Client -PRODUCT_NAME_VPN_CMGR SoftEther VPN Client Manager -PRODUCT_NAME_VPN_SVR SoftEther VPN Server -PRODUCT_NAME_VPN_BRIDGE SoftEther VPN Bridge -PRODUCT_NAME_VPN_SMGR SoftEther VPN Server Manager -PRODUCT_NAME_ELOGSVC SoftEther EtherLogger Beta Edition -PRODUCT_NAME_ELOGMGR SoftEther EtherLogger Manager Beta Edition +PRODUCT_NAME_VPN_CLI SoftEther VPN Client Developer Edition +PRODUCT_NAME_VPN_CMGR SoftEther VPN Client Manager Developer Edition +PRODUCT_NAME_VPN_SVR SoftEther VPN Server Developer Edition +PRODUCT_NAME_VPN_BRIDGE SoftEther VPN Bridge Developer Edition +PRODUCT_NAME_VPN_SMGR SoftEther VPN Server Manager Developer Edition +PRODUCT_NAME_ELOGSVC SoftEther EtherLogger Developer Edition +PRODUCT_NAME_ELOGMGR SoftEther EtherLogger Developer Edition # Branding String for Limited Connection # BRANDED_C_TO_S Branded_VPN @@ -50,7 +50,7 @@ PRODUCT_NAME_ELOGMGR SoftEther EtherLogger Manager Beta Edition # CLIENT_ID 123 # Family Name for Software Update Check -PRODUCT_FAMILY_NAME SoftEther +PRODUCT_FAMILY_NAME SoftEtherDev # Product information SE_COMPANY_URL https://selinks.org/?se @@ -232,10 +232,10 @@ TCPOPT_NOT_ADMIN Users without administrator privileges cannot use the TCP Opti # Windows Vista / Windows 7 / Windows 8 Optimization -VISTA_MMCSS_MSG Do you wish to optimize Windows Vista / Windows 7 / Windows 8 for playing multimedia files with VPN? (e.g. videos, audios and streaming) -VISTA_MMCSS_MSG_2 Optimization for Windows Vista / Windows 7 / Windows 8 with VPN has already done.\r\nDo you wish to remote optimized configuration? +VISTA_MMCSS_MSG Do you wish to optimize Windows Vista / Windows 7 / Windows 8 / Windows 10 for playing multimedia files with VPN? (e.g. videos, audios and streaming) +VISTA_MMCSS_MSG_2 Optimization for Windows Vista / Windows 7 / Windows 8 / Windows 10 with VPN has already done.\r\nDo you wish to remove optimized configuration? VISTA_MMCSS_MSG_3 You cannot use optimization in currently environment. -VISTA_MMCSS_MSG_4 You must have administrator privileges for this function.\r\nPlease note that in Windows Vista / Windows 7 / Windows 8 you should use "Run as Administrators" to execute program. +VISTA_MMCSS_MSG_4 You must have administrator privileges for this function.\r\nPlease note that in Windows Vista / Windows 7 / Windows 8 / Windows 10 you should use "Run as Administrators" to execute program. VISTA_MMCSS_MSG_5 Optimization is finished. VISTA_MMCSS_MSG_6 Optimization configuration is removed. @@ -553,9 +553,12 @@ HUB_AO_DropArpInPrivacyFilterMode Drop ARP packets if the both source and dest HUB_AO_SuppressClientUpdateNotification Suppress the update notification screen on the VPN Client. HUB_AO_FloodingSendQueueBufferQuota Specify the quota limitation value (in bytes) of the sending queue buffer size which the flooding operation on the Virtual Hub can consume. The quota value is applied on the total length of sending queues of all active VPN sessions. Specify '0' to disable the quota. This option is effective to solve the out-of-memory problem on the network where there are many flooding packets. HUB_AO_AssignVLanIdByRadiusAttribute Enable the VLAN ID dynamic assignment function. Each VPN session will be assigned its own VLAN ID by the RADIUS attribute value when the user is authenticated by the external RADIUS server unless the user object has a VLAN ID security policy. The RADIUS attribute with the name "Tunnel-Pvt-Group-ID" (ID = 81) will be used as the VLAN ID. The data type must be STRING. +HUB_AO_DenyAllRadiusLoginWithNoVlanAssign If you set this option to non-zero value, then all users, which RADIUS server returns no "Tunnel-Pvt-Group-ID" (ID = 81) value, will be denied to connect to the Virtual Hub. (Only if the values of AssignVLanIdByRadiusAttribute is non-zero value.) HUB_AO_SecureNAT_RandomizeAssignIp If you set this option to non-zero value, then the Virtual DHCP Server of the SecureNAT function will choose an unused IP address randomly from the DHCP pool while the default behavior is to choose the first unused IP address. HUB_AO_DetectDormantSessionInterval If you set this option to non-zero value, then the Virtual Hub will treat the VPN sessions, which have transmitted no packets for the last specified intervals (in seconds), as Dormant Sessions. The Virtual Hub will not flood packets, which should be flood, to any Dormant Sessions. HUB_AO_NoPhysicalIPOnPacketLog If you set this option to non-zero value, then the physical IP addresses of VPN clients of either the source VPN session or the destination VPN session will not be recorded on the packet log file. +HUB_AO_UseHubNameAsDhcpUserClassOption If you set this option to non-zero value, then the Virtual Hub Name will be added to a DHCP request to an external DHCP server as the "User-Class" option. This allows to use separate pools of IP addresses for each Virtual Hub. (For only L2TP/IPsec and OpenVPN sessions.) +HUB_AO_UseHubNameAsRadiusNasId If you set this option to non-zero value, then the NAS-Identidier RADIUS attribute will be set to a name of the Virtual Hub. This allows to determine on RADIUS server whether access to the Virtual Hub should be granted or denied. # Concerning failed connection dialogs @@ -742,7 +745,7 @@ POL_EX_28 Computers of sessions with this policy setting can't listen and acc POL_29 Maximum Number of IP Addresses (IPv6) POL_EX_29 For sessions with this policy setting, this specifies the number of IPv6 addresses that can be registered for a single session. POL_30 Disallow Password Save in VPN Client -POL_EX_30 For users with this policy setting, a user will be unable to save the password in VPN Client any longer. The user will be required to input passwords for every time to connect a VPN. This will improve the security. If this policy is enabled, VPN Client Version 2.0 will be denied to access. +POL_EX_30 For users with this policy setting, when the user is using *standard* password authentication, the user will be unable to save the password in VPN Client. The user will be required to input passwords for every time to connect a VPN. This will improve the security. If this policy is enabled, VPN Client Version 2.0 will be denied to access. POL_31 VPN Client Automatic Disconnect POL_EX_31 For users with this policy setting, a user's VPN session will be disconnected automatically after the specific period will elapse. In this case no automatic re-connection will be performed. This can prevent a lot of inactive VPN Sessions. If this policy is enabled, VPN Client Version 2.0 will be denied to access. POL_32 Filter All IPv4 Packets @@ -765,11 +768,11 @@ REMOTE_DEF_TITLE Specify the computer you want to remotely connect to. # Concerning client notification service -CN_TITLE SoftEther VPN Client +CN_TITLE SoftEther VPN Client Developer Edition # Concerning Connection Manager -CM_TITLE SoftEther VPN Client Manager +CM_TITLE SoftEther VPN Client Developer Edition Manager CM_PW_LOCALMACHINE Local Computer CM_NO_REMOTE The VPN Client service running on %s disallows remote connections. CM_CONNECT_FAILED Unable to connect to the VPN Client service operating on %s. \r\nMake sure the VPN Client service has started and is running normally. @@ -952,11 +955,11 @@ CM_VPN_FILE_IMPORT_NG Unable to import the VPN Connection Setting File. Because CM_VLAN_INSTALLING Please Wait a While CM_SECURE_MUST_LOCAL It is currently not possible to configure smart card settings because you are connected to and managing a VPN Client on a remote computer. CM_DETAIL_MODE_LINK_STR With a Cascade Connection, Connect by Bridge / Router mode is always enabled. -CM_TRAY_INITING SoftEther VPN Client Manager... -CM_TRAY_NOT_CONNECTED SoftEther VPN Client Manager\r\nNot connected. -CM_TRAY_CONNECTED_0 SoftEther VPN Client Manager\r\nActive connections to %u servers and is attempting to connect to %u servers -CM_TRAY_CONNECTED_1 SoftEther VPN Client Manager\r\nAttempting to connect to %u servers -CM_TRAY_CONNECTED_2 SoftEther VPN Client Manager\r\nActive connections to %u servers +CM_TRAY_INITING SoftEther VPN Client Manager (Developer Edition) ... +CM_TRAY_NOT_CONNECTED SoftEther VPN Client Manager (Developer Edition)\r\nNot connected. +CM_TRAY_CONNECTED_0 SoftEther VPN Client Manager (Developer Edition)\r\nActive connections to %u servers and is attempting to connect to %u servers +CM_TRAY_CONNECTED_1 SoftEther VPN Client Manager (Developer Edition)\r\nAttempting to connect to %u servers +CM_TRAY_CONNECTED_2 SoftEther VPN Client Manager (Developer Edition)\r\nActive connections to %u servers CM_TRAY_MENU_1_SHOW &Show VPN Client Manager CM_TRAY_MENU_1_HIDE Cl&ose VPN Client Manager CM_TRAY_MENU_2_QUIT E&xit VPN Client Manager Program @@ -1098,37 +1101,37 @@ SVC_VPNBRIDGE_DESCRIPT This manages the processes of SoftEther VPN Bridge. SoftE # Service definition (SoftEther VPN Client) -SVC_SEVPNCLIENT_NAME sevpnclient -SVC_SEVPNCLIENT_TITLE SoftEther VPN Client -SVC_SEVPNCLIENT_DESCRIPT This manages the Virtual Network Adapter device driver and connection service for the SoftEther VPN Client. When this service is stopped, it will not be possible to use SoftEther VPN Client on this computer to connect to a SoftEther VPN Server. +SVC_SEVPNCLIENTDEV_NAME sevpnclientdev +SVC_SEVPNCLIENTDEV_TITLE SoftEther VPN Client Developer Edition +SVC_SEVPNCLIENTDEV_DESCRIPT This manages the Virtual Network Adapter device driver and connection service for the SoftEther VPN Client. When this service is stopped, it will not be possible to use SoftEther VPN Client on this computer to connect to a SoftEther VPN Server. # Service Definition (SoftEther VPN Server) -SVC_SEVPNSERVER_NAME sevpnserver -SVC_SEVPNSERVER_TITLE SoftEther VPN Server -SVC_SEVPNSERVER_DESCRIPT This manages the server processes of SoftEther VPN Server. SoftEther VPN Server provides high-performance SoftEther VPN Server functions via TCP/IP protocol. When this service is stopped, SoftEther VPN Server on this computer will stop and SoftEther VPN Client will be unable to establish a VPN connection with this computer. +SVC_SEVPNSERVERDEV_NAME sevpnserverdev +SVC_SEVPNSERVERDEV_TITLE SoftEther VPN Server Developer Edition +SVC_SEVPNSERVERDEV_DESCRIPT This manages the server processes of SoftEther VPN Server. SoftEther VPN Server provides high-performance SoftEther VPN Server functions via TCP/IP protocol. When this service is stopped, SoftEther VPN Server on this computer will stop and SoftEther VPN Client will be unable to establish a VPN connection with this computer. # Service Definition (SoftEther VPN Bridge) -SVC_SEVPNBRIDGE_NAME sevpnbridge -SVC_SEVPNBRIDGE_TITLE SoftEther VPN Bridge -SVC_SEVPNBRIDGE_DESCRIPT This manages the processes of SoftEther VPN Bridge. SoftEther VPN Bridge provides a bridging connection between the network this computer is connected to and a SoftEther VPN Server that is remotely located. When this service is stopped, SoftEther VPN Bridge on this computer will stop and it will no longer be possible to communicate via the bridge connection. +SVC_SEVPNBRIDGEDEV_NAME sevpnbridgedev +SVC_SEVPNBRIDGEDEV_TITLE SoftEther VPN Bridge Developer Edition +SVC_SEVPNBRIDGEDEV_DESCRIPT This manages the processes of SoftEther VPN Bridge. SoftEther VPN Bridge provides a bridging connection between the network this computer is connected to and a SoftEther VPN Server that is remotely located. When this service is stopped, SoftEther VPN Bridge on this computer will stop and it will no longer be possible to communicate via the bridge connection. # Service definition (SoftEther VPN User-mode Router) SVC_VPNROUTER_NAME vpnrouter -SVC_VPNROUTER_TITLE SoftEther VPN Router +SVC_VPNROUTER_TITLE SoftEther VPN Router Developer Edition SVC_VPNROUTER_DESCRIPT This manages the server processes of SoftEther VPN Router (service mode). SoftEther VPN Router is a program that provides a virtual NAT and DHCP server that operates in user mode and by using simple operations it is possible to establish a safe connection between a virtual IP network and a physical IP network. When this service is stopped, SoftEther VPN Router on this computer will stop and SoftEther VPN Client will be unable to use the routing service on this computer. # Service Definition (EtherLogger) SVC_ELOGSVC_NAME elogsvc -SVC_ELOGSVC_TITLE SoftEther EtherLogger +SVC_ELOGSVC_TITLE SoftEther EtherLogger Developer Edition SVC_ELOGSVC_DESCRIPT SoftEther EtherLogger is a service that captures data flowing through LAN cards connected to the computer and keeps a log of the headers of the packet types specified by the administrator and all data in text file format. # Concerning SoftEther VPN Server Manager -SM_TITLE SoftEther VPN Server Manager +SM_TITLE SoftEther VPN Server Manager Developer Edition SM_LOCALHOST localhost (This server) SM_SERVER_BRIDGE_TITLE Manage VPN Bridge "%S" SM_S_VHUB_BRIDGE When using VPN Bridge, you manage Virtual Hub "BRIDGE" to operate management of VPN Bridge. @@ -1488,6 +1491,7 @@ SM_SNAT_STATUS SecureNAT Operating Status SM_SNAT_NUM_SESSION %u Session SM_SNAT_NUM_CLIENT %u Client SM_SNAT_IS_KERNEL Kernel-mode NAT is Active +SM_SNAT_IS_RAW Raw IP mode NAT is Active SM_BRIDGE_TOO_OLD_VER The Local Bridge function is not supported by the version of the VPN Server that is currently connected. \r\nTry update to a new version. SM_BRIDGE_UNSUPPORTED Unable to use the Local Bridge function with the operating system that this VPN Server is operating on. For the list of operating system that the Local Bridge function can be used on, refer to the online documentation of the VPN Server. SM_BRIDGE_WPCAP_REMOTE In order to use the Local Bridge function on this VPN Server, you must install the WinPcap software. The software WinPcap is currently not installed on the server computer. \r\n\r\nTo continue the installation of the WinPcap software, you must start SoftEther VPN Server Manager on the server computer that is running VPN Server and then while connected to localhost (location of your own computer), have the Local Bridge Function Setting window displayed. \r\nTo continue, first exit this management session, and then, after starting SoftEther VPN Server Manager on the server computer, connect to localhost and continue the setting process. @@ -1632,7 +1636,7 @@ SM_DDNS_OK_MSG2 The Dynamic DNS hostname has been changed to '%S'.\r\n\r\nClic SM_DDNS_KEY_TITLE Dynamic DNS Key SM_DDNS_KEY_MSG Your Dynamic DNS Private Key: %s\r\n\r\nThis is the private key which is associated with your current DDNS name. If your VPN Server PC damaged and lost the key, the current DDNS name will be occupied forever and other VPN Server will not be able to use the same name.\r\nIf you want to continue to use the same name, keep the key on a safe place, such as an Internet storage, an another PC or a notepad.\r\nWhen applying the key to the new VPN Server, edit the configuration file of the VPN Server to replace the key by the string in the value following to "byte Key" in the "declare DDnsClient" directive.\r\nDo not use the duplicated key to two or more VPN Servers at the same time. SM_DDNS_KEY_ERR Failed to read the DNS key. -SM_IPSEC_PSK_TOO_LONG The pre-shared key (PSK) has 10 or more letters.\r\n\r\nIt is reported that several versions of Google Android has a serious bug with 10 or more letters pre-shared key.\r\nTherefore 9 or less letters are recommended for pre-shared key.\r\n\r\nDo you want to modify the pre-shared key? +SM_IPSEC_PSK_TOO_LONG The pre-shared key (PSK) has 10 or more letters.\r\n\r\nIt is reported that several versions of Google Android has a serious bug with 10 or more letters pre-shared key.\r\nTherefore 9 or less letters are recommended for pre-shared key.\r\n\r\nDo you want to try another pre-shared key? SM_ADVANCED_REDIRECT_URL_HINT_TITLE How to Use Advanced HTTP Redirection Function SM_ADVANCED_REDIRECT_URL_HINT Advanced HTTP Redirection (For Experts)\r\n\r\nThe string "" is a place holder. It can embedded on the URL of redirection.\r\n\r\nEmbedded URL Example:\r\nhttp://www.google.com/search?q=|secret\r\n\r\nWhen the client is being redirected, the actual destination URL of redirection will be replaced as follows.\r\n\r\nUsername|Session ID|IP Address|Date and Time|Hash Value\r\n\r\\nAfter Replacement Example: zurukko|SID-ZURUKKO-123|219.117.219.154|20131117100354|99707160AFE7A454042B2C47B064112D652452D7\r\n\r\nThe details of each fields are described as following.\r\n\r\nUsername: The username using for the current VPN Session will be placed.\r\n\r\nSession ID: The Session ID of the VPN Session will be placed.\r\n\r\nDate and Time: 14-digits will be placed as 'YYYYMMDDHHMMSS' format (Time zone is UTC).\r\n\r\nHash Value: A 40-characters hexadecimal strings which represent 20 bytes binary data. The binary data is the result of SHA-1 hash function to the temporary string. The temporary string is the combination of the bit-array of the above fields plus the secret string after the '|' symbol in the redirection URL. (In the above example, "secret" is the secret string.) If there are no '|' symbols in the URL, no hash value will be appended.\r\n\r\nThe Purpose of Hash Value: The secret string is effective as the secret key. Thanks to the secret key, the CGI program which receives the query strings on the redirected URL can verify the integrity of the parameters included in the URL.\r\n SM_ADVANCED_REDIRECT_URL_MSG An URL must start with "http://" or "https://" @@ -1649,7 +1653,7 @@ SM_FACTORY_DEFAULT_WARNING This will perform a factory-reset on the VPN Server SM_FACTORY_DEFAULT_PERFORMED The factory-reset operation is performing on the server.\r\n\r\nPress OK to exit the current session of VPN Server Manager.\r\nAfter exiting, please re-start the VPN Server Manager and connect to the VPN Server again.\r\nThen you will see the VPN Server is reset. SM_AZURE_STATUS_CONNECTED Status: Connected SM_AZURE_STATUS_NOT_CONNECTED Status: Not Connected -SM_NO_BRIDGE_NICS No physical network adapters suitable for Local Bridge were found on the VPN server computer.\r\nIn order to create a Local Bridge, you have to install at least one physical network adapters on the computer.\r\nYou cannot use Wi-Fi adapters or 3G adapters for Local Bridge.\r\nPlease install a physical network adapter which is compatible to wired Ethernet.\r\n\r\nIf a recently-installed network adapter doesn't appear, once reboot the computer.\r\n\r\nIf the Local Bridge cannot be used anyway, you can use "SecureNAT Function" instead.\r\n\r\nIf you have a certain reason to use unusual network adapters (i.e. Wi-Fi adapters, 3G adapters or virtual adapters), set the "ShowAllInterfaces" variable on the "LocalBridgeList" directive to "true" and restart the VPN Server. Then such devices will appear on the list. (For advanced Windows users only.) +SM_NO_BRIDGE_NICS No physical network adapters suitable for Local Bridge were found on the VPN server computer.\r\nIn order to create a Local Bridge, you have to install at least one physical network adapters on the computer.\r\nYou cannot use Wi-Fi adapters or 3G adapters for Local Bridge.\r\nPlease install a physical network adapter which is compatible to wired Ethernet.\r\n\r\nIf a recently-installed network adapter doesn't appear, once reboot the computer.\r\n\r\nIf the Local Bridge cannot be used anyway, you can use "SecureNAT Function" instead.\r\n\r\nIf you have a certain reason to use unusual network adapters (i.e. Wi-Fi adapters, 3G adapters or virtual adapters), set the "ShowAllInterfaces" variable on the "LocalBridgeList" directive to "true" and restart the VPN Server. Then such devices will appear on the list. (For advanced Windows users only.)\r\n\r\nIf this error occurs after you upgraded Windows, please re-install SoftEther VPN Server or SoftEther VPN Bridge> SM_CERT_MESSAGE The current SSL self-signed root certificate on this VPN Server is in the old format.\r\n\r\nSome versions of OpenVPN Connect for Android have a bug to misinterpret SSL certificates in the old format. It might cause the connection problem from OpenVPN Connect for Android to this VPN Server.\r\n\r\nIf you are planning to use OpenVPN Connect for Android as a VPN client, it is recommended to regenerate the SSL server certificate.\r\n\r\nDo you want to regenerate the server certificate now? SM_CERT_MESSAGE_CLI --- Caution ---\r\n\r\nThe current SSL self-signed root certificate on this VPN Server is in the old format.\r\n\r\nSome versions of OpenVPN Connect for Android have a bug to misinterpret SSL certificates in the old format. It might cause the connection problem from OpenVPN Connect for Android to this VPN Server.\r\n\r\nIf you are planning to use OpenVPN Connect for Android as a VPN client, it is recommended to regenerate the SSL server certificate.\r\n\r\nTo regenerate and update the server certificate, execute the "ServerCertRegenerate" command after updating the VPN Server to the latest version. SM_CERT_NEED_ROOT The specified SSL certificate is a sub-certificate which was issued by a CA (Certificate Authority).\r\n\r\nIf you are planning to support either Microsoft SSTP or OpenVPN protocol on this VPN server, you have to install the root certificate and all intermediate certificates (if exists) on this VPN Server.\r\n\r\nTo install these certificates, copy the root certificate and all intermediate certificate files (in the X.509 format) into the "chain_certs" subdirectory on the directory which is VPN Server has been installed on.\r\n\r\nIf you don't know how to obtain root and intermediate certificate files for your certificate authority (CA), please refer to the CA's web site or contact technical support staffs of the CA. @@ -2372,7 +2376,7 @@ S_INFO A new Virtual Network Adapter will be created on the system.\r\nYou c STATIC1 Virtual Network Adapter &Name: IDOK &OK IDCANCEL Cancel -S_WIN8 Current operating system is Windows 8. The name of a Virtual Network Adapter must be 'VPN' or 'VPN2' to 'VPN127'. (Maximum 127 adapters can be created.) +S_WIN8 The name of a Virtual Network Adapter must be 'VPN' or 'VPN2' to 'VPN127'. (Maximum 127 adapters can be created.) PREFIX D_CM_TRUST @@ -2423,8 +2427,8 @@ STATIC7 &Keep Alive Internet Connection Function: PREFIX D_ABOUT -S_INFO1 SoftEther VPN %u.0 (Ver %u.%02u, Build %u) -S_INFO2 An Open-Source VPN Software for Academic Purpose, under the GPLv2 License.\r\nCopyright (c) 2012-%u SoftEther Project at University of Tsukuba, Japan. All Rights Reserved.\r\nWeb Site: http://www.softether.org/\r\n%S +S_INFO1 SoftEther VPN %u.0 Developer Edition (Ver %u.%02u, Build %u) +S_INFO2 Open-Source VPN Software for Academic Purpose, under the GPLv2 License.\r\nCopyright (c) 2012-%u SoftEther Project at University of Tsukuba, Japan. All Rights Reserved.\r\nWeb Site: http://www.softether.org/\r\n%S S_INFO3 This product includes the following software components:\r\nBitVisor: Copyright (c) 2007, 2008 University of Tsukuba. Copyright (C) 2007, 2008 National Institute of Information and Communications Technology. All rights reserved. / Microsoft(R) C Runtime Library: (c) 2007 Microsoft Corporation. All Rights Reserved. / PKCS #11 Cryptographic Token Interface (Cryptoki): Copyright (c) RSA Security Inc. / WinPcap: Copyright (c) 2001 - 2003 NetGroup, Politecnico di Torino (Italy). All rights reserved. / libedit: Copyright (c) 1992, 1993 The Regents of the University of California. All rights reserved. / libiconv: Copyright (C) 2007 Free Software Foundation, Inc. / ncurses: Copyright (c) 1998-2005, 2006 Free Software Foundation, Inc. / OpenSSL: Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). / zlib: (C) 1995-2004 Jean-loup Gailly and Mark Adler. / Special Thanks to: Software Laboratory, Academic Computing Communication Center, Industrial Liaison and Cooperative Research Center and Professor Yasushi Shinjo in University of Tsukuba, Japan. S_INFO4 THIS SOFTWARE IS FREEWARE DEVELOPED UNDER THE SOFTETHER VPN PROJECT AT UNIVERSITY OF TSUKUBA, WITHOUT WARRANTY OF AND KIND. IN NO EVENT SHALL THE DEVELOPERS, COPYRIGHT OWNERS OR DISTRIBUTORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY IN ANY WAY OUT OF THE USE OF THIS SOFTWARE.\r\n\r\nSoftEther VPN is a work of the research and development project of Japanese Government, subsidized by Ministry of Economy, Trade and Industry of Japan, administrated by Information Promotion Agency. IDCANCEL &OK @@ -2468,7 +2472,7 @@ S_STATIC Note: If authentication type is RADIUS or NT Domain Authentication, PREFIX D_SM_MAIN -CAPTION SoftEther VPN Server Manager +CAPTION SoftEther VPN Server Manager Developer Edition STATIC1 Connection &Settings for VPN Server: STATIC2 Connection Settings for VPN Server or VPN Bridge are defined as follows. Double-click the item to connect to the server.\r\nTo add a new connection, click New Setting. B_NEW_SETTING &New Setting @@ -3719,7 +3723,7 @@ B_VGS VPN &Gate Service Settings... PREFIX D_CM_EASY -CAPTION SoftEther VPN Client Easy Manager +CAPTION SoftEther VPN Client Easy Manager (Developer Edition) B_MODE Switch Operation &Mode IDCANCEL &Close B_STATUS View Connection &Status @@ -3727,8 +3731,8 @@ B_VGC VPN Gate Academic Project PREFIX D_SM_SETUP -CAPTION SoftEther VPN Server / Bridge Easy Setup -S_TITLE SoftEther VPN Server / Bridge Easy Setup +CAPTION SoftEther VPN Server / Bridge Easy Setup (Developer Edition) +S_TITLE SoftEther VPN Server / Bridge Easy Setup (Developer Edition) IDC_STATIC_1 By using this setup you can easily setup a SoftEther VPN Server or VPN Bridge for the following use and purpose. After exiting the setup, you can use the VPN Server Manager to freely configure more advanced settings. S_BOLD Select the type of VPN server you want to build. Multiple types can be selected together. C_REMOTE &Remote Access VPN Server @@ -3845,7 +3849,7 @@ S_TOOL Sample File Generating Tool for OpenVPN Clients S_TOOL2 Making a OpenVPN Client configuration file is a very difficult job. You can use this tool to generate an appropriate OpenVPN Client configuration file. The generated configuration sample can be used immediately. B_CONFIG Generate a Sample &Configuration File for OpenVPN Clients S_2 Microsoft SSTP VPN Clone Server Function -S_3 This VPN Server has the clone functions of MS-SSTP VPN Server which is on Windows Server 2008 / 2012 by Microsoft Corporation.\r\nBuilt-in MS-SSTP Clients on Windows Vista / 7 / 8 / RT can connect to this VPN Server. +S_3 This VPN Server has the clone functions of MS-SSTP VPN Server which is on Windows Server 2008 / 2012 by Microsoft Corporation.\r\nBuilt-in MS-SSTP Clients on Windows Vista / 7 / 8 / RT / 10 can connect to this VPN Server. R_SSTP Enable &MS-SSTP VPN Clone Server Function S_SSTP The value of CN (Common Name) on the SSL certificate of VPN Server must match to the hostname specified on the client, and that certificate must be in the trusted list on the client. For details refer the Microsoft's documents. S_4 The manner to specify a username to connect to the Virtual Hub, and the selection rule of default Hub by using these clone server functions are same to the IPsec Server functions. @@ -4214,7 +4218,7 @@ CMD_SWITCH_SELECT Sw&itch Selection # [View] menu CMD_TOP_VIEW &View CMD_STATUSBAR Show &Status Bar -CMD_VISTASTYLE Windows Vista / Windows 7 Styles +CMD_VISTASTYLE Windows Vista / 7 / 8 / 10 Styles CMD_SHOWPORT Show &Ports on Connection List CMD_TRAYICON Show Icons on &Task Tray CMD_ICON &Icon @@ -4239,7 +4243,7 @@ CMD_PASSWORD Set &Password...\tCtrl+P CMD_TRUST Manage &Trusted CA Certificate List\tCtrl+R CMD_NETIF &Network Device Status... CMD_TCPIP TCP Optimization &Utility... -CMD_MMCSS Optimization for Windows &Vista / 7 / 8... +CMD_MMCSS Optimization for Windows &Vista / 7 / 8 / 10... CMD_TRAFFIC Network T&raffic Speed Test Tool...\tCtrl+Q CMD_CM_SETTING Switch Operation &Mode... CMD_LANGUAGE &Language Settings... @@ -4415,7 +4419,7 @@ CMD_DISCONNECTED_MSG \n--- Error ---\n\nThe communication session with the host # VPNCMD コマンド -CMD_VPNCMD SoftEther VPN Command Line Management Utility +CMD_VPNCMD SoftEther VPN Command Line Management Utility Developer Edition CMD_VPNCMD_HELP The 'vpncmd' program is a utility that allows you to manage SoftEther VPN software by using command lines. By using vpncmd, you can connect to a VPN Client, a VPN Server or VPN Bridge that is running on a local or remote computer and manage these services. Moreover, by using VPN Tools mode, you can call the Network Traffic Speed Test Tool and the certificate creation function. These can be used even when not connected to the VPN Server or VPN Client. \nWhen using vpncmd, if the file name is specified by using the /IN and /OUT parameter, the command can be executed in a batch according to a file in which the executable commands are enumerated and the execution results can be written to a file. Normally a command prompt will appear after vpncmd is launched but when an input file is specified by the /IN parameter, the program will automatically terminate after the execution of all lines in the input file is complete. Also, when a command to execute is specified by the /CMD parameter, the program will automatically terminate after the execution of that command is complete. You cannot specify the /IN parameter and the /CMD parameter at the same time. The termination code of the vpncmd program will be the error code of the last executed command (0 in the case of successful execution). \nUnder a Windows environment, when vpncmd is launched once or more by a user with administrator privileges, it is possible to simply input 'vpncmd' to a Windows command prompt or [Run...] window to launch vpncmd. To achieve the same result under a UNIX system, you can manually set, as appropriate, the PATH environment variable. CMD_VPNCMD_ARGS vpncmd [host:port] [/CLIENT|/SERVER|/TOOLS] [/HUB:hub] [/ADMINHUB:adminhub] [/PASSWORD:password] [/IN:infile] [/OUT:outfile] [/CMD commands...] CMD_VPNCMD_[host:port] By specifying parameters in the format "host name:port number", a connection will automatically be made to that host. If this is not specified, a prompt will appear to input the connection destination. When connecting to a VPN Client, you cannot specify a port number. @@ -4436,7 +4440,7 @@ CMD_VPNCMD_HOST_2 Specify the host name or IP address of the computer that the CMD_VPNCMD_HOST_3 Hostname of IP Address of Destination: CMD_VPNCMD_HUB_1 If connecting to the server by Virtual Hub Admin Mode, please input the Virtual Hub name. \nIf connecting by server admin mode, please press Enter without inputting anything. CMD_VPNCMD_HUB_2 Specify Virtual Hub Name: -CMD_VPNCMD_ABOUT SoftEther VPN Command Line Management Utility (vpncmd command)\n%S\n%S\nCopyright (c) SoftEther VPN Project. All Rights Reserved.\n +CMD_VPNCMD_ABOUT SoftEther VPN Command Line Management Utility (vpncmd command)\nDeveloper Edition\n%S\n%S\nCopyright (c) SoftEther VPN Project. All Rights Reserved.\n CMD_VPNCMD_PASSWORD_1 Access has been denied. Possibly the password is incorrect, or perhaps you are connecting by an incorrect admin mode. You can try inputting the password again. To cancel, press Ctrl+D. CMD_VPNCMD_PASSWORD_2 Password: CMD_VPNCMD_ERROR Error occurred. (Error code: %u)\n%s @@ -5467,7 +5471,7 @@ CMD_AccessAdd_Prompt_TCPSTATE TCP Connection State (Established/Unestablished): # AccessAddEx command CMD_AccessAddEx Add Extended Access List Rules (IPv4: Delay, Jitter and Packet Loss Generating) CMD_AccessAddEx_Help Use this to add a new rule to the access list of the currently managed Virtual Hub. You can set to generate delays, jitters and packet losses when a packet is passing via the Virtual Hub. \nThe access list is a set of packet file rules that are applied to packets that flow through the Virtual Hub. You can register multiple rules in an access list and you can also define an priority for each rule. All packets are checked for the conditions specified by the rules registered in the access list and based on the operation that is stipulated by the first matching rule, they either pass or are discarded. Packets that do not match any rule are implicitly allowed to pass. You can also use the AccessAddEx command to generate delays, jitters and packet losses. \nThis command cannot be run on VPN Bridge. \nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a member server on a cluster. -CMD_AccessAddEx_Args AccessAddEx [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/TCPSTATE: established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] +CMD_AccessAddEx_Args AccessAddEx [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/TCPSTATE: established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] [/REDIRECTURL:url] CMD_AccessAddEx_[pass|discard] When a packet matches this rule condition, this operation is decided. When pass is specified, the packet is allowed to pass, and when discard is specified, the packet is discarded. The setting of delays, jitters and packet losses is applied if the action is pass. CMD_AccessAddEx_MEMO Specify a description (memo) for this rule. CMD_AccessAddEx_PRIORITY Specify an integer of 1 or higher to indicate the priority of the rule. Higher priority is given to rules with the lower priority values. @@ -5484,6 +5488,7 @@ CMD_AccessAddEx_TCPSTATE Specify TCP connection state as a rule. Use Establishe CMD_AccessAddEx_DELAY Set this value to generate delays when packets is passing. Specify the delay period in milliseconds. Specify 0 means no delays to generate. The delays must be 10000 milliseconds at most. CMD_AccessAddEx_JITTER Set this value to generate jitters when packets is passing. Specify the ratio of fluctuation of jitters within 0% to 100% range. Specify 0 means no jitters to generate. CMD_AccessAddEx_LOSS Set this value to generate packet losses when packets is passing. Specify the ratio of packet losses within 0% to 100% range. Specify 0 means no packet losses to generate. +CMD_AccessAddEx_REDIRECTURL The specified URL will be mandatory replied to the client as a response for TCP connecting request packets which matches the conditions of this access list entry via this Virtual Hub. To use this setting, you can enforce the web browser of the VPN Client computer to show the specified web site when that web browser tries to access the specific IP address. CMD_AccessAddEx_Prompt_DELAY Delays to Generate (in milliseconds: 0 - 10000): CMD_AccessAddEx_Prompt_JITTER Fluctuation of Jitters to Generate (Percent: 0 - 100): CMD_AccessAddEx_Prompt_LOSS Ratio of Packet Losses (Percent: 0 - 100): @@ -5528,7 +5533,7 @@ CMD_AccessAdd6_Prompt_TCPSTATE TCP Connection State (Established/Unestablished) # AccessAddEx6 command CMD_AccessAddEx6 Add Extended Access List Rules (IPv6: Delay, Jitter and Packet Loss Generating) CMD_AccessAddEx6_Help Use this to add a new rule to the access list of the currently managed Virtual Hub. You can set to generate delays, jitters and packet losses when a packet is passing via the Virtual Hub. \nThe access list is a set of packet file rules that are applied to packets that flow through the Virtual Hub. You can register multiple rules in an access list and you can also define a priority for each rule. All packets are checked for the conditions specified by the rules registered in the access list and based on the operation that is stipulated by the first matching rule, they either pass or are discarded. Packets that do not match any rule are implicitly allowed to pass. You can also use the AccessAddEx6 command to generate delays, jitters and packet losses. \nThis command cannot be run on VPN Bridge. \nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a member server on a cluster. -CMD_AccessAddEx6_Args AccessAddEx6 [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/TCPSTATE: established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] +CMD_AccessAddEx6_Args AccessAddEx6 [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/TCPSTATE: established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] [/REDIRECTURL:url] CMD_AccessAddEx6_[pass|discard] When a packet matches this rule condition, this operation is decided. When pass is specified, the packet is allowed to pass, and when discard is specified, the packet is discarded. The setting of delays, jitters and packet losses is applied if the action is pass. CMD_AccessAddEx6_MEMO Specify a description (memo) for this rule. CMD_AccessAddEx6_PRIORITY Specify an integer of 1 or higher to indicate the priority of the rule. Higher priority is given to rules with the lower priority values. @@ -5545,6 +5550,7 @@ CMD_AccessAddEx6_TCPSTATE Specify TCP connection state as a rule. Use Establish CMD_AccessAddEx6_DELAY Set this value to generate delays when packets is passing. Specify the delay period in milliseconds. Specify 0 means no delays to generate. The delays must be 10000 milliseconds at most. CMD_AccessAddEx6_JITTER Set this value to generate jitters when packets is passing. Specify the ratio of fluctuation of jitters within 0% to 100% range. Specify 0 means no jitters to generate. CMD_AccessAddEx6_LOSS Set this value to generate packet losses when packets is passing. Specify the ratio of packet losses within 0% to 100% range. Specify 0 means no packet losses to generate. +CMD_AccessAddEx6_REDIRECTURL The specified URL will be mandatory replied to the client as a response for TCP connecting request packets which matches the conditions of this access list entry via this Virtual Hub. To use this setting, you can enforce the web browser of the VPN Client computer to show the specified web site when that web browser tries to access the specific IP address. CMD_AccessAddEx6_Prompt_DELAY Delays to Generate (in milliseconds: 0 - 10000): CMD_AccessAddEx6_Prompt_JITTER Fluctuation of Jitters to Generate (Percent: 0 - 100): CMD_AccessAddEx6_Prompt_LOSS Ratio of Packet Losses (Percent: 0 - 100): @@ -6225,7 +6231,7 @@ CMD_OpenVpnMakeConfig_ERROR The sample setting files were unable to be saved a # SstpEnable command CMD_SstpEnable Enable / Disable Microsoft SSTP VPN Clone Server Function -CMD_SstpEnable_Help This VPN Server has the clone functions of MS-SSTP VPN Server which is on Windows Server 2008 / 2012 by Microsoft Corporation. Standard MS-SSTP Clients in Windows Vista / 7 / 8 / RT can connect to this VPN Server.\n\n[Caution]\nThe value of CN (Common Name) on the SSL certificate of VPN Server must match to the hostname specified on the client, and that certificate must be in the trusted list on the SSTP VPN client. For details refer the Microsoft's documents.\nYou can use the ServerCertRegenerate command to replace the current certificate on the VPN Server to a new self-signed certificate which has the CN (Common Name) value in the fields. In that case, you have to register such a new self-signed certificate on the SSTP VPN Client as a trusted root certificate. If you do not want to do such a bother tasks, please consider to purchase a SSL certificate provided by commercial authority such as VeriSign or GlobalSign.\n\nThe manner to specify a username to connect to the Virtual Hub, and the selection rule of default Hub by using this clone server functions are same to the IPsec Server functions. For details, please see the help of the IPsecEnable command.\n\nTo execute this command, you must have VPN Server administrator privileges. \nThis command cannot be run on VPN Bridge.\nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a cluster. +CMD_SstpEnable_Help This VPN Server has the clone functions of MS-SSTP VPN Server which is on Windows Server 2008 / 2012 by Microsoft Corporation. Standard MS-SSTP Clients in Windows Vista / 7 / 8 / RT / 10 can connect to this VPN Server.\n\n[Caution]\nThe value of CN (Common Name) on the SSL certificate of VPN Server must match to the hostname specified on the client, and that certificate must be in the trusted list on the SSTP VPN client. For details refer the Microsoft's documents.\nYou can use the ServerCertRegenerate command to replace the current certificate on the VPN Server to a new self-signed certificate which has the CN (Common Name) value in the fields. In that case, you have to register such a new self-signed certificate on the SSTP VPN Client as a trusted root certificate. If you do not want to do such a bother tasks, please consider to purchase a SSL certificate provided by commercial authority such as VeriSign or GlobalSign.\n\nThe manner to specify a username to connect to the Virtual Hub, and the selection rule of default Hub by using this clone server functions are same to the IPsec Server functions. For details, please see the help of the IPsecEnable command.\n\nTo execute this command, you must have VPN Server administrator privileges. \nThis command cannot be run on VPN Bridge.\nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a cluster. CMD_SstpEnable_Args SstpEnable [yes|no] CMD_SstpEnable_[yes|no] Specify yes to enable the Microsoft SSTP VPN Clone Server Function. Specify no to disable. CMD_SstpEnable_Prompt_[yes|no] Enables SSTP VPN Clone Server Function (yes / no): @@ -6859,8 +6865,10 @@ CMD_TrafficClient_ERROR_HOSTPORT The host name or port number is incorrectly spe # TrafficServer command CMD_TrafficServer Run Network Traffic Speed Test Tool in Server Mode CMD_TrafficServer_Help Use this to execute the communication throughput measurement tool's server program. \nTwo commands, TrafficClient and TrafficServer, are used for the communication throughput measurement tool to enable the measurement of communication throughput that can be transferred between two computers connected by IP network. \nTo set the TCP port of this computer to the Listen status to listen for the connection from the TrafficClient of another computer, specify the port number and start the server program using the TrafficServer command. \nYou can display more detailed information on the communication throughput measurement tool by inputting "TrafficClient ?". \n\nNote: This command can be called from the SoftEther VPN Command Line Management Utility. You can also execute this command while connected to the current VPN Server or VPN Client in Administration Mode but, what actually conducts communication and measures the throughput is the computer on which the command is running, and all this is executed in a context that has absolutely no relationship to the computer that is the destination of the Administration Mode connection. -CMD_TrafficServer_Args TrafficServer [port] +CMD_TrafficServer_Args TrafficServer [port] [/NOHUP:yes|no] CMD_TrafficServer_[port] Specify, using an integer, the port number at which to listen for the connection. If the specified port has been already being used by another program, or if the port cannot be opened, an error will occur. +CMD_TrafficServer_NOHUP When "yes" is specified, the server process never stops without regard to any input from the console. It is convenient when you want to run the TrafficServer endlessly. + # Internal message strings concerning TrafficClient / TrafficServer @@ -6926,7 +6934,7 @@ CMD_Check_Args Check # Concerning System Checker # (This contains some strange character strings which are used to check character code conversion.) -CHECK_TITLE ---------------------------------------------------\nSoftEther VPN Operation Environment Check Tool\n\nCopyright (c) SoftEther VPN Project.\nAll Rights Reserved.\n\n +CHECK_TITLE ---------------------------------------------------\nSoftEther VPN Operation Environment Check Tool\nDeveloper Edition\n\nCopyright (c) SoftEther VPN Project.\nAll Rights Reserved.\n\n CHECK_NOTE If this operation environment check tool is run on a system and that system passes, it is most likely that SoftEther VPN software can operate on that system. This check may take a while. Please wait...\n\n CHECK_EXEC_TAG Checking '%s'... \n CHECK_PASS Pass @@ -6956,7 +6964,7 @@ CHECK_PROC_NETWORK Network system # # ###################################################### -SW_TITLE SoftEther VPN Setup Wizard (Version %S) +SW_TITLE SoftEther VPN Developer Edition Setup Wizard (Version %S) SW_EXIT_CONFIRM The setup process of SoftEther VPN hasn't been finished yet.\r\n\r\nDo you want to exit the setup? SW_UNINSTALL_CONFIRM Starting the uninstall process of %s.\r\n\r\nDo you want to continue? @@ -6976,7 +6984,7 @@ SW_COMPONENT_VPNSMGR_DESCRIPTION Only the VPN Server Manager will be installed SW_COMPONENT_VPNCMGR_TITLE SoftEther VPN Client Manager (Admin Tools Only) SW_COMPONENT_VPNCMGR_DESCRIPTION Only the VPN Client Manager will be installed. The VPN Client service program will not be installed. You can use the VPN Client Manager to connect and manage remote VPN Clients on other computers which can be run on Windows and Linux. -SW_WELCOME_TITLE Welcome to the SoftEther VPN Setup Wizard +SW_WELCOME_TITLE Welcome to the SoftEther VPN Developer Edition Setup Wizard SW_MODE_TITLE Select a Setup Mode SW_NOT_ADMIN_TITLE Not Enough Privileges SW_COMPONENTS_TITLE Select Software Components to Install @@ -7095,40 +7103,40 @@ SW_RUN_TEXT_VPNCMGR Start the SoftEther VPN Client Manager. SW_NIC_UNINSTALL Virtual Network Adapters of SoftEther VPN Client have been created on the system.\r\nDo you want to delete these Virtual Network Adapters? -# --- Do not translate this section !!! stay them in English !!! --- +# Do not translate this section !!! SW_TAG_USERNAME_ENGLISH \ (User-Mode) -SW_LINK_NAME_VPNSERVER_SVC SoftEther VPN Server User-mode Service -SW_LINK_NAME_VPNBRIDGE_SVC SoftEther VPN Bridge User-mode Service -SW_LONG_VPNSERVER SoftEther VPN Server -SW_LONG_VPNCLIENT SoftEther VPN Client -SW_LONG_VPNBRIDGE SoftEther VPN Bridge -SW_LONG_VPNSMGR SoftEther VPN Server Manager -SW_LONG_VPNCMGR SoftEther VPN Client Manager +SW_LINK_NAME_VPNSERVER_SVC SoftEther VPN Server Developer User-mode Service +SW_LINK_NAME_VPNBRIDGE_SVC SoftEther VPN Bridge Developer User-mode Service +SW_LONG_VPNSERVER SoftEther VPN Server Developer Edition +SW_LONG_VPNCLIENT SoftEther VPN Client Developer Edition +SW_LONG_VPNBRIDGE SoftEther VPN Bridge Developer Edition +SW_LONG_VPNSMGR SoftEther VPN Server Manager Developer Edition +SW_LONG_VPNCMGR SoftEther VPN Client Manager Developer Edition SW_LANG_SET_FAILED Failed to write the new language setting on lang.config file. # --- end of "Do not translate this section" --- # Shortcuts Filenames -SW_LINK_NAME_VPNSMGR_SHORT SoftEther VPN Server Manager -SW_LINK_NAME_VPNSMGR_SHORT_UM SE-VPN Server Manager (User) -SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY SE-VPN Server Manager (Tools) -SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY_UM SE-VPN Server Manager (User) -SW_LINK_NAME_VPNSMGR_FULL SoftEther VPN Server Manager +SW_LINK_NAME_VPNSMGR_SHORT SoftEther VPN Server Manager (Dev) +SW_LINK_NAME_VPNSMGR_SHORT_UM SE-VPN Server Manager (Dev User) +SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY SE-VPN Server Manager (Dev Tools) +SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY_UM SE-VPN Server Manager (Dev Tools User) +SW_LINK_NAME_VPNSMGR_FULL SoftEther VPN Server Manager Developer Edition SW_LINK_NAME_VPNSMGR_COMMENT You can manage SoftEther VPN Server or SoftEther VPN Bridge on a remote computer. -SW_LINK_NAME_VPNCMGR_SHORT SoftEther VPN Client Manager -SW_LINK_NAME_VPNCMGR_FULL SoftEther VPN Client Manager +SW_LINK_NAME_VPNCMGR_SHORT SoftEther VPN Client Manager (Dev) +SW_LINK_NAME_VPNCMGR_FULL SoftEther VPN Client Manager Developer Edition SW_LINK_NAME_VPNCMGR_COMMENT You can connect to a VPN Server by using SoftEther VPN Client. -SW_LINK_NAME_VPNCMGRTOOLS_SHORT SoftEther VPN Client Remote Manager -SW_LINK_NAME_VPNCMGRTOOLS_SHORT_UM SE-VPN Client Remote Manager (User) -SW_LINK_NAME_VPNCMGRTOOLS_FULL SoftEther VPN Client Remote Manager +SW_LINK_NAME_VPNCMGRTOOLS_SHORT SoftEther VPN Client Remote Manager (Dev) +SW_LINK_NAME_VPNCMGRTOOLS_SHORT_UM SE-VPN Client Remote Manager (Dev User) +SW_LINK_NAME_VPNCMGRTOOLS_FULL SoftEther VPN Client Remote Manager Developer Edition SW_LINK_NAME_VPNCMGR2_FULL Manage Remote Computer's SoftEther VPN Client SW_LINK_NAME_VPNCMGR2_COMMENT You can establish a remote connection to and manage a SoftEther VPN Client on a remote computer. -SW_LINK_NAME_VPNCMGRTRAY_FULL SoftEther VPN Client Manager Startup -SW_LINK_NAME_VPNCMGRTRAY_COMMENT Registers an icon of SoftEther VPN Client on the taskbar's notification area. +SW_LINK_NAME_VPNCMGRTRAY_FULL SoftEther VPN Client Manager Developer Edition Startup +SW_LINK_NAME_VPNCMGRTRAY_COMMENT Registers an icon of SoftEther VPN Client Developer Edition on the taskbar's notification area. SW_LINK_NAME_EASYINSTALLER Easy Installer Creator SW_LINK_NAME_EASYINSTALLER_COMMENT A tool for enterprise system administrators to create a SoftEther VPN Client Easy Installer which has a function to kick-start a VPN connection to the specific destination automatically. diff --git a/src/bin/hamcore/strtable_ja.stb b/src/bin/hamcore/strtable_ja.stb index efa8a75c..ce3b7868 100644 --- a/src/bin/hamcore/strtable_ja.stb +++ b/src/bin/hamcore/strtable_ja.stb @@ -35,16 +35,16 @@ STRTABLE_ID SE_VPN_20121007 CM_JAPANESE_ONLY_OLD_STARTUP %s\\SoftEther VPN Client 2.0 タスクトレイ.lnk # ソフトウェア情報 -PRODUCT_NAME_VPN_CLI SoftEther VPN Client -PRODUCT_NAME_VPN_CMGR SoftEther VPN クライアント接続マネージャ -PRODUCT_NAME_VPN_SVR SoftEther VPN Server -PRODUCT_NAME_VPN_BRIDGE SoftEther VPN Bridge -PRODUCT_NAME_VPN_SMGR SoftEther VPN サーバー管理マネージャ -PRODUCT_NAME_ELOGSVC SoftEther EtherLogger Beta Edition -PRODUCT_NAME_ELOGMGR SoftEther EtherLogger Manager Beta Edition +PRODUCT_NAME_VPN_CLI SoftEther VPN Client Developer Edition +PRODUCT_NAME_VPN_CMGR SoftEther VPN Developer Edition クライアント接続マネージャ +PRODUCT_NAME_VPN_SVR SoftEther VPN Server Developer Edition +PRODUCT_NAME_VPN_BRIDGE SoftEther VPN Bridge Developer Edition +PRODUCT_NAME_VPN_SMGR SoftEther VPN Developer Edition サーバー管理マネージャ +PRODUCT_NAME_ELOGSVC SoftEther EtherLogger Developer Edition +PRODUCT_NAME_ELOGMGR SoftEther EtherLogger Developer Edition # ソフトウェア更新チェック用の Family Name -PRODUCT_FAMILY_NAME SoftEther +PRODUCT_FAMILY_NAME SoftEtherDev # 接続制限用のブランド化文字列 @@ -236,10 +236,10 @@ TCPOPT_NOT_ADMIN TCP/IP 通信設定最適化ユーティリティは、管理 # Windows Vista / Windows 7 / Windows 8 用最適化関係 -VISTA_MMCSS_MSG Windows Vista / Windows 7 / Windows 8 で VPN 通信を経由してマルチメディアファイル (ビデオやオーディオ、ストリーミングなど) を再生するための最適化をしますか? -VISTA_MMCSS_MSG_2 すでに Windows Vista / Windows 7 / Windows 8 で VPN 通信を経由してマルチメディアファイル (ビデオやオーディオ、ストリーミングなど) を再生するための最適化の設定が行われています。\r\n最適化設定を削除して、元に戻しますか? +VISTA_MMCSS_MSG Windows Vista / Windows 7 / Windows 8 / Windows 10 で VPN 通信を経由してマルチメディアファイル (ビデオやオーディオ、ストリーミングなど) を再生するための最適化をしますか? +VISTA_MMCSS_MSG_2 すでに Windows Vista / Windows 7 / Windows 8 / Windows 10 で VPN 通信を経由してマルチメディアファイル (ビデオやオーディオ、ストリーミングなど) を再生するための最適化の設定が行われています。\r\n最適化設定を削除して、元に戻しますか? VISTA_MMCSS_MSG_3 現在の環境では、最適化の機能は使用できません。 -VISTA_MMCSS_MSG_4 この機能は、Administrators 権限でプログラムを起動している際にのみ使用できます。\r\nWindows Vista / Windows 7 / Windows 8 の場合は、[管理者として実行] 機能を使用してプログラムを実行してください。 +VISTA_MMCSS_MSG_4 この機能は、Administrators 権限でプログラムを起動している際にのみ使用できます。\r\nWindows Vista / Windows 7 / Windows 8 / Windows 10 の場合は、[管理者として実行] 機能を使用してプログラムを実行してください。 VISTA_MMCSS_MSG_5 最適化設定が完了しました。 VISTA_MMCSS_MSG_6 最適化設定は削除されました。 @@ -574,9 +574,12 @@ HUB_AO_DropArpInPrivacyFilterMode 送信元および宛先の両方のセッ HUB_AO_SuppressClientUpdateNotification VPN Client のアップデート通知画面の表示を抑制します。 HUB_AO_FloodingSendQueueBufferQuota パケットの仮想 HUB 内におけるフラッディング動作時において消費することを許容する送信キューのバッファサイズの制限値 (バイト数) を指定します。クオータは、すべての接続中の VPN セッションの送信キューの合計長さに対してグローバルに適用されます。0 を指定すると無制限になります。このオプションは、フラッディングパケットが多発するネットワークにおいてメモリ消費量が増大する問題を解決するために利用できます。 HUB_AO_AssignVLanIdByRadiusAttribute VLAN ID の動的割り当て機能を有効にします。VPN 接続するユーザーオブジェクトのセキュリティポリシーに VLAN ID が指定されていない場合は、各 VPN セッションはユーザー認証を行った RADIUS サーバーから返却される RADIUS 属性の値に基づき VLAN が割当てられます。RADIUS 属性のうち、 "Tunnel-Pvt-Group-ID" (ID = 81) の値が使用されます。データ型は文字列である必要があります。 +HUB_AO_DenyAllRadiusLoginWithNoVlanAssign この項目が 1 (有効) の場合は、RADIUS サーバーが "Tunnel-Pvt-Group-ID" (ID = 81) の値を返却しなかった場合は VPN 接続が拒否されます。(AssignVLanIdByRadiusAttribute の値が 1 の場合に限ります。) HUB_AO_SecureNAT_RandomizeAssignIp この項目が 1 (有効) の場合は、SecureNAT 機能における仮想 DHCP サーバーは、DHCP クライアントに対して割当てる IP アドレスを指定された IP アドレスプール内の未使用アドレスからランダムに選択するようになります。なお、既定の動作は、未使用アドレスのうち最初のアドレスを割当てるようになっています。 HUB_AO_DetectDormantSessionInterval この項目が 0 以外の場合は、指定された秒数無通信であった VPN セッションをドーマント状態 (休止状態) として識別します。ドーマント状態の VPN セッションに対しては、仮想 HUB 内でフラッディングされるべきパケットがフラッディングされなくなります。 -HUB_AO_NoPhysicalIPOnPacketLog この項目が 0 (有効) の場合は、パケットログに送信元および宛先 VPN セッションの物理的な接続元 VPN クライアントの IP アドレスが記録されないようになります。 +HUB_AO_NoPhysicalIPOnPacketLog この項目が 1 (有効) の場合は、パケットログに送信元および宛先 VPN セッションの物理的な接続元 VPN クライアントの IP アドレスが記録されないようになります。 +HUB_AO_UseHubNameAsDhcpUserClassOption この項目が 1 (有効) の場合は、仮想 HUB は DHCP サーバーに対して IP アドレスの取得を要求する際に仮想 HUB 名を DHCP パケットの "User-Class" オプションに埋め込むようになります。この機能は、複数の仮想 HUB がある場合に、DHCP サーバーがそれぞれの仮想 HUB 用に IP プールを確保する場合に便利です。(L2TP/IPsec および OpenVPN セッションのみ対応。) +HUB_AO_UseHubNameAsRadiusNasId この項目が 1 (有効) の場合は、NAS-Identidier RADIUS 属性に仮想 HUB 名が埋め込まれます。この機能は、RADIUS サーバにおいて仮想 HUB ごとにアクセスの許可 / 拒否を設定したい場合に便利です。 # Caps 関係 @@ -768,11 +771,11 @@ REMOTE_DEF_TITLE リモート接続先のコンピュータを指定してく # クライアント通知サービス関係 -CN_TITLE SoftEther VPN Client +CN_TITLE SoftEther VPN Client Developer Edition # 接続マネージャ関係 -CM_TITLE SoftEther VPN クライアント接続マネージャ +CM_TITLE SoftEther VPN Developer Edition クライアント接続マネージャ CM_PW_LOCALMACHINE このコンピュータ CM_NO_REMOTE %s で動作している VPN Client サービスは、リモートからの操作を許可していません。 CM_CONNECT_FAILED %s で動作している VPN Client サービスに接続できませんでした。\r\nVPN Client サービスが起動し、正しく動作しているかどうか確認してください。 @@ -955,11 +958,11 @@ CM_VPN_FILE_IMPORT_NG 接続設定ファイルをインポートできません CM_VLAN_INSTALLING しばらくお待ちください... CM_SECURE_MUST_LOCAL 現在リモートコンピュータの VPN Client サービスに接続して管理しているため、スマートカードの設定を行うことはできません。 CM_DETAIL_MODE_LINK_STR カスケード接続では、常に [ブリッジ / ルータモードで接続] が有効になっています。 -CM_TRAY_INITING SoftEther VPN クライアント接続マネージャ -CM_TRAY_NOT_CONNECTED SoftEther VPN クライアント接続マネージャ\r\n接続していません -CM_TRAY_CONNECTED_0 SoftEther VPN クライアント接続マネージャ\r\n%u 個のサーバーとの接続が完了し、%u 個のサーバーに接続を試行しています -CM_TRAY_CONNECTED_1 SoftEther VPN クライアント接続マネージャ\r\n%u 個のサーバーに接続を試行しています -CM_TRAY_CONNECTED_2 SoftEther VPN クライアント接続マネージャ\r\n%u 個のサーバーと接続が完了しています +CM_TRAY_INITING SoftEther VPN クライアント接続マネージャ (Developer Edition) +CM_TRAY_NOT_CONNECTED SoftEther VPN クライアント接続マネージャ (Developer Edition)\r\n接続していません +CM_TRAY_CONNECTED_0 SoftEther VPN クライアント接続マネージャ (Developer Edition)\r\n%u 個のサーバーとの接続が完了し、%u 個のサーバーに接続を試行しています +CM_TRAY_CONNECTED_1 SoftEther VPN クライアント接続マネージャ (Developer Edition)\r\n%u 個のサーバーに接続を試行しています +CM_TRAY_CONNECTED_2 SoftEther VPN クライアント接続マネージャ (Developer Edition)\r\n%u 個のサーバーと接続が完了しています CM_TRAY_MENU_1_SHOW 接続マネージャを表示する(&S) CM_TRAY_MENU_1_HIDE 接続マネージャを閉じる(&O) CM_TRAY_MENU_2_QUIT 接続マネージャプログラムの終了(&X) @@ -1102,37 +1105,37 @@ SVC_VPNBRIDGE_DESCRIPT SoftEther VPN Bridge プロセスを管理します。Sof # サービス定義 (SoftEther VPN Client) -SVC_SEVPNCLIENT_NAME sevpnclient -SVC_SEVPNCLIENT_TITLE SoftEther VPN Client -SVC_SEVPNCLIENT_DESCRIPT SoftEther VPN Client の仮想 LAN カードデバイスドライバおよび接続サービスを管理します。このサービスが停止された場合は、このコンピュータの SoftEther VPN Client を使用して SoftEther VPN Server に接続することができなくなります。 +SVC_SEVPNCLIENTDEV_NAME sevpnclientdev +SVC_SEVPNCLIENTDEV_TITLE SoftEther VPN Client Developer Edition +SVC_SEVPNCLIENTDEV_DESCRIPT SoftEther VPN Client の仮想 LAN カードデバイスドライバおよび接続サービスを管理します。このサービスが停止された場合は、このコンピュータの SoftEther VPN Client を使用して SoftEther VPN Server に接続することができなくなります。 # サービス定義 (SoftEther VPN Server) -SVC_SEVPNSERVER_NAME sevpnserver -SVC_SEVPNSERVER_TITLE SoftEther VPN Server -SVC_SEVPNSERVER_DESCRIPT SoftEther VPN Server サーバー プロセスを管理します。SoftEther VPN Server は高性能の SoftEther VPN Server 機能を TCP/IP プロトコルを通じて提供します。このサービスが停止された場合は、このコンピュータの SoftEther VPN Server は停止し、SoftEther VPN Client はこのコンピュータに VPN 接続することができなくなります。 +SVC_SEVPNSERVERDEV_NAME sevpnserverdev +SVC_SEVPNSERVERDEV_TITLE SoftEther VPN Server Developer Edition +SVC_SEVPNSERVERDEV_DESCRIPT SoftEther VPN Server サーバー プロセスを管理します。SoftEther VPN Server は高性能の SoftEther VPN Server 機能を TCP/IP プロトコルを通じて提供します。このサービスが停止された場合は、このコンピュータの SoftEther VPN Server は停止し、SoftEther VPN Client はこのコンピュータに VPN 接続することができなくなります。 # サービス定義 (SoftEther VPN Bridge) -SVC_SEVPNBRIDGE_NAME sevpnbridge -SVC_SEVPNBRIDGE_TITLE SoftEther VPN Bridge -SVC_SEVPNBRIDGE_DESCRIPT SoftEther VPN Bridge プロセスを管理します。SoftEther VPN Bridge はこのコンピュータに接続されているネットワークと遠隔地にある SoftEther VPN Server との間をブリッジ接続します。このサービスが停止された場合は、このコンピュータの SoftEther VPN Bridge は停止し、ブリッジ接続を経由した通信ができなくなります。 +SVC_SEVPNBRIDGEDEV_NAME sevpnbridgedev +SVC_SEVPNBRIDGEDEV_TITLE SoftEther VPN Bridge Developer Edition +SVC_SEVPNBRIDGEDEV_DESCRIPT SoftEther VPN Bridge プロセスを管理します。SoftEther VPN Bridge はこのコンピュータに接続されているネットワークと遠隔地にある SoftEther VPN Server との間をブリッジ接続します。このサービスが停止された場合は、このコンピュータの SoftEther VPN Bridge は停止し、ブリッジ接続を経由した通信ができなくなります。 # サービス定義 (SoftEther VPN User-mode Router) SVC_VPNROUTER_NAME vpnrouter -SVC_VPNROUTER_TITLE SoftEther VPN Router +SVC_VPNROUTER_TITLE SoftEther VPN Router Developer Edition SVC_VPNROUTER_DESCRIPT SoftEther VPN Router (サービスモード) のサーバー プロセスを管理します。SoftEther VPN Router はユーザーモードで動作する仮想 NAT および DHCP サーバーを提供するプログラムで、仮想 IP ネットワークと物理的な IP ネットワークとの間を簡単な操作で安全に接続することができます。このサービスが停止された場合は、このコンピュータの SoftEther VPN Router は停止し、VPN Client はこのコンピュータのルーティングサービスを利用することができなくなります。 # サービス定義 (EtherLogger) SVC_ELOGSVC_NAME elogsvc -SVC_ELOGSVC_TITLE SoftEther EtherLogger +SVC_ELOGSVC_TITLE SoftEther EtherLogger Developer Edition SVC_ELOGSVC_DESCRIPT SoftEther EtherLogger は、コンピュータに接続されている LAN カードを流れるデータをキャプチャし、管理者が指定した種類のパケットのヘッダまたはすべてのデータをテキストファイルにログとして記録するサービスです。 # SoftEther VPN サーバー管理マネージャ関係 -SM_TITLE SoftEther VPN サーバー管理マネージャ +SM_TITLE SoftEther VPN Developer Edition サーバー管理マネージャ SM_LOCALHOST localhost (このサーバー) SM_SERVER_BRIDGE_TITLE VPN Bridge "%S" の管理 SM_S_VHUB_BRIDGE VPN Bridge では、"BRIDGE" という名前の仮想 HUB に対して操作を行うことで管理します。 @@ -1492,6 +1495,7 @@ SM_SNAT_STATUS SecureNAT の動作状況 SM_SNAT_NUM_SESSION %u セッション SM_SNAT_NUM_CLIENT %u クライアント SM_SNAT_IS_KERNEL カーネルモード NAT で動作中 +SM_SNAT_IS_RAW Raw IP モード NAT で動作中 SM_BRIDGE_TOO_OLD_VER 現在接続している VPN Server のバージョンでは、ローカルブリッジ機能はサポートされていません。\r\n新しいバージョンにアップデートしてみてください。 SM_BRIDGE_UNSUPPORTED この VPN Server が動作しているオペレーティングシステム上では、ローカルブリッジ機能を使用することはできません。ローカルブリッジ機能が使用できるオペレーティングシステムの一覧については、VPN Server のオンラインドキュメントを参照してください。 SM_BRIDGE_WPCAP_REMOTE この VPN Server 上でローカルブリッジ機能を使用するためには、WinPcap ソフトウェアをインストールする必要があります。現在、サーバー コンピュータ上には WinPcap ソフトウェアがインストールされていません。\r\n\r\nWinPcap ソフトウェアのインストールを続行するためには、VPN Server が動作しているサーバー コンピュータ上で SoftEther VPN サーバー管理マネージャを起動し、localhost (自分自身) に対して接続した状態で、ローカルブリッジ機能設定画面を表示する必要があります。\r\n続行するには、一旦この管理セッションを終了し、サーバー コンピュータ上で SoftEther VPN サーバー管理マネージャを起動してから、localhost に対して接続して、設定を続行してください。 @@ -1653,7 +1657,7 @@ SM_FACTORY_DEFAULT_WARNING VPN Server / Bridge の設定をリセットしま SM_FACTORY_DEFAULT_PERFORMED 設定のリセット処理はサーバー上で開始されました。\r\n\r\nOk をクリックすると現在の VPN サーバー管理マネージャのセッションを終了します。\r\n終了した後に、VPN サーバー管理マネージャを再度起動して VPN Server に再接続してください。\r\n再接続すると、設定がリセットされた後の VPN Server が出現します。 SM_AZURE_STATUS_CONNECTED 状態: クラウドに接続完了 SM_AZURE_STATUS_NOT_CONNECTED 状態: クラウドに未接続 -SM_NO_BRIDGE_NICS ローカルブリッジを作成することができる物理的な LAN カードが VPN サーバーのコンピュータに 1 枚も見つかりませんでした。\r\n\r\nローカルブリッジを作成するには、物理的な LAN カードを 1 枚以上コンピュータにインストールする必要があります。\r\n無線 LAN カード、3G アダプタ等は使用できません。\r\n通常のケーブル接続の Ethernet に対応した LAN カードをインストールしてください。\r\n\r\n最近インストールした LAN カードが表示されない場合は、一度コンピュータを再起動してください。\r\n\r\nローカルブリッジを使用できない場合は、代わりに「SecureNAT 機能」の仮想 NAT 機能の使用を検討してください。\r\n\r\nなお、何らかの理由で物理的な LAN カード以外の LAN カード (無線 LAN、仮想 LAN など) を使用したい場合は、設定ファイルの "LocalBridgeList" ディレクティブ内の "ShowAllInterfaces" を "true" にして VPN Server を再起動するとこれらのデバイスも表示されるようになります。(上級者向け、Windows のみ) +SM_NO_BRIDGE_NICS ローカルブリッジを作成することができる物理的な LAN カードが VPN サーバーのコンピュータに 1 枚も見つかりませんでした。\r\n\r\nローカルブリッジを作成するには、物理的な LAN カードを 1 枚以上コンピュータにインストールする必要があります。\r\n無線 LAN カード、3G アダプタ等は使用できません。\r\n通常のケーブル接続の Ethernet に対応した LAN カードをインストールしてください。\r\n\r\n最近インストールした LAN カードが表示されない場合は、一度コンピュータを再起動してください。\r\n\r\nローカルブリッジを使用できない場合は、代わりに「SecureNAT 機能」の仮想 NAT 機能の使用を検討してください。\r\n\r\nなお、何らかの理由で物理的な LAN カード以外の LAN カード (無線 LAN、仮想 LAN など) を使用したい場合は、設定ファイルの "LocalBridgeList" ディレクティブ内の "ShowAllInterfaces" を "true" にして VPN Server を再起動するとこれらのデバイスも表示されるようになります。(上級者向け、Windows のみ)\r\n\r\nWindows をアップグレードした後にこの問題が発生するようになった場合は、SoftEther VPN Server または SoftEther VPN Bridge を再インストールしてみてください。 SM_CERT_MESSAGE 現在サーバーに設定されている SSL 自己署名ルート証明書は古い形式です。\r\n\r\nOpenVPN プロトコルを用いてこの VPN Server に接続しているクライアントが存在する場合、現在のサーバー証明書の使用を継続すると、OpenVPN Connect for Android で不具合が発生する可能性があります。\r\n\r\nOpenVPN Connect for Android を使用してこの VPN Server に VPN 接続を行っている場合は、サーバー証明書を再作成して更新することをお勧めします。\r\n\r\nサーバー証明書を再作成して更新しますか? SM_CERT_MESSAGE_CLI --- ご注意 ---\r\n\r\n現在サーバーに設定されている SSL 自己署名ルート証明書は古い形式です。\r\n\r\n現在のサーバー証明書の使用を継続した場合、OpenVPN Connect for Android で不具合が発生する可能性があります。\r\n\r\nOpenVPN Connect for Android を使用してこの VPN Server に VPN 接続を行っている場合は、サーバー証明書を再作成して更新することをお勧めします。\r\n\r\nサーバー証明書を再作成して更新するには、VPN Server を最新版にアップデートしてから、"ServerCertRegenerate" コマンドを実行してください。 SM_CERT_NEED_ROOT 指定された SSL 証明書は、証明機関 (CA) によって発行された証明書です。\r\n\r\nこの VPN Server に Microsoft SSTP または OpenVPN プロトコルで VPN 接続を行う場合は、ルート証明書および中間証明書 (存在する場合) を VPN Server にインストールする必要があります。\r\n\r\nVPN Server にルート証明書および中間証明書をインストールするためには、X.509 証明書のルート証明書および中間証明書ファイルを VPN Server がインストールされているディレクトリの中にある "chain_certs" サブディレクトリにコピーしてください。\r\n\r\nルート証明書および中間証明書ファイルの取得方法は、証明機関 (CA) が発行している Web サイトをお読みいただくか、証明機関 (CA) のサポートに問い合わせてください。 @@ -2377,7 +2381,7 @@ S_INFO 新しい仮想 LAN カードをシステムに追加します。\r\n STATIC1 仮想 LAN カードの名前(&N): IDOK &OK IDCANCEL キャンセル -S_WIN8 現在の OS は Windows 8 です。仮想 LAN カード名には 'VPN'、または 'VPN2' から 'VPN127' までの名前を指定してください (合計 127 個作成可能)。 +S_WIN8 仮想 LAN カード名には 'VPN'、または 'VPN2' から 'VPN127' までの名前を指定してください (合計 127 個作成可能)。 PREFIX D_CM_TRUST @@ -2428,8 +2432,8 @@ STATIC7 インターネット接続の維持機能(&N) PREFIX D_ABOUT -S_INFO1 SoftEther VPN %u.0 (Ver %u.%02u, Build %u) -S_INFO2 An Open-Source VPN Software for Academic Purpose, under the GPLv2 License.\r\nCopyright (c) 2012-%u SoftEther Project at University of Tsukuba, Japan. All Rights Reserved.\r\nWeb Site: http://www.softether.org/\r\n%S +S_INFO1 SoftEther VPN %u.0 Developer Edition (Ver %u.%02u, Build %u) +S_INFO2 Open-Source VPN Software for Academic Purpose, under the GPLv2 License.\r\nCopyright (c) 2012-%u SoftEther Project at University of Tsukuba, Japan. All Rights Reserved.\r\nWeb Site: http://www.softether.org/\r\n%S S_INFO3 This product includes the following software components:\r\nBitVisor: Copyright (c) 2007, 2008 University of Tsukuba. Copyright (C) 2007, 2008 National Institute of Information and Communications Technology. All rights reserved. / Microsoft(R) C Runtime Library: (c) 2007 Microsoft Corporation. All Rights Reserved. / PKCS #11 Cryptographic Token Interface (Cryptoki): Copyright (c) RSA Security Inc. / WinPcap: Copyright (c) 2001 - 2003 NetGroup, Politecnico di Torino (Italy). All rights reserved. / libedit: Copyright (c) 1992, 1993 The Regents of the University of California. All rights reserved. / libiconv: Copyright (C) 2007 Free Software Foundation, Inc. / ncurses: Copyright (c) 1998-2005, 2006 Free Software Foundation, Inc. / OpenSSL: Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). / zlib: (C) 1995-2004 Jean-loup Gailly and Mark Adler. / Special Thanks to: Software Laboratory, Academic Computing Communication Center, Industrial Liaison and Cooperative Research Center and Professor Yasushi Shinjo in University of Tsukuba, Japan. S_INFO4 本ソフトウェアは筑波大学 SoftEther VPN プロジェクトで開発されたフリーウェアです。本ソフトウェアは一切の保証がない状態で提供されるものであり、開発および配布元は使用の結果の損害について一切責任を負いません。\r\n\r\nSoftEther VPN ソフトウェアは日本国経済産業省のソフトウェア研究開発プロジェクトの成果物です。IPA (独立行政法人 情報処理推進機構) の未踏ソフトウェア創造事業に採択され開発されました。詳しくは http://www.ipa.go.jp/ をご覧ください。 IDCANCEL &OK @@ -2473,7 +2477,7 @@ S_STATIC ※ [RADIUS または NT ドメイン認証] を使用して認証 PREFIX D_SM_MAIN -CAPTION SoftEther VPN サーバー管理マネージャ +CAPTION SoftEther VPN Developer Edition サーバー管理マネージャ STATIC1 SoftEther VPN Server への接続設定(&P): STATIC2 以下の VPN Server または VPN Bridge への接続設定が登録されています。名前をダブルクリックすると、サーバーに接続できます。\r\n新しい接続を追加するには [新しい接続設定] をクリックしてください。 B_NEW_SETTING 新しい接続設定(&N) @@ -3724,7 +3728,7 @@ B_VGS VPN &Gate サービスの設定... PREFIX D_CM_EASY -CAPTION SoftEther VPN クライアント簡易接続マネージャ +CAPTION SoftEther VPN クライアント簡易接続マネージャ (Developer Edition) B_MODE 動作モードの変更(&M) IDCANCEL 閉じる(&C) B_STATUS 接続状況の表示(&S) @@ -3732,8 +3736,8 @@ B_VGC VPN Gate 学術実験 PREFIX D_SM_SETUP -CAPTION SoftEther VPN Server / Bridge 簡易セットアップ -S_TITLE SoftEther VPN Server / Bridge 簡易セットアップ +CAPTION SoftEther VPN Server / Bridge 簡易セットアップ (Developer Edition) +S_TITLE SoftEther VPN Server / Bridge 簡易セットアップ (Developer Edition) IDC_STATIC_1 このセットアッププログラムを使用すると、SoftEther VPN Server または VPN Bridge を以下の用途や目的のために簡単にセットアップすることができます。セットアップ終了後は、VPN サーバー管理マネージャを用いて、より詳細な設定を自由に行うことができます。 S_BOLD 構築しようとしている VPN サーバーの種類を選択してください。複数の用途のための VPN サーバーを構築しようとしている場合は、複数の種類を選択することができます。 C_REMOTE リモートアクセス VPN サーバー(&R) @@ -3850,7 +3854,7 @@ S_TOOL OpenVPN クライアント用サンプル設定ファイル自動作 S_TOOL2 本来、OpenVPN クライアントを使うためには設定ファイルを手動で記述する必要があり、これは難易度が高い作業です。しかし、以下のボタンをクリックするだけでこの VPN Server に接続することができる基本的な OpenVPN クライアント用の設定ファイルを自動的に生成することができます。 B_CONFIG OpenVPN クライアント用のサンプル設定ファイルを生成(&C) S_2 Microsoft SSTP VPN 互換サーバー機能 -S_3 Microsoft 社の Windows Server 2008 / 2012 製品に搭載されている MS-SSTP VPN サーバー機能と互換性がある機能を搭載しています。\r\n\r\nWindows Vista / 7 / 8 / RT に標準搭載の MS-SSTP クライアントからこの VPN Server に接続できます。 +S_3 Microsoft 社の Windows Server 2008 / 2012 製品に搭載されている MS-SSTP VPN サーバー機能と互換性がある機能を搭載しています。\r\n\r\nWindows Vista / 7 / 8 / RT / 10 に標準搭載の MS-SSTP クライアントからこの VPN Server に接続できます。 R_SSTP &MS-SSTP VPN サーバー機能を有効にする S_SSTP VPN Server の SSL 証明書の CN の値がクライアント側で指定するホスト名と一致し、かつその証明書が信頼されている必要があります。詳しくは Microsoft 社のドキュメントを参照してください。 S_4 これらの互換サーバー機能で仮想 HUB に接続する場合のユーザー名の指定方法、およびデフォルト仮想 HUB の選択規則は、IPsec サーバー機能と同様です。 @@ -4221,7 +4225,7 @@ CMD_SWITCH_SELECT 選択の切り替え(&I) # [表示] メニュー CMD_TOP_VIEW 表示(&V) CMD_STATUSBAR ステータスバーの表示(&S) -CMD_VISTASTYLE Windows Vista / Windows 7 スタイル(&Y) +CMD_VISTASTYLE Windows Vista / 7 / 8 / 10 スタイル(&Y) CMD_SHOWPORT ポート番号を接続設定一覧に表示(&P) CMD_TRAYICON タスクトレイのアイコンの表示(&T) CMD_ICON アイコン(&I) @@ -4246,7 +4250,7 @@ CMD_PASSWORD パスワードの設定(&P)...\tCtrl+P CMD_TRUST 信頼する証明機関の証明書の管理(&T)...\tCtrl+R CMD_NETIF ネットワークデバイスの状態(&N)... CMD_TCPIP TCP/IP 最適化ユーティリティ(&U)... -CMD_MMCSS Windows Vista / Windows 7 / Windows 8 のための最適化機能(&V)... +CMD_MMCSS Windows Vista / 7 / 8 / 10 のための最適化機能(&V)... CMD_TRAFFIC 通信スループット測定ツール(&R)...\tCtrl+Q CMD_CM_SETTING 動作モードの変更(&M)... CMD_LANGUAGE 表示言語の変更(&L)... @@ -4418,7 +4422,7 @@ CMD_DISCONNECTED_MSG \n--- エラー ---\n\n管理対象のホストとの通信 # VPNCMD コマンド -CMD_VPNCMD SoftEther VPN コマンドライン管理ユーティリティ +CMD_VPNCMD SoftEther VPN Developer Edition コマンドライン管理ユーティリティ CMD_VPNCMD_HELP vpncmd プログラムは、SoftEther VPN ソフトウェアをコマンドラインで管理することができるユーティリティです。vpncmd を使用すると、ローカルまたはリモートコンピュータで動作している VPN Client、VPN Server、および VPN Bridge に接続してそれらのサービスを管理することができます。また、VPN Tools モードを使用して、VPN Server や VPN Client に接続していなくても使用できる証明書の作成や速度測定機能などを呼び出すこともできます。\nvpncmd では、/IN および /OUT パラメータとしてファイル名を指定した場合、実行するコマンドを列挙したファイルに従ってコマンドを一括実行したり、実行結果をファイルに書き出すことができます。通常、vpncmd を起動した場合はコマンドプロンプトが表示されますが、/IN パラメータで入力ファイルを指定した場合は入力ファイルのすべての行の実行が完了すると自動的に終了します。また、/CMD パラメータで実行するコマンドを指定した場合、そのコマンドの実行が完了すると自動的に終了します。/IN パラメータと /CMD パラメータは同時に指定することはできません。vpncmd プログラムの終了コードは、最後に実行したコマンドのエラーコード (成功した場合は 0) となります。\nWindows 環境では、管理者権限で 1 度以上 vpncmd を起動すると、次回から Windows のコマンドプロンプトや [ファイル名を指定して実行] を開いて vpncmd と入力するだけで vpncmd を起動することができるようになります。UNIX システムで同様のことを実現するためには、PATH 環境変数を手動で適切に設定することができます。 CMD_VPNCMD_ARGS vpncmd [host:port] [/CLIENT|/SERVER|/TOOLS] [/HUB:hub] [/ADMINHUB:adminhub] [/PASSWORD:password] [/IN:infile] [/OUT:outfile] [/CMD commands...] CMD_VPNCMD_[host:port] [ホスト名:ポート番号] の形式のパラメータを指定すると、そのホストに自動的に接続します。指定しない場合は、接続先を入力するプロンプトが表示されます。VPN Client に接続する場合は、ポート番号は指定できません。 @@ -4439,7 +4443,7 @@ CMD_VPNCMD_HOST_2 接続先の VPN Client が動作しているコンピュー CMD_VPNCMD_HOST_3 接続先のホスト名または IP アドレス: CMD_VPNCMD_HUB_1 サーバーに仮想 HUB 管理モードで接続する場合は、仮想 HUB 名を入力してください。\nサーバー管理モードで接続する場合は、何も入力せずに Enter を押してください。 CMD_VPNCMD_HUB_2 接続先の仮想 HUB 名を入力: -CMD_VPNCMD_ABOUT SoftEther VPN コマンドライン管理ユーティリティ (vpncmd コマンド)\n%S\n%S\nCopyright (c) SoftEther VPN Project. All Rights Reserved.\n +CMD_VPNCMD_ABOUT SoftEther VPN コマンドライン管理ユーティリティ (vpncmd コマンド)\nDeveloper Edition\n%S\n%S\nCopyright (c) SoftEther VPN Project. All Rights Reserved.\n CMD_VPNCMD_PASSWORD_1 アクセスが拒否されました。パスワードが間違っているか、接続する管理モードが正しくない可能性があります。パスワードをもう一度入力することができます。キャンセルする場合は、Ctrl + D を押してください。 CMD_VPNCMD_PASSWORD_2 パスワード: CMD_VPNCMD_ERROR エラーが発生しました。(エラーコード: %u)\n%s @@ -5468,7 +5472,7 @@ CMD_AccessAdd_Prompt_TCPSTATE TCP コネクションの状態 (Established/Unes # AccessAddEx コマンド CMD_AccessAddEx アクセスリストへのルールの追加 (IPv4, 遅延・ジッタ・パケットロス設定可能) CMD_AccessAddEx_Help 現在管理している仮想 HUB のアクセスリストに、新しいルールを追加します。通過時に遅延・ジッタ・パケットロスを発生させることができます。\nアクセスリストとは、仮想 HUB 内を流れるパケットに対して適用されるパケットフィルタルールの集合です。アクセスリストには複数のルールを登録することができ、各ルールごとに優先順位を定義することができます。すべてのパケットは、アクセスリストに登録されているルールで指定された条件に、最初に一致したルールで規定されている動作で、通過または破棄が決定されます。どのルールの条件にも一致しなかったパケットは、暗黙で通過を許可されます。\nこのコマンドは、VPN Bridge では実行できません。\nこのコマンドは、クラスタ内でクラスタメンバサーバーとして動作している VPN Server の仮想 HUB では実行できません。 -CMD_AccessAddEx_Args AccessAddEx [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/TCPSTATE:established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] +CMD_AccessAddEx_Args AccessAddEx [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/TCPSTATE:established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] [/REDIRECTURL:url] CMD_AccessAddEx_[pass|discard] パケットが、このルールの条件に一致した場合の動作を決定します。pass を指定すると [通過] を、discard を指定すると [破棄] を意味します。遅延・ジッタ・パケットロス設定は、pass の場合のみ適用されます。 CMD_AccessAddEx_MEMO ルールの説明 (メモ) を指定します。 CMD_AccessAddEx_PRIORITY ルールの優先順位を 1 以上の整数で指定します。優先順位は小さいものほど優先度が高くなります。 @@ -5485,6 +5489,7 @@ CMD_AccessAddEx_TCPSTATE ルールの条件として、TCP コネクション CMD_AccessAddEx_DELAY このルールによってパケットが通過する場合に遅延を発生させることができます。発生させたい遅延時間をミリ秒単位で指定します。無指定または 0 を指定すると、遅延は発生しません。遅延は 10000 ミリ秒以下である必要があります。 CMD_AccessAddEx_JITTER このルールによってパケットが通過する場合にジッタを発生させることができます。遅延の値に対してジッタの揺らぎを 0% ~ 100% のパーセント数値で指定します。無指定または 0 を指定すると、ジッタは発生しません。 CMD_AccessAddEx_LOSS このルールによってパケットが通過する場合にパケットロスを発生させることができます。パケットが破棄される可能性を 0% ~ 100% のパーセント数値で指定します。無指定または 0 を指定すると、パケットロスは発生しません。 +CMD_AccessAddEx_REDIRECTURL HTTP リクエストに対するリダイレクト先の URL を指定することができます。仮想 HUB を経由する TCP コネクションがこのアクセスリストの条件に一致した場合、その TCP コネクションを用いてクライアントが何らかの通信を行おうとすると、強制的に設定された URL 文字列をクライアントに対して応答します。これにより、VPN クライアント上で起動している Web ブラウザが特定の IP アドレスにアクセスした場合などに任意の Web ページをその Web ブラウザ上に表示させることができます。 CMD_AccessAddEx_Prompt_DELAY 発生させる遅延 (ミリ秒単位: 0 - 10000): CMD_AccessAddEx_Prompt_JITTER 発生させるジッタの揺らぎ (パーセント単位: 0 - 100): @@ -5531,7 +5536,7 @@ CMD_AccessAdd6_Prompt_TCPSTATE TCP コネクションの状態(Established/Unes # AccessAddEx6 コマンド CMD_AccessAddEx6 アクセスリストへのルールの追加 (IPv6, 遅延・ジッタ・パケットロス設定可能) CMD_AccessAddEx6_Help 現在管理している仮想 HUB のアクセスリストに、新しいルールを追加します。通過時に遅延・ジッタ・パケットロスを発生させることができます。\nアクセスリストとは、仮想 HUB 内を流れるパケットに対して適用されるパケットフィルタルールの集合です。アクセスリストには複数のルールを登録することができ、各ルールごとに優先順位を定義することができます。すべてのパケットは、アクセスリストに登録されているルールで指定された条件に、最初に一致したルールで規定されている動作で、通過または破棄が決定されます。どのルールの条件にも一致しなかったパケットは、暗黙で通過を許可されます。\nこのコマンドは、VPN Bridge では実行できません。\nこのコマンドは、クラスタ内でクラスタメンバサーバーとして動作している VPN Server の仮想 HUB では実行できません。 -CMD_AccessAddEx6_Args AccessAddEx6 [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/TCPSTATE:established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] +CMD_AccessAddEx6_Args AccessAddEx6 [pass|discard] [/MEMO:memo] [/PRIORITY:priority] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/SRCMAC:mac/mask] [/DESTMAC:mac/mask] [/SRCIP:ip/mask] [/DESTIP:ip/mask] [/PROTOCOL:tcp|udp|icmpv4|icmpv6|ip|num] [/SRCPORT:start-end] [/DESTPORT:start-end] [/SRCUSERNAME:username] [/DESTUSERNAME:username] [/TCPSTATE:established|unestablished] [/DELAY:delay_millisec] [/JITTER:jitter_percent] [/LOSS:loss_percent] [/REDIRECTURL:url] CMD_AccessAddEx6_[pass|discard] パケットが、このルールの条件に一致した場合の動作を決定します。pass を指定すると [通過] を、discard を指定すると [破棄] を意味します。遅延・ジッタ・パケットロス設定は、pass の場合のみ適用されます。 CMD_AccessAddEx6_MEMO ルールの説明 (メモ) を指定します。 CMD_AccessAddEx6_PRIORITY ルールの優先順位を 1 以上の整数で指定します。優先順位は小さいものほど優先度が高くなります。 @@ -5548,6 +5553,7 @@ CMD_AccessAddEx6_TCPSTATE ルールの条件として、TCP コネクション CMD_AccessAddEx6_DELAY このルールによってパケットが通過する場合に遅延を発生させることができます。発生させたい遅延時間をミリ秒単位で指定します。無指定または 0 を指定すると、遅延は発生しません。ジッタは 10000 ミリ秒以下である必要があります。 CMD_AccessAddEx6_JITTER このルールによってパケットが通過する場合にジッタを発生させることができます。遅延の値に対してジッタの揺らぎを 0% ~ 100% のパーセント数値で指定します。無指定または 0 を指定すると、ジッタは発生しません。 CMD_AccessAddEx6_LOSS このルールによってパケットが通過する場合にパケットロスを発生させることができます。パケットが破棄される可能性を 0% ~ 100% のパーセント数値で指定します。無指定または 0 を指定すると、パケットロスは発生しません。 +CMD_AccessAddEx6_REDIRECTURL HTTP リクエストに対するリダイレクト先の URL を指定することができます。仮想 HUB を経由する TCP コネクションがこのアクセスリストの条件に一致した場合、その TCP コネクションを用いてクライアントが何らかの通信を行おうとすると、設定された URL 文字列をクライアントに対して応答します。これにより、VPN クライアント上で起動している Web ブラウザが特定の IP アドレスにアクセスした場合などに任意の Web ページをその Web ブラウザ上に表示させることができます。 CMD_AccessAddEx6_Prompt_DELAY 発生させる遅延 (ミリ秒単位: 0 - 10000): CMD_AccessAddEx6_Prompt_JITTER 発生させるジッタの揺らぎ (パーセント単位: 0 - 100): @@ -5697,7 +5703,7 @@ CMD_UserRadiusSet_Prompt_ALIAS 認証用エイリアス名 (オプション): # UserNTLMSet コマンド CMD_UserNTLMSet ユーザーの認証方法を NT ドメイン認証に設定 -CMD_UserNTLMSet_Help 現在管理している仮想 HUB の、セキュリティアカウントデータベースに登録されているユーザーの認証方法を「NT ドメイン認証」に設定します。NT ドメイン認証に設定されているユーザー名でユーザーが仮想 HUB に接続した際に、ユーザー名とユーザーが入力したパスワードが Windows NT / 2000 / Server 2003 / Server 2008 / Server 2008 R2 / Server 2012 のドメインコントローラ、または Active Directory サーバーに送信され、認証サーバーがユーザー名とパスワードのチェックを行った後に認証が成功すると、そのユーザーの VPN 接続が許可されます。\nNT ドメイン認証を使用するには、VPN Server がそのドメインに接続されている Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012 のいずれかのオペレーティングシステム上で動作している必要があります。詳しくは VPN Server の管理者にお問い合わせください。\n現在登録されているユーザーの一覧を取得するには、UserList コマンドを使用してください。\nこのコマンドは、VPN Bridge では実行できません。\nこのコマンドは、クラスタ内でクラスタメンバサーバーとして動作している VPN Server の仮想 HUB では実行できません。 +CMD_UserNTLMSet_Help 現在管理している仮想 HUB の、セキュリティアカウントデータベースに登録されているユーザーの認証方法を「NT ドメイン認証」に設定します。NT ドメイン認証に設定されているユーザー名でユーザーが仮想 HUB に接続した際に、ユーザー名とユーザーが入力したパスワードが Windows NT / 2000 / Server 2003 / Server 2008 / Server 2008 R2 / Server 2012 のドメインコントローラ、または Active Directory サーバーに送信され、認証サーバーがユーザー名とパスワードのチェックを行った後に認証が成功すると、そのユーザーの VPN 接続が許可されます。\nNT ドメイン認証を使用するには、VPN Server がそのドメインに接続されているオペレーティングシステム上で動作している必要があります。詳しくは VPN Server の管理者にお問い合わせください。\n現在登録されているユーザーの一覧を取得するには、UserList コマンドを使用してください。\nこのコマンドは、VPN Bridge では実行できません。\nこのコマンドは、クラスタ内でクラスタメンバサーバーとして動作している VPN Server の仮想 HUB では実行できません。 CMD_UserNTLMSet_Args UserNTLMSet [name] [/ALIAS:alias_name] CMD_UserNTLMSet_[name] 設定を変更するユーザー名を指定します。 CMD_UserNTLMSet_ALIAS このパラメータが設定されている場合、NT ドメインまたは Active Directory に対して送信されるユーザー名を、仮想 HUB 上のユーザー名とは別のユーザー名にすることが可能です。設定しない場合は、/ALIAS:none と指定してください (仮想 HUB 上のユーザー名が使用されます)。ユーザー名が "*" の場合は /ALIAS パラメータは無視されます。"*" ユーザーについての説明は、UserCreate /HELP と入力すると表示されます。 @@ -6232,7 +6238,7 @@ CMD_OpenVpnMakeConfig_ERROR サンプル設定ファイルを "%s" ファイ # SstpEnable コマンド CMD_SstpEnable Microsoft SSTP VPN 互換サーバー機能を有効化 / 無効化 -CMD_SstpEnable_Help SoftEther VPN Server には Microsoft 社の Windows Server 2008 / 2012 製品に搭載されている MS-SSTP VPN サーバー機能と互換性がある機能が搭載されています。Microsoft SSTP VPN 互換サーバー機能を有効にすると、Windows Vista / 7 / 8 / RT に標準搭載の MS-SSTP クライアントからこの VPN Server に接続できるようになります。\n\n[ご注意]\nVPN Server の SSL 証明書の CN の値がクライアント側で指定するホスト名と一致し、かつその証明書が信頼されている必要があります。詳しくは Microsoft 社のドキュメントを参照してください。\n指定された CN の値を持つ新しい SSL 証明書 (自己署名証明書) を生成して VPN Server の現在の証明書と置換するためには、ServerCertRegenerate コマンドを使用してください。この場合は、当該証明書を SSTP VPN クライアントのコンピュータの信頼されるルート証明書として登録する必要があります。このような手間をかけたくない場合は、代わりに VeriSign や GlobalSign 社などの市販の証明書業者の SSL 証明書の取得を検討してください。\n\nMicrosoft SSTP VPN 互換サーバー機能で仮想 HUB に接続する場合のユーザー名の指定方法、およびデフォルト仮想 HUB の選択規則は、IPsec サーバー機能と同様です。詳しくは IPsecEnable コマンドのヘルプを参照してください。\n\nこのコマンドを実行するには、VPN Server の管理者権限が必要です。\nこのコマンドは、VPN Bridge では実行できません。\nこのコマンドは、クラスタとして動作している VPN Server の仮想 HUB では実行できません。 +CMD_SstpEnable_Help SoftEther VPN Server には Microsoft 社の Windows Server 2008 / 2012 製品に搭載されている MS-SSTP VPN サーバー機能と互換性がある機能が搭載されています。Microsoft SSTP VPN 互換サーバー機能を有効にすると、Windows Vista / 7 / 8 / RT / 10 に標準搭載の MS-SSTP クライアントからこの VPN Server に接続できるようになります。\n\n[ご注意]\nVPN Server の SSL 証明書の CN の値がクライアント側で指定するホスト名と一致し、かつその証明書が信頼されている必要があります。詳しくは Microsoft 社のドキュメントを参照してください。\n指定された CN の値を持つ新しい SSL 証明書 (自己署名証明書) を生成して VPN Server の現在の証明書と置換するためには、ServerCertRegenerate コマンドを使用してください。この場合は、当該証明書を SSTP VPN クライアントのコンピュータの信頼されるルート証明書として登録する必要があります。このような手間をかけたくない場合は、代わりに VeriSign や GlobalSign 社などの市販の証明書業者の SSL 証明書の取得を検討してください。\n\nMicrosoft SSTP VPN 互換サーバー機能で仮想 HUB に接続する場合のユーザー名の指定方法、およびデフォルト仮想 HUB の選択規則は、IPsec サーバー機能と同様です。詳しくは IPsecEnable コマンドのヘルプを参照してください。\n\nこのコマンドを実行するには、VPN Server の管理者権限が必要です。\nこのコマンドは、VPN Bridge では実行できません。\nこのコマンドは、クラスタとして動作している VPN Server の仮想 HUB では実行できません。 CMD_SstpEnable_Args SstpEnable [yes|no] CMD_SstpEnable_[yes|no] Microsoft SSTP VPN 互換サーバー機能を有効にする場合は yes、無効にする場合は no を指定します。 CMD_SstpEnable_Prompt_[yes|no] SSTP VPN 互換サーバー機能を有効化 (yes / no): @@ -6247,7 +6253,7 @@ CMD_SstpGet_Args SstpGet # ServerCertRegenerate コマンド CMD_ServerCertRegenerate 指定された CN (Common Name) を持つ自己署名証明書を新たに作成し VPN Server に登録 -CMD_ServerCertRegenerate_Help SoftEther VPN Server の SSL-VPN 機能で提示されるサーバー証明書を、新たに作成する証明書に置き換えます。新たな証明書は自己署名証明書として生成され、CN (Common Name) の値を任意の文字列に設定することができます。\n\nこのコマンドは、Microsoft SSTP VPN 互換サーバー機能を使用しようとする場合に便利です。なぜならば、SSTP VPN クライアント (Windows Vista / 7 / 8 / RT に標準搭載) は接続先の VPN Server の提示する SSL 証明書の CN (Common Name) の値が接続先として指定されているホスト名文字列と完全に一致するかどうかを検証し、もし一致しない場合は接続をキャンセルするためです。\n詳しくは SstpEnable コマンドのヘルプを参照してください。\n\nこのコマンドは、既存の VPN Server の SSL 証明書を削除します。ServerCertGet コマンドおよび ServerKeyGet コマンドを用いて、現在の証明書と秘密鍵をバックアップしておくことを推奨します。\n\nこのコマンドを実行するには、VPN Server の管理者権限が必要です。\nこのコマンドは、VPN Bridge では実行できません。 +CMD_ServerCertRegenerate_Help SoftEther VPN Server の SSL-VPN 機能で提示されるサーバー証明書を、新たに作成する証明書に置き換えます。新たな証明書は自己署名証明書として生成され、CN (Common Name) の値を任意の文字列に設定することができます。\n\nこのコマンドは、Microsoft SSTP VPN 互換サーバー機能を使用しようとする場合に便利です。なぜならば、SSTP VPN クライアント (Windows Vista / 7 / 8 / RT / 10 に標準搭載) は接続先の VPN Server の提示する SSL 証明書の CN (Common Name) の値が接続先として指定されているホスト名文字列と完全に一致するかどうかを検証し、もし一致しない場合は接続をキャンセルするためです。\n詳しくは SstpEnable コマンドのヘルプを参照してください。\n\nこのコマンドは、既存の VPN Server の SSL 証明書を削除します。ServerCertGet コマンドおよび ServerKeyGet コマンドを用いて、現在の証明書と秘密鍵をバックアップしておくことを推奨します。\n\nこのコマンドを実行するには、VPN Server の管理者権限が必要です。\nこのコマンドは、VPN Bridge では実行できません。 CMD_ServerCertRegenerate_Args ServerCertRegenerate [CN] CMD_ServerCertRegenerate_[CN] 新たに生成する自己署名証明書の Common Name (CN) の値を指定します。 CMD_ServerCertRegenerate_Prompt_CN Common Name (CN) の値: @@ -6865,8 +6871,9 @@ CMD_TrafficClient_ERROR_HOSTPORT ホスト名またはポート番号の指定 # TrafficServer コマンド CMD_TrafficServer 通信スループット測定ツールサーバーの実行 CMD_TrafficServer_Help 通信スループット測定ツールのサーバープログラムを実行します。\n通信スループット測定ツールは、TrafficClient と TrafficServer の 2 つのコマンドとして利用し、IP ネットワーク上で接続された 2 台のコンピュータの間で伝送することができる通信スループットを計測することができます。\nこのコンピュータ上の TCP ポートを待機状態にして、別のコンピュータからの TrafficClient からの接続を待ち受けるには、TrafficServer コマンドにポート番号を指定して起動します。\n通信スループット測定ツールに関する詳細は、"TrafficClient ?" と入力すると表示されます。\n\n※注意: このコマンドは SoftEther VPN コマンドライン管理ユーティリティから呼び出すことが可能です。現在 VPN Server や VPN Client に管理モードで接続している場合も実行できますが、実際に通信を行ってスループットを測定するのは、このコマンドを実行しているコンピュータであり、管理モードで接続先のコンピュータとは一切関係ないコンテキストで実行されます。 -CMD_TrafficServer_Args TrafficServer [port] +CMD_TrafficServer_Args TrafficServer [port] [/NOHUP:yes|no] CMD_TrafficServer_[port] 接続を待ち受けるポート番号を整数で指定します。指定されたポートが、すでに別のプログラムによって使用中の場合や、ポートを開くことができない場合はエラーが発生します。 +CMD_TrafficServer_NOHUP "yes" を指定した場合、コンソールからの入力にかかわらず終了をしません。測定サーバーとして永久に動作させたい場合に便利です。 # TrafficClient / TrafficServer 系内部メッセージ文字列 @@ -6932,7 +6939,7 @@ CMD_Check_Args Check # システムチェッカ関係 # (一部奇妙な文字列が含まれていますが、文字コード変換のチェック用です) -CHECK_TITLE ---------------------------------------------------\nSoftEther VPN 動作環境チェックツール\n\nCopyright (c) SoftEther VPN Project.\nAll Rights Reserved.\n\n +CHECK_TITLE ---------------------------------------------------\nSoftEther VPN 動作環境チェックツール\nDeveloper Edition\n\nCopyright (c) SoftEther VPN Project.\nAll Rights Reserved.\n\n CHECK_NOTE この動作環境チェックツールを実行したシステムがテストに合格した場合は、SoftEther VPN ソフトウェアが動作する可能性が高いです。チェックにはしばらく時間がかかる場合があります。そのままお待ちください...\n\n CHECK_EXEC_TAG '%s' のチェック中...\n CHECK_PASS [合格] ○ @@ -6960,7 +6967,7 @@ CHECK_PROC_NETWORK ネットワークシステム # # ###################################################### -SW_TITLE SoftEther VPN セットアップ ウィザード (バージョン %S) +SW_TITLE SoftEther VPN Developer Edition セットアップ ウィザード (バージョン %S) SW_EXIT_CONFIRM SoftEther VPN のセットアップは完了していません。\r\n\r\nセットアップ ウィザードを終了しますか? SW_UNINSTALL_CONFIRM %s のアンインストール処理を開始します。\r\n\r\nよろしいですか? @@ -6980,7 +6987,7 @@ SW_COMPONENT_VPNSMGR_DESCRIPTION この PC に VPN サーバー管理マネー SW_COMPONENT_VPNCMGR_TITLE SoftEther VPN クライアント接続マネージャ (管理ツールのみ) SW_COMPONENT_VPNCMGR_DESCRIPTION この PC に VPN クライアント接続マネージャのみをインストールします。VPN Client 本体はインストールしません。別のコンピュータの Windows / Linux で動作している VPN Client をリモート管理することができます。 -SW_WELCOME_TITLE SoftEther VPN セットアップ ウィザードへようこそ +SW_WELCOME_TITLE SoftEther VPN Developer Edition セットアップ ウィザードへようこそ SW_MODE_TITLE セットアップモードの選択 SW_NOT_ADMIN_TITLE 権限が不足しています SW_COMPONENTS_TITLE インストールするソフトウェアの選択 @@ -7101,36 +7108,37 @@ SW_NIC_UNINSTALL SoftEther VPN Client の仮想 LAN カードが作成さ # Do not translate this section !!! SW_TAG_USERNAME_ENGLISH \ (User-Mode) -SW_LINK_NAME_VPNSERVER_SVC SoftEther VPN Server User-mode Service -SW_LINK_NAME_VPNBRIDGE_SVC SoftEther VPN Bridge User-mode Service -SW_LONG_VPNSERVER SoftEther VPN Server -SW_LONG_VPNCLIENT SoftEther VPN Client -SW_LONG_VPNBRIDGE SoftEther VPN Bridge -SW_LONG_VPNSMGR SoftEther VPN Server Manager -SW_LONG_VPNCMGR SoftEther VPN Client Manager +SW_LINK_NAME_VPNSERVER_SVC SoftEther VPN Server Developer User-mode Service +SW_LINK_NAME_VPNBRIDGE_SVC SoftEther VPN Bridge Developer User-mode Service +SW_LONG_VPNSERVER SoftEther VPN Server Developer Edition +SW_LONG_VPNCLIENT SoftEther VPN Client Developer Edition +SW_LONG_VPNBRIDGE SoftEther VPN Bridge Developer Edition +SW_LONG_VPNSMGR SoftEther VPN Server Manager Developer Edition +SW_LONG_VPNCMGR SoftEther VPN Client Manager Developer Edition SW_LANG_SET_FAILED Failed to write the new language setting on lang.config file. +# --- end of "Do not translate this section" --- # ショートカット名 -SW_LINK_NAME_VPNSMGR_SHORT SoftEther VPN サーバー管理 -SW_LINK_NAME_VPNSMGR_SHORT_UM SE-VPN サーバー管理 (ユーザー) -SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY SE-VPN サーバー管理 (ツール) -SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY_UM SE-VPN サーバー管理 (ツール・ユーザー) -SW_LINK_NAME_VPNSMGR_FULL SoftEther VPN サーバー管理マネージャ +SW_LINK_NAME_VPNSMGR_SHORT SoftEther VPN サーバー管理 (Dev) +SW_LINK_NAME_VPNSMGR_SHORT_UM SE-VPN サーバー管理 (Dev・ユーザー) +SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY SE-VPN サーバー管理 (Dev・ツール) +SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY_UM SE-VPN サーバー管理 (Dev・ツール・ユーザー) +SW_LINK_NAME_VPNSMGR_FULL SoftEther VPN サーバー管理マネージャ Developer Edition SW_LINK_NAME_VPNSMGR_COMMENT ローカルまたはリモート コンピュータ上で動作している SoftEther VPN Server および SoftEther VPN Bridge を管理するための管理ツールです。 -SW_LINK_NAME_VPNCMGR_SHORT SoftEther VPN クライアント接続 -SW_LINK_NAME_VPNCMGR_FULL SoftEther VPN クライアント接続マネージャ -SW_LINK_NAME_VPNCMGR_COMMENT SoftEther VPN Client を使用して VPN サーバーに接続することができます。 +SW_LINK_NAME_VPNCMGR_SHORT SoftEther VPN クライアント接続 (Dev) +SW_LINK_NAME_VPNCMGR_FULL SoftEther VPN クライアント接続マネージャ Developer Edition +SW_LINK_NAME_VPNCMGR_COMMENT SoftEther VPN Client Developer Edition を使用して VPN サーバーに接続することができます。 -SW_LINK_NAME_VPNCMGRTOOLS_SHORT SoftEther VPN クライアント リモート管理 -SW_LINK_NAME_VPNCMGRTOOLS_SHORT_UM SE-VPN クライアント リモート管理 (ユーザー) -SW_LINK_NAME_VPNCMGRTOOLS_FULL SoftEther VPN クライアント リモート管理 +SW_LINK_NAME_VPNCMGRTOOLS_SHORT SoftEther VPN クライアント リモート管理 (Dev) +SW_LINK_NAME_VPNCMGRTOOLS_SHORT_UM SE-VPN クライアント リモート管理 (Dev・ユーザー) +SW_LINK_NAME_VPNCMGRTOOLS_FULL SoftEther VPN クライアント リモート管理 Developer Edition SW_LINK_NAME_VPNCMGR2_FULL 別のコンピュータの SoftEther VPN Client の管理 SW_LINK_NAME_VPNCMGR2_COMMENT 別のコンピュータ上の SoftEther VPN Client プログラムにリモート接続して管理することができます。 -SW_LINK_NAME_VPNCMGRTRAY_FULL SoftEther VPN Client Manager Startup -SW_LINK_NAME_VPNCMGRTRAY_COMMENT SoftEther VPN Client のアイコンをタスクバーの通知領域に表示します。 +SW_LINK_NAME_VPNCMGRTRAY_FULL SoftEther VPN Client Manager Developer Edition Startup +SW_LINK_NAME_VPNCMGRTRAY_COMMENT SoftEther VPN Client Developer Edition のアイコンをタスクバーの通知領域に表示します。 SW_LINK_NAME_EASYINSTALLER 簡易インストーラ作成ウィザード SW_LINK_NAME_EASYINSTALLER_COMMENT 自動的に特定の接続先に VPN 接続を開始する機能を搭載した SoftEther VPN Client の簡易インストーラを作成する管理者向けのツールです。 diff --git a/src/bin/hamcore/vpn_driver.sys b/src/bin/hamcore/vpn_driver.sys deleted file mode 100644 index 4177f081..00000000 Binary files a/src/bin/hamcore/vpn_driver.sys and /dev/null differ diff --git a/src/bin/hamcore/vpn_driver6.sys b/src/bin/hamcore/vpn_driver6.sys deleted file mode 100644 index fa9bf296..00000000 Binary files a/src/bin/hamcore/vpn_driver6.sys and /dev/null differ diff --git a/src/bin/hamcore/vpn_driver6_x64.sys b/src/bin/hamcore/vpn_driver6_x64.sys deleted file mode 100644 index fdfa908c..00000000 Binary files a/src/bin/hamcore/vpn_driver6_x64.sys and /dev/null differ diff --git a/src/bin/hamcore/vpn_driver_x64.sys b/src/bin/hamcore/vpn_driver_x64.sys deleted file mode 100644 index 7ee02b18..00000000 Binary files a/src/bin/hamcore/vpn_driver_x64.sys and /dev/null differ diff --git a/src/bin/hamcore/warning_en.txt b/src/bin/hamcore/warning_en.txt index 4717e799..9ebbf058 100644 --- a/src/bin/hamcore/warning_en.txt +++ b/src/bin/hamcore/warning_en.txt @@ -1,6 +1,6 @@ THE IMPORTANT NOTICES ABOUT SOFTETHER VPN -FUNCTIONS OF VPN COMMUNICATIONS EMBEDDED ON THIS SOFTWARE ARE VERY POWERFUL THAN EVER. THIS STRONG VPN ABILITY WILL BRING YOU HUGE BENEFITS. HOWEVER, IF YOU MISUSE THIS SOFTWARE, IT MIGHT DAMAGES YOURSELF. IN ORDER TO AVOID SUCH RISKS, THIS DOCUMENT ACCOUNTS IMPORTANT NOTICES FOR CUSTOMERS WHO ARE WILLING TO USE THIS SOFTWARE. THE FOLLOWING INSTRUCTIONS ARE VERY IMPORTANT. READ AND UNDERSTAND IT CAREFULLY. ADDITIONALLY, IF YOU ARE PLANNING TO USE THE DYNAMIC DNS, THE NAT TRAVERSAL OR THE VPN AZURE FUNCTIONS, READ THE SECTION 3.5 CAREFULLY. THESE FUNCTIONS ARE FREE SERVICES PROVIDED VIA THE INTERNET, ARE NOT GUARANTEED, AND ARE NOT INTENDED TO BE USED FOR BUSINESS OR COMMERCIAL USE. DO NOT USE THESE SERVICES FOR YOUR BUSINESS OR COMMERCIAL USE. +FUNCTIONS OF VPN COMMUNICATIONS EMBEDDED ON THIS SOFTWARE ARE VERY POWERFUL THAN EVER. THIS STRONG VPN ABILITY WILL BRING YOU HUGE BENEFITS. HOWEVER, IF YOU MISUSE THIS SOFTWARE, IT MIGHT DAMAGE YOURSELF. IN ORDER TO AVOID SUCH RISKS, THIS DOCUMENT ACCOUNTS IMPORTANT NOTICES FOR CUSTOMERS WHO ARE WILLING TO USE THIS SOFTWARE. THE FOLLOWING INSTRUCTIONS ARE VERY IMPORTANT. READ AND UNDERSTAND IT CAREFULLY. ADDITIONALLY, IF YOU ARE PLANNING TO USE THE DYNAMIC DNS, THE NAT TRAVERSAL OR THE VPN AZURE FUNCTIONS, READ THE SECTION 3.5 CAREFULLY. THESE FUNCTIONS ARE FREE SERVICES PROVIDED VIA THE INTERNET, ARE NOT GUARANTEED, AND ARE NOT INTENDED TO BE USED FOR BUSINESS OR COMMERCIAL USE. DO NOT USE THESE SERVICES FOR YOUR BUSINESS OR COMMERCIAL USE. 1. VPN Communication Protocols diff --git a/src/bin/vpnweb.cab b/src/bin/vpnweb.cab index ce3cc723..662b2508 100644 Binary files a/src/bin/vpnweb.cab and b/src/bin/vpnweb.cab differ diff --git a/src/bin/vpnweb.ocx b/src/bin/vpnweb.ocx index ef0bae70..b9114dc0 100644 Binary files a/src/bin/vpnweb.ocx and b/src/bin/vpnweb.ocx differ diff --git a/src/hamcorebuilder/hamcorebuilder.c b/src/hamcorebuilder/hamcorebuilder.c index 21883f17..fa9879b9 100644 --- a/src/hamcorebuilder/hamcorebuilder.c +++ b/src/hamcorebuilder/hamcorebuilder.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -167,7 +167,3 @@ int main(int argc, char *argv[]) return 0; } - -// 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/src/makefiles/freebsd_32bit.mak b/src/makefiles/freebsd_32bit.mak index 1530df9d..ff6e5768 100644 --- a/src/makefiles/freebsd_32bit.mak +++ b/src/makefiles/freebsd_32bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/makefiles/freebsd_64bit.mak b/src/makefiles/freebsd_64bit.mak index 588492a0..10f06422 100644 --- a/src/makefiles/freebsd_64bit.mak +++ b/src/makefiles/freebsd_64bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/makefiles/linux_32bit.mak b/src/makefiles/linux_32bit.mak index cd247139..7addd221 100644 --- a/src/makefiles/linux_32bit.mak +++ b/src/makefiles/linux_32bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/makefiles/linux_64bit.mak b/src/makefiles/linux_64bit.mak index 544ea2d5..c473c1ec 100644 --- a/src/makefiles/linux_64bit.mak +++ b/src/makefiles/linux_64bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/makefiles/macos_32bit.mak b/src/makefiles/macos_32bit.mak index 96307390..990f5f3c 100644 --- a/src/makefiles/macos_32bit.mak +++ b/src/makefiles/macos_32bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/makefiles/macos_64bit.mak b/src/makefiles/macos_64bit.mak index 26cec628..dfffc565 100644 --- a/src/makefiles/macos_64bit.mak +++ b/src/makefiles/macos_64bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/makefiles/openbsd_32bit.mak b/src/makefiles/openbsd_32bit.mak index c687192b..5fbfc5a1 100644 --- a/src/makefiles/openbsd_32bit.mak +++ b/src/makefiles/openbsd_32bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/makefiles/openbsd_64bit.mak b/src/makefiles/openbsd_64bit.mak index 73e9e4be..b9795fd5 100644 --- a/src/makefiles/openbsd_64bit.mak +++ b/src/makefiles/openbsd_64bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/makefiles/solaris_32bit.mak b/src/makefiles/solaris_32bit.mak index 1ddd1082..7e28b4c2 100644 --- a/src/makefiles/solaris_32bit.mak +++ b/src/makefiles/solaris_32bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/makefiles/solaris_64bit.mak b/src/makefiles/solaris_64bit.mak index f50a5a8d..572b83d1 100644 --- a/src/makefiles/solaris_64bit.mak +++ b/src/makefiles/solaris_64bit.mak @@ -1,7 +1,7 @@ # SoftEther VPN Source Code # -# Copyright (c) 2012-2015 SoftEther VPN Project at University of Tsukuba, Japan. -# Copyright (c) 2012-2015 Daiyuu Nobori. +# Copyright (c) 2012-2017 SoftEther VPN Project at University of Tsukuba, Japan. +# Copyright (c) 2012-2017 Daiyuu Nobori. # All Rights Reserved. # # http://www.softether.org/ @@ -52,7 +52,7 @@ HEADERS_MAYAQUA=src/Mayaqua/Cfg.h src/Mayaqua/cryptoki.h src/Mayaqua/Encrypt.h s HEADERS_CEDAR=src/Cedar/Account.h src/Cedar/Admin.h src/Cedar/AzureClient.h src/Cedar/AzureServer.h src/Cedar/Bridge.h src/Cedar/BridgeUnix.h src/Cedar/BridgeWin32.h src/Cedar/Cedar.h src/Cedar/CedarPch.h src/Cedar/CedarType.h src/Cedar/Client.h src/Cedar/CM.h src/Cedar/CMInner.h src/Cedar/Command.h src/Cedar/Connection.h src/Cedar/Console.h src/Cedar/Database.h src/Cedar/DDNS.h src/Cedar/EM.h src/Cedar/EMInner.h src/Cedar/EtherLog.h src/Cedar/Hub.h src/Cedar/Interop_OpenVPN.h src/Cedar/Interop_SSTP.h src/Cedar/IPsec.h src/Cedar/IPsec_EtherIP.h src/Cedar/IPsec_IKE.h src/Cedar/IPsec_IkePacket.h src/Cedar/IPsec_IPC.h src/Cedar/IPsec_L2TP.h src/Cedar/IPsec_PPP.h src/Cedar/IPsec_Win7.h src/Cedar/IPsec_Win7Inner.h src/Cedar/Layer3.h src/Cedar/Link.h src/Cedar/Listener.h src/Cedar/Logging.h src/Cedar/Nat.h src/Cedar/NativeStack.h src/Cedar/netcfgn.h src/Cedar/netcfgx.h src/Cedar/NM.h src/Cedar/NMInner.h src/Cedar/NullLan.h src/Cedar/Protocol.h src/Cedar/Radius.h src/Cedar/Remote.h src/Cedar/Sam.h src/Cedar/SecureInfo.h src/Cedar/SecureNAT.h src/Cedar/SeLowUser.h src/Cedar/Server.h src/Cedar/Session.h src/Cedar/SM.h src/Cedar/SMInner.h src/Cedar/SW.h src/Cedar/SWInner.h src/Cedar/UdpAccel.h src/Cedar/UT.h src/Cedar/VG.h src/Cedar/Virtual.h src/Cedar/VLan.h src/Cedar/VLanUnix.h src/Cedar/VLanWin32.h src/Cedar/WaterMark.h src/Cedar/WebUI.h src/Cedar/Win32Com.h src/Cedar/winpcap/bittypes.h src/Cedar/winpcap/bucket_lookup.h src/Cedar/winpcap/count_packets.h src/Cedar/winpcap/Devioctl.h src/Cedar/winpcap/Gnuc.h src/Cedar/winpcap/ip6_misc.h src/Cedar/winpcap/memory_t.h src/Cedar/winpcap/normal_lookup.h src/Cedar/winpcap/Ntddndis.h src/Cedar/winpcap/Ntddpack.h src/Cedar/winpcap/Packet32.h src/Cedar/winpcap/pcap.h src/Cedar/winpcap/pcap-bpf.h src/Cedar/winpcap/pcap-int.h src/Cedar/winpcap/pcap-stdinc.h src/Cedar/winpcap/pthread.h src/Cedar/winpcap/remote-ext.h src/Cedar/winpcap/sched.h src/Cedar/winpcap/semaphore.h src/Cedar/winpcap/tcp_session.h src/Cedar/winpcap/time_calls.h src/Cedar/winpcap/tme.h src/Cedar/winpcap/Win32-Extensions.h src/Cedar/WinUi.h src/Cedar/Wpc.h OBJECTS_MAYAQUA=tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o OBJECTS_CEDAR=tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o -HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css +HAMCORE_FILES=src/bin/hamcore/authors.txt src/bin/hamcore/backup_dir_readme.txt src/bin/hamcore/empty.config src/bin/hamcore/empty_sevpnclient.config src/bin/hamcore/eula.txt src/bin/hamcore/install_src.dat src/bin/hamcore/lang.config src/bin/hamcore/languages.txt src/bin/hamcore/languages_wine.txt src/bin/hamcore/legal.txt src/bin/hamcore/openvpn_readme.pdf src/bin/hamcore/openvpn_readme.txt src/bin/hamcore/openvpn_sample.ovpn src/bin/hamcore/root_certs.dat src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT src/bin/hamcore/strtable_cn.stb src/bin/hamcore/strtable_en.stb src/bin/hamcore/strtable_ja.stb src/bin/hamcore/vpnweb_sample_cn.htm src/bin/hamcore/vpnweb_sample_en.htm src/bin/hamcore/vpnweb_sample_ja.htm src/bin/hamcore/warning_cn.txt src/bin/hamcore/warning_en.txt src/bin/hamcore/warning_ja.txt src/bin/hamcore/webui/cryptcom.cgi src/bin/hamcore/webui/edituser.cgi src/bin/hamcore/webui/error.cgi src/bin/hamcore/webui/hub.cgi src/bin/hamcore/webui/license.cgi src/bin/hamcore/webui/listener.cgi src/bin/hamcore/webui/localbridge.cgi src/bin/hamcore/webui/login.cgi src/bin/hamcore/webui/newhub.cgi src/bin/hamcore/webui/redirect.cgi src/bin/hamcore/webui/securenat.cgi src/bin/hamcore/webui/server.cgi src/bin/hamcore/webui/session.cgi src/bin/hamcore/webui/user.cgi src/bin/hamcore/webui/webui.css # Build Action default: build diff --git a/src/vpn16/vpn16.c b/src/vpn16/vpn16.c index e27b24db..d5bd0fbb 100644 --- a/src/vpn16/vpn16.c +++ b/src/vpn16/vpn16.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // 16-bit Driver Install Utility for Windows 9x // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -485,7 +485,3 @@ int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR CmdLine32, int CmdSho } - -// 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/src/vpn16/vpn16.h b/src/vpn16/vpn16.h index ad36c886..736b1bf5 100644 --- a/src/vpn16/vpn16.h +++ b/src/vpn16/vpn16.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // 16-bit Driver Install Utility for Windows 9x // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -130,7 +130,3 @@ BOOL IsSafeChar(char c); #endif // VPN16_H - -// 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/src/vpnbrand/vpnbrand.h b/src/vpnbrand/vpnbrand.h index c2a8763f..af9eca3d 100644 --- a/src/vpnbrand/vpnbrand.h +++ b/src/vpnbrand/vpnbrand.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Hamster Test Code // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -137,7 +137,3 @@ int main(int argc, char *argv[]); // BRANDINGKIT_H #endif - -// 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/src/vpnbrand/vpnbrand.vcproj b/src/vpnbrand/vpnbrand.vcproj index 77a81636..530ee68c 100644 --- a/src/vpnbrand/vpnbrand.vcproj +++ b/src/vpnbrand/vpnbrand.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -222,7 +222,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/vpnbridge/vpnbridge.c b/src/vpnbridge/vpnbridge.c index 8401f9a0..5228016b 100644 --- a/src/vpnbridge/vpnbridge.c +++ b/src/vpnbridge/vpnbridge.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -165,7 +165,3 @@ int main(int argc, char *argv[]) } - -// 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/src/vpnbridge/vpnbridge.vcproj b/src/vpnbridge/vpnbridge.vcproj index 3a059dd9..0b9c97c2 100644 --- a/src/vpnbridge/vpnbridge.vcproj +++ b/src/vpnbridge/vpnbridge.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -224,7 +224,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/vpnclient/vpnclient.vcproj b/src/vpnclient/vpnclient.vcproj index 6e27a5b5..35dbdc86 100644 --- a/src/vpnclient/vpnclient.vcproj +++ b/src/vpnclient/vpnclient.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -226,7 +226,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/vpnclient/vpncsvc.c b/src/vpnclient/vpncsvc.c index 91b6ac3b..179e24a1 100644 --- a/src/vpnclient/vpncsvc.c +++ b/src/vpnclient/vpncsvc.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -152,7 +152,3 @@ int main(int argc, char *argv[]) } - -// 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/src/vpnclient/vpncsvc.h b/src/vpnclient/vpncsvc.h index b41a551a..c57a6883 100644 --- a/src/vpnclient/vpncsvc.h +++ b/src/vpnclient/vpncsvc.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -122,7 +122,3 @@ void StopProcess(); #endif // VPNCSVC_H - -// 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/src/vpncmd/vpncmd.c b/src/vpncmd/vpncmd.c index 1e10a340..6499d73a 100644 --- a/src/vpncmd/vpncmd.c +++ b/src/vpncmd/vpncmd.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -200,7 +200,3 @@ int main(int argc, char *argv[]) } - -// 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/src/vpncmd/vpncmd.vcproj b/src/vpncmd/vpncmd.vcproj index feeea3e8..6f507185 100644 --- a/src/vpncmd/vpncmd.vcproj +++ b/src/vpncmd/vpncmd.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" StringPooling="false" MinimalRebuild="true" ExceptionHandling="0" @@ -226,7 +226,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;VPN_SPEED" StringPooling="false" MinimalRebuild="false" ExceptionHandling="0" diff --git a/src/vpncmdsys/vpncmdsys.c b/src/vpncmdsys/vpncmdsys.c index 85eca7c0..1ec2991c 100644 --- a/src/vpncmdsys/vpncmdsys.c +++ b/src/vpncmdsys/vpncmdsys.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -298,7 +298,3 @@ int main(int argc, char *argv[]) return ret_code; } - -// 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/src/vpncmdsys/vpncmdsys.h b/src/vpncmdsys/vpncmdsys.h index 63d16000..07721b78 100644 --- a/src/vpncmdsys/vpncmdsys.h +++ b/src/vpncmdsys/vpncmdsys.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -120,7 +120,3 @@ bool IsWindowsNt(); - -// 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/src/vpncmdsys/vpncmdsys.vcproj b/src/vpncmdsys/vpncmdsys.vcproj index cfdcfdc0..ce8f618c 100644 --- a/src/vpncmdsys/vpncmdsys.vcproj +++ b/src/vpncmdsys/vpncmdsys.vcproj @@ -49,7 +49,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/vpncmgr/vpncmgr.c b/src/vpncmgr/vpncmgr.c index 3736aa56..17c22830 100644 --- a/src/vpncmgr/vpncmgr.c +++ b/src/vpncmgr/vpncmgr.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -150,7 +150,3 @@ int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow) } - -// 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/src/vpncmgr/vpncmgr.vcproj b/src/vpncmgr/vpncmgr.vcproj index b382f5c4..e9b8c5f5 100644 --- a/src/vpncmgr/vpncmgr.vcproj +++ b/src/vpncmgr/vpncmgr.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -224,7 +224,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/vpndrvinst/vpndrvinst.c b/src/vpndrvinst/vpndrvinst.c index 0a51114e..dd8faf2b 100644 --- a/src/vpndrvinst/vpndrvinst.c +++ b/src/vpndrvinst/vpndrvinst.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Hamster Test Code // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -364,7 +364,3 @@ int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow) return 0; } - -// 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/src/vpndrvinst/vpndrvinst.h b/src/vpndrvinst/vpndrvinst.h index a642cd78..a4775016 100644 --- a/src/vpndrvinst/vpndrvinst.h +++ b/src/vpndrvinst/vpndrvinst.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Hamster Test Code // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -132,7 +132,3 @@ void MainFunction(char *cmd); int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow); - -// 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/src/vpndrvinst/vpndrvinst.vcproj b/src/vpndrvinst/vpndrvinst.vcproj index 58bb9067..dbe358a7 100644 --- a/src/vpndrvinst/vpndrvinst.vcproj +++ b/src/vpndrvinst/vpndrvinst.vcproj @@ -49,7 +49,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir);$(SolutionDir)Mayaqua" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" @@ -82,6 +82,7 @@ GenerateManifest="false" AdditionalManifestDependencies="type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'" IgnoreAllDefaultLibraries="false" + IgnoreDefaultLibraryNames="LIBCMTD.lib" DelayLoadDLLs="setupapi.dll;advapi32.dll;user32.dll" GenerateDebugInformation="true" ProgramDatabaseFile="$(SolutionDir)DebugFiles\pdb\$(PlatformName)_$(ConfigurationName)\$(ProjectName).pdb" @@ -183,6 +184,7 @@ GenerateManifest="false" AdditionalManifestDependencies="type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'" IgnoreAllDefaultLibraries="false" + IgnoreDefaultLibraryNames="LIBCMTD.lib" DelayLoadDLLs="setupapi.dll;advapi32.dll;user32.dll" GenerateDebugInformation="true" ProgramDatabaseFile="$(SolutionDir)DebugFiles\pdb\$(PlatformName)_$(ConfigurationName)\$(ProjectName).pdb" diff --git a/src/vpninstall/vpninstall.c b/src/vpninstall/vpninstall.c index d4c05f1e..d343dca1 100644 --- a/src/vpninstall/vpninstall.c +++ b/src/vpninstall/vpninstall.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1663,7 +1663,3 @@ int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow) } - -// 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/src/vpninstall/vpninstall.h b/src/vpninstall/vpninstall.h index b36ea7ff..3099cc2a 100644 --- a/src/vpninstall/vpninstall.h +++ b/src/vpninstall/vpninstall.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -236,7 +236,3 @@ void ViSetSkip(); #endif // VPNINSTALL_H - -// 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/src/vpninstall/vpninstall.vcproj b/src/vpninstall/vpninstall.vcproj index ce9eb58a..69265b3f 100644 --- a/src/vpninstall/vpninstall.vcproj +++ b/src/vpninstall/vpninstall.vcproj @@ -43,7 +43,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -133,7 +133,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/vpnserver/vpnserver.c b/src/vpnserver/vpnserver.c index c00f5340..24a3c0c4 100644 --- a/src/vpnserver/vpnserver.c +++ b/src/vpnserver/vpnserver.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -165,7 +165,3 @@ int main(int argc, char *argv[]) #endif // OS_WIN32 } - -// 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/src/vpnserver/vpnserver.vcproj b/src/vpnserver/vpnserver.vcproj index c6152bc5..e12f1c1a 100644 --- a/src/vpnserver/vpnserver.vcproj +++ b/src/vpnserver/vpnserver.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -226,7 +226,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/vpnsetup/vpnsetup.c b/src/vpnsetup/vpnsetup.c index 6ceef228..384b0acd 100644 --- a/src/vpnsetup/vpnsetup.c +++ b/src/vpnsetup/vpnsetup.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -144,7 +144,3 @@ int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow) } - -// 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/src/vpnsetup/vpnsetup.vcproj b/src/vpnsetup/vpnsetup.vcproj index 8afaf0a1..642fe98f 100644 --- a/src/vpnsetup/vpnsetup.vcproj +++ b/src/vpnsetup/vpnsetup.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -224,7 +224,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/vpnsmgr/vpnsmgr.c b/src/vpnsmgr/vpnsmgr.c index 156870f8..2557e6be 100644 --- a/src/vpnsmgr/vpnsmgr.c +++ b/src/vpnsmgr/vpnsmgr.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -141,7 +141,3 @@ int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow) } - -// 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/src/vpnsmgr/vpnsmgr.vcproj b/src/vpnsmgr/vpnsmgr.vcproj index 991cd14f..f0546186 100644 --- a/src/vpnsmgr/vpnsmgr.vcproj +++ b/src/vpnsmgr/vpnsmgr.vcproj @@ -46,7 +46,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_32BIT_TIME_T" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -224,7 +224,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_32BIT_TIME_T;VPN_SPEED" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED" StringPooling="false" ExceptionHandling="0" RuntimeLibrary="0" diff --git a/src/vpnweb/vpnweb.h b/src/vpnweb/vpnweb.h index 0ac228ee..e23a4a1a 100644 --- a/src/vpnweb/vpnweb.h +++ b/src/vpnweb/vpnweb.h @@ -4,7 +4,7 @@ /* File created by MIDL compiler version 7.00.0500 */ -/* at Sun Apr 05 02:54:24 2015 +/* at Wed Oct 18 16:31:00 2017 */ /* Compiler settings for .\vpnweb.idl: Oicf, W1, Zp8, env=Win32 (32b run) diff --git a/src/vpnweb/vpnweb.vcproj b/src/vpnweb/vpnweb.vcproj index 5945f2aa..fa06a3ea 100644 --- a/src/vpnweb/vpnweb.vcproj +++ b/src/vpnweb/vpnweb.vcproj @@ -51,7 +51,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_32BIT_TIME_T;_USRDLL" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL" MinimalRebuild="true" ExceptionHandling="1" BasicRuntimeChecks="3" @@ -154,7 +154,7 @@ EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_32BIT_TIME_T;VPN_SPEED;_USRDLL" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED;_USRDLL" StringPooling="false" ExceptionHandling="1" RuntimeLibrary="0" diff --git a/src/vpnweb/vpnweb_i.c b/src/vpnweb/vpnweb_i.c index 91c19e42..84df263d 100644 --- a/src/vpnweb/vpnweb_i.c +++ b/src/vpnweb/vpnweb_i.c @@ -6,7 +6,7 @@ /* File created by MIDL compiler version 7.00.0500 */ -/* at Sun Apr 05 02:54:24 2015 +/* at Wed Oct 18 16:31:00 2017 */ /* Compiler settings for .\vpnweb.idl: Oicf, W1, Zp8, env=Win32 (32b run) diff --git a/src/vpnweb/vpnweb_p.c b/src/vpnweb/vpnweb_p.c index 4c3d8764..9376da04 100644 --- a/src/vpnweb/vpnweb_p.c +++ b/src/vpnweb/vpnweb_p.c @@ -4,7 +4,7 @@ /* File created by MIDL compiler version 7.00.0500 */ -/* at Sun Apr 05 02:54:24 2015 +/* at Wed Oct 18 16:31:00 2017 */ /* Compiler settings for .\vpnweb.idl: Oicf, W1, Zp8, env=Win32 (32b run) diff --git a/src/vpnweb/vpnwebdlg.c b/src/vpnweb/vpnwebdlg.c index 6012e85f..b3de2c2d 100644 --- a/src/vpnweb/vpnwebdlg.c +++ b/src/vpnweb/vpnwebdlg.c @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -1605,7 +1605,3 @@ UINT SendMsg(HWND hWnd, UINT id, UINT msg, WPARAM wParam, LPARAM lParam) return (UINT)SendMessageA(DlgItem(hWnd, id), msg, wParam, lParam); } - -// 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/src/vpnweb/vpnwebdlg.h b/src/vpnweb/vpnwebdlg.h index de8e04c4..f68af3a2 100644 --- a/src/vpnweb/vpnwebdlg.h +++ b/src/vpnweb/vpnwebdlg.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -146,7 +146,3 @@ void GetVpnWebDlgSize(SIZE *size); #endif #endif // VPNWEBDLG_H - -// 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/src/vpnweb/vpnwebdlg_inner.h b/src/vpnweb/vpnwebdlg_inner.h index 5e9bc91e..ad856b99 100644 --- a/src/vpnweb/vpnwebdlg_inner.h +++ b/src/vpnweb/vpnwebdlg_inner.h @@ -1,17 +1,17 @@ -// SoftEther VPN Source Code +// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // -// Copyright (c) 2012-2014 Daiyuu Nobori. -// Copyright (c) 2012-2014 SoftEther VPN Project, University of Tsukuba, Japan. -// Copyright (c) 2012-2014 SoftEther Corporation. +// Copyright (c) Daiyuu Nobori. +// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. +// Copyright (c) SoftEther Corporation. // // All Rights Reserved. // // http://www.softether.org/ // -// Author: Daiyuu Nobori +// Author: Daiyuu Nobori, Ph.D. // Comments: Tetsuo Sugiyama, Ph.D. // // This program is free software; you can redistribute it and/or @@ -279,7 +279,3 @@ void SetRange(HWND hWnd, UINT id, UINT start, UINT end); void SetPos(HWND hWnd, UINT id, UINT pos); - -// 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/systemd/softether-vpnbridge.service b/systemd/softether-vpnbridge.service new file mode 100644 index 00000000..2f508820 --- /dev/null +++ b/systemd/softether-vpnbridge.service @@ -0,0 +1,23 @@ +[Unit] +Description=SoftEther VPN Bridge +After=network.target auditd.service +ConditionPathExists=!/opt/vpnbridge/do_not_run + +[Service] +Type=forking +ExecStart=/opt/vpnbridge/vpnbridge start +ExecStop=/opt/vpnbridge/vpnbridge stop +KillMode=process +Restart=on-failure + +# Hardening +PrivateTmp=yes +ProtectHome=yes +ProtectSystem=full +ReadOnlyDirectories=/ +ReadWriteDirectories=-/opt/vpnbridge +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYS_ADMIN CAP_SETUID + +[Install] +WantedBy=multi-user.target + diff --git a/systemd/softether-vpnclient.service b/systemd/softether-vpnclient.service new file mode 100644 index 00000000..1e9dbd0e --- /dev/null +++ b/systemd/softether-vpnclient.service @@ -0,0 +1,25 @@ +[Unit] +Description=SoftEther VPN Client +After=network.target auditd.service +ConditionPathExists=!/opt/vpnclient/do_not_run + +[Service] +Type=forking +EnvironmentFile=-/opt/vpnclient +ExecStart=/opt/vpnclient/vpnclient start +ExecStop=/opt/vpnclient/vpnclient stop +KillMode=process +Restart=on-failure + +# Hardening +PrivateTmp=yes +ProtectHome=yes +ProtectSystem=full +ReadOnlyDirectories=/ +ReadWriteDirectories=-/opt/vpnclient +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYS_ADMIN CAP_SETUID + +[Install] +WantedBy=multi-user.target + + diff --git a/systemd/softether-vpnserver.service b/systemd/softether-vpnserver.service new file mode 100644 index 00000000..951b13db --- /dev/null +++ b/systemd/softether-vpnserver.service @@ -0,0 +1,25 @@ +[Unit] +Description=SoftEther VPN Server +After=network.target auditd.service +ConditionPathExists=!/opt/vpnserver/do_not_run + +[Service] +Type=forking +EnvironmentFile=-/opt/vpnserver +ExecStart=/opt/vpnserver/vpnserver start +ExecStop=/opt/vpnserver/vpnserver stop +KillMode=process +Restart=on-failure + +# Hardening +PrivateTmp=yes +ProtectHome=yes +ProtectSystem=full +ReadOnlyDirectories=/ +ReadWriteDirectories=-/opt/vpnserver +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYS_ADMIN CAP_SETUID + +[Install] +WantedBy=multi-user.target + +