[Openvpn-devel] [PATCH v3] Treat dhcp-option DNS6 and DNS identical

2018-01-31 Thread Arne Schwabe
OpenVPN3 accepts both IPv4 and IPv6 with option-dhcp DNS but throws an error for option-dhcp DNS6. This patch makes OpenVPN2 accept IPv4/IPv6 for both DNS and DNS6 Patch V2: Put IPv6 parsing logic into own function similar as for for IPv4 DNS --- doc/openvpn.8 | 14 +- src/op

[Openvpn-devel] [PATCH v2] show the right string for key-direction

2018-01-31 Thread Arne Schwabe
V2: print also a nice string if direction is not set --- src/openvpn/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 66e1f9d1..f405d8a2 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -1706,7 +1706,

[Openvpn-devel] [PATCH v3] show the right string for key-direction

2018-01-31 Thread Arne Schwabe
V2: print also a nice string if direction is not set V3: really include V2 changes --- src/openvpn/crypto.c | 11 +-- src/openvpn/crypto.h | 2 +- src/openvpn/options.c | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/openvpn/crypto.c b/src/openvpn/crypto.c

Re: [Openvpn-devel] [PATCH 1/1] Update copyright notes

2018-01-31 Thread David Sommerseth
On 29/01/18 09:43, Christian Hesse wrote: > From: Christian Hesse > > Now that the first release in 2018 is imminent let's update > the copyright notes. > > Signed-off-by: Christian Hesse > --- [...snip...] > 217 files changed, 252 insertions(+), 252 deletions(-) Thanks a lot. This can easil

Re: [Openvpn-devel] [PATCH] Add a warning for disabled DHCP media sense on Window

2018-01-31 Thread Jiří Engelthaler
Comments accepted. Thank you Selva. This patch is also as pull request https://github.com/OpenVPN/openvpn/pull/97 When DHCP media sense configuration is disabled, network applications including DHCP client will not receive information about link status changes and the link seems to be always conn

[Openvpn-devel] [PATCH] Update copyright to include 2018 plus company name change

2018-01-31 Thread David Sommerseth
The autumn of 2017, OpenVPN Technologies, Inc changed name to just OpenVPN Inc. Otherwise, extend the copyright to cover 2018 as well. With the exception of the company name change, all changes have been performed by the dev-tools/update-copyright.sh script. Signed-off-by: David Sommerseth ---

Re: [Openvpn-devel] [PATCH v3] Treat dhcp-option DNS6 and DNS identical

2018-01-31 Thread Selva Nair
Hi, On Wed, Jan 31, 2018 at 4:41 AM, Arne Schwabe wrote: > OpenVPN3 accepts both IPv4 and IPv6 with option-dhcp DNS but throws > an error for option-dhcp DNS6. > > This patch makes OpenVPN2 accept IPv4/IPv6 for both DNS and DNS6 > > Patch V2: Put IPv6 parsing logic into own function similar as fo

Re: [Openvpn-devel] [PATCH v2] Enable stricter compiler warnings by default

2018-01-31 Thread Steffan Karger
Hi, On 27-01-18 17:47, Selva Nair wrote: > As this is added by default (not in response to --enable/--disable > directives), may be better to prepend to user's CFLAGS? I'm not sure > what the standard practice is, though.. Considering the complexity of > configury, preserving user's input is hard,

[Openvpn-devel] Summary of the community meeting (Wed, 31st Jan 2018)

2018-01-31 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on irc.freenode.net Date: Wednesday 31st Jan 2018 Time: 11:30 CET (10:30 UTC) Planned meeting topics for this meeting were here: The next m

Re: [Openvpn-devel] [PATCH v2] Enable stricter compiler warnings by default

2018-01-31 Thread Gert Doering
Hi, On Thu, Feb 01, 2018 at 07:34:44AM +0100, Steffan Karger wrote: > > Just one thing: if we support compilers other than gcc/clang (say, > > xlc) this would need a test like AX_CHECK_COMPILE_FLAG(). > > Hm, I don't think we do for configure.ac. We do sort-of support MSVC, > but that doesn't us