[Openvpn-devel] [PATCH] cleanup: windows: convert argv (UCS-2 to UTF-8) at earliest

2012-03-24 Thread Alon Bar-Lev
Discussed at [1]. Use wmain under windows, drop the custom parsing and shell32 linkage. There is no need for gc magic as this allocation is static. [1] http://permalink.gmane.org/gmane.network.openvpn.devel/5433 Signed-off-by: Alon Bar-Lev --- src/openvpn/Makefile.am |6 +- src/op

Re: [Openvpn-devel] [PATCH] build: rename bool->obool

2012-03-24 Thread Alon Bar-Lev
On Sat, Mar 24, 2012 at 9:15 PM, Alon Bar-Lev wrote: > PPC architectures and conflict with stdbool.h. > > basic.h defines a type 'bool' that conflicts with the altivec > keyword bool which has to be fixed upstream, see bugs[1][2]. > > [1] https://bugs.gentoo.org/show_bug.cgi?id=293840 > [2] https:

[Openvpn-devel] [PATCH 6/6] build: windows: set vendor to openvpn project + cleanups

2012-03-24 Thread Alon Bar-Lev
*NOTICE* This is Latin code page file, beware of conversion. Signed-off-by: Alon Bar-Lev --- src/openvpn/openvpn_win32_resources.rc |6 +++--- src/openvpnserv/openvpnserv_resources.rc |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/openvpn/openvpn_win32_reso

[Openvpn-devel] [PATCH 5/6] build: enable lzo by default

2012-03-24 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9a6ff29..bd84c0f 100644 --- a/configure.ac +++ b/configure.ac @@ -41,9 +41,9 @@ AC_USE_SYSTEM_EXTENSIONS AC_ARG_ENABLE( [lzo], -

[Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-24 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- .gitignore |2 + build/msvc/msvc-generate/Makefile.am |2 +- build/msvc/msvc-generate/msvc-generate.vcproj | 74 --- build/msvc/msvc-generate/msvc-generate.vcxproj | 69 +++ msvc-build.bat

[Openvpn-devel] [PATCH 3/6] tree: ChangeLog: add ident attribute

2012-03-24 Thread Alon Bar-Lev
--- .gitattributes |1 + ChangeLog |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000..9cf9e1f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +ChangeLog ident dif

[Openvpn-devel] [PATCH 2/6] build: autoconf: misc sockets fixups

2012-03-24 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- configure.ac | 53 - 1 files changed, 28 insertions(+), 25 deletions(-) diff --git a/configure.ac b/configure.ac index c6cabee..9a6ff29 100644 --- a/configure.ac +++ b/configure.ac @@ -522,6 +522,33 @@ AC_CHECK

[Openvpn-devel] [PATCH 0/6] build revolution

2012-03-24 Thread Alon Bar-Lev
The last commit was partial, and done even if I NAK some of the patches. As it seems my opinion of a patch of fellows nor mine is not taken into consideration properly. I curious how process had been performed if someone else had found a problem. This also had been done while Samuli is in progress

[Openvpn-devel] [PATCH 1/6] build: ax_varargs.m4: fixups

2012-03-24 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- m4/ax_varargs.m4 | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/m4/ax_varargs.m4 b/m4/ax_varargs.m4 index 37cdebe..c295d21 100644 --- a/m4/ax_varargs.m4 +++ b/m4/ax_varargs.m4 @@ -12,11 +12,12 @@ AC_DEFUN([AX_CPP_VARARG_MACRO_GCC]