Re: [Openvpn-devel] [PATCH] openvpn ipv6 pool env variables

2013-05-27 Thread Gert Doering
Hi, On Mon, May 27, 2013 at 12:36:39AM +0200, Samuel Thibault wrote: > Gert Doering, le Sat 25 May 2013 13:58:19 +0200, a écrit : > > > To make it short: yes, the ipv6 pool environment variables are useful, > > > for user-defined scripts to be run at connection for instance to > > > propagate rout

Re: [Openvpn-devel] [PATCH 4/5 v3] Always push basic set of peer info values to server.

2013-05-27 Thread Arne Schwabe
Am 20.05.13 12:13, schrieb Gert Doering: > From: James Yonan > > On the client, allow certain peer info fields to be pushed even if > push-peer-info isn't specified in the config. > > This is needed to allow the compression handshake to work correctly > (i.e. where the client indicates its support

[Openvpn-devel] [PATCH applied] Re: Always push basic set of peer info values to server.

2013-05-27 Thread Gert Doering
Patch has been applied to the master and release/2.3 branches. commit 598e03f0e7bce434e501a9895819f2af0714d5f6 (master) commit eed9b8eec911a26a952f07ad18d4397c334ac089 (release/2.3) Author: James Yonan List-Post: openvpn-devel@lists.sourceforge.net Date: Mon May 20 12:13:21 2013 +0200 Alw

[Openvpn-devel] [PATCH applied] Re: Make push-peer-info visible in normal per-instance environment.

2013-05-27 Thread Gert Doering
Your patch has been applied to the master branch. commit a8be73799be163909a3b212656dedf03494f0792 Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Sun May 5 14:36:13 2013 +0200 Make push-peer-info visible in normal per-instance environment. Signed-off-by: Ge

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

2013-05-27 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(+),

Re: [Openvpn-devel] [PATCH] openvpn ipv6 pool env variables

2013-05-27 Thread Samuel Thibault
Gert Doering, le Mon 27 May 2013 09:25:12 +0200, a écrit : > On Mon, May 27, 2013 at 12:36:39AM +0200, Samuel Thibault wrote: > > Gert Doering, le Sat 25 May 2013 13:58:19 +0200, a écrit : > > > > To make it short: yes, the ipv6 pool environment variables are useful, > > > > for user-defined script