]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Change parameter of send_auth_pending_messages from context to tls_multi
authorArne Schwabe <arne@rfc2549.org>
Wed, 10 Mar 2021 10:28:23 +0000 (11:28 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 10 Mar 2021 10:33:25 +0000 (11:33 +0100)
commitd8ed59320e619eb5c9e5ba2acbac1a4fecae36b1
tree6af2a8906df01e97931012ec6482c243250a3f4a
parent88664aba69a8aab0e600200c445024fbaf7bab80
Change parameter of send_auth_pending_messages from context to tls_multi

This prepares send_auth_pending_messages to be used a in context that
does not have context c available but also does not need to schedule
an immediate sending of the message (auth plugin/script)

Patch V2: Adjust the comment of reschedule_multi_process to actually fit a
          function.

Patch V3: Rebase needed because v3 of 3/11

Patch V4: Send with push.h prototype

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20210310102823.29508-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/search?l=mid&q=20210310102823.29508-1-arne@rfc2549.org
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/forward.c
src/openvpn/forward.h
src/openvpn/multi.c
src/openvpn/push.c
src/openvpn/push.h