Re: [Openvpn-devel] First Windows installer snapshot now available

2011-07-14 Thread Samuli Seppänen
> Hi, > > The first Windows installer snapshot is now available here: > > <http://build.openvpn.net/downloads/snapshots/openvpn-2.x-20110714-winbuildfix-install.exe> > > As the name implies, it's based on "tmp/winbuildfix" branch in Git, on > top which I've

[Openvpn-devel] Summary of the IRC meeting / sprint (14th July 2011)

2011-07-14 Thread Samuli Seppänen
Hi, Here's the summary of the previous IRC meeting / sprint. --- COMMUNITY MEETING Place: #openvpn-devel on irc.freenode.net List-Post: openvpn-devel@lists.sourceforge.net Date: Thursday, 14th July 2011 Time: 17:00 UTC Planned meeting topics for this meeting were on this page:

[Openvpn-devel] First Windows installer snapshot now available

2011-07-14 Thread Samuli Seppänen
Hi, The first Windows installer snapshot is now available here: <http://build.openvpn.net/downloads/snapshots/openvpn-2.x-20110714-winbuildfix-install.exe> As the name implies, it's based on "tmp/winbuildfix" branch in Git, on top which I've applied my latest two patches[1].

Re: [Openvpn-devel] Minor issue in master git

2011-07-14 Thread Samuli Seppänen
Il 14/07/2011 02:54, Adriaan de Jong ha scritto: > > Hi everyone, > > > > There’s a minor annoyance in the master git tree, which rears its head > on Windows. Both the TODO.IPv6 and README.IPv6 have a little brother > called *.ipv6 (note the capitalisation). On Windows, this is the same >

Re: [Openvpn-devel] OpenVPN with PKCS11 support

2011-07-14 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/07/11 23:27, Thomas wrote: > Hi list, > > I'm looking for a newer version of OpenVPN (like 2.2.1) with PKCS11 > support precompiled for Windows. > As far as I see all available packages on the download page don't have > PKCS11 compiled in. >

Re: [Openvpn-devel] Minor issue in master git

2011-07-14 Thread Gert Doering
Hi, On Thu, Jul 14, 2011 at 11:54:26AM +0200, Adriaan de Jong wrote: > There's a minor annoyance in the master git tree, which rears its head on > Windows. Both the TODO.IPv6 and README.IPv6 have a little brother called > *.ipv6 (note the capitalisation). On Windows, this is the same filename.

[Openvpn-devel] Minor issue in master git

2011-07-14 Thread Adriaan de Jong
Hi everyone, There's a minor annoyance in the master git tree, which rears its head on Windows. Both the TODO.IPv6 and README.IPv6 have a little brother called *.ipv6 (note the capitalisation). On Windows, this is the same filename. Could someone closer to the subject merge/rename these files

Re: [Openvpn-devel] [PATCH 0/2] Final Visual studio compile fixes

2011-07-14 Thread Gert Doering
Hi, On Wed, Jul 13, 2011 at 05:12:27PM -0700, sam...@openvpn.net wrote: > These two patches fix two remaining Visual Studio compile issues. When these > are > applied on top of the existing patches in tmp/winbuildfix > (openvpn-testing.git > repo), Visual Studio builds finally work. ACK!

[Openvpn-devel] Donation of an OTP for the OpenVPN project

2011-07-14 Thread Jean-Michel Pouré - GOOZE
> and now lives in its own verification module. > > It lives here at the moment: > https://github.com/andj/openvpn-ssl-refactoring/blob/master/ssl_verify.c . > The verification code is called from key_method_2_write and > key_method_2_read, in ssl.c >

Re: [Openvpn-devel] openvpn support for challenge-response otp (user+pass+otp)

2011-07-14 Thread Adriaan de Jong
> -Original Message- > From: Samuli Seppänen [mailto:sam...@openvpn.net] > > There's some support for challenge-response authentication in OpenVPN: > > testing.git;a=commit;h=3cf9dd88fd84108eccfcce0ebf44e00f9481cd82>

[Openvpn-devel] [PATCH 2/2] Fixed a typo in win32.h that prevented building with Visual Studio

2011-07-14 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen Tested-by: Samuli Seppänen --- win32.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/win32.h b/win32.h index ca6dd32..528af6c 100644 --- a/win32.h +++

[Openvpn-devel] [PATCH 1/2] Additional Visual Studio 2008 build fixes to tun.c

2011-07-14 Thread samuli
From: Samuli Seppänen Signed-off-by: Gert Doering Tested-by: Samuli Seppänen Signed-off-by: Samuli Seppänen --- tun.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tun.c b/tun.c

[Openvpn-devel] [PATCH 0/2] Final Visual studio compile fixes

2011-07-14 Thread samuli
These two patches fix two remaining Visual Studio compile issues. When these are applied on top of the existing patches in tmp/winbuildfix (openvpn-testing.git repo), Visual Studio builds finally work.