: 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
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
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
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
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
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
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
, 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
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
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
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
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 :-
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
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
---
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
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
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
17 matches
Mail list logo