Re: [Openvpn-devel] Combined 32/64-bit OpenVPN 2.4_beta1 installer available for testing

2016-11-21 Thread Samuli Seppänen
Il 21/11/2016 19:00, debbie10t ha scritto: > > > On 21/11/16 13:28, Samuli Seppänen wrote: >> Il 20/11/2016 23:16, debbie10t ha scritto: > >>> >>> Provided that the previous install is fully removed (including registry) >>> then the install is successful. Otherwise it fails in a non-standard dir >

[Openvpn-devel] [PATCH v2] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-21 Thread Selva Nair
v2: On closing tun delete the ipv6 dns addresses (if any were set). Also use "validate=no" only in Windows 7 and higher where it is supported. Its used to skip the time consuming automatic address validation which is on by default on those platforms. Tested on Windows Server 2008 (i686), Win 7 (x6

Re: [Openvpn-devel] [PATCH applied] Re: Do not set ipv6 address if '--ip-win32 manual' is used

2016-11-21 Thread Selva Nair
On Mon, Nov 21, 2016 at 11:18 AM, Gert Doering wrote: > This solves the issue at hand for the time being, without breaking > people's configs by removing "ip-win32 manual", and without changing > expectations "how things work on Windows". > > For 2.5, we should look at removing the "ip-win32 manu

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-21 Thread Marvin Adeff
Hi, Power User Perspective: Please ensure that these [X] selections can be controlled (as in "disabled") if openvpn is installed by command line (quiet mode). Thanks, Marvin Adeff > On Nov 21, 2016, at 11:46 AM, Gert Doering wrote: > > Hi, > >> On Tue, Nov 22, 2016 at 12:41:24AM +0500, ???

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-21 Thread Gert Doering
Hi, On Mon, Nov 21, 2016 at 02:54:13PM -0500, Selva Nair wrote: > On Mon, Nov 21, 2016 at 2:41 PM, ?? > wrote: > > > should we also start openvpn-gui if "launch gui on windows startup" is > > selected ? > That would start the GUI with admin rights, so we should not start t

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-21 Thread Gert Doering
Hi, On Tue, Nov 22, 2016 at 12:51:21AM +0500, ?? wrote: > > I tend to de-couple this - what about a second checkbox "launch gui now"? > > I like the approach of starting services: > > https://github.com/OpenVPN/openvpn-build/blob/master/windows-nsis/openvpn.nsi#L540 > > if

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-21 Thread Selva Nair
On Mon, Nov 21, 2016 at 2:41 PM, Илья Шипицин wrote: > should we also start openvpn-gui if "launch gui on windows startup" is > selected ? That would start the GUI with admin rights, so we should not start the GUI. Selva

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-21 Thread Илья Шипицин
2016-11-22 0:46 GMT+05:00 Gert Doering : > Hi, > > On Tue, Nov 22, 2016 at 12:41:24AM +0500, ?? wrote: > > should we also start openvpn-gui if "launch gui on windows startup" is > > selected ? > > I tend to de-couple this - what about a second checkbox "launch gui now"? > I l

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-21 Thread Gert Doering
Hi, On Tue, Nov 22, 2016 at 12:41:24AM +0500, ?? wrote: > should we also start openvpn-gui if "launch gui on windows startup" is > selected ? I tend to de-couple this - what about a second checkbox "launch gui now"? (With both defaulting to [X] checked) gert -- USENET is

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-21 Thread Илья Шипицин
should we also start openvpn-gui if "launch gui on windows startup" is selected ? 2016-11-22 0:13 GMT+05:00 Илья Шипицин : > > > 2016-11-16 23:47 GMT+05:00 Gert Doering : > >> Hi, >> >> On Wed, Nov 16, 2016 at 11:39:04PM +0500, ?? wrote: >> > > Samuli, Ilya, any idea how hard

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-21 Thread Илья Шипицин
2016-11-16 23:47 GMT+05:00 Gert Doering : > Hi, > > On Wed, Nov 16, 2016 at 11:39:04PM +0500, ?? wrote: > > > Samuli, Ilya, any idea how hard this is to do? > > > > it is trivial. > > Cool :-) > https://github.com/OpenVPN/openvpn-build/pull/50 as for many options, I would s

