[Openvpn-devel] [PATCH 1/1] Exit management interface loop early on receiving 'remote MOD' message.

2019-07-03 Thread Daniel Kaldor
OpenVPN using management interface and running with 'management-query-remote' in the config will wait for a 'remote MOD' or 'remote ACCEPT' message before continuing with connection. Logs indicate that this stage of the connection process currently takes ~1s to complete. This seems to be because

[Openvpn-devel] Wrong FILETYPE in .rc files

2019-07-03 Thread Gisle Vanem
I noticed the .rc-files for programs uses 'FILETYPE 0x2L'. The 0x2L' is for a .DLL (VFT_DLL). Ref: Win-Kit's 'um/verrsrc.h': #define VFT_DLL 0x0002L Hence these '0x2L' should be replaced with 'VFT_APP': --- a/src/openvpn/openvpn_win32_resources.rc 2016-11-06 10:54:00 +++