CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/20 11:40:56
Modified files:
usr.sbin/bind/bin/dig: dighost.c
usr.sbin/bind/lib/dns: Makefile.in compress.c tsec.c tsig.c
usr.sbin/bind/lib/dns/include/dns: Makefile.in tsig.h
Removed files:
usr.sbin/bind/lib/dns: rbt.c tkey.c
usr.sbin/bind/lib/dns/include/dns: rbt.h tkey.h
Log message:
Reduce tsig support to what is needed by dig et al by removing the
server side support and keyrings. This allows us to get rid of a
red-black-tree implementation.
OK millert