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

Re: [Openvpn-devel] [PATCH v6 7/7] Implement unit tests for auth-gen-token

2019-09-13 Thread David Sommerseth
On 08/08/2019 16:54, Arne Schwabe wrote: > From: Arne Schwabe > > Patch V2: adapt unit tests to other V2 patches > Patch V4: Resolve rebase conflicts > Patch V5: Add \ lost in rebase that broke compilation > --- > tests/unit_tests/openvpn/Makefile.am | 18 +- > tests/unit_tests/openvpn/te