[Openvpn-devel] [PATCH applied] Re: Exponentially back off on repeated connect retries

2016-07-11 Thread Gert Doering
Another ACK from me, looks good (and works :) )... Mon Jul 11 16:30:28 2016 us=977593 Restart pause, 2 second(s) Mon Jul 11 16:30:32 2016 us=937071 Restart pause, 2 second(s) Mon Jul 11 16:30:36 2016 us=957047 Restart pause, 2 second(s) Mon Jul 11 16:30:40 2016 us=907049 Restart pause, 2 second(s)

[Openvpn-devel] [PATCH] Change the hold command to communicate the time that OpenVPN would wait to the UI.

2016-07-11 Thread Arne Schwabe
Before the connect-retry change to do exponential backup this was not necessary since the time was fixed. With the exponential backoff the UI needs either to implement its own exponential backoff mechansim or needs a way of knowing the value of OpenVPN internal mechansim. --- doc/management-notes.

[Openvpn-devel] [PATCH] Update android documentation to match source code

2016-07-11 Thread Arne Schwabe
--- doc/android.txt | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/android.txt b/doc/android.txt index 137edfc..3a096dd 100644 --- a/doc/android.txt +++ b/doc/android.txt @@ -2,7 +2,7 @@ This file documents the support in OpenVPN for Android 4.0 and up. This

[Openvpn-devel] [PATCH applied] Re: Promptly close the netcmd_semaphore handle after use

2016-07-11 Thread Gert Doering
ACK. Reviewed the patch before - performance impact is not high (compared to exec()'ing netsh.exe), and I can see the argument that the approach I suggested would be changing too many different places to be more "clean". Compile-tested, not run. Your patch has been applied to the master and rele

[Openvpn-devel] [PATCH applied] Re: Deprecate the automatic part of openvpnserv.exe in favor of openvpnserv2.exe

2016-07-11 Thread Gert Doering
ACK. Gone with the wind. In the post-2.4 series, we might consider throwing out the automatic part totally... Your patch has been applied to the master branch. commit 6dd307c8640d851c6241a27f434c53a6aee0cace Author: Samuli Seppänen List-Post: openvpn-devel@lists.sourceforge.net Date: Mon Jul

[Openvpn-devel] [PATCH applied] Re: Update android documentation to match source code

2016-07-11 Thread Gert Doering
ACK. Just assuming that you know your URLs and management commands :) (no code change). Your patch has been applied to the master branch. commit 49817bf0ad599b8f9e8d52be9c0bb007aece0d48 Author: Arne Schwabe List-Post: openvpn-devel@lists.sourceforge.net Date: Mon Jul 11 16:50:59 2016 +0200

[Openvpn-devel] [PATCH applied] Re: Add client-side support for cipher negotiation

2016-07-11 Thread Gert Doering
Another ACK from me. Stared at the code for another while, still looks reasonable. Passes my t_client tests, t_server tests, and does not break Android :-) Your patch has been applied to the master branch. commit 97894360fa537945e07fd6a85d0659e094b693a5 Author: Steffan Karger List-Post: openv

Re: [Openvpn-devel] [PATCH] Change the hold command to communicate the time that OpenVPN would wait to the UI.

2016-07-11 Thread Selva Nair
Hi, On Mon, Jul 11, 2016 at 10:50 AM, Arne Schwabe wrote: > Before the connect-retry change to do exponential backup this was not > necessary > since the time was fixed. With the exponential backoff the UI needs either > to > implement its own exponential backoff mechansim or needs a way of know

[Openvpn-devel] [PATCH applied] Re: Add options to restrict cipher negotiation

2016-07-11 Thread Gert Doering
Another ACK from me. This is fairly trivial (compared to 3/5, at least). As a side note: as discussed on IRC, the extra copy of ciphername and authname in c1.* is needed because "this is what is in the initial config" and the variables in "options->*" might be overwritten by PUSH_REPLY (I was con