Re: [Openvpn-devel] Summary of the community meeting (2nd October 2019)

2019-10-14 Thread Selva Nair
Hi, On Wed, Oct 2, 2019 at 7:47 AM Samuli Seppänen wrote: > Discussed tap-windows6. Mattock produced a test installer which includes > two PRs: > > > > > An installer for Windows 10 and Server

[Openvpn-devel] [PATCH applied] Re: Fix typo in NTLM proxy debug message

2019-10-14 Thread Gert Doering
Your patch has been applied to the master and release/2.4 branch. commit b5fe104ddbbdf59bfc2d68579ba4c07208829998 (master) commit 8a30ae5e64b0d9ba38fdcb803ccdc23633189ed3 (release/2.4) Author: Mykola Baibuz Date: Mon Oct 14 14:21:45 2019 +0300 Fix typo in NTLM proxy debug message

Re: [Openvpn-devel] [Openvpn-users] [ext] OpenVPN GUI with Wintun (unofficial)

2019-10-14 Thread Gert Doering
Hi, On Mon, Oct 14, 2019 at 12:38:21PM +0200, Ralf Hildebrandt wrote: > > Currently right now, neither of those. But once the patches Lev has sent to > > the mailing list gets reviewed (hint hint, Windows devs!), it will go into > > git > > master. Whether that happens before or after we

Re: [Openvpn-devel] [PATCH] Fix typo in NTLM proxy debug message

2019-10-14 Thread Antonio Quartulli
Hi, On 14/10/2019 13:21, mykola.bai...@gmail.com wrote: > From: Mykola Baibuz > > Signed-off-by: Mykola Baibuz Acked-by: Antonio Quartulli -- Antonio Quartulli ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net

[Openvpn-devel] [PATCH] Fix typo in NTLM proxy debug message

2019-10-14 Thread mykola . baibuz
From: Mykola Baibuz Signed-off-by: Mykola Baibuz --- src/openvpn/proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/proxy.c b/src/openvpn/proxy.c index c8bd86dd..9998623a 100644 --- a/src/openvpn/proxy.c +++ b/src/openvpn/proxy.c @@ -354,7 +354,7 @@

Re: [Openvpn-devel] [PATCH] Fix typo in NTLM proxy debug message

2019-10-14 Thread Antonio Quartulli
Hi, On 12/10/2019 19:28, mykola.bai...@gmail.com wrote: > From: Mykola Baibuz > to be be properly accepted, this patch should have a Signed-off-by line. Please recreate this patch while adding the "-s" argument to "git format-patch". However, the patch looks good. I will ACK it once it lands