Re: [Openvpn-devel] [PATCH v6 6/7] Send indication that a session is expired to clients

2019-09-13 Thread David Sommerseth
On 08/08/2019 16:53, Arne Schwabe wrote: > From: Arne Schwabe > > This allows OpenVPN 3 core to fall back to the original authentication > method. > > This commit changes man_def_auth_set_client_reason to > auth_set_client_reason since it now used in more contexts. > > Also remove a FIXME about

[Openvpn-devel] [PATCH v6 6/7] Send indication that a session is expired to clients

2019-08-08 Thread Arne Schwabe
From: Arne Schwabe This allows OpenVPN 3 core to fall back to the original authentication method. This commit changes man_def_auth_set_client_reason to auth_set_client_reason since it now used in more contexts. Also remove a FIXME about client_reason not being freed, as it is freed in tls_multi