Re: [Openvpn-devel] [PATCH] Adjust server-ipv6 documentation

2015-11-18 Thread Gert Doering
Hi, On Wed, Nov 18, 2015 at 04:48:06PM +0200, Christos Trochalakis wrote: > On Wed, Nov 18, 2015 at 03:37:04PM +0100, Gert Doering wrote: > >On Wed, Nov 18, 2015 at 04:06:50PM +0200, Christos Trochalakis wrote: > >> o --server-ipv6 is incompatible with the 'nopool' option > >> o ifconfig-ipv6-po

Re: [Openvpn-devel] [PATCH] Adjust server-ipv6 documentation

2015-11-18 Thread Christos Trochalakis
Hello Gert, On Wed, Nov 18, 2015 at 03:37:04PM +0100, Gert Doering wrote: Hi, On Wed, Nov 18, 2015 at 04:06:50PM +0200, Christos Trochalakis wrote: o --server-ipv6 is incompatible with the 'nopool' option o ifconfig-ipv6-pool starts at 0x1000 and not 0x1 since v2.3 c55e9562: Implement

Re: [Openvpn-devel] [PATCH] Adjust server-ipv6 documentation

2015-11-18 Thread Gert Doering
Hi, On Wed, Nov 18, 2015 at 04:06:50PM +0200, Christos Trochalakis wrote: > o --server-ipv6 is incompatible with the 'nopool' option > o ifconfig-ipv6-pool starts at 0x1000 and not 0x1 since v2.3 >c55e9562: Implement IPv6 interface config with non-/64 prefix lengths > > Signed-off-by: C

[Openvpn-devel] [PATCH] Adjust server-ipv6 documentation

2015-11-18 Thread Christos Trochalakis
o --server-ipv6 is incompatible with the 'nopool' option o ifconfig-ipv6-pool starts at 0x1000 and not 0x1 since v2.3 c55e9562: Implement IPv6 interface config with non-/64 prefix lengths Signed-off-by: Christos Trochalakis --- src/openvpn/helper.c | 3 +-- 1 file changed, 1 insertion(+), 2

Re: [Openvpn-devel] OpenVPN-GUI now on GitHub + other Windows team things

2015-11-18 Thread David Woodhouse
On Tue, 2015-11-17 at 22:55 -0500, Selva Nair wrote: > > The only complication is you need openssl built for the target > (windows) -- I have this cross-compiled from source and installed in > $HOME/windows/ There are some tutorials out there on how to cross- > compile openssl. If you're building

Re: [Openvpn-devel] OpenVPN-GUI now on GitHub + other Windows team things

2015-11-18 Thread Selva Nair
Hi, On Tue, Nov 17, 2015 at 8:44 AM, Morris, Russell wrote: > Hi, > > I do see the notes about " Building OpenVPN GUI from source" - but is > there a way to build this under Linux (may be easier for some)? > Cross compiling on linux is possible. Actually its the only way I've build the gui. Its

Re: [Openvpn-devel] [PATCH v3-master] Add Windows DNS Leak fix using WFP ('block-outside-dns').

2015-11-18 Thread Selva Nair
Hi, I feel some of the errors may have to be treated as FATAL. I understand this patch was discussed in the last IRC meeting, so may be I'm misunderstanding this, please bear with me. I presume, the main purpose of the option is to work around something seen as a serious security issue for some

Re: [Openvpn-devel] [PATCH v3-master] Add Windows DNS Leak fix using WFP ('block-outside-dns').

2015-11-18 Thread Selva Nair
Hi, I couldn't apply the patch (its not against master? ) Also it looks like the memory leak not properly fixed (see below). But before making a new version please see the general comment in the following mail too. in win32.c > +} > + > +bool > +win_wfp_uninit() > +{ > +dmsg (D_LOW, "Uninit

[Openvpn-devel] [PATCH] Use example.com to improve clarity of documentation

2015-11-18 Thread Phillip Smith
The example.com domain is set aside defined by IANA for use as documentation examples. Refer to: http://www.iana.org/domains/reserved Using this well-known domain makes comprehension of documentation easier. Signed-off-by: Phillip Smith --- doc/openvpn.8 | 35 ++-