]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove custom ISC SPNEGO implementation
authorMark Andrews <marka@isc.org>
Wed, 20 Jan 2021 02:55:43 +0000 (13:55 +1100)
committerOndřej Surý <ondrej@sury.org>
Thu, 1 Apr 2021 08:39:48 +0000 (10:39 +0200)
commit7f08c756aa54d10a71bdf8242479ffeb82e52396
treefdd1f1fec7515f5e3431dc4484c822a3d9af389b
parent0e9cd93c06a37916c17306158b5e9e98b8d76dc1
Remove custom ISC SPNEGO implementation

The custom ISC SPNEGO mechanism implementation is no longer needed on
the basis that all major Kerberos 5/GSSAPI (mit-krb5, heimdal and
Windows) implementations support SPNEGO mechanism since 2006.

This commit removes the custom ISC SPNEGO implementation, and removes
the option from both autoconf and win32 Configure script.  Unknown
options are being ignored, so this doesn't require any special handling.
18 files changed:
aclocal.m4
configure
configure.ac
lib/dns/Makefile.in
lib/dns/gssapictx.c
lib/dns/spnego.asn1 [deleted file]
lib/dns/spnego.c [deleted file]
lib/dns/spnego.h [deleted file]
lib/dns/spnego_asn1.c [deleted file]
lib/dns/spnego_asn1.pl [deleted file]
lib/dns/win32/libdns.dsp.in
lib/dns/win32/libdns.mak.in
lib/dns/win32/libdns.vcxproj.filters.in
lib/dns/win32/libdns.vcxproj.in
libtool.m4/libtool.m4
ltmain.sh [changed mode: 0644->0755]
util/copyrights
win32utils/Configure