[Openvpn-devel] [PATCH applied] Re: Don't clear capability bounding set on capng_change_id

2023-01-19 Thread Gert Doering
Acked-by: Gert Doering Thanks for so quickly coming to help with investigating the issue and providing a fix :-) I have not tested this myself, but the code change is trivial, and the positive effects have been verified in the GH issue. I have tested that "running a DCO p2mp instance as user no

[Openvpn-devel] [PATCH] openvpnmsica: remove dco installer custom actions

2023-01-19 Thread Lev Stipakov
From: Lev Stipakov Those have been moved into MSM to be reused by openvpn-gui and Connect. Signed-off-by: Lev Stipakov --- src/openvpnmsica/openvpnmsica.c | 283 1 file changed, 283 deletions(-) diff --git a/src/openvpnmsica/openvpnmsica.c b/src/openvpnmsica/o

[Openvpn-devel] [PATCH applied] Re: Workaround: make ovpn-dco more reliable

2023-01-19 Thread Gert Doering
"Another bandaid so 2.6 does not fall apart right away"... but anyway, while not pretty, it seems to get the job done... Tested on the Ubuntu 20.04 / DCO server, client and server. Your patch has been applied to the master and release/2.6 branch. commit f84a9fc5d4ac0f24912d239a3fccf3701926a50c

[Openvpn-devel] [PATCH applied] Re: openvpnmsica: remove dco installer custom actions

2023-01-19 Thread Gert Doering
Acked-by: Gert Doering As you all guessed, I'm a big fan of ripping out large chunks of stuff that I have no use for ;-) - seriously, moving windco into a MSM is the right thing, so we do not need the installer code here anymore. (I do not fully understand all the details in the grand scheme of

[Openvpn-devel] [PATCH] Warn when pkcs11-id or pkcs11-id-management options are ignored

2023-01-19 Thread selva . nair
From: Selva Nair - If there are no pkcs11-providers either directly specified or through p11-kit-proxy made available through a build-time detection, these options are ignored. Log a warning in such cases. Especially important on Windows where automatic loading of p11-kit is not enabled