Re: [Openvpn-devel] Combined 32/64-bit OpenVPN 2.4_beta1 installer available for testing

2016-11-21 Thread Selva Nair
Hi, On Mon, Nov 21, 2016 at 12:34 PM, debbie10t wrote: > UNINSTALLING From C:\#Tools\Openvpn ... Registry remains: > > Windows Registry Editor Version 5.00 > > [HKEY_LOCAL_MACHINE\SOFTWARE\OpenVPN] > "config_dir"="C:\\#Tools\\OpenVPN\\config" > "config_ext"="ovpn" > "exe_path"="C:\\#Tools\\Op

Re: [Openvpn-devel] [PATCH v2] Stub implementation of "--dhcp-option DNS6 "

2016-11-21 Thread Gert Doering
Hi, On Mon, Nov 21, 2016 at 12:20:41PM -0500, Selva Nair wrote: > This will fix it. Hopefully non DHCPv4 options like this wont proliferate. Not in the short run anyway :-) - medium term we'll see what is needed to provide to windows clients (and *how*) if we run IPv6-only... gert -- USENET is

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-11-21 Thread Gert Doering
Hi, On Mon, Nov 21, 2016 at 10:31:45PM +0500, ?? wrote: > this line > > https://github.com/OpenVPN/openvpn/blob/master/tests/unit_tests/openvpn/Makefile.am#L17 > > causes an error GNU LD manpage says this is a trick to make it link "another function" "--wrap parse_line" wou

[Openvpn-devel] [PATCH applied] Re: Stub implementation of "--dhcp-option DNS6 "

2016-11-21 Thread Gert Doering
Patch has been applied to the master branch. commit 94bfc256d4e96e6e91fa5a518352d758c09800f3 Author: Gert Doering Date: Mon Nov 21 17:42:42 2016 +0100 Stub implementation of "--dhcp-option DNS6 " Signed-off-by: Gert Doering Acked-by: Selva Nair Message-Id: <1479746562-75

