Re: [Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-10-14 Thread Gert Doering
Hi, On Tue, Oct 14, 2014 at 11:43:18PM +0400, a...@rsu.ru wrote: > There are two patches here - against master and against 2.3 branch. > It seems my first email didn't go to the list, because I used wrong From > address... Thanks. Patches look good on first glance - will look more closely ASAP

[Openvpn-devel] [PATCH] Default gateway can't be determined on illumos/Solaris platforms

2014-10-14 Thread alp
From: Alexander Pyhalov The logic which is used on BSD is preserved. The only distinction is that illumos doesn't provide sa_len field in sockaddr structures. --- src/openvpn/route.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/openvpn/route.c

[Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-10-14 Thread alp
There are two patches here - against master and against 2.3 branch.

[Openvpn-devel] [PATCH] Default gateway can't be determined on illumos/Solaris platforms

2014-10-14 Thread alp
From: Alexander Pyhalov The logic which is used on BSD is preserved. The only distinction is that illumos doesn't provide sa_len field in sockaddr structures. --- src/openvpn/route.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/openvpn/route.c

[Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-10-14 Thread alp
From: a...@sfedu.ru GIT: [PATCH] Default gateway can't be determined on illumos/Solaris GIT: [PATCH] Default gateway can't be determined on illumos/Solaris There are two patches here - against master and against 2.3 branch.

[Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-10-14 Thread alp
There are two patches here - against master and against 2.3 branch. It seems my first email didn't go to the list, because I used wrong From address...

Re: [Openvpn-devel] [PATCH] Fix temporary file leak

2014-10-14 Thread David Sommerseth
On 12/10/14 21:59, Samuel Thibault wrote: > David Sommerseth, le Fri 10 Oct 2014 12:13:42 +0200, a écrit : >> I think it would be better to move the unlink() code from >> multi_client_connect_post() into multi_connection_established(), where >> these temp files are created. This makes the code cle

[Openvpn-devel] [PATCH applied] Re: extract_x509_extension(): hide status message during normal operation.

2014-10-14 Thread Gert Doering
ACK. (Look sane, and basically it's acked-by: Steffan anyway, but since he decided to put a signed-off-by: on it, I'm now formally ACKing it) Your patch has been applied to the master branch. commit ed5a400e138812cd6572845f4299f61e12716f53 Author: Andris Kalnozols List-Post: openvpn-devel@lists.

Re: [Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-10-14 Thread Gert Doering
Hi, On Mon, Oct 13, 2014 at 01:47:50PM +0400, Alexander Pyhalov wrote: > In openvpn 2.3.4 on illumos/Solaris clients gateway for client can't be > determined, because default stub is used instead of > get_default_gateway() function. This means that the following push route > option in server co

Re: [Openvpn-devel] [PATCH] Implement on-link route adding for iproute2

2014-10-14 Thread Gert Doering
Hi, On Fri, Sep 26, 2014 at 06:11:01PM +0200, Philipp Hagemeister wrote: > Currently, when compiling with --enable-iproute2 , OpenVPN does not > create a correct route when the user is connected to the Internet > without a gateway (e.g. via ppp). This patch implements the > corresponding FIXME. >