Re: [Openvpn-devel] Visual Studio support?

2017-01-02 Thread Fish Wang
: Fish Wang ; 'Gert Doering' Cc: openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] Visual Studio support? Hi, Il 01/01/2017 20:32, Fish Wang ha scritto: > Thanks for your (and Steffan's) reply. > > I also noticed that 2.4 and 2.5 only supports Vista+, so i

Re: [Openvpn-devel] Visual Studio support?

2017-01-01 Thread Fish Wang
ary 1, 2017 10:21 AM To: Fish Wang Cc: openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] Visual Studio support? Hi, On Sun, Jan 01, 2017 at 10:01:57AM -0800, Fish Wang wrote: > I'm finishing up a patch to make sure OpenVPN compiles under Visual Studio. > I have several ques

[Openvpn-devel] Visual Studio support?

2017-01-01 Thread Fish Wang
Hi, I'm finishing up a patch to make sure OpenVPN compiles under Visual Studio. I have several questions; - Do you want to apply such a patch to master and/or release/2.4, or should I maintain it separately? - What is the minimum version of Visual Studio do we want to support? - Should such a pat

Re: [Openvpn-devel] Has openvpn been fuzzed?

2016-02-18 Thread Fish Wang
Hi Jacek, I'm definitely no expert in AFL, but it's a great tool that has shown great potential. > ... it would be good > to modify the server to use stdin/stdout (or dev null) for network I/O You might want to try https://github.com/zardus/preeny . Best, Fish

Re: [Openvpn-devel] Need help testing installers on Windows XP

2016-02-17 Thread Fish Wang
Just tested on Windows XP SP3 32-bit. Both are behaving as expected. Best, Fish -Original Message- From: Samuli Seppänen [mailto:sam...@openvpn.net] Sent: Wednesday, February 17, 2016 7:40 AM To: openvpn-devel@lists.sourceforge.net Subject: [Openvpn-devel] Need help testing installers on

Re: [Openvpn-devel] [PATCH] Make MSVC happy about route.c

2016-01-08 Thread Fish Wang
Thanks for your response. I'll ship a patch for master soon :-) Best, Fish -Original Message- From: Gert Doering [mailto:g...@greenie.muc.de] Sent: Friday, January 8, 2016 10:23 AM To: Fish Cc: openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] [PATCH] Make MSVC happy abou

Re: [Openvpn-devel] [PATCH] Make "block-outside-dns" option platform agnostic

2015-12-14 Thread Fish Wang
I see, let me add that file to Makefile.am. My modified build system does not create the dist tarball :-( Best, Fish From: Selva Nair [mailto:selva.n...@gmail.com] Sent: Monday, December 14, 2015 9:01 AM To: Fish Cc: openvpn-devel@lists.sourceforge.net Subject: Re: [PATCH] Make "block-o

Re: [Openvpn-devel] [PATCH] Make ValdikSS's DNS leak fix platform agnostic

2015-12-14 Thread Fish Wang
, December 13, 2015 5:09 PM To: Fish Wang Cc: openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] [PATCH] Make ValdikSS's DNS leak fix platform agnostic Hi, On Sun, Dec 13, 2015 at 7:20 PM, Fish Wang mailto:fish.t...@gmail.com> > wrote: Will do. However, I’m by no means a lic

Re: [Openvpn-devel] [PATCH] Make ValdikSS's DNS leak fix platform agnostic

2015-12-14 Thread Fish Wang
Hi all, A minor suggestion: All those prototypes taken from mingw (32 or -w64?) may be better placed in new header file to be included only from win32.c -- -- preferably with a license matching the source (PD or ZPL?). Makes win32.c less cluttered as well. Will do. However, I’m by no mea

[Openvpn-devel] [PATCH] Make ValdikSS's DNS leak fix platform agnostic

2015-12-10 Thread Fish Wang
Based on release/2.3 branch and ValdikSS's v9 patch, this patch is cross-compiled on Linux and tested on Windows XP/10. The VC project file is left untouched - you might want to add rpcrt4.lib to compile and link it under MSVC. Take ValdikSS's patch for "block-outside-dns" option and make it Windo

Re: [Openvpn-devel] [PATCH] Make ValdikSS's DNS leak fix platform agnostic

2015-12-10 Thread Fish Wang
Hi Gert, A new patch will follow. Best, Fish -Original Message- From: Gert Doering [mailto:g...@greenie.muc.de] Sent: Thursday, December 10, 2015 12:56 AM To: Fish Wang Cc: openvpn-devel ; i...@valdikss.org.ru Subject: Re: [Openvpn-devel] [PATCH] Make ValdikSS's DNS leak fix pla

[Openvpn-devel] [PATCH] Make ValdikSS's DNS leak fix platform agnostic

2015-12-10 Thread Fish Wang
Based on release/2.3 branch, this patch is cross-compiled in MinGW and tested on Windows XP/10. The VC project file is left untouched - you might want to add rpcrt4.lib to compile and link it under MSVC. Also, I didn't figure out how to keep ValdikSS's authorship of his code in the patch (sorry :-

Re: [Openvpn-devel] [PATCH v4-master] Add Windows DNS Leak fix using WFP ('block-outside-dns')

2015-11-25 Thread Fish Wang
Just a small suggestion: I think the following will work: - Check the version of the current operating system. - Dynamically loading related DLLs (in this case, should be WFP-related libraries) using LoadLibrary() only if OpenVPN is running Windows Vista+, and pops a warning for XP users who has t

Re: [Openvpn-devel] Creating a Windows team for OpenVPN?

2015-10-19 Thread Fish Wang
Regarding Windows OpenVPN GUI: I have an internal fork of this OpenVPN GUI (https://github.com/jochenwierum/openvpn-manager) from jochenwierum, with many bug fixes and improvements, and it works fairly well on Windows. Maybe I should tidy my patches and open source it on github? Best, Fish ---

Re: [Openvpn-devel] Compiling issue on Visual Studio 2010

2015-07-01 Thread Fish Wang
Thank you Steffan, the patch works for me. Best, Fish -Original Message- From: Steffan Karger [mailto:stef...@karger.me] Sent: Wednesday, July 1, 2015 2:28 PM To: Fish Wang Cc: openvpn-devel Subject: Re: [Openvpn-devel] Compiling issue on Visual Studio 2010 On Wed, Jul 1, 2015 at 9:47

Re: [Openvpn-devel] Compiling issue on Visual Studio 2010

2015-07-01 Thread Fish Wang
ginal Message- From: Steffan Karger [mailto:stef...@karger.me] Sent: Wednesday, July 1, 2015 2:16 PM To: Fish Wang Cc: openvpn-devel Subject: Re: [Openvpn-devel] Compiling issue on Visual Studio 2010 Hi, On Wed, Jul 1, 2015 at 9:47 PM, Fish Wang wrote: > Visual Studio 2010 refuses to com

[Openvpn-devel] Compiling issue on Visual Studio 2010

2015-07-01 Thread Fish Wang
Hi, Visual Studio 2010 refuses to compile the latest code on branch release/2.3 because __func__ is not supported. Microsoft supports __FUNCTION__ instead of __func__ in their compiler. VS 2013 complains the same. The following patch resolves this issue. diff --git a/src/openvpn/crypto.c