Re: [Openvpn-devel] [PATCH v4] Implement AUTH_FAIL, TEMP message support

2022-09-18 Thread Arne Schwabe
Am 18.09.2022 um 18:25 schrieb Gert Doering: Hi, On Wed, Sep 14, 2022 at 07:01:34PM +0200, Arne Schwabe wrote: src/openvpn/openvpn.vcxproj | 2 + This file is still gone, so the hunk also needs to go. But I can ignore this. diff --git a/doc/man-sections/script-options.rst b/d

Re: [Openvpn-devel] [PATCH v4] Implement AUTH_FAIL, TEMP message support

2022-09-18 Thread Gert Doering
Hi, On Wed, Sep 14, 2022 at 07:01:34PM +0200, Arne Schwabe wrote: > src/openvpn/openvpn.vcxproj | 2 + This file is still gone, so the hunk also needs to go. But I can ignore this. > diff --git a/doc/man-sections/script-options.rst > b/doc/man-sections/script-options.rst > index 61

[Openvpn-devel] [PATCH v4] Implement AUTH_FAIL, TEMP message support

2022-09-14 Thread Arne Schwabe
This allows a server to indicate a temporary problem on the server and allows the server to indicate how to proceed (i.e. move to the next server, retry the same server, wait a certain time,...) This adds options_utils.c/h to be able to unit test the new function. Patch v2: Improve documentation,