[Openvpn-devel] [OpenVPN/openvpn] 6efeaa: Added support for new PolarSSL 1.1 RNG

2012-04-28 Thread Adriaan de Jong
Branch: refs/heads/master Home: https://github.com/OpenVPN/openvpn Commit: 6efeaa2e4462bc10f395d8aceed363c3e77b35a3 https://github.com/OpenVPN/openvpn/commit/6efeaa2e4462bc10f395d8aceed363c3e77b35a3 Author: Adriaan de Jong Date: 2012-04-27 (Fri, 27 Apr 2012) Changed paths:

Re: [Openvpn-devel] [PATCH] build: use stdbool.h if available

2012-04-28 Thread Gert Doering
Hi, On Fri, Apr 27, 2012 at 01:28:31AM +0300, Alon Bar-Lev wrote: > On Fri, Apr 27, 2012 at 1:27 AM, Alon Bar-Lev wrote: > > If stdbool.h is available use it, otherwise create emulation. [..] > I took the easy approach. > I think this is the simplest it can be. Even if David has already committe

Re: [Openvpn-devel] [PATCH 1/6] Added support for new PolarSSL 1.1 RNG

2012-04-28 Thread Gert Doering
Hi, On Sat, Apr 28, 2012 at 12:20:45AM +0200, David Sommerseth wrote: > This is a summary of all the 6 applied patches. All patches were applied to > the master branch and pushed out to -stable and -testing trees. JFTR, the FreeBSD 9.0 buildslave now has PolarSSL 1.1.2 installed, and building w

[Openvpn-devel] [PATCH] build: add git revision to --version output if build from git repository

2012-04-28 Thread Alon Bar-Lev
If configure is located at git repository, acquire branch and revision of head to be printed at --version output. Signed-off-by: Alon Bar-Lev --- configure.ac | 11 +++ src/openvpn/options.c |3 +++ 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/configure.

Re: [Openvpn-devel] [PATCH] build: add git revision to --version output if build from git repository

2012-04-28 Thread Alon Bar-Lev
On Sat, Apr 28, 2012 at 9:00 PM, Alon Bar-Lev wrote: > If configure is located at git repository, acquire branch and revision > of head to be printed at --version output. > > Signed-off-by: Alon Bar-Lev > --- >  configure.ac          |   11 +++ >  src/openvpn/options.c |    3 +++ >  2 fil

[Openvpn-devel] [PATCH] build: windows: convert resources to UTF-8

2012-04-28 Thread Alon Bar-Lev
Visual Studio 2010 editor supports UTF-8 files, we can store files in standard encoding. Signed-off-by: Alon Bar-Lev --- src/openvpn/openvpn_win32_resources.rc |4 +++- src/openvpnserv/openvpnserv_resources.rc |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/

Re: [Openvpn-devel] [PATCH] build: windows: convert resources to UTF-8

2012-04-28 Thread Alon Bar-Lev
On Sat, Apr 28, 2012 at 9:29 PM, Alon Bar-Lev wrote: > Visual Studio 2010 editor supports UTF-8 files, we can store files in > standard encoding. > > Signed-off-by: Alon Bar-Lev > --- >  src/openvpn/openvpn_win32_resources.rc   |    4 +++- >  src/openvpnserv/openvpnserv_resources.rc |    4 +++- >

[Openvpn-devel] [OpenVPN/openvpn-build] d0f061: build.bat: chdir with change drive to script locat...

2012-04-28 Thread Alon Bar-Lev
Branch: refs/heads/master Home: https://github.com/OpenVPN/openvpn-build Commit: d0f06178a3dcd3d9ffad713233b6ec2f39c66b78 https://github.com/OpenVPN/openvpn-build/commit/d0f06178a3dcd3d9ffad713233b6ec2f39c66b78 Author: Alon Bar-Lev Date: 2012-04-28 (Sat, 28 Apr 2012) Change

[Openvpn-devel] [PATCH] build: msvc: chdir with change drive to script location

2012-04-28 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- msvc-build.bat |1 + msvc-dev.bat |2 +- msvc-env.bat |2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/msvc-build.bat b/msvc-build.bat index 01417d1..fd6d558 100644 --- a/msvc-build.bat +++ b/msvc-build.bat @@ -4,6 +4,7 @@ rem C

Re: [Openvpn-devel] [PATCH] build: windows: convert resources to UTF-8

2012-04-28 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/04/12 20:29, Alon Bar-Lev wrote: > Visual Studio 2010 editor supports UTF-8 files, we can store files > in standard encoding. > > Signed-off-by: Alon Bar-Lev --- > src/openvpn/openvpn_win32_resources.rc |4 +++- > src/openvpnserv/openvpn

Re: [Openvpn-devel] [PATCH] build: windows: convert resources to UTF-8

2012-04-28 Thread Alon Bar-Lev
On Sat, Apr 28, 2012 at 11:02 PM, David Sommerseth wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 28/04/12 20:29, Alon Bar-Lev wrote: >> Visual Studio 2010 editor supports UTF-8 files, we can store files >> in standard encoding. >> >> Signed-off-by: Alon Bar-Lev --- >> src/openvp