Re: [Openvpn-devel] [PATCHv2] put virtual IPv6 addresses into env

2015-11-24 Thread Gert Doering
Ho Hum, On Tue, Nov 24, 2015 at 05:45:04PM +0100, Heiko Hund wrote: > Add missing environment variables for IPv6 virtual addresses: > > * ifconfig_pool_local_ipv6 > * ifconfig_pool_remote_ipv6 > * ifconfig_pool_ipv6_netbits > > Signed-off-by: Heiko Hund [..]

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

2015-11-24 Thread Gert Doering
Hi, On Tue, Nov 24, 2015 at 08:49:08PM +0300, ValdikSS wrote: > I can't figure out why Thunderbird corrupts my patches. Because you're not using git send-email :) $ git send-email --to=openvpn-devel@lists.sourceforge.net -1 will magically do everything perfectly (added options available to

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

2015-11-24 Thread debbie10t
Now that I can build OpenVPN-Windows I will help, although it will take me a while to work out how .. I only have access to W7 but from what I have read that is the only Windows you do *not* have. BTW: Many thanks for your exceptional efforts on this problem :) Regards - Original

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

2015-11-24 Thread ValdikSS
I can't figure out why Thunderbird corrupts my patches. Please use the attached version. I still need help with 2.3 build system. If somebody willing to help me, please use the attached version. On 24.11.2015 11:39, Gert Doering wrote: > Hi, > > On Thu, Nov 19, 2015 at 06:20:19PM +0300, ValdikSS

[Openvpn-devel] [PATCHv2] extend management interface command "state"

2015-11-24 Thread Heiko Hund
Currently the state command shows only the tun/tap IPv4 address. The IPv4 address of the remote peer is also displayed. In case you connect via IPv6 it just shows the first 4 bytes of the address in IPv4 notation. This patch extends the state command, so it handles IPv6 addresses. In addition it

[Openvpn-devel] [PATCH applied] Re: remove unused gc_arena in FreeBSD close_tun()

2015-11-24 Thread Gert Doering
Patch has been applied to the master and release/2.3 branch. commit cef57449b98c38deb35e885bd8958fe09f6a2b02 (master) commit 5731a570c4f089371578445f6deadfb4189f3e9e (release/2.3) Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Tue Nov 24 14:09:10 2015 +0100

[Openvpn-devel] [PATCH applied] Re: remove nonsense const specifier in nonfatal() return value

2015-11-24 Thread Gert Doering
ACK. Your patch has been applied to the master branch. commit f544e388527066dcf17ea0e257b9182a7286e821 Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Tue Nov 24 15:00:35 2015 +0100 remove nonsense const specifier in nonfatal() return value Signed-off-by:

[Openvpn-devel] [PATCH applied] Re: Fix memory leak in add_option() by simplifying get_ipv6_addr

2015-11-24 Thread Gert Doering
Your patch has been applied to the release/2.3 branch and cherry-picked to master (with some minor massaging...). commit 7e618994f3112ff4b29b9f08d087fb558636a6af (release/2.3) commit 4f19cd1ddde3929d4a715ad59cd603eff16c66bf (master) Author: Steffan Karger List-Post:

[Openvpn-devel] [PATCH] remove nonsense const specifier in nonfatal() return value

2015-11-24 Thread steffan.karger
From: Steffan Karger Return values are rvalues, and can not be changed anyway. Adding const does not make sense here at all. (What was I thinking...?) Signed-off-by: Steffan Karger --- src/openvpn/error.h | 2 +- 1 file changed, 1

Re: [Openvpn-devel] [PATCH] remove unused gc_arena in FreeBSD close_tun()

2015-11-24 Thread Steffan Karger
On 24-11-15 14:09, Gert Doering wrote: > not used, and a small mem leak on every tunnel close... > > Signed-off-by: Gert Doering > --- > src/openvpn/tun.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c > index 8139afc..c293e1e

[Openvpn-devel] [PATCH] remove unused gc_arena in FreeBSD close_tun()

2015-11-24 Thread Gert Doering
not used, and a small mem leak on every tunnel close... Signed-off-by: Gert Doering --- src/openvpn/tun.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 8139afc..c293e1e 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c

[Openvpn-devel] [PATCH applied] Re: Fix FreeBSD-specific mishandling of gc arena pointer in create_arbitrary_remote()

2015-11-24 Thread Gert Doering
Patch has been applied to the master and release/2.3 branch. commit b33e1355765bbf83f4c8b744c442c7d98df808fa (master) commit 66a34601ecef2a099403468d239ea3f9b3a3b970 (release/2.3) Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Tue Nov 10 22:17:03 2015 +0100 Fix

Re: [Openvpn-devel] [PATCH] Fix FreeBSD-specific mishandling of gc arena pointer in create_arbitrary_remote()

2015-11-24 Thread Steffan Karger
On Tue, Nov 10, 2015 at 10:17 PM, Gert Doering wrote: > ... and while at it, fix warning about losing "const" qualifier on > return. > > Signed-off-by: Gert Doering > --- > src/openvpn/tun.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

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

2015-11-24 Thread Gert Doering
Hi, On Tue, Nov 24, 2015 at 09:53:21AM +1100, Phillip Smith wrote: > I sent the below patch last week, but it doesn't seem to have made it to > the mail list for some reason, despite being delivered to SourceForge: > 18 Nov 2015 12:07:31openvpn-devel@lists.sourceforge.net > 216.34.181.68

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

2015-11-24 Thread Gert Doering
Hi, On Thu, Nov 19, 2015 at 06:20:19PM +0300, ValdikSS wrote: > This option blocks all out-of-tunnel communication on TCP/UDP port 53 (except > for OpenVPN itself), preventing DNS Leaks on Windows 8.1 and 10. Indeed, what Selva said - the patch is whitespace-mangled. Valdikss, could you please

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

2015-11-24 Thread Selva Nair
Hi, On Thu, Nov 19, 2015 at 10:20 AM, ValdikSS wrote: > This option blocks all out-of-tunnel communication on TCP/UDP port 53 > (except > for OpenVPN itself), preventing DNS Leaks on Windows 8.1 and 10. > This version looks fine and works as promised (tested on Win 7 and