Re: [Openvpn-devel] [PATCH v2 5/6] Sent indication that a session is expired to clients

2019-02-15 Thread David Sommerseth
On 22/01/2019 16:03, 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 v2 5/6] Sent indication that a session is expired to clients

2019-01-22 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