Re: [Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-21 Thread Arne Schwabe
Am 21.11.16 um 05:22 schrieb Selva Nair: > Hi, > > On Sun, Nov 20, 2016 at 5:29 PM, Arne Schwabe > wrote: > > Am 20.11.16 um 22:38 schrieb Selva Nair: > > TODO: set dns servers using the interactive service > > > > I was playing with ANdroid/IPv6 and thi

Re: [Openvpn-devel] Combined 32/64-bit OpenVPN 2.4_beta1 installer available for testing

2016-11-21 Thread debbie10t
On 21/11/16 17:00, debbie10t wrote: > > > On 21/11/16 13:28, Samuli Seppänen wrote: >> Il 20/11/2016 23:16, debbie10t ha scritto: > >>> >>> Provided that the previous install is fully removed (including registry) >>> then the install is successful. Otherwise it fails in a non-standard dir > >> >>

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-11-21 Thread Илья Шипицин
2016-11-17 3:04 GMT+05:00 Steffan Karger : > On 16 November 2016 at 18:06, Илья Шипицин wrote: > > is it ok ? > > No, it's not. But someone needs to figure out how to use cmocka on > OSX, or disable the offending test on OSX. If I find some time I > will, but I haven't yet gotten around to it.

Re: [Openvpn-devel] [PATCH v2] Stub implementation of "--dhcp-option DNS6 "

2016-11-21 Thread Selva Nair
On Mon, Nov 21, 2016 at 11:42 AM, Gert Doering wrote: > + > + /* flag that we have options to give to the TAP driver's DHCPv4 > server > + * - skipped for "DNS6", as that's not a DHCPv4 option > + */ > + if (!streq (p[1], "DNS6")) > + { > + o->dhcp_options = t

Re: [Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-21 Thread Selva Nair
On Sun, Nov 20, 2016 at 4:38 PM, Selva Nair wrote: > TODO: set dns servers using the interactive service > > Signed-off-by: Selva Nair > --- > doc/openvpn.8 | 5 ++--- > src/openvpn/options.c | 22 ++ > src/openvpn/tun.c | 30 ++ > sr

[Openvpn-devel] [PATCH v2] Stub implementation of "--dhcp-option DNS6 "

2016-11-21 Thread Gert Doering
This defines a new DHCP suboption "DNS6", but does not actually implement anything but "document the option and understand it". If received, it will be put into an "foreign_option_" environment variable where an --up script or plugin could receive and act upon it. On non-Windows platforms, all "d

[Openvpn-devel] [PATCH applied] Re: Do not set ipv6 address if '--ip-win32 manual' is used

2016-11-21 Thread Gert Doering
ACK. This solves the issue at hand for the time being, without breaking people's configs by removing "ip-win32 manual", and without changing expectations "how things work on Windows". For 2.5, we should look at removing the "ip-win32 manual" code path (and maybe map it in the other direction

Re: [Openvpn-devel] Preparing 2.4-beta1 upload to Debian (Experimental)

2016-11-21 Thread Alberto Gonzalez Iniesta
On Mon, Nov 21, 2016 at 03:37:45PM +0100, David Sommerseth wrote: > On 21/11/16 14:32, Samuli Seppänen wrote: > > Il 21/11/2016 11:10, Alberto Gonzalez Iniesta ha scritto: > >> Hi, > >> > >> I'm preparing an upload to Debian Experimental of 2.4-beta1 in > >> order to get the maximum exposition as

Re: [Openvpn-devel] Preparing 2.4-beta1 upload to Debian (Experimental)

2016-11-21 Thread David Sommerseth
On 21/11/16 14:32, Samuli Seppänen wrote: > Il 21/11/2016 11:10, Alberto Gonzalez Iniesta ha scritto: >> Hi, >> >> I'm preparing an upload to Debian Experimental of 2.4-beta1 in >> order to get the maximum exposition as possible. In the meantime >> I'd like to know your opinion on the following pa

Re: [Openvpn-devel] Preparing 2.4-beta1 upload to Debian (Experimental)

2016-11-21 Thread Samuli Seppänen
Il 21/11/2016 11:10, Alberto Gonzalez Iniesta ha scritto: > Hi, > > I'm preparing an upload to Debian Experimental of 2.4-beta1 in order to > get the maximum exposition as possible. In the meantime I'd like to know > your opinion on the following patch that I've been applying to Debian's > package

Re: [Openvpn-devel] Combined 32/64-bit OpenVPN 2.4_beta1 installer available for testing

2016-11-21 Thread Samuli Seppänen
Il 20/11/2016 23:16, debbie10t ha scritto: > > > On 18/11/16 20:14, debbie10t wrote: >> Hi, >> >> On 18/11/16 13:29, Samuli Seppänen wrote: >>> Hi, >>> >>> OpenVPN 2.4_rc1[1] will be bundled as a combined installer[2] that works >>> on both 32-bit and 64-bit Windows versions (Vista and above). A pr

Re: [Openvpn-devel] multi language / unicode installer

2016-11-21 Thread David Sommerseth
On 21/11/16 12:58, Илья Шипицин wrote: > > > 2016-11-21 16:51 GMT+05:00 Samuli Seppänen >: > > Il 21/11/2016 13:32, Илья Шипицин ha scritto: > > Hello, > > I see different languages in openvpn.nsi, for example > > https://github.com/OpenVPN/openvpn-build/blob/maste

Re: [Openvpn-devel] multi language / unicode installer

2016-11-21 Thread Илья Шипицин
2016-11-21 16:51 GMT+05:00 Samuli Seppänen : > Il 21/11/2016 13:32, Илья Шипицин ha scritto: > >> Hello, >> >> I see different languages in openvpn.nsi, for example >> >> https://github.com/OpenVPN/openvpn-build/blob/master/windows >> -nsis/openvpn.nsi#L97 >> >> >> we roll our own installer using

Re: [Openvpn-devel] multi language / unicode installer

2016-11-21 Thread Samuli Seppänen
Il 21/11/2016 13:32, Илья Шипицин ha scritto: > Hello, > > I see different languages in openvpn.nsi, for example > > https://github.com/OpenVPN/openvpn-build/blob/master/windows-nsis/openvpn.nsi#L97 > > > we roll our own installer using nsis-2.50-unicode, and I'm not sure it > is available for Linu

[Openvpn-devel] multi language / unicode installer

2016-11-21 Thread Илья Шипицин
Hello, I see different languages in openvpn.nsi, for example https://github.com/OpenVPN/openvpn-build/blob/master/windows-nsis/openvpn.nsi#L97 we roll our own installer using nsis-2.50-unicode, and I'm not sure it is available for Linux. but I guess there might be some interest from community t

Re: [Openvpn-devel] handle unsupported windows versions in installer

2016-11-21 Thread Илья Шипицин
2016-11-21 16:14 GMT+05:00 Samuli Seppänen : > Il 21/11/2016 11:34, Илья Шипицин ha scritto: > >> as we will make it hard coded within installer, so, if "WinXP installer >> link" will ever change, there'll be no way to change it in installer, >> which were downloaded (as for our company, I can con

[Openvpn-devel] Topics for the upcoming (Wednesday, 23rd Nov 2016) community meeting

2016-11-21 Thread Samuli Seppänen
Hi, We're going to have an IRC meeting on Wednesday 23rd November 2016. The meeting begins at 20:00 CET (19:00 UTC) on #openvpn-meeting irc.freenode.net. You do not have to be logged in to Freenode to join the channel. Current topic list along with basic information is here:

Re: [Openvpn-devel] handle unsupported windows versions in installer

2016-11-21 Thread Samuli Seppänen
Il 21/11/2016 11:34, Илья Шипицин ha scritto: > as we will make it hard coded within installer, so, if "WinXP installer > link" will ever change, there'll be no way to change it in installer, > which were downloaded (as for our company, I can confirm such practice, > people download installer and p

Re: [Openvpn-devel] handle unsupported windows versions in installer

2016-11-21 Thread Илья Шипицин
as we will make it hard coded within installer, so, if "WinXP installer link" will ever change, there'll be no way to change it in installer, which were downloaded (as for our company, I can confirm such practice, people download installer and put on smb shares, wiki, etc) so, which is the proper

Re: [Openvpn-devel] handle unsupported windows versions in installer

2016-11-21 Thread Gert Doering
Hi, On Mon, Nov 21, 2016 at 10:21:52AM +0100, David Sommerseth wrote: > However, how I understand Selva (and Gerts approval), is that the > *installer* can displaying the v2.3 download URL - and perhaps even > downloading it (on request). This. "This package does not work on your operating syste

Re: [Openvpn-devel] handle unsupported windows versions in installer

2016-11-21 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/11/16 08:57, ??? wrote: > @mattock , can we use some url rewrite for that ? URL rewrite? As on the web server? I think that is a very bad idea. If you want to download a particular file, you should get what you ask for. The web serv

[Openvpn-devel] Preparing 2.4-beta1 upload to Debian (Experimental)

2016-11-21 Thread Alberto Gonzalez Iniesta
Hi, I'm preparing an upload to Debian Experimental of 2.4-beta1 in order to get the maximum exposition as possible. In the meantime I'd like to know your opinion on the following patch that I've been applying to Debian's package for some years: https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;b

Re: [Openvpn-devel] handle unsupported windows versions in installer

2016-11-21 Thread Илья Шипицин
@mattock , can we use some url rewrite for that ? 2016-11-21 12:53 GMT+05:00 Gert Doering : > Hi, > > On Sun, Nov 20, 2016 at 11:02:33PM -0500, Selva Nair wrote: > > As for 2.4 installer, if run on XP, showing a link to the latest 2.3.x > > before bailing out is a nice thing to do. If its not to