Lev Stipakov
Lev Stipakov
When calling handle->release(), ASIO uses kernel-provided NtSetInformationFile() routine to remove IOCP for the specific handle. Since this routine is not part of SDK, ASIO retrives the address of that function...
At the moment `DISABLE-NBT` implementation requires DHCP, which dco-win doesn't do. However, this could be done via registry: **Key**: `Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces\Tcpip_{929597e1-a3f6-4090-a663-be4224677fc2}` `{929597e1-a3f6-4090-a663-be4224677fc2}` is a `NetCfgInstanceId`, which client knows. **Value**: `NetbiosOptions REG_DWORD...
Fixes https://github.com/OpenVPN/openvpn-build/issues/560
OpenVPN executables could not be run on Windows 7 without [Universal C runtime](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c):  We should either install missing runtime components or fail earlier.
``` ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* IRQL_NOT_LESS_OR_EQUAL (a) An attempt was made to access a pageable (or completely invalid) address at an interrupt request level...