]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Implement forwarding client CR_RESPONSE messages to management
authorArne Schwabe <arne@rfc2549.org>
Tue, 19 May 2020 22:00:04 +0000 (00:00 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 20 Jun 2020 10:38:45 +0000 (12:38 +0200)
commit06498f21cdf051b0643606efda96b27b3c358e0c
tree56d0c61f0b1e8010c02a7161aff607455034d5fd
parent1114b985dffaf7b2dcb04dfced5397562bb6606a
Implement forwarding client CR_RESPONSE messages to management

When signalling the client that it should do Challenge response
without reconnecting (IV_SSO=crtext/INFOPRE=CR_TEXT), the server
needs forward the response via the management console.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20200519220004.25136-6-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19910.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/management-notes.txt
src/openvpn/forward.c
src/openvpn/manage.c
src/openvpn/manage.h
src/openvpn/push.c
src/openvpn/push.h