[Openvpn-devel] Radiusplugin fully asynchronous fork with additional patches

2015-09-25 Thread ValdikSS
Hello! I'd like to introduce my radiusplugin fork which contain several patches: * IPv6 Accounting fix by Comic Chang * iroute netmask computation fix by Samuel Thibault * IPv6 support patches by Samuel Thibault * Accounting and memory leak related patches by Dmytro Vasylenko * Accounting fixes by

[Openvpn-devel] Help with build-testing a patched OpenVPN tree with Cygwin and Visual Studio?

2015-09-25 Thread Samuli Seppänen
Hi, We'd need some help build-testing a patched[*] OpenVPN version with Cygwin and Visual Studio: This tree already builds fine on mingw_w64 which is enough for doing the official builds. So please test these sources using Cy

[Openvpn-devel] [PATCH applied] Re: Repair test_local_addr() on WIN32

2015-09-25 Thread Gert Doering
Patch has been applied to the master and release/2.3 branch. commit c40f088e52132273f6d4e83d05fa64bbaedd860f (master) commit 60287662bbdb1a29d9bd6244917a050410fa6b49 (release/2.3) Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Fri Sep 25 08:36:10 2015 +0200 Repa

Re: [Openvpn-devel] [PATCH] Repair test_local_addr() on WIN32

2015-09-25 Thread Steffan Karger
Gert Doering schreef op vrijdag 25 september 2015 8:36: > Intermediate result was stored in a "bool" variable, but the actual > range of results is 0/1/2 - so "2" (TLA_LOCAL) never worked. Change > to "int". > > Diagnosed by "dferbas" in trac #609 (thanks). > > Signed-off-by: Gert Doering > ---

[Openvpn-devel] [PATCH] Repair test_local_addr() on WIN32

2015-09-25 Thread Gert Doering
Intermediate result was stored in a "bool" variable, but the actual range of results is 0/1/2 - so "2" (TLA_LOCAL) never worked. Change to "int". Diagnosed by "dferbas" in trac #609 (thanks). Signed-off-by: Gert Doering --- src/openvpn/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion