[Openvpn-devel] openvpn windows gui

2012-02-24 Thread Alon Bar-Lev
Hello, A stupid question Which GUI is embedded in the installer? What is GUI and what is XGUI? All I found is[1]. Alon. [1] http://openvpn-gui.git.sourceforge.net/git/gitweb.cgi?p=openvpn-gui/openvpn-gui;a=summary

Re: [Openvpn-devel] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-24 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/02/12 20:49, debrabander wrote: > This is not the a problem when building using the latest Mac OS X > SDK. I've did a quick search and it seems to be a more common issue on > some (old) Darwin platforms. Please try building again after applying >

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-24 Thread Gert Doering
Hi, On Thu, Feb 23, 2012 at 11:12:01AM +0100, David Sommerseth wrote: > Please try the attached patch and see if this works better. I've flipped > the flag about explicit IPv6 support for OSX/Darwin. Your tests obviously > shows the support is present. ACK. I just checked the code, and the mis

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-24 Thread Gert Doering
Hi, On Thu, Feb 23, 2012 at 11:12:01AM +0100, David Sommerseth wrote: > [...snip...] > > My recommendation is to: > > > > 1. Remove the "NOTE: explicit support for IPv6 tun devices is not > > provided for this OS" > > Please try the attached patch and see if this works better. I've flipped > th

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-24 Thread Gert Doering
Hi, On Thu, Feb 23, 2012 at 10:06:45AM +0100, Freek Dijkstra wrote: > Running Mac OS 10.7.2: > % uname -mrsv > Darwin 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST > 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64 [..] > NOTE: explicit support for IPv6 tun devices is not provided

Re: [Openvpn-devel] [PATCH] Add gateway argument to Linux ip route del

2012-02-24 Thread Mickael Chazaux
Hi, 2012/2/24 Alon Bar-Lev : > If tool does not use it, environment should be used. > Did not thought of that, works great. Thanks! Mickael

Re: [Openvpn-devel] [PATCH] Add gateway argument to Linux ip route del

2012-02-24 Thread Alon Bar-Lev
If tool does not use it, environment should be used. On Fri, Feb 24, 2012 at 4:29 PM, Mickael Chazaux wrote: > In some use cases, it is valuable to have the gateway > passed when deleting a route. Even if is ignored by > iproute2, custom tools selected via the --iproute option > can make use of i

[Openvpn-devel] [PATCH] Add gateway argument to Linux ip route del

2012-02-24 Thread Mickael Chazaux
In some use cases, it is valuable to have the gateway passed when deleting a route. Even if is ignored by iproute2, custom tools selected via the --iproute option can make use of it. Signed-off-by: Mickael Chazaux --- route.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff

Re: [Openvpn-devel] static build

2012-02-24 Thread Mr Dash Four
I am working on a new build system for OpenVPN, you can check it[1] out. To cross compile master to arm in static, do: $ git clone git://github.com/alonbl/openvpn-build.git $ cd openvpn-build/generic $ CHOST="arm-unknown-linux-gnueabi" CBUILD="x86_64-pc-linux-gnu" DO_STATIC=1 ./build It will c

Re: [Openvpn-devel] [build] Windows build test

2012-02-24 Thread Samuli Seppänen
> 2012/2/24 Samuli Seppänen : >> Actually, I cloned the "openvpn-build" Git repository and copied the >> directories from there on top OpenVPN sources (yours and official). That >> said, I tried the tarball, too: >> >> >> >> I

Re: [Openvpn-devel] [build] Windows build test

2012-02-24 Thread Alon Bar-Lev
2012/2/24 Samuli Seppänen : > Actually, I cloned the "openvpn-build" Git repository and copied the > directories from there on top OpenVPN sources (yours and official). That > said, I tried the tarball, too: > > > > I documente

Re: [Openvpn-devel] [build] Windows build test

2012-02-24 Thread Samuli Seppänen
> 2012/2/24 Samuli Seppänen : >> Hi Alon, >> >> I tried building OpenVPN using the "Visual Studio Complete Batch" method: >> >> $ cd msvc >> $ build >> >> All went fine until OpenVPN build itself. The error message is here: >> >> > Oh... you used the tarball and I fo

Re: [Openvpn-devel] [build] Windows build test

2012-02-24 Thread Samuli Seppänen
> Hello people who actually use Windows! > > I will appreciate if you test my new windows build environment for OpenVPN. > > > Visual Studio Complete Batch > > install perl > >> cd msvc >> build > Visual Studio IDE > > After you have the dependencies of Complete Batch or your own. > Create msvc-en

Re: [Openvpn-devel] [PATCH 00/35] build revolution

2012-02-24 Thread Adriaan de Jong
> -Original Message- > From: Alon Bar-Lev [mailto:alon.bar...@gmail.com] > Sent: donderdag 23 februari 2012 21:20 > > Hello Again, > > Now the openvpn-build supports creating nsis installation package, > including singing. Output package is at[1]. > > Notice that all process is done on L

[Openvpn-devel] easy-rsa packaging

2012-02-24 Thread Alon Bar-Lev
Hello, I've created easy-rsa repository[1] and packaging[2] as standard tarball. This git repository holds only history of easy-rsa subdirectory. The installer create script[3] receives the tarball to embed within installer. Now, all that left is the tap packaging, nobody stepped in so I will d