[Openvpn-devel] [PATCH] Added environment variable for IPv6 route metric.

2020-08-20 Thread Jan Seeger
--- doc/man-sections/script-options.rst | 4 ++-- src/openvpn/route.c | 6 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/man-sections/script-options.rst b/doc/man-sections/script-options.rst index b4bbf52f..062646b2 100644 --- a/doc/man-sections/script-

[Openvpn-devel] AUTH_PENDING from client-pending-auth query

2020-08-20 Thread Eric Thorpe
Hi All, Arne might be best to answer this but wasn't sure. I've been testing out the client-pending-auth/cr-response stuff recently and had a question. Currently, the first thing that happens from the client-pending-auth management command is the client is sent an AUTH_PENDING control channel

[Openvpn-devel] [PATCH] Adds client-auth-pending-extra management functionality.

2020-08-20 Thread Eric Thorpe
This allows extra INFO_PRE mesasges to be sent to a client during an authentication stage. This may be required to send additional challenges, or allow longer messages to be sent by breaking them up and sending in parts. Signed-off-by: Eric Thorpe --- doc/management-notes.txt | 32 ++