[Openvpn-devel] [PATCH v3] Introduce webauth auth pending method and deprecate openurl

2021-08-13 Thread Arne Schwabe
The experience with openurl/OPEN_URL has shown that just sending a URL to a client is not enough and we often need different behaviour of the client depending on circumstances. Replace OPEN_URL with a more flexible WEB_AUTH pending auth method. Patch v2: use WEB_AUTH instead WEBAUTH Patch v3: inco

Re: [Openvpn-devel] [PATCH v3] Introduce webauth auth pending method and deprecate openurl

2021-08-13 Thread Selva Nair
Hi, On Fri, Aug 13, 2021 at 7:56 AM Arne Schwabe wrote: > The experience with openurl/OPEN_URL has shown that just sending > a URL to a client is not enough and we often need different > behaviour of the client depending on circumstances. Replace > OPEN_URL with a more flexible WEB_AUTH pending

[Openvpn-devel] [PATCH] Fix client-pending-auth help message in management interface

2021-08-13 Thread selva . nair
From: Selva Nair - Add the missing timeout value that is required (not optional) - Split the long line - Also make the AUTH_PENDING state message format in management-notes.txt more precise. Signed-off-by: Selva Nair --- doc/management-notes.txt | 2 +- src/openvpn/manage.c | 4 ++-- 2 f