Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-16 Thread Gert Doering
Hi, On Tue, Dec 15, 2015 at 05:10:57PM -0500, Selva Nair wrote: > > Well, it is not an "unknown option" on XP... and the code doesn't really > > lend itself to "just claim it's an unknown option if it cannot be enabled" > > without being truly ugly... > > Well, > else if (streq (p[0], "block-out

Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread Selva Nair
Hi, > > My original comment about this to an early version of valdikSS' patch > > was on a different level -- if the user want DNS blocked, failure to > block > > should be FATAL. But not respecting ignore-unknown-option only on > > some platforms doesn't look right. > > Well, it is not an "unkno

Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread Gert Doering
Hi, On Tue, Dec 15, 2015 at 04:12:25PM -0500, Selva Nair wrote: > > Make that "setenv opt block-outside-dns". ignore-unknown-option will > > *not* help here, as it is not "unknown", but just "not working". > > You are right, ignore-unknown .. would have worked with valdikSS patch, > but not any

Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread Selva Nair
Hi, On Tue, Dec 15, 2015 at 3:54 PM, Gert Doering wrote: > Hi, > > On Tue, Dec 15, 2015 at 12:25:23PM -0500, Selva Nair wrote: > > > 2. release/2.3 (and upcoming 2.3.9) > > - May be built for target = winxp > > (this is the default target in openvpn-build if release/2.3 source is > > used) > >

Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread Gert Doering
Hi, On Tue, Dec 15, 2015 at 12:25:23PM -0500, Selva Nair wrote: > 1. git_master: > - May be built with target = vista and will run correctly only on vista > and above > (this is the default target in openvpn-build if git-master source is > used) > - Will support --block-outside-dns when ru

Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread debbie10t
- Original Message - From: "Gert Doering" To: Cc: Sent: Tuesday, December 15, 2015 5:10 PM Subject: Re: [Openvpn-devel] [PATCH] Updates to Changes.rst This is a bug in the mingw header files. You need a patch for it (or upgrade to a newer version than contained

Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread Selva Nair
On Tue, Dec 15, 2015 at 11:29 AM, wrote: > Any clarity on what to expect of the --block-outside-dns option > and what windows version it is/will be support would help. > 1. git_master: - May be built with target = vista and will run correctly only on vista and above (this is the default t

Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread Gert Doering
Hi, On Tue, Dec 15, 2015 at 04:29:21PM -, debbie...@gmail.com wrote: > > From: Samuli Seppänen > > > > This patch is for the release/2.3 branch [..] > > -Peer ID support > > +Windows DNS leak fix > > +This feature allows blocking all out-of-tunnel communication on > > TCP/UDP port > > +

Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread Gert Doering
Hi, On Tue, Dec 15, 2015 at 04:40:32PM +0200, sam...@openvpn.net wrote: > From: Samuli Seppänen > > This patch is for the "master" branch This one does not apply to my "master" branch... Applying: Updates to Changes.rst error: patch failed: Changes.rst:34 error: Changes.rst: patch does not app

Re: [Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread debbie10t
Hi - Original Message - From: To: Sent: Tuesday, December 15, 2015 3:00 PM Subject: [Openvpn-devel] [PATCH] Updates to Changes.rst From: Samuli Seppänen This patch is for the release/2.3 branch +Overview of changes in 2.3 +== New features

[Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread samuli
From: Samuli Seppänen This patch is for the release/2.3 branch Signed-off-by: Samuli Seppänen --- Changes.rst | 390 ++-- 1 file changed, 383 insertions(+), 7 deletions(-) diff --git a/Changes.rst b/Changes.rst index 0188323..38f42b6 100

[Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread samuli
From: Samuli Seppänen This patch is for the "master" branch Signed-off-by: Samuli Seppänen --- Changes.rst | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Changes.rst b/Changes.rst index 41629bd..61e1e59 100644 --- a/Changes.rst +++ b/Changes.rst @@