Re: [Openvpn-devel] [PATCH] Add daemon_pid to --tls-crypt-v2-verify environment

2021-05-11 Thread tincantech via Openvpn-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday, 11 May 2021 07:02, Gert Doering wrote: > Hi, > > On Mon, May 10, 2021 at 06:10:33PM -0400, Selva Nair wrote: > > > > > So, there is an ACK-and-merge pending :-) > >

Re: [Openvpn-devel] [PATCH] openvpnmsica: properly schedule reboot in the end of installation

2021-05-11 Thread Lev Stipakov
This is a bugfix (as well as ground work for ovpn-dco driver installation), so could be applied to 2.5 and master branches. A corresponding PR to openvpn-build, which invokes this new custom action, is here: https://github.com/OpenVPN/openvpn-build/pull/215 -- -Lev

[Openvpn-devel] [PATCH] openvpnmsica: properly schedule reboot in the end of installation

2021-05-11 Thread Lev Stipakov
From: Lev Stipakov A deferred custom action can not set the reboot status via MsiSetMode. To schedule reboot: - get user's temp directory in immediate custom action (EvaluateTUNTAPAdapters) which is called in the beginning of installation and pass it to the deffered action - in deferred act