[Openvpn-devel] [PATCH v3] Delete the IPv6 route to the "connected" network on tun close

2018-03-01 Thread selva . nair
From: Selva Nair This was missing on Windows when interactive service is in use. v3: Mar 1, 2017: avoid code repetition and rebase to master Signed-off-by: Selva Nair --- src/openvpn/tun.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

Re: [Openvpn-devel] Fwd: [PATCH] Delete the IPv6 route to the "connected" network on tun close

2018-03-01 Thread Selva Nair
Hi, On Thu, Mar 1, 2018 at 12:51 PM, Gert Doering wrote: > Hi, > > On Thu, Mar 01, 2018 at 11:09:32AM -0500, Selva Nair wrote: >> This one is too old to cleanly apply, but still sending again >> just to get it into patchwork. > > Oh, completely fell of my radar. But now

Re: [Openvpn-devel] tls fix for upcoming 2.4.5

2018-03-01 Thread Selva Nair
Hi, > >> --- openvpn-2.4.5/src/openvpn/openssl_compat.h.orig 2018-02-28 >> 21:56:54.0 +0100 >> +++ openvpn-2.4.5/src/openvpn/openssl_compat.h 2018-03-01 11:44:57.0 >> +0100 >> @@ -672,14 +672,18 @@ >> { >> return TLS1_VERSION; >> } >> +#ifdef

Re: [Openvpn-devel] Fwd: [PATCH] Delete the IPv6 route to the "connected" network on tun close

2018-03-01 Thread Gert Doering
Hi, On Thu, Mar 01, 2018 at 11:09:32AM -0500, Selva Nair wrote: > This one is too old to cleanly apply, but still sending again > just to get it into patchwork. Oh, completely fell of my radar. But now that you mention it, yes, there was something about clearing bits :-) > (For some reason

[Openvpn-devel] OpenVPN 2.4.5 released

2018-03-01 Thread Samuli Seppänen
The OpenVPN community project team is proud to release OpenVPN 2.4.5. It can be downloaded from here: This release includes a large number of fixes and enhancements. One of the biggest changes is that 2.4.5 Windows installers bundle

[Openvpn-devel] Fwd: [PATCH] Delete the IPv6 route to the "connected" network on tun close

2018-03-01 Thread Selva Nair
This one is too old to cleanly apply, but still sending again just to get it into patchwork. (For some reason bouncing to patchwork somehow never works for me, else this could have beaten the oldest pending patch record :) -- Forwarded message -- From: Selva Nair

Re: [Openvpn-devel] tls fix for upcoming 2.4.5

2018-03-01 Thread Selva Nair
On Thu, Mar 1, 2018 at 6:14 AM, Simon Matter wrote: > Hi, > > I've just done some test builds with 2.4.5 tagged version. > > Attached patch makes it build with older systems. Do you see any issue > with the change? .. from the attachment > ---

Re: [Openvpn-devel] tls fix for upcoming 2.4.5

2018-03-01 Thread Gert Doering
Hi, On Thu, Mar 01, 2018 at 12:14:06PM +0100, Simon Matter wrote: > I've just done some test builds with 2.4.5 tagged version. > > Attached patch makes it build with older systems. Do you see any issue > with the change? As a side note: this won't make 2.4.5 release, which is already "mostly

Re: [Openvpn-devel] tls fix for upcoming 2.4.5

2018-03-01 Thread Gert Doering
Hi, On Thu, Mar 01, 2018 at 12:14:06PM +0100, Simon Matter wrote: > I've just done some test builds with 2.4.5 tagged version. > > Attached patch makes it build with older systems. Do you see any issue > with the change? Which SSL library version needs this? (I thought we have test systems for

[Openvpn-devel] tls fix for upcoming 2.4.5

2018-03-01 Thread Simon Matter
Hi, I've just done some test builds with 2.4.5 tagged version. Attached patch makes it build with older systems. Do you see any issue with the change? Regards, Simon--- openvpn-2.4.5/src/openvpn/openssl_compat.h.orig 2018-02-28 21:56:54.0 +0100 +++

[Openvpn-devel] 2.4.5 typo in ChangeLog file

2018-03-01 Thread Gert Doering
Hi, most of the 2.4.5 release is fine and well tested, but one typo managed to sneak into the "ChangeLog" file - it talks "2.4.4" release, with the proper timestamp. As the commit has been tagged and the tag pushed, fixing this will break git repos of people that have already pulled - and the

Re: [Openvpn-devel] [PATCH] Add a warning that we do not officially support LibreSSL

2018-03-01 Thread Steffan Karger
[resending because the list rejected my mail from yesterday...] On 1 March 2018 at 00:11, Steffan Karger wrote: > +msg(M_WARN, "WARNING: This OpenVPN was built against LibreSSL. " > +"This might work, but is *not* supported and can break at any time.") Gah, this

[Openvpn-devel] [PATCH applied] Re: management: Warn if TCP port is used without password

2018-03-01 Thread Gert Doering
Your patch has been applied to the master and release/2.4 branch. commit 4db7715a3aa62f2e8d8234c1852fb141f62318e2 (master) commit ab218befec67dc0f5bb08973d2ec3476350f9ab3 (release/2.4) Author: David Sommerseth Date: Wed Feb 28 14:19:18 2018 +0100 management: Warn if TCP port is used