]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Introduce management client state for AUTH_PENDING notifications
authorArne Schwabe <arne@rfc2549.org>
Mon, 25 Jan 2021 12:56:21 +0000 (13:56 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 14 Feb 2021 15:53:21 +0000 (16:53 +0100)
commitb29f7dffc073ebd2a3b04eac5f7aee2edcf5da49
tree76d10f399f8d560f98ff3e3a5a17c5325037194e
parent3f8fb2b2c1d664f421d36181846da89c4330c6cc
Introduce management client state for AUTH_PENDING notifications

This allows a UI client to display the correct state. Technically the
client is still waiting for PUSH_REPLY but for every practical concern
this is a different state as we are waiting for the pending
authentication to finish.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <20210125125628.30364-5-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21498.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/manage.c
src/openvpn/manage.h
src/openvpn/push.c