]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove --ncp-disable option
authorArne Schwabe <arne@rfc2549.org>
Thu, 20 May 2021 15:11:47 +0000 (17:11 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 28 Jul 2021 12:04:16 +0000 (14:04 +0200)
commitcaacd629f872c37c39453d3d0f2dfac229c921b1
tree81b9fd90b36e10a9fca9d97387e54e9daa19b4f3
parentd75e0736b4a0501a2c038ecb55730bf4f482b990
Remove --ncp-disable option

NCP has proven to be stable and apart from the one VPN Provider doing
hacky things with homebrewed NCP we have not had any reports about
ncp-disable being required. Remove ncp-disable to simplify code paths.

Note: This patch breaks client without --pull. The follow up patch
for P2P NCP will restore that. But to avoid all the NCP/non-NCP special
cases to be implemented in P2P. P2P will directly switch from always
non-NCP to always NCP.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20210520151148.2565578-8-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22418.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Changes.rst
doc/man-sections/protocol-options.rst
src/openvpn/init.c
src/openvpn/multi.c
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/ssl.c
src/openvpn/ssl_common.h
src/openvpn/ssl_ncp.c