[Openvpn-devel] [PATCH] down-root: Improve error messages

2014-11-17 Thread David Sommerseth
From: David Sommerseth If down-root fails it will now use warn() to provide some more information about what went wrong, by retrieving the error message via errno. Signed-off-by: David Sommerseth --- src/plugins/down-root/down-root.c | 52 +++ 1 file changed

[Openvpn-devel] [PATCH] Fix windows build on older mingw versions.

2014-11-17 Thread Gert Doering
Add missing #define for IPV6_V6ONLY sockopt. Fix last remaining fallout of dual-stack patch set in connect() call for "not CONNECT_NONBLOCK" case. Signed-off-by: Gert Doering --- src/openvpn/socket.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/openvpn/soc

[Openvpn-devel] [PATCH applied] Re: fix compilation on Windows

2014-11-17 Thread Gert Doering
ACK. Tested in client and server mode on a Win7-VM. Your patch has been applied to the master branch. commit 78b8fc720b6e6c31a889e4efaa28dbbc31da65ea (master) Author: Heiko Hund List-Post: openvpn-devel@lists.sourceforge.net Date: Sat Nov 15 17:25:07 2014 +0100 fix compilation on Window

[Openvpn-devel] [PATCH applied] Re: fix warnings on Windows

2014-11-17 Thread Gert Doering
Your patch has been applied to the master branch. commit a2466d9e6c78c57d579a1fa99c8554eabb9dbe44 Author: Heiko Hund List-Post: openvpn-devel@lists.sourceforge.net Date: Sat Nov 15 17:25:08 2014 +0100 fix warnings on Windows Signed-off-by: Heiko Hund Acked-by: Gert Doering

[Openvpn-devel] [PATCH applied] Re: fix compilation on Windows

2014-11-17 Thread Gert Doering
ACK. Tested in client and server mode on a Win7-VM. Your patch has been applied to the master branch. commit 78b8fc720b6e6c31a889e4efaa28dbbc31da65ea (master) Author: Heiko Hund List-Post: openvpn-devel@lists.sourceforge.net Date: Sat Nov 15 17:25:07 2014 +0100 fix compilation on Window