[Openvpn-devel] [PATCH] Document some limitations of --auth-user-pass

2020-03-13 Thread samuli
From: Samuli Seppänen URL: https://community.openvpn.net/openvpn/ticket/757 Signed-off-by: Samuli Seppänen --- doc/openvpn.8 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 864f94e8..9e54890e 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -4127,6

[Openvpn-devel] [PATCH] Fix broken async push with NCP is used

2020-03-13 Thread Lev Stipakov
From: Lev Stipakov With NCP and deferred auth, we perform cipher negotiation and generate data channel keys on incoming push request, assuming that auth succeeded. With async push, when auth succeeds in between push requests, we send push reply immediately. The code which generates data channel

[Openvpn-devel] [PATCH applied] Re: Skip DNS address validation

2020-03-13 Thread Gert Doering
Your patch has been applied to the master branch. Sorry for the delay, it's been a very busy month. I have not done any testing besides "test compile", but the code looks good and I trust Lev and Silva here. commit 04f4b4feec2790b620419bdc4fa2c7ae4f2451bd Author: Domagoj Pensa Date: Wed Feb 5

Re: [Openvpn-devel] [PATCH] Fix broken async push with NCP is used

2020-03-13 Thread Lev Stipakov
I forgot to add trac ticket to the commit message, so maybe @cron2 could do it, assuming v2 won't be needed. Trac ticket with (lots of) context: https://community.openvpn.net/openvpn/ticket/1259 pe 13. maalisk. 2020 klo 18.59 Lev Stipakov (lstipa...@gmail.com) kirjoitti: > > From: Lev Stipakov >