]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update
authorMark Andrews <marka@isc.org>
Wed, 10 Mar 2004 06:00:16 +0000 (06:00 +0000)
committerMark Andrews <marka@isc.org>
Wed, 10 Mar 2004 06:00:16 +0000 (06:00 +0000)
EXCLUDED

index eecb1f9d6cee2a528159c588ce3e40ada7edfedb..d5d6843e7c9d832aa6dc2e37c418b199e968673c 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
                        Use --enable-getifaddrs=glibc to force the use of
                        this version under linux machines.
 
+1502.   [bug]           nsupdate: adjust timeouts for UPDATE requests over TCP.
+
+1517.   [port]          Support for IPv6 interface scanning on HP/UX and
+                        TrueUNIX 5.1.
+
+1519.   [bug]           dnssec-signzone:nsec_setbit() computed the wrong
+                        length of the new bitmap.
+
+1521.   [bug]           dns_view_createresolver() failed to check the
+                        result from isc_mem_create(). [RT# 9294]
+
+1548.   [bug]           When parsing APL records it was possible to silently
+                        accept out of range ADDRESSFAMILY values. [RT# 9979]
+
+1554.   [bug]           dig, host, nslookup failed when no nameservers
+                        were specified in /etc/resolv.conf. [RT #8232]
+
+1560.   [port]          FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
+                        and EAI_NONAME to the same value.
+
+1565.   [bug]           CD flag should be copied to outgoing queries unless
+                        the query is under a secure entry point in which case
+                        CD should be set.