Hi,
On Mon, Aug 06, 2012 at 07:39:38PM +0200, Gert Doering wrote:
> Mon Aug 6 19:49:06 2012 Attempting to establish TCP connection with
> [AF_INET6]2607:fc50:1001:5200:::51194 [nonblock]
>
> This is buggy already, because "conn-test-server" is "2607:fc50:1001:5200::4",
> and the ":4" got lost..
Hi,
On Wed, Aug 01, 2012 at 06:11:08PM +0200, Arne Schwabe wrote:
> the getaddr6 and getaddr_mutli functions are duplicates of each other. Since
> we always require getaddrinfo to be present both function are merge into one
> openvpn_getaddrinfo.
>
> This functions also returns a standard struc
The file /proc/net/route only contains routes from the main routing
table. When a default route is set in the "default" table, openvpn
cannot find it by parsing that file. Using the routing netlink socket
removes this limitation.
While getting the IPv6 default route would be possible with rtnetlin
On 02/08/12 17:20, Heiko Hund wrote:
> Some plugins want to add messages to the openvpn log file. The
> plugin_log() and plugin_vlog() APIs provide ways for them to do so.
>
> OPENVPN_PLUGINv3_STRUCTVER is not incremented as the v3 plugin API
> is new in 2.3 and this is merged during alpha phase.
On 02/08/12 15:36, Arne Schwabe wrote:
> Signed-off-by: Arne Schwabe
> ---
> src/openvpn/manage.c |4 ++--
> src/openvpn/socket.c | 53
> +++---
> src/openvpn/socket.h |2 +-
> 3 files changed, 10 insertions(+), 49 deletions(-)
>
Applied to
On 02/08/12 15:37, Arne Schwabe wrote:
> Warn if both options are used at the same time.
>
> Signed-off-by: Arne Schwabe
> ---
> src/openvpn/options.c | 17 +++--
> 1 file changed, 15 insertions(+), 2 deletions(-)
>
> diff --git a/src/openvpn/options.c b/src/openvpn/options.c
> in
On 01/08/12 13:37, Heiko Hund wrote:
> This change allows other functions to access the functionality in x_msg().
> Needed for the plug-in logging API.
>
> Signed-off-by: Heiko Hund
> ---
> src/openvpn/error.c | 11 ---
> src/openvpn/error.h |2 ++
> 2 files changed, 10 insertions(