[Openvpn-devel] [PATCH] The get_default_gateway() function uses warn() instead of msg()

2012-11-29 Thread David Sommerseth
From: David Sommerseth A report on #openvpn pointed out that in his setup three warnings appeard on the console when starting up. $ sudo /usr/local/etc/rc.d/openvpn restart Stopping openvpn. Waiting for PIDS: 33031. Starting openvpn. openvpn: writing to routing socket: No suc

Re: [Openvpn-devel] [PATCH] The get_default_gateway() function uses warn() instead of msg()

2012-11-29 Thread Gert Doering
Hi, On Thu, Nov 29, 2012 at 02:16:12PM +0100, David Sommerseth wrote: > From: David Sommerseth > > A report on #openvpn pointed out that in his setup three warnings > appeard on the console when starting up. ACK. gert -- USENET is *not* the non-clickable part of WWW!

Re: [Openvpn-devel] [PATCH] Fix typo in ./configure message

2012-11-29 Thread David Sommerseth
On 26/11/12 15:32, Joachim Schipper wrote: > Signed-off-by: Joachim Schipper > --- > configure.ac |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to master and beta/2.3 branches. commit 038f0aca3077807f3fc60077e2aacffef5ba2f45 (master) commit 9e6b85797214187f7fb2c4255f2678f2b

Re: [Openvpn-devel] [PATCH] Avoid recursion in virtual_output_callback_func()

2012-11-29 Thread David Sommerseth
On 16/11/12 12:02, David Sommerseth wrote: > From: David Sommerseth > > This solves a SEGV situation when using the management API while OpenVPN > is closing down. > > The situation happens when the management socket has closed and OpenVPN > tries to write an error about this to the management s

Re: [Openvpn-devel] [PATCH] Properly require --key even if defined(MANAGMENT_EXTERNAL_KEY)

2012-11-29 Thread David Sommerseth
On 26/11/12 15:33, Arne Schwabe wrote: > When specifying --tls-client --cert ... without a --key (or --pkcs11) option, > OpenVPN should complain: "You must define private key file (--key)...". Ensure > that this works even when compiling with MANAGMENT_EXTERNAL_KEY. > > Also fix the other instance

Re: [Openvpn-devel] [PATCH] doc/management-notes.txt: fix typo

2012-11-29 Thread David Sommerseth
On 26/11/12 15:31, Joachim Schipper wrote: > Signed-off-by: Joachim Schipper > --- > doc/management-notes.txt |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks! Applied to master and beta/2.3 branches commit 5dfdb7c010c5a32a0ec51d9266748c641cd24dba (master) commit 376e1432b3ce0

Re: [Openvpn-devel] [PATCH] The get_default_gateway() function uses warn() instead of msg()

2012-11-29 Thread David Sommerseth
On 29/11/12 14:16, David Sommerseth wrote: > From: David Sommerseth > > A report on #openvpn pointed out that in his setup three warnings > appeard on the console when starting up. > > $ sudo /usr/local/etc/rc.d/openvpn restart > Stopping openvpn. > Waiting for PIDS: 33031. > Sta