[Openvpn-devel] [PATCH v6] openvpnserv: enable interactive service to open tun

2019-07-23 Thread Lev Stipakov
From: Lev Stipakov This patch enables interactive service to open tun device. This is mostly needed by Wintun, which could be opened only by privileged process. When interactive service is used, instead of calling CreateFile() directly by openvpn process we pass tun device path into service proc

Re: [Openvpn-devel] [PATCH v6] openvpnserv: enable interactive service to open tun

2019-07-23 Thread tincanteksup
Looks like a typo below: On 23/07/2019 10:21, Lev Stipakov wrote: From: Lev Stipakov This patch enables interactive service to open tun device. This is mostly needed by Wintun, which could be opened only by privileged process. When interactive service is used, instead of calling CreateFile()

Re: [Openvpn-devel] [PATCH v6] openvpnserv: enable interactive service to open tun

2019-07-23 Thread Lev Stipakov
This could be fixed by @cron2 when he will apply this patch :) ti 23. heinäk. 2019 klo 15.12 tincanteksup (tincantek...@gmail.com) kirjoitti: > Looks like a typo below: > > On 23/07/2019 10:21, Lev Stipakov wrote: > > From: Lev Stipakov > > > > This patch enables interactive service to open tun

[Openvpn-devel] [PATCH v2 release/2.4] Fix broken fragment/mssfix with NCP

2019-07-23 Thread Lev Stipakov
From: Lev Stipakov This is the 2.4 backport of master patch (commit d22ba6b). NCP negotiation replaces worst cast crypto overhead with actual one in data channel frame. That frame params are used by mssfix. Fragment frame still contains worst case overhead. Because of that TCP packets are fragm