Re: [Openvpn-devel] key-method parameter

2013-05-31 Thread Dash Four
Anyone care to clarify this? Dash Four wrote: In the manual pages, this parameter is described to have 2 different values - 1 (default for OpenVPN 1.x) and 2 (default for OpenVPN 2.0), but it is not clear: 1. What are the other possibilities for this parameter value, if any exist; and 2. What i

[Openvpn-devel] [PATCH] Fix another #ifdef/#if P2MP_SERVER

2013-05-31 Thread Arne Schwabe
--- src/openvpn/ssl.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/ssl.c b/src/openvpn/ssl.c index 088eea8..d9076f3 100644 --- a/src/openvpn/ssl.c +++ b/src/openvpn/ssl.c @@ -1107,7 +1107,7 @@ tls_multi_free (struct tls_multi *multi, bool clear) man_def_aut

[Openvpn-devel] [PATCH] Add reporting of UI version to basic push-peer-info set.

2013-05-31 Thread Arne Schwabe
If a GUIs sets IV_OPENVPN_GUI_VERSION the version will be pushed to the server. Also fix implicit declaration of function 'multi_output_peer_info_env' by including multi.h into ssl.c Signed-off-by: Arne Schwabe --- src/openvpn/ssl.c | 17 ++--- 1 file changed, 10 insertions(+),

[Openvpn-devel] OpenVPN 2.3.2 tagged and source packages ready

2013-05-31 Thread Samuli Seppänen
Hi all, OpenVPN 2.3.2 is now tagged, but I won't have time to make a proper release until next Monday. However, here are the source packages for your enjoyment:

[Openvpn-devel] [PATCH applied] Re: Move checking of script file access into set_user_script

2013-05-31 Thread Gert Doering
ACK. Your patch has been applied to the master and release/2.3 branch. commit e55681a9d802bf1639115d325c1685e5962865d0 (master) commit 05afd0b295a3e56c88b8ee0521d1b6dfb9c19d79 (release/2.3) Author: Arne Schwabe List-Post: openvpn-devel@lists.sourceforge.net Date: Thu May 30 23:02:17 2013 +0200

[Openvpn-devel] [PATCH applied] Re: Move settings of user script into set_user_script function

2013-05-31 Thread Gert Doering
ACK. Your patch has been applied to the master and release/2.3 branch. commit 9b6a5028111cd915b0342fbd2ecd0b9dfd4aa94a (master) commit 8df20e540fd52077107b164a7c6ab9f1f2eca43f (release/2.3) Author: Arne Schwabe List-Post: openvpn-devel@lists.sourceforge.net Date: Thu May 30 22:26:43 2013 +0200

[Openvpn-devel] [PATCH applied] Re: Fix #ifdefs for P2MP_SERVER

2013-05-31 Thread Gert Doering
Your patch has been applied to the master branch. commit 1eb9a1271053fa95fbe8e7e973a47cce529d673d (master) Author: Arne Schwabe List-Post: openvpn-devel@lists.sourceforge.net Date: Thu May 30 23:34:40 2013 +0200 Fix #ifdefs for P2MP_SERVER Acked-by: Gert Doering Message-Id: <1

[Openvpn-devel] [PATCH applied] Re: Fix #ifdefs for P2MP_SERVER

2013-05-31 Thread Gert Doering
Your patch has been applied to the master branch. commit 1eb9a1271053fa95fbe8e7e973a47cce529d673d (master) Author: Arne Schwabe List-Post: openvpn-devel@lists.sourceforge.net Date: Thu May 30 23:34:40 2013 +0200 Fix #ifdefs for P2MP_SERVER Acked-by: Gert Doering Message-Id: <1

Re: [Openvpn-devel] Repos for Debian Wheezy?

2013-05-31 Thread Samuli Seppänen
> Does that mean you will be building packages against libssl1.0.0? > Yes. Wheezy does not seem to have libssl0.9.8 available, which is probably the primary/only reason why my snapshot packages for Squeeze don't work on Wheezy. Samuli

Re: [Openvpn-devel] [Patch v2] Fix #ifdefs for P2MP_SERVER

2013-05-31 Thread Gert Doering
Hi, On Thu, May 30, 2013 at 11:34:40PM +0200, Arne Schwabe wrote: > -#ifdef P2MP_SERVER > +#if P2MP_SERVER ACK. Sorry for overlooking that. (For the rest of the audience: P2MP_SERVER is one of the #define-s that is always #define'd - it's either "#define P2MP_SERVER 1" or "... 0", so with #ifde