[Openvpn-devel] [PATCH] make "ipv6 ifconfig" on linux compatible with busybox ifconfig

2012-09-11 Thread Gert Doering
We used to call "ifconfig tun0 inet6 add...". The "inet6" part is optional, and not understood by busybox. So now we call "ifconfig tun0 add ...", which works on all supported Linux variants. Tested on Gentoo, RHEL5+, Debian Lenny & up. Signed-off-by: Gert Doering --- src/openvpn/tun.c |2

[Openvpn-devel] [PATCH v3] Add --compat-names option

2012-09-11 Thread David Sommerseth
From: Heiko Hund With this option, users can basically undo the changes of the UTF-8 support commit 5e86fd93779482b90a191f929edebe414cd78a4f. It's here for short term compatibility and should be removed again as soon as possible. When OpenSSL is used, the subject strings will be in the proprieta

Re: [Openvpn-devel] [PATCH v2] Document that keep alive will double the second value in server mode and give a short explanation why the value is chosen.

2012-09-11 Thread David Sommerseth
On 03/09/12 14:16, Arne Schwabe wrote: > --- > doc/openvpn.8 |4 > 1 file changed, 4 insertions(+) Applied to master. commit 341e6bb67f072731d75769ce875633e544544062 Author: Arne Schwabe List-Post: openvpn-devel@lists.sourceforge.net Date: Mon Sep 3 14:16:04 2012 +0200 Document

Re: [Openvpn-devel] [PATCH] Add checks for external-key-managements

2012-09-11 Thread David Sommerseth
On 10/09/12 16:39, Arne Schwabe wrote: > Commit 4806cc102655f1a829d656f6deb83e5953c5eab2 fixed only part of > the problem. Since it removed the filename either the magic filename > has to be resurrected or all checks against priv_key_file need to > take to check for MF_EXTERNAL_KEY as well. This pa

Re: [Openvpn-devel] [PATCH] make "ipv6 ifconfig" on linux compatible with busybox ifconfig

2012-09-11 Thread David Sommerseth
On 11/09/12 13:56, Gert Doering wrote: > We used to call "ifconfig tun0 inet6 add...". The "inet6" part is optional, > and not understood by busybox. So now we call "ifconfig tun0 add ...", > which works on all supported Linux variants. > > Tested on Gentoo, RHEL5+, Debian Lenny & up. > > Signe

Re: [Openvpn-devel] [PATCH] Fix reconnect issues when --push and UDP is used on the server

2012-09-11 Thread David Sommerseth
On 09/09/12 03:30, David Sommerseth wrote: > From: David Sommerseth > > When the server is configured with UDP and --push statements, reconnecting > often fails by the client never receiving PUSH_REPLY. The client sends > PUSH_REQUEST and the server logs these requests but does not send them. >