Re: [Openvpn-devel] [PATCH (master)] Properly handle possible realloc failure

2016-05-14 Thread Selva Nair
On Fri, May 13, 2016 at 11:12 PM, Selva Nair wrote: > --- > src/openvpnserv/interactive.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > Please ignore this patch. It is broken -- patch made prematurely before a fixup was committed, My apologies

Re: [Openvpn-devel] OpenVPN 2.3.11 released

2016-05-14 Thread David Sommerseth
On 14/05/16 10:50, Matthias Andree wrote: > Am 10.05.2016 um 12:06 schrieb Samuli Seppänen: >> The OpenVPN community project team is proud to release OpenVPN 2.3.11. >> It can be downloaded from here: >> >> >> >> This release fixes two

Re: [Openvpn-devel] OpenVPN 2.3.11 released

2016-05-14 Thread Matthias Andree
Am 10.05.2016 um 12:06 schrieb Samuli Seppänen: > The OpenVPN community project team is proud to release OpenVPN 2.3.11. > It can be downloaded from here: > > > > This release fixes two vulnerabilities: a port-share bug with DoS >

Re: [Openvpn-devel] [PATCH applied] Re: Fix polarssl / mbedtls builds

2016-05-14 Thread Gert Doering
Hi, On Fri, May 13, 2016 at 11:43:35PM +0200, Matthias Andree wrote: > Thanks to both of you. The FreeBSD ports' POLARSSL option is now fixed, > and I have removed the BROKEN mark. Thanks. There a few additional minor patches that can go into 2.3, and I'll wait a few more days if we broke

[Openvpn-devel] [PATCH (master)] Properly handle possible realloc failure

2016-05-14 Thread Selva Nair
Signed-off-by: Selva Nair --- src/openvpnserv/interactive.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/openvpnserv/interactive.c b/src/openvpnserv/interactive.c index d83ea65..5ff80fa 100644 --- a/src/openvpnserv/interactive.c +++

[Openvpn-devel] [PATCH v2 (master)] Make error non-fatal while deleting address using netsh

2016-05-14 Thread Selva Nair
During windows power events such as sleep or suspend, the TUN/TAP I/O aborts and openvpn signals SIGHUP so as to automatically reconnect on resume (since commit ea66a2b5cdb2..). During the SIGHUP processing operations such as address and route deletion are expected to fail. Such failures should

[Openvpn-devel] [PATCH v2 (v2.3)] Make error non-fatal while deleting address using netsh

2016-05-14 Thread Selva Nair
During windows power events such as sleep or suspend, the TUN/TAP I/O aborts and openvpn signals SIGHUP so as to automatically reconnect on resume (since commit ea66a2b5cdb2..). During the SIGHUP processing operations such as address and route deletion are expected to fail. Such failures should