Re: [Openvpn-devel] ASLR/DEP -enabled 2.4.0 Windows installer available

2017-01-19 Thread debbie10t
On 18/01/17 07:48, Samuli Seppänen wrote: > Hi, > > There's now a 2.4.0 Windows installer where all executables and > libraries have ASLR/DEP enabled: > > > > > I

Re: [Openvpn-devel] [PATCH] Add a check for -Wl, --wrap support in linker

2017-01-19 Thread Selva Nair
Hi, On Thu, Jan 19, 2017 at 2:36 PM, David Sommerseth < open...@sf.lists.topphemmelig.net> wrote: > > So currently its just a preprocessor define that provides a solution > > waiting for a problem. If the consensus is not to define it, fine with > me. > > I have no issues adding such an

Re: [Openvpn-devel] [PATCH] Add a check for -Wl, --wrap support in linker

2017-01-19 Thread David Sommerseth
On 19/01/17 16:32, Selva Nair wrote: > Hi, > > Thanks for the comments. > > On Thu, Jan 19, 2017 at 9:41 AM, David Sommerseth > > wrote: > > Any reason to have this AC_DEFINE? That puts HAVE_LD_WRAP_SUPPORT into

[Openvpn-devel] [PATCH v2] fix redirect-gateway behaviour when an IPv4 default route does not exist

2017-01-19 Thread Antonio Quartulli
When no IPv4 default route exists, the "redirect-gateway" routine aborts even if the sub-option "local" was specified or if we are connecting to the remote host using IPv6. This is not expected because in either case OpenVPN should not bother checking the existence of the default route as it is

Re: [Openvpn-devel] [PATCH] Add a check for -Wl, --wrap support in linker

2017-01-19 Thread Selva Nair
Hi, Thanks for the comments. On Thu, Jan 19, 2017 at 9:41 AM, David Sommerseth < open...@sf.lists.topphemmelig.net> wrote: > Any reason to have this AC_DEFINE? That puts HAVE_LD_WRAP_SUPPORT into > config.h, which I don't think makes much sense. If we don't have --wrap > support, would we

[Openvpn-devel] [PATCH] fix redirect-gateway behaviour when "local" is specified

2017-01-19 Thread Antonio Quartulli
When no IPv4 default route exists, the "redirect-gateway" routine aborts even if the sub-option "local" was specified. This is not expected because in this case OpenVPN should not bother checking the existence of the default route at all (as specified in the documentation). Therefore, avoid the

Re: [Openvpn-devel] [PATCH] Add a check for -Wl, --wrap support in linker

2017-01-19 Thread David Sommerseth
On 18/01/17 21:42, selva.n...@gmail.com wrote: > From: Selva Nair > > - Also make tests that require --wrap option to be > conditional on this support > > Signed-off-by: Selva Nair > --- > configure.ac | 26

Re: [Openvpn-devel] NOTE: unable to redirect default gateway -- Cannot read current default gateway from system

2017-01-19 Thread Gert Doering
Hi, On Thu, Jan 19, 2017 at 02:42:18PM +0100, Thomas Schäfer wrote: > > In case "def1" is not enough, please try "redirect-gateway def1 local", > > which is a hack (but a documented one). "local" signals "do not install > > a host route pointing to the default gateway, because the VPN server is

Re: [Openvpn-devel] NOTE: unable to redirect default gateway -- Cannot read current default gateway from system

2017-01-19 Thread Thomas Schäfer
Am 18.01.2017 um 20:35 schrieb Gert Doering: > Servus, > > On Wed, Jan 18, 2017 at 04:43:22PM +0100, Thomas Schäfer wrote: >> Client: >> client >> dev tun >> proto udp6 >> remote raspberrypi..myfritz.net 1194 udp6 > [..] >> redirect-gateway >> verb 3 >> >> This works perfectly as long the