]> git.ipfire.org Git - thirdparty/bind9.git/commit
Completely remove the Unix Domain Socket support from BIND 9
authorOndřej Surý <ondrej@isc.org>
Tue, 12 Sep 2023 06:39:12 +0000 (08:39 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 Sep 2023 16:51:35 +0000 (18:51 +0200)
commit7aebbec653911ec526eea4e16fb17e597e943e19
treece5121c901d451201afa4dc8b4f3c43a40cdf82c
parent652f2725a07cf9f66c2f9db2bdeeacdd8a16554a
Completely remove the Unix Domain Socket support from BIND 9

The Unix Domain Sockets support in BIND 9 has been completely disabled
since BIND 9.18 and it has been a fatal error since then.  Cleanup the
code and the documentation that suggest that Unix Domain Sockets are
supported.
14 files changed:
bin/named/controlconf.c
bin/named/statschannel.c
bin/rndc/rndc.c
bin/tests/system/checkconf/bad-unix-domain-socket.conf [new file with mode: 0644]
doc/arm/reference.rst
lib/isc/include/isc/net.h
lib/isc/include/isc/netaddr.h
lib/isc/include/isc/sockaddr.h
lib/isc/include/isc/stats.h
lib/isc/net.c
lib/isc/netaddr.c
lib/isc/netmgr/netmgr.c
lib/isc/sockaddr.c
lib/isccfg/check.c