[Openvpn-devel] Windows installer snapshots now bundle the latest OpenVPN-GUI

2016-05-09 Thread Samuli Seppänen
Hi, Upcoming OpenVPN Windows installer snapshots[1] now bundle OpenVPN-GUI built from tarballs automatically generated from Git sources: Installer name OpenVPN branch OpenVPN-GUI branch - openvpn-install-master-*

[Openvpn-devel] Topics for today's (Monday, 9th May 2016) community meeting

2016-05-09 Thread Samuli Seppänen
Hi, We're going to have an IRC meeting today starting at 20:00 CEST (18:00 UTC) on #openvpn-meeting irc.freenode.net. Note that the meeting channel has changed and that you do _not_ have to be logged in to Freenode to join the channel. Current topic list along with basic information is here

[Openvpn-devel] [PATCH] Prevent integration test timeout bc. of sudo

2016-05-09 Thread Jens Neuhalfen
From 885471cf0c9918a8a7edbae2b8985e2321aff739 Mon Sep 17 00:00:00 2001 From: Jens Neuhalfen List-Post: openvpn-devel@lists.sourceforge.net Date: Sun, 8 May 2016 18:17:48 +0200 Subject: [PATCH] Prevent integration test timeout bc. of sudo Integration tests run by t_client.sh use sudo to run openvp

Re: [Openvpn-devel] [PATCH] Prevent integration test timeout bc. of sudo

2016-05-09 Thread Gert Doering
Hi, On Mon, May 09, 2016 at 06:22:49PM +0200, Jens Neuhalfen wrote: > >From 885471cf0c9918a8a7edbae2b8985e2321aff739 Mon Sep 17 00:00:00 2001 > From: Jens Neuhalfen > Date: Sun, 8 May 2016 18:17:48 +0200 > Subject: [PATCH] Prevent integration test timeout bc. of sudo Git isn't liking the way you

[Openvpn-devel] Packages for Ubuntu 16.04 ("Xenial") now available

2016-05-09 Thread Samuli Seppänen
Hi all, Our official apt repos now have packages for Ubuntu 16.04. To make use of the packages follow the standard procedure outlined here: I have lightly tested the 64-bit package and it seems to work fine. Let me know if you

[Openvpn-devel] [PATCH applied] Re: Prevent integration test timeout bc. of sudo

2016-05-09 Thread Gert Doering
ACK. Your patch has been applied to the master branch. I found out what the issue is: your mailer chops off whitespace at the beginning of the line, so the patch is corrupt ("^fi" instead of "^ fi"), and after adding a blank to every single line that has no "^+", it worked. So, please use "git s

Re: [Openvpn-devel] [PATCH 1/2] Fixed port-share bug with DoS potential

2016-05-09 Thread Steffan Karger
On Thu, Mar 3, 2016 at 8:48 AM, James Yonan wrote: > Fixed port-share bug that can cause segfault when the number > of concurrent connections is large. > > The issue is that the port-share code calls openvpn_connect() > which in turn calls select(). When there are a high number > of concurrent po

[Openvpn-devel] [PATCH] Improve LZO, PAM and OpenSSL documentation

2016-05-09 Thread samuli
From: Samuli Seppänen Patch provided by Trac user dogbert2 Trac #590 Signed-off-by: Samuli Seppänen --- INSTALL | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 2401f7c..5be2ad5 100644 --- a/INSTALL +++ b/INSTALL @@ -16,6 +16,10

[Openvpn-devel] [PATCH applied] Re: Improve LZO, PAM and OpenSSL documentation

2016-05-09 Thread Gert Doering
Your patch has been applied to the release/2.3 branch. (I decided that it makes more sense to apply it to 2.3 only, as the git master INSTALL needs much larger changes - like, current PolarSSL / mbedTLS versions, etc.) commit 7369420d5db6ebe7dc2f1ae596193f1ea6066f23 Author: Samuli Seppänen List-P

[Openvpn-devel] [PATCH applied] Re: Fixed port-share bug with DoS potential

2016-05-09 Thread Gert Doering
ACK. Your patch has been applied to the master and release/2.3 branch. commit 007738e9d6030c8989713543e4f7308ff57be30f (master) commit 9030fd4cc6283e30f927f950310fc0f83edb5e4d (release/2.3) Author: James Yonan List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Mar 3 00:48:12 2016 -0700

Re: [Openvpn-devel] [PATCH] Prevent integration test timeout bc. of sudo

2016-05-09 Thread Jens Neuhalfen
Hi Gert, […] > > Git isn't liking the way you send your patches - I'll apply it manually > (because it makes sense), but please take a look at "git send-email", > which will ensure that patches and mail headers, blank encoding, and > everything is perfect? > > If I try to feed your mail into "g

Re: [Openvpn-devel] [PATCH] Prevent integration test timeout bc. of sudo

2016-05-09 Thread David Sommerseth
On 09/05/16 22:39, Jens Neuhalfen wrote: > Hi Gert, > > […] > >> >> Git isn't liking the way you send your patches - I'll apply it manually >> (because it makes sense), but please take a look at "git send-email", >> which will ensure that patches and mail headers, blank encoding, and >> everythin