]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove all references to isc_socket and related types
authorEvan Hunt <each@isc.org>
Sun, 3 Oct 2021 07:27:52 +0000 (00:27 -0700)
committerEvan Hunt <each@isc.org>
Fri, 15 Oct 2021 08:01:25 +0000 (01:01 -0700)
commita55589f881bc4e4c1099e50b6d4ce84ffc7b5ba3
treeda731a619848453581f13622127e0de1d010f506
parent68e8b19ddc09ed38335c65197dc3c18f90e29c3a
remove all references to isc_socket and related types

Removed socket.c, socket.h, and all references to isc_socket_t,
isc_socketmgr_t, isc_sockevent_t, etc.
62 files changed:
bin/check/named-checkzone.c
bin/delv/delv.c
bin/dig/dig.c
bin/dig/dighost.c
bin/dig/dighost.h
bin/dnssec/dnssec-signzone.c
bin/named/bind9.xsl
bin/named/include/named/globals.h
bin/named/main.c
bin/named/named.conf.rst
bin/named/named.rst
bin/named/server.c
bin/named/statschannel.c
bin/nsupdate/nsupdate.c
bin/rndc/rndc.c
bin/tests/system/pipelined/pipequeries.c
bin/tests/system/resolve.c
bin/tests/system/statistics/tests.sh
bin/tests/system/tkey/keycreate.c
bin/tests/system/tkey/keydelete.c
bin/tests/test_client.c
bin/tests/test_server.c
bin/tools/mdig.c
doc/arm/reference.rst
doc/dev/dev.md
doc/man/named.8in
doc/man/named.conf.5in
doc/misc/options
doc/misc/options.active
doc/misc/options.grammar.rst
lib/dns/client.c
lib/dns/include/dns/dispatch.h
lib/dns/include/dns/resolver.h
lib/dns/rbt.c
lib/dns/rbtdb.c
lib/dns/request.c
lib/dns/resolver.c
lib/dns/tests/dispatch_test.c
lib/dns/tests/dnstest.c
lib/dns/tests/rbt_test.c
lib/dns/tests/resolver_test.c
lib/isc/Makefile.am
lib/isc/httpd.c
lib/isc/include/isc/managers.h
lib/isc/include/isc/socket.h [deleted file]
lib/isc/include/isc/types.h
lib/isc/managers.c
lib/isc/netmgr/http.c
lib/isc/netmgr/netmgr.c
lib/isc/socket.c [deleted file]
lib/isc/socket_p.h [deleted file]
lib/isc/tests/Makefile.am
lib/isc/tests/isctest.c
lib/isc/tests/isctest.h
lib/isc/tests/socket_test.c [deleted file]
lib/isc/tests/task_test.c
lib/isccfg/namedconf.c
lib/ns/include/ns/interfacemgr.h
lib/ns/interfacemgr.c
lib/ns/tests/nstest.c
lib/ns/tests/nstest.h
util/copyrights