Lev Stipakov

Results 33 issues of Lev Stipakov

Create C# bindings and a test C# client.

enhancement

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...

Windows
dco-win
feature

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): ![Sieppaa](https://user-images.githubusercontent.com/643110/222748924-0243ab9c-6645-40a1-a6c5-6d64808cc1a6.JPG) We should either install missing runtime components or fail earlier.

bug
msi
win7

``` ******************************************************************************* * * * 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...

bug
bugcheck