[Openvpn-devel] [PATCH] Add one element (a terminating NULL pointer) to the array into which parse_line() stores the arguments. This prevents that options that traverse this array until a terminator i

2017-06-07 Thread Guido Vranken
Signed-off-by: Guido Vranken --- src/openvpn/options.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 452087a..91d8280 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -4531,7 +4531,7 @@ read_co

[Openvpn-devel] [PATCH] Refactor my_strupr such that it will not check and possibly alter bytes after the string's null terminator for strings of length 0

2017-06-07 Thread Guido Vranken
Signed-off-by: Guido Vranken --- src/openvpn/ntlm.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/openvpn/ntlm.c b/src/openvpn/ntlm.c index 0c43681..9348337 100644 --- a/src/openvpn/ntlm.c +++ b/src/openvpn/ntlm.c @@ -130,17 +130,16 @@ gen_nonce(unsigned char *n

[Openvpn-devel] W10 Client assigns old AND new IPv6 address to TAP with GUI+Service but not with cmd prompt

2017-06-07 Thread debbie10t
Hi, I have a basic setup and discovered that my W10 client was assigning a second IPv6 address to TAP even though it is *not* being pushed by the server. The second address is an old address from a server that I sometimes connect to. The server is still running but the client is not connect