Re: [Openvpn-devel] [PATCH] This fixes MSVS 2013 compilation.

2015-10-04 Thread Gert Doering
Hi, On Fri, Oct 02, 2015 at 02:46:41PM +0300, Lev Stipakov wrote: > * Tools version changed to 12 What exactly does this do? ("I should understand the side effects" :) ) > * Added comp.c/h and compat.c/h to project files The description is wrong, as it is compstub.c/.h - I'll fix this on mer

Re: [Openvpn-devel] [PATCH applied] Re: Increase control channel packet size for faster handshakes

2015-10-04 Thread Gert Doering
Hi, On Wed, Jul 01, 2015 at 05:39:43PM +0200, Gert Doering wrote: > ACK. > > Your patch has been applied to the master branch. ... and to release/2.3 as agreed on the last IRC meeting (and since this has seen quite a bit of testing by ValdikSS on his servers and lots of Android OpenVPN users, we

[Openvpn-devel] [PATCH applied] Re: Replace strdup() calls for string_alloc() calls

2015-10-04 Thread Gert Doering
ACK. Your patches have been applied to the master and release/2.3 branch. commit ddc7692d245017c71adc40ad5cc195617e39fce0 (master) commit 6d4920e9d36675ff515da17c1eb301d22d07b489 (release/2.3) Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Mon Sep 21 20:48:33 2015

Re: [Openvpn-devel] verify-client-cert patch

2015-10-04 Thread Steffan Karger
On 29-06-15 10:53, Jan Just Keijser wrote: From: Jan Just Keijser Date: Mon, 29 Jun 2015 10:48:12 +0200 Subject: [PATCH] Author: Jan Just Keijser Add extended client certificate verification support. Replace --client-cert-not-required with a more flexible option, that allows for no, optional

Re: [Openvpn-devel] [PATCH] Add missing strdup() return value checks

2015-10-04 Thread Steffan Karger
On 04-09-15 22:55, Gert Doering wrote: diff --git a/src/openvpn/cryptoapi.c b/src/openvpn/cryptoapi.c index b7fc11e..62f30be 100644 --- a/src/openvpn/cryptoapi.c +++ b/src/openvpn/cryptoapi.c @@ -127,6 +127,7 @@ static char *ms_error_text(DWORD ms_err) break; }