1057N/A1164. [bug] "Not Implemented" should be reported as NOTIMP,
1057N/A1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
1057N/A1164. [bug] Empty masters clauses in slave / stub zones were not
660N/A handled gracefully. [RT #2262]
1057N/A1163. [func] isc_time_formattimestamp() now includes the year.
1057N/A1162. [bug] The allow-notify option was not accepted in slave
1057N/A1161. [bug] named-checkzone looped on unbalanced brackets.
1057N/A1160. [bug] Generating Diffie-Hellman keys longer than 1024
1057N/A bits could fail. [RT #2241]
1057N/A1159. [bug] MD and MF are not permitted to be loaded by RFC1123.
3311N/A1158. [func] Report the client's address when logging notify
3473N/A1157. [func] match-clients and match-destinations now accept
2437N/A1156. [port] The configure test for strsep() incorrectly
2437N/A succeeded on certain patched versions of
3356N/A1155. [func] Recover from master files being removed from under
2737N/A1154. [bug] Don't attempt to obtain the netmask of a interface
2737N/A if there is no address configured. [RT #2176]
2557N/A1153. [func] 'rndc {stop|halt} -p' now reports the process id
2557N/A of the instance of named being shutdown.
3404N/A1152. [bug] libbind: read buffer overflows.
3421N/A1151. [bug] nslookup failed to check that the arguments to
3404N/A the port, timeout, and retry options were
3473N/A valid integers and in range. [RT #2099]
3404N/A1150. [bug] named incorrectly accepted TTL values
2557N/A containing plus or minus signs, such as
3404N/A1149. [func] New function isc_parse_uint32().
3421N/A1148. [func] 'rndc-confgen -a' now provides positive feedback.
3473N/A1147. [func] Set IPV6_V6ONLY on IPv6 sockets if supported by
3404N/A the OS. listen-on-v6 { any; }; should no longer
3404N/A result in IPv4 queries be accepted. Similarly
2557N/A control { inet :: ... }; should no longer result
2557N/A in IPv4 connections being accepted. This can be
2557N/A overridden at compile time by defining
3421N/A supported by the OS by a new function
3404N/A by printing nothing. [RT #2065]
3404N/A1144. [bug] rndc-confgen would crash if both the -a and -t
3404N/A options were specified. [RT #2159]
3404N/A1143. [bug] When a trusted-keys statement was present and named
3404N/A was built without crypto support, it would leak memory.
3473N/A1142. [bug] dnssec-signzone would fail to delete temporary files
3404N/A in some failure cases. [RT #2144]
3404N/A1141. [bug] When named rejected a control message, it would
3473N/A leak a file descriptor and memory. It would also
2437N/A fail to respond, causing rndc to hang.
2437N/A1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
2506N/A to the -s option. [RT #2138]
3473N/A1139. [func] It is now possible to flush a given name from the
2095N/A cache(s) via 'rndc flushname name [view]'. [RT #2051]
2437N/A1138. [func] It is now possible to flush a given name from the
3473N/A cache by calling the new function
3404N/A1137. [func] It is now possible to flush a given name from the
3404N/A ADB by calling the new function dns_adb_flushname().
3473N/A1136. [bug] CNAME records synthesized from DNAMEs did not
3404N/A have a TTL of zero as required by RFC2672.
3404N/A1135. [func] You can now override the default syslog() facility for
3404N/A1134. [bug] Multithreaded servers could deadlock in ferror()
3404N/A when reloading zone files. [RT #1951, #1998]
2557N/A1133. [bug] IN6_IS_ADDR_LOOPBACK was not portably defined on
2557N/A platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
2557N/A1132. [func] Improve UPDATE prerequisite failure diagnotic messages.
2557N/A1131. [bug] The match-destinations view option did not work with
2557N/A IPv6 destinations. [RT #2073, #2074]
2095N/A1130. [bug] Log messages reporting an out-of-range serial number
2095N/A did not include the out-of-range number but the
2095N/A following token. [RT #2076]
2095N/A1129. [bug] Multithreaded servers could crash under heavy
2437N/A resolution load due to a race condition. [RT #2018]
2506N/A1128. [func] sdb drivers can now provide RR data in either text
2506N/A or wire format, the latter using the new functions
3473N/A dns_sdb_putrdata() and dns_sdb_putnamedrdata().
3404N/A1127. [func] rndc: If the server to contact has multiple addresses,
2557N/A1126. [bug] The server could access a freed event if shut
3421N/A down while a client start event was pending
2557N/A1125. [bug] rndc: -k option was missing from usage message.
3473N/A1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
3404N/A are now documented. [RT #2052]
3404N/A1123. [bug] dig +[no]fail did not match description. [RT #2052]
2557N/A1122. [tuning] Resolution timeout reduced from 90 to 30 seconds.
3404N/A1121. [bug] The server could attempt to access a NULL zone
2557N/A table if shut down while resolving.
3473N/A1120. [bug] Errors in options were not fatal. [RT #2002]
2557N/A1118. [bug] On multithreaded servers, a race condition
2557N/A during resolver shutdown. [RT #2029]
2506N/A1117. [port] The configure check for in6addr_loopback incorrectly
2506N/A succeeded on AIX 4.3 when compiling with -O2
2557N/A because the test code was optimized away.
2557N/A1116. [bug] Setting transfers in a server clause, transfers-in,
2557N/A or transfers-per-ns to a value greater than
2557N/A 2147483647 disabled transfers. [RT #2002]
2557N/A1115. [func] Set maximum values for cleaning-interval,
2557N/A heartbeat-interval, interface-interval,
2557N/A max-transfer-idle-in, max-transfer-idle-out,
3473N/A max-transfer-time-in, max-transfer-time-out,
3404N/A statistics-interval of 28 days and
3404N/A sig-validity-interval of 3660 days. [RT #2002]
3473N/A1114. [port] Ignore more accept() errors. [RT #2021]
2437N/A1113. [bug] The allow-update-forwarding option was ignored
2437N/A when specified in a view. [RT #2014]
2506N/A1111. [bug] Multithreaded servers could deadlock processing
3473N/A recursive queries due to a locking hieararchy
2506N/A1110. [bug] dig should only accept valid abbreviations of +options.
3473N/A1109. [bug] nsupdate accepted illegal ttl values.
3473N/A1108. [bug] On Win32, rndc was hanging when named was not running
2095N/A due to failure to select for exceptional conditions
3473N/A1107. [bug] nsupdate could catch an assertion failure if an
2095N/A invalid domain name was given as the argument to
3473N/A1106. [bug] After seeing an out of range TTL, nsupdate would
2095N/A treat all TTLs as out of range. [RT #2001]
2095N/A1105. [port] OpenUNIX 8 enable threads by default. [RT #1970]
2095N/A1104. [bug] Invalid arguments to the transfer-format option
2095N/A could cause an assertion failure. [RT #1995]
2095N/A1102. [doc] Note that query logging is enabled by directing the
2506N/A queries category to a channel.
2095N/A1101. [bug] Array bounds read error in lwres_gai_strerror.
2095N/A1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
2095N/A1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
2737N/A1097. [func] libbind: RES_PRF_TRUNC for dig.
2095N/A1096. [func] libbind: "DNSSEC OK" (DO) support.
3473N/A1095. [func] libbind: resolver option: no-tld-query. disables
3473N/A trying unqualified as a tld. no_tld_query is also
2737N/A supported for FreeBSD compatability.
2737N/A1094. [func] libbind: add support gcc's format string checking.
2737N/A1093. [doc] libbind: miscellaneous nroff fixes.
2737N/A1092. [bug] libbind: get*by*() failed to check if res_init() had
3404N/A1091. [bug] libbind: misplaced va_end().
3404N/A the amount of memory consumed resulting in garbage
3404N/A address being returned. Alignment calculations were
3404N/A wasting space. We weren't suppressing duplicate
3404N/A1089. [func] libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
3404N/A1087. [bug] libbind: struct __res_state too large on 64 bit arch.
3473N/A1086. [port] libbind: sunos: old sprintf.
2437N/A1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
2437N/A exist when compiling in 64 bit mode.
2737N/A1084. [cleanup] libbind: gai_strerror() re-written.
2543N/A1083. [bug] The default control channel listened on the
2437N/A wildcard adress, not the loopback as documented.
2737N/A1082. [bug] The -g option to named incorrectly caused logging
2737N/A to be sent to syslog in addition to stderr.
3404N/A1081. [bug] Multicast queries were incorrectly identified
3404N/A based on the source address, not the destination
2543N/A1080. [bug] BIND 8 compatibility: accept bare IP prefixes
2543N/A as the second element of a two-element top level
3473N/A sort list statement. [RT #1964]
3404N/A1079. [bug] BIND 8 compatibility: accept bare elements at top
3404N/A level of sort list treating them as if they were
3473N/A a single element list. [RT #1963]
2737N/A1078. [bug] We failed to correct bad tv_usec values in one case.
2737N/A1077. [func] Do not accept further recursive clients when
2737N/A the total number of of recursive lookups being
3473N/A processed exceeds max-recursive-clients, even
2437N/A if some of the lookups are internally generated.
2437N/A1076. [bug] A badly defined global key could trigger an assertion
3473N/A1075. [bug] Out-of-range network prefix lengths were not
2557N/A1074. [bug] Running out of memory in dump_rdataset() could
3473N/A cause an assertion failure. [RT #1946]
2557N/A1073. [bug] The ADB cache cleaning should also be space driven.
3404N/A1072. [bug] The TCP client quota could be exceeded when
3404N/A recursion occurred. [RT #1937]
3404N/A1071. [bug] Sockets listening for TCP DNS connections
3404N/A specified an excessive listen backlog. [RT #1937]
3473N/A1070. [bug] Copy DNSSEC OK (DO) to response as specified by
3473N/A1068. [bug] errno could be overwritten by catgets(). [RT #1921]
684N/A1067. [func] Allow quotas to be soft, isc_quota_soft().
2506N/A1066. [bug] Provide a thread safe wrapper for strerror().
2095N/A1065. [func] Runtime support to select new / old style interface
3473N/A1064. [bug] Do not shut down active network interfaces if we
2095N/A are unable to scan the interface list. [RT #1921]
2095N/A1063. [bug] libbind: "make install" was failing on IRIX.
3473N/A1062. [bug] If the control channel listener socket was shut
2095N/A down before server exit, the listener object could
684N/A be freed twice. [RT #1916]
684N/A1061. [bug] If periodic cache cleaning happened to start
3404N/A while cleaning due to reaching the configured
1057N/A maximum cache size was in progress, the server
684N/A could catch an assertion failure. [RT #1912]
684N/A1060. [func] Move refresh, stub and notify UDP retry processing
3404N/A1059. [func] dns_request now support will now retry UDP queries,
3473N/A dns_request_createvia2() and dns_request_createraw2().
3404N/A1058. [func] Limited lifetime ticker timers are now available,
3404N/A1057. [bug] Reloading the server after adding a "file" clause
3404N/A to a zone statement could cause the server to
3404N/A crash due to a typo in change 1016.
3404N/A1056. [bug] Rndc could catch an assertion failure on SIGINT due
3404N/A to an uninitialized variable. [RT #1908]
3404N/A1055. [func] Version and hostname queries can now be disabled
3404N/A using "version none;" and "hostname none;",
3404N/A1054. [bug] On Win32, cfg_categories and cfg_modules need to be
3404N/A exported from the libisccfg DLL.
3404N/A1053. [bug] Dig did not increase its timeout when receiving
3404N/A AXFRs unless the +time option was used. [RT #1904]
3404N/A1052. [bug] Journals were not being created in binary mode
3404N/A resulting in "journal format not recognized" error
3404N/A1051. [bug] Do not ignore a network interface completely just
3404N/A because it has a noncontiguous netmask. Instead,
3473N/A omit it from the localnets ACL and issue a warning.
3404N/A1050. [bug] Log messages reporting malformed IP addresses in
3404N/A address lists such as that of the forwarders option
3404N/A failed to include the correct error code, file
3404N/A name, and line number. [RT #1890]
3404N/A1049. [func] "pid-file none;" will disable writing a pid file.
3404N/A1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
3473N/A1047. [bug] named was incorrectly refusing all requests signed
3404N/A with a TSIG key derived from an unsigned TKEY
3404N/A negotiation with a NOERROR response. [RT #1886]
3473N/A1046. [bug] The help message for the --with-openssl configure
3404N/A option was inaccurate. [RT #1880]
3404N/A1045. [bug] It was possible to skip saving glue for a nameserver
3404N/A1044. [bug] Specifying allow-transfer, notify-source, or
3404N/A notify-source-v6 in a stub zone was not treated
3404N/A1043. [bug] Specifying a transfer-source or transfer-source-v6
3404N/A option in the zone statement for a master zone was
3473N/A not treated as an error. [RT #1876]
3404N/A1042. [bug] The "config" logging category did not work properly.
3404N/A on SIGINT due to an uninitialized variable. [RT #1867]
3473N/A1040. [bug] Multiple listen-on-v6 options with different ports
3404N/A were not accepted. [RT #1875]
3404N/A1039. [bug] Negative responses with CNAMEs in the answer section
3473N/A were cached incorrectly. [RT #1862]
3404N/A1038. [bug] In servers configured with a tkey-domain option,
3404N/A TKEY queries with an owner name other than the root
3473N/A could cause an assertion failure. [RT #1866, #1869]
3404N/A1037. [bug] Negative responses whose authority section contain
3404N/A SOA or NS records whose owner names are not equal
3473N/A equal to or parents of the query name should be
3404N/A1036. [func] Silently drop requests received via multicast as
3473N/A long as there is no final multicast DNS standard.
3404N/A1035. [bug] If we respond to multicast queries (which we
3404N/A currently do not), respond from a unicast address
3473N/A as specified in RFC 1123. [RT #137]
3404N/A1034. [bug] Ignore the RD bit on multicast queries as specified
3404N/A1033. [bug] Always respond to requests with an unsupported opcode
3404N/A with NOTIMP, even if we don't have a matching view
3404N/A or cannot determine the class.
3473N/A the machine hosting the nameserver. This is useful
3404N/A in diagnosing problems with anycast servers.
3404N/A exited with an error rather than defaulting
3473N/A to using the loopback address. [RT #1836]
3404N/A of the configuration file to return a failure
3404N/A status even though they were logged. [RT #1847]
3473N/A in the wrong directory. [RT #1833]
3404N/A1027. [bug] RRs having the reserved type 0 should be rejected.
3404N/A1025. [bug] Don't use multicast addresses to resolve iterative
3404N/A1024. [port] Compilation failed on HP-UX 11.11 due to
3404N/A incompatible use of the SIOCGLIFCONF macro
3404N/A1023. [func] Accept hints without TTLs.
3404N/A1022. [bug] Don't report empty root hints as "extra data".
3404N/A1021. [bug] On Win32, log message timestamps were one month
3404N/A later than they should have been, and the server
3473N/A would exhibit unspecified behavior in December.
3404N/A1020. [bug] IXFR log messages did not distinguish between
3404N/A true IXFRs, AXFR-style IXFRs, and mere version
3404N/A1019. [bug] The value of the lame-ttl option was limited to 18000
3404N/A seconds, not 1800 seconds as documented. [RT #1803]
3404N/A1018. [bug] The default log channel was not always initialized
3473N/A1017. [bug] When specifying TSIG keys to dig and nsupdate using
3404N/A the -k option, they must be HMAC-MD5 keys. [RT #1810]
3404N/A1016. [bug] Slave zones with no backup file were re-transferred
3404N/A1015. [bug] Log channels that had a "versions" option but no
3404N/A "size" option failed to create numbered log
3473N/A1014. [bug] Some queries would cause statistics counters to
3473N/A increment more than once or not at all. [RT #1321]
3404N/A1013. [bug] It was possible to cancel a query twice when marking
3404N/A a server as bogus or by having a blackhole acl.
3404N/A1012. [bug] The -p option to named did not behave as documented.
3404N/A1011. [cleanup] Removed isc_dir_current().
3404N/A1010. [bug] The server could attempt to execute a command channel
3404N/A command after initiating server shutdown, causing
3404N/A an assertion failure. [RT #1766]
3473N/A1009. [port] OpenUNIX 8 support. [RT #1728]
3404N/A1006. [bug] If a KEY RR was found missing during DNSSEC validation,
3404N/A an assertion failure could subsequently be triggered
3404N/A in the resolver. [RT #1763]
3404N/A1005. [bug] Don't copy nonzero RCODEs from request to response.
3404N/A1004. [port] Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
3404N/A1003. [func] Add the +retry option to dig.
3473N/A including the file name and line number. [RT #1759]
3404N/A1001. [bug] win32 socket code doio_recv was not catching a
3404N/A WSACONNRESET error when a client was timing out
3473N/A the request and closing its socket. [RT #1745]
3404N/A1000. [bug] BIND 8 compatibility: accept "HESIOD" as an alias
3473N/A 999. [func] "rndc retransfer zone [class [view]]" added.
3404N/A 998. [func] named-checkzone now has arguments to specify the
3404N/A chroot directory (-t) and working directory (-w).
3404N/A 997. [func] Add support for RSA-SHA1 keys (RFC3110).
3404N/A 996. [func] Issue warning if the configuration filename contains
3404N/A 995. [bug] dig, host, nslookup: using a raw IPv6 address as a
3404N/A target address should be fatal on a IPv4 only system.
3473N/A 994. [func] Treat non-authoritative responses to queries for type
3404N/A NS as referrals even if the NS records are in the
3404N/A answer section, because BIND 8 servers incorrectly
3404N/A send them that way. This is necessary for DNSSEC
3404N/A validation of the NS records of a secure zone to
3473N/A succeed when the parent is a BIND 8 server. [RT #1706]
3404N/A 993. [func] dig: -v now reports the version.
3404N/A 992. [doc] dig: ~/.digrc is now documented.
3404N/A 991. [func] Lower UDP refresh timeout messages to level
3404N/A 990. [bug] The rndc-confgen man page was not installed.
3404N/A 989. [bug] Report filename if $INCLUDE fails for file related
3473N/A 988. [bug] 'additional-from-auth no;' did not work reliably
3404N/A in the case of queries answered from the cache.
3404N/A 987. [bug] "dig -help" didn't show "+[no]stats".
3404N/A 986. [bug] "dig +noall" failed to clear stats and command
3473N/A 985. [func] Consider network interfaces to be up iff they have
3404N/A a nonzero IP address rather than based on the
3404N/A 984. [bug] Multithreading should be enabled by default on
3473N/A Solaris 2.7 and newer, but it wasn't.
3404N/A 983. [func] The server now supports generating IXFR difference
3404N/A sequences for non-dynamic zones by comparing zone
3404N/A versions, when enabled using the new config
3404N/A option "ixfr-from-differences". [RT #1727]
3473N/A 982. [func] If "memstatistics-file" is set in options the memory
3404N/A statistics will be written to it.
3404N/A 981. [func] The dnssec tools can now take multiple '-r randomfile'
3473N/A 980. [bug] Incoming zone transfers restarting after an error
3473N/A could trigger an assertion failure. [RT #1692]
3473N/A 979. [func] Incremental master file dumping. dns_master_dumpinc(),
3473N/A dns_master_dumptostreaminc(), dns_dumpctx_attach(),
1703N/A dns_dumpctx_detach(), dns_dumpctx_cancel(),
1703N/A dns_dumpctx_db() and dns_dumpctx_version().
3404N/A 978. [bug] dns_db_attachversion() had an invalid REQUIRE()
1703N/A 977. [bug] Improve "not at top of zone" error message.
1703N/A 976. [func] named-checkconf can now test load master zones
1703N/A (named-checkconf -z). [RT #1468]
2506N/A 975. [bug] "max-cache-size default;" as a view option
3473N/A caused an assertion failure.
3404N/A 974. [bug] "max-cache-size unlimited;" as a global option
3404N/A 973. [bug] Failed to log the question name when logging:
3404N/A "bad zone transfer request: non-authoritative zone
3404N/A 972. [bug] The file modification time code in
zone.c was using the
3404N/A 970. [func] 'max-journal-size' can now be used to set a target
3404N/A 969. [func] dig now supports the undocumented dig 8 feature
3404N/A of allowing arbitrary labels, not just dotted
3404N/A decimal quads, with the -x option. This can be
3473N/A used to conveniently look up RFC2317 names as in
3404N/A "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
3404N/A 968. [bug] On win32, the isc_time_now() function was unnecessarily
3404N/A calling strtime(). [RT #1671]
3404N/A 967. [bug] On win32, the link for bindevt was not including the
3404N/A required resource file to enable the event viewer
3404N/A to interpret the error messages in the event log,
3473N/A 965. [bug] Including data other than root server NS and A
2437N/A records in the root hint file could cause a rbtdb
2437N/A node reference leak. [RT #1581, #1618]
2437N/A 964. [func] Warn if data other than root server NS and A records
2506N/A are found in the root hint file. [RT #1581, #1618]
3473N/A 963. [bug] Bad ISC_LANG_ENDDECLS. [RT #1645]
3404N/A 962. [bug] libbind: bad "#undef", don't attempt to install
3473N/A 961. [bug] Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
2437N/A was not defined. [RT #1482]
2437N/A 960. [port] liblwres failed to build on systems with support for
2506N/A getrrsetbyname() in the OS. [RT #1592]
2506N/A 959. [port] On FreeBSD, determine the number of CPUs by calling
3404N/A 958. [port] ssize_t is not available on all platforms. [RT #1607]
3473N/A 956. [bug] ns_g_autorndcfile changed to ns_g_keyfile
3404N/A change #953. win32 .make file for rndc-confgen
2437N/A 955. [bug] When using views, the zone's class was not being
2437N/A inherited from the view's class. [RT #1583]
3404N/A 954. [bug] When requesting AXFRs or IXFRs using dig, host, or
3404N/A nslookup, the RD bit should not be set as zone
3404N/A transfers are inherently nonrecursive. [RT #1575]
3473N/A named and rndc will look for this file and use
3404N/A it to configure a default control channel key
660N/A if not already configured using a different
3404N/A it must be created by manually running
3473N/A 952. [bug] The server required manual intervention to serve the
2437N/A affected zones if it died between creating a journal
2437N/A and committing the first change to it.
3473N/A 951. [bug] CFLAGS was not passed to the linker when
2437N/A linking some of the test programs under
2506N/A 950. [bug] Explicit TTLs did not properly override $TTL
3473N/A due to a bug in change 834. [RT #1558]
3404N/A 949. [bug] host was unable to print records larger than 512
3404N/A 948. [port] Integrated support for building on Windows NT /
3473N/A 947. [bug] dns_rdata_soa_t had a badly named element "mname" which
3404N/A was really the RNAME field from RFC1035. To avoid
3404N/A confusion and silent errors that would occur it the
3404N/A "origin" and "mname" elements were given their correct
3404N/A names "mname" and "rname" respectively, the "mname"
3473N/A element is renamed to "contact".
3404N/A configuration parser syntax tables, and therefore
3404N/A 945. [func] Add the new view-specific options
3404N/A "match-destinations" and "match-recursive-only".
3404N/A 944. [func] Check for expired signatures on load.
3404N/A 943. [bug] The server could crash when receiving a command
3404N/A via rndc if the configuration file listed only
3404N/A nonexistent keys in the controls statement. [RT #1530]
3473N/A 942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
3404N/A 941. [bug] The configuration checker crashed if a slave
3404N/A zone didn't contain a masters statement. [RT #1514]
3404N/A 940. [bug] Double zone locking failure on error path. [RT #1510]
3404N/A 939. [port] Add the --disable-linux-caps option to configure for
3404N/A systems that manage capabilities outside of named.
3404N/A 937. [bug] A race when shutting down a zone could trigger a
3404N/A INSIST() failure. [RT #1034]
2557N/A 936. [func] Warn about IPv4 addresses that are not complete
3473N/A 935. [bug] inet_pton failed to reject leading zeros.
2506N/A 934. [port] Deal with systems where accept() spuriously returns
2506N/A 933. [bug] configure failed doing libbind on platforms not
2506N/A supported by BIND 8. [RT #1496]
2506N/A 932. [bug] Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
2506N/A 931. [bug] The controls statement only attempted to verify
2506N/A messages using the first key in the key list.
2506N/A 930. [func] Query performance testing tool added as
2506N/A 928. [bug] nsupdate would send empty update packets if the
2506N/A send (or empty line) command was run after
3473N/A another send but before any new updates or
3404N/A prerequisites were specified. It should simply
3404N/A 927. [bug] Don't hold the zone lock for the entire dump to disk.
2506N/A 926. [bug] The resolver could deadlock with the ADB when
3473N/A shutting down (multithreaded builds only).
2506N/A 925. [cleanup] Remove openssl from the distribution; require that
3473N/A --with-openssl be specified if DNSSEC is needed.
2506N/A 924. [port] Extend support for pre-RFC2133 IPv6 implementation.
2506N/A 923. [bug] Multiline TSIG secrets (and other multiline strings)
2506N/A 922. [func] Added two new lwres_getrrsetbyname() result codes,
2506N/A 921. [bug] lwres returned an incorrect error code if it received
3404N/A 920. [func] Increase the lwres receive buffer size to 16K.
2506N/A 918. [func] In nsupdate, TSIG errors are no longer treated as
3473N/A 917. [func] New nsupdate command 'key', allowing TSIG keys to
2557N/A be specified in the nsupdate command stream rather
3473N/A 916. [bug] Specifying type ixfr to dig without specifying
3404N/A a serial number failed in unexpected ways.
3404N/A 915. [func] The named-checkconf and named-checkzone programs
3404N/A now have a '-v' option for printing their version.
3404N/A 914. [bug] Global 'server' statements were rejected when
3404N/A using views, even though they were accepted
3473N/A 913. [bug] Cache cleaning was not sufficiently aggressive.
2506N/A 912. [bug] Attempts to set the 'additional-from-cache' or
3473N/A 'additional-from-auth' option to 'no' in a
2506N/A server with recursion enabled will now
2506N/A be ignored and cause a warning message.
2506N/A 910. [port] Some pre-RFC2133 IPv6 implementations do not define
3473N/A IN6ADDR_ANY_INIT. [RT #1416]
2095N/A 908. [func] New program, rndc-confgen, to simplify setting up rndc.
3404N/A 907. [func] The ability to get entropy from either the
3404N/A random device, a user-provided file or from
3473N/A the keyboard was migrated from the DNSSEC tools
3404N/A to libisc as isc_entropy_usebestsource().
2095N/A 906. [port] Separated the system independent portion of
3473N/A 905. [bug] Configuring a forward "zone" for the root domain
1703N/A 904. [bug] The server would leak memory if attempting to use
3473N/A an expired TSIG key. [RT #1406]
3404N/A 903. [bug] dig should not crash when receiving a TCP packet
3473N/A 902. [bug] The -d option was ignored if both -t and -g were also
1589N/A string of FreeBSD systems; configure and
1109N/A due to inappropriate use of a void value.
2506N/A [RT #1372, #1373, #1386, #1387, #1395]
3473N/A 898. [bug] "dig" failed to set a nonzero exit status
3404N/A on UDP query timeout. [RT #1323]
3404N/A string of UnixWare systems; configure now recognizes
2095N/A 896. [bug] If a configuration file is set on named's command line
2095N/A and it has a relative pathname, the current directory
3473N/A (after any possible jailing resulting from named -t)
1589N/A will be prepended to it so that reloading works
1589N/A properly even when a directory option is present.
3473N/A 895. [func] New function, isc_dir_current(), akin to POSIX's
3404N/A 894. [bug] When using the DNSSEC tools, a message intended to warn
3404N/A when the keyboard was being used because of the lack
3473N/A of a suitable random device was not being printed.
3473N/A 893. [func] Removed isc_file_test() and added isc_file_exists()
3473N/A for the basic functionality that was being added
3473N/A 891. [bug] Return an error when a SIG(0) signed response to
3473N/A an unsigned query is seen. This should actually
3473N/A do the verification, but it's not currently
3404N/A 890. [cleanup] The man pages no longer require the mandoc macros
3473N/A and should now format cleanly using most versions of
1703N/A nroff, and HTML versions of the man pages have been
1703N/A added. Both are generated from DocBook source.
3473N/A 889. [port] Eliminated blank lines before .TH in nroff man
2095N/A pages since they cause problems with some versions
2095N/A 888. [bug] Don't die when using TKEY to delete a nonexistent
2095N/A 887. [port] Detect broken compilers that can't call static
2095N/A functions from inline functions. [RT #1212]
2095N/A 866. [func] Close debug only file channels when debug is set to
2095N/A 865. [bug] The new configuration parser did not allow
2095N/A the optional debug level in a "severity debug"
2095N/A clause of a logging channel to be omitted.
2095N/A This is now allowed and treated as "severity
2095N/A debug 1;" like it does in BIND 8.2.4, not as
2095N/A "severity debug 0;" like it did in BIND 9.1.
2095N/A 864. [cleanup] Multithreading is now enabled by default on
2095N/A OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
2095N/A 863. [bug] If an error occurred while an outgoing zone transfer
2095N/A was starting up, the server could access a domain
3473N/A name that had already been freed when logging a
1589N/A message saying that the transfer was starting.
1589N/A 862. [bug] Use after realloc(), non portable pointer arithmetic in
3473N/A 861. [port] Add support for Mac OS X, by making it equivalent
1589N/A file shipped with Mac OS X. [RT #1355]
1589N/A 860. [func] Drop cross class glue in zone transfers.
2679N/A 859. [bug] Cache cleaning now won't swamp the CPU if there
2679N/A is a persistent overlimit condition.
3404N/A 858. [func] isc_mem_setwater() no longer requires that when the
3404N/A callback function is non-NULL then its hi_water
3404N/A argument must be greater than its lo_water argument
3404N/A (they can now be equal) or that they be non-zero.
3404N/A 857. [cleanup] Use ISC_MAGIC() to define all magic numbers for
3404N/A structs, for our friends in EBCDIC-land.
3404N/A 856. [func] Allow partial rdatasets to be returned in answer and
3404N/A authority sections to help non-TCP capable clients
3404N/A recover from truncation. [RT #1301]
3473N/A 855. [bug] Stop spurious "using RFC 1035 TTL semantics" warnings.
3404N/A 854. [bug] The config parser didn't properly handle config
3404N/A options that were specified in units of time other
3404N/A 853. [bug] configure_view_acl() failed to detach existing acls.
3473N/A 852. [bug] Handle responses from servers which do not know
3404N/A 851. [cleanup] The obsolete support-ixfr option was not properly
3404N/A 850. [bug] dns_rbt_findnode() would not find nodes that were
3404N/A split on a bitstring label somewhere other than in
3404N/A the last label of the node. [RT #1351]
1057N/A 848. [func] A minimum max-cache-size of two megabytes is enforced
3404N/A 847. [func] Added isc_file_test(), which currently only has
3404N/A some very basic functionality to test for the
3404N/A existence of a file, whether a pathname is absolute,
3473N/A or whether a pathname is the fundamental representation
3404N/A of the current directory. It is intended that this
3404N/A function can be expanded to test other things a
3404N/A programmer might want to know about a file.
2095N/A 846. [func] A non-zero 'param' to dst_key_generate() when making an
2095N/A hmac-md5 key means that good entropy is not required.
2095N/A 845. [bug] The access rights on the public file of a symmetric
3404N/A key are now restricted as soon as the file is opened,
3404N/A rather than after it has been written and closed.
2095N/A or if any inet phrase of a controls statement is
2095N/A lacking a keys clause, then a key will be automatically
3404N/A will use this file only if its normal configuration
3404N/A file, or one provided on the command line, does not
3404N/A 842. [func] 'rndc flush' now takes an optional view.
3404N/A 841. [bug] When sdb modules were not declared threadsafe, their
3473N/A create and destroy functions were not serialized.
3404N/A 840. [bug] The config file parser could print the wrong file
3404N/A name if an error was detected after an included file
3404N/A 839. [func] Dump packets for which there was no view or that the
3404N/A class could not be determined to category "unmatched".
3404N/A 837. [cleanup] Multithreading is now enabled by default only on
3473N/A OSF1, Solaris 2.7 and newer, and AIX.
3404N/A 836. [func] Upgraded libtool to 1.4.
3473N/A 835. [bug] The dispatcher could enter a busy loop if
3404N/A it got an I/O error receiving on a UDP socket.
3473N/A 834. [func] Accept (but warn about) master files beginning with
3404N/A an SOA record without an explicit TTL field and
3404N/A lacking a $TTL directive, by using the SOA MINTTL
3404N/A as a default TTL. This is for backwards compatibility
3473N/A with old versions of BIND 8, which accepted such
3404N/A files without warning although they are illegal
3404N/A all the integer-valued fields of the SOA RR.
3404N/A should depend on --sysconfdir like it does in named.
3404N/A 830. [func] Implement 'rndc status'.
3473N/A 829. [bug] The DNS_R_ZONECUT result code should only be returned
3404N/A when an ANY query is made with DNS_DBFIND_GLUEOK set.
3404N/A In all other ANY query cases, returning the delegation
3404N/A 828. [bug] The errno value from recvfrom() could be overwritten
3404N/A by logging code. [RT #1293]
3473N/A 827. [bug] When an IXFR protocol error occurs, the slave
3404N/A 826. [bug] Some IXFR protocol errors were not detected.
3404N/A 825. [bug]
zone.c:ns_query() detached from the wrong zone
3473N/A 824. [bug] Correct line numbers reported by dns_master_load().
3404N/A 823. [func] The output of "dig -h" now goes to stdout so that it
3473N/A can easily be piped through "more". [RT #1254]
3404N/A 822. [bug] Sending nxrrset prerequisites would crash nsupdate.
3404N/A 821. [bug] The program name used when logging to syslog should
3404N/A be stripped of leading path components.
3404N/A 820. [bug] Name server address lookups failed to follow
3404N/A A6 chains into the glue of local authoritative
3404N/A 819. [bug] In certain cases, the resolver's attempts to
3404N/A restart an address lookup at the root could cause
3404N/A the fetch to deadlock (with itself) instead of
3404N/A 818. [bug] Certain pathological responses to ANY queries could
3404N/A cause an assertion failure. [RT #1218]
3473N/A 817. [func] Adjust timeouts for dialup zone queries.
3404N/A 816. [bug] Report potential problems with log file accessibility
3404N/A at configuration time, since such problems can't
3473N/A reliably be reported at the time they actually occur.
3404N/A 815. [bug] If a log file was specified with a path separator
3404N/A character (
i.e. "/") in its name and the directory
3404N/A did not exist, the log file's name was treated as
3473N/A though it were the directory name. [RT #1189]
3404N/A 814. [bug] Socket objects left over from accept() failures
3404N/A were incorrectly destroyed, causing corruption
3473N/A of socket manager data structures.
3404N/A 813. [bug] File descriptors exceeding FD_SETSIZE were handled
3404N/A 812. [bug] dig sometimes printed incomplete IXFR responses
3473N/A due to an uninitialized variable. [RT #1188]
3404N/A 811. [bug] Parentheses were not quoted in zone dumps. [RT #1194]
3473N/A 810. [bug] The signer name in SIG records was not properly
3404N/A 809. [bug] Configuring a non-local address as a transfer-source
3473N/A could cause an assertion failure during load.
3404N/A 808. [func] Add 'rndc flush' to flush the server's cache.
3404N/A 807. [bug] When setting up TCP connections for incoming zone
3404N/A transfers, the transfer-source port was not
3404N/A 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up
3404N/A the calling stack to the zone maintence level, causing
3404N/A zones to not reload when an included file was touched
3473N/A but the top-level zone file was not.
3404N/A 805. [bug] When using "forward only", missing root hints should
3404N/A not cause queries to fail. [RT #1143]
3404N/A 804. [bug] Attempting to obtain entropy could fail in some
3404N/A situations. This would be most common on systems
3404N/A with user-space threads. [RT #1131]
3404N/A 803. [bug] Treat all SIG queries as if they have the CD bit set,
3404N/A otherwise no data will be returned [RT #749]
3473N/A 802. [bug] DNSSEC key tags were computed incorrectly in almost
3404N/A 801. [bug] nsupdate should treat lines beginning with ';' as
3404N/A 800. [bug] dnssec-signzone produced incorrect statistics for
3473N/A 799. [bug] The ADB didn't find AAAA glue in a zone unless A6
3404N/A 798. [bug] nsupdate should be able to reject bad input lines
3404N/A 797. [func] Issue a warning if the 'directory' option contains
3404N/A 796. [func] When a size limit is associated with a log file,
3473N/A only roll it when the size is reached, not every
3404N/A time the log file is opened. [RT #1096]
3404N/A 795. [func] Add the +multiline option to dig. [RT #1095]
3404N/A 794. [func] Implement the "port" and "default-port" statements
3473N/A 793. [cleanup] The DNSSEC tools could create filenames that were
3404N/A illegal or contained shell metacharacters. They
3404N/A now use a different text encoding of names that
3404N/A doesn't have these problems. [RT #1101]
3473N/A 792. [cleanup] Replace the OMAPI command channel protocol with a
3404N/A 791. [bug] The command channel now works over IPv6.
3404N/A 790. [bug] Wildcards created using dynamic update or IXFR
3404N/A could fail to match. [RT #1111]
3473N/A 789. [bug] The "localhost" and "localnets" ACLs did not match
3404N/A when used as the second element of a two-element
3473N/A 788. [func] Add the "match-mapped-addresses" option, which
3404N/A causes IPv6 v4mapped addresses to be treated as
2095N/A IPv4 addresses for the purpose of acl matching.
3404N/A 787. [bug] The DNSSEC tools failed to downcase domain
3404N/A names when mapping them into file names.
3404N/A 785. [bug] A race condition in the resolver could cause
3404N/A an assertion failure. [RT #673, #872, #1048]
1589N/A 784. [bug] nsupdate and other programs would not quit properly
1741N/A if some signals were blocked by the caller. [RT #1081]
3473N/A 783. [bug] Following CNAMEs could cause an assertion failure
2095N/A when either using an sdb database or under very
3473N/A 782. [func] Implement the "serial-query-rate" option.
1703N/A 781. [func] Avoid error packet loops by dropping duplicate FORMERR
2095N/A 780. [bug] Error handling code dealing with out of memory or
2095N/A other rare errors could lead to assertion failures
2506N/A by calling functions on unitialized names. [RT #1065]
3473N/A 779. [func] Added the "minimal-responses" option.
3404N/A 778. [bug] When starting cache cleaning, cleaning_timer_action()
3404N/A returned without first pausing the iterator, which
3473N/A could cause deadlock. [RT #998]
3404N/A 777. [bug] An empty forwarders list in a zone failed to override
3404N/A global forwarders. [RT #995]
2095N/A 776. [func] Improved error reporting in denied messages. [RT #252]
3404N/A 774. [func] max-cache-size is implemented.
3473N/A 773. [func] Added isc_rwlock_trylock() to attempt to lock without
3404N/A 772. [bug] Owner names could be incorrectly omitted from cache
3404N/A dumps in the presence of negative caching entries.
2437N/A 771. [cleanup] TSIG errors related to unsynchronized clocks
2437N/A are logged better. [RT #919]
2437N/A 770. [func] Add the "edns yes_or_no" statement to the server
3473N/A 769. [func] Improved error reporting when parsing rdata. [RT #740]
2437N/A 768. [bug] The server did not emit an SOA when a CNAME
2437N/A or DNAME chain ended in NXDOMAIN in an
3473N/A 766. [bug] A few cases in query_find() could leak fname.
2437N/A This would trigger the mpctx->allocated == 0
2437N/A assertion when the server exited.
2437N/A [RT #739, #776, #798, #812, #818, #821, #845,
2437N/A 765. [func] ACL names are once again case insensitive, like
2437N/A 764. [func] Configuration files now allow "include" directives
2437N/A in more places, such as inside the "view" statement.
2437N/A 763. [func] Configuration files no longer have reserved words.
2557N/A 761. [bug] _REENTRANT was still defined when building with
2557N/A 760. [contrib] Significant enhancements to the pgsql sdb driver.
3473N/A 759. [bug] The resolver didn't turn off "avoid fetches" mode
2557N/A when restarting, possibly causing resolution
2557N/A to fail when it should not. This bug only affected
2557N/A platforms which support both IPv4 and IPv6. [RT #927]
2737N/A 758. [bug] The "avoid fetches" code did not treat negative
2737N/A cache entries correctly, causing fetches that would
2737N/A be useful to be avoided. This bug only affected
3473N/A platforms which support both IPv4 and IPv6. [RT #927]
2557N/A 757. [func] Log zone transfers.
3473N/A 756. [bug] dns_zone_load() could "return" success when no master
2557N/A 754. [bug] Certain failure conditions sending UDP packets
2557N/A could cause the server to retry the transmission
2437N/A 753. [bug] dig, host, and nslookup would fail to contact a
2437N/A remote server if getaddrinfo() returned an IPv6
2437N/A address on a system that doesn't support IPv6.
2437N/A 752. [func] Correct bad tv_usec elements returned by
2437N/A 751. [func] Log successful zone loads / transfers. [RT #898]
2437N/A 750. [bug] A query should not match a DNAME whose trust level
3473N/A 749. [bug] When a query matched a DNAME in a secure zone, the
2437N/A server did not return the signature of the DNAME.
3404N/A 747. [bug] The code to determine whether an IXFR was possible
3404N/A did not properly check for a database that could
3473N/A not have a journal. [RT #865, #908]
3404N/A 746. [bug] The sdb didn't clone rdatasets properly, causing
3404N/A a crash when the server followed delegations. [RT #905]
3473N/A 745. [func] Report the owner name of records that fail
2437N/A semantic checks while loading.
2437N/A 744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the
3473N/A result of an ANY or SIG query, the resolver failed
2437N/A to setup the return event's rdatasets, causing an
2437N/A assertion failure in the query code. [RT #881]
3473N/A 743. [bug] Receiving a large number of certain malformed
2437N/A answers could cause named to stop responding.
2737N/A 741. [port] Support openssl-engine. [RT #709]
3473N/A 740. [port] Handle openssl library mismatches slightly better.
2737N/A assuming it will be there for only a predefined
3404N/A 738. [bug] If a non-threadsafe sdb driver supported AXFR and
3404N/A received an AXFR request, it would deadlock or die
3404N/A with an assertion failure. [RT #852]
3404N/A 736. [func] New functions isc_task_{begin,end}exclusive().
3473N/A 735. [doc] Add BIND 4 migration notes.
3404N/A 734. [bug] An attempt to re-lock the zone lock could occur if
3404N/A the server was shutdown during a zone tranfer.
2437N/A 733. [bug] Reference counts of dns_acl_t objects need to be
2437N/A locked but were not. [RT #801, #821]
3473N/A 732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828]
2437N/A 731. [bug] Certain zone errors could cause named-checkzone to
2437N/A fail ungracefully. [RT #819]
3404N/A 730. [bug] lwres_getaddrinfo() returns the correct result when
3404N/A it fails to contact a server. [RT #768]
3404N/A 729. [port] pthread_setconcurrency() needs to be called on Solaris.
2437N/A 728. [bug] Fix comment processing on master file directives.
3473N/A 727. [port] Work around OS bug where accept() succeeds but
2437N/A fails to fill in the peer address of the accepted
2437N/A connection, by treating it as an error rather than
2437N/A an assertion failure. [RT #809]
2437N/A 726. [func] Implement the "trace" and "notrace" commands in rndc.
2437N/A 725. [bug] Installing man pages could fail.
2437N/A 724. [func] New libisc functions isc_netaddr_any(),
3473N/A 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
3473N/A to return DNS_R_SERVFAIL. [RT #783]
2437N/A 722. [func] Allow incremental loads to be canceled.
3473N/A 721. [cleanup] Load manager and dns_master_loadfilequota() are no
2437N/A 720. [bug] Server could enter infinite loop in
2437N/A 719. [bug] Rapid reloads could trigger an assertion failure.
3473N/A 717. [bug] Certain TKEY processing failure modes could
2437N/A reference an uninitialized variable, causing the
3473N/A 716. [bug] The first line of a $INCLUDE master file was lost if
2437N/A an origin was specified. [RT #744]
2437N/A 715. [bug] Resolving some A6 chains could cause an assertion
2437N/A 714. [bug] Preserve interval timers across reloads unless changed.
2437N/A 713. [func] named-checkconf takes '-t directory' similar to named.
3473N/A 712. [bug] Sending a large signed update message caused an
2437N/A assertion failure. [RT #718]
2437N/A 711. [bug] The libisc and liblwres implementations of
3473N/A inet_ntop contained an off by one error.
2437N/A 710. [func] The forwarders statement now takes an optional
2437N/A 709. [bug] ANY or SIG queries for data with a TTL of 0
2437N/A would return SERVFAIL. [RT #620]
3473N/A 708. [bug] When building with --with-openssl, the openssl headers
2737N/A included with BIND 9 should not be used. [RT #702]
2737N/A 707. [func] The "filename" argument to named-checkzone is no
3473N/A longer optional, to reduce confusion. [RT #612]
2437N/A 706. [bug] Zones with an explicit "allow-update { none; };"
2437N/A were considered dynamic and therefore not reloaded
3473N/A on SIGHUP or "rndc reload".
2437N/A 705. [port] Work out resource limit type for use where rlim_t is
2437N/A 704. [port] RLIMIT_NOFILE is not available on all platforms.
1703N/A use 127.0.0.1 instead. [RT #693]
1589N/A 701. [func] Root hints are now fully optional. Class IN
1589N/A views use compiled-in hints by default, as
1589N/A before. Non-IN views with no root hints now
2506N/A provide authoritative service but not recursion.
2506N/A A warning is logged if a view has neither root
3473N/A hints nor authoritative data for the root. [RT #696]
3404N/A 700. [bug] $GENERATE range check was wrong. [RT #688]
3404N/A 699. [bug] The lexer mishandled empty quoted strings. [RT #694]
3404N/A 698. [bug] Aborting nsupdate with ^C would lead to several
3404N/A 697. [bug] nsupdate was not compatible with the undocumented
3473N/A BIND 8 behavior of ignoring TTLs in "update delete"
2437N/A 696. [bug] lwresd would die with an assertion failure when passed
3473N/A a zero-length name. [RT #692]
2437N/A 695. [bug] If the resolver attempted to query a blackholed or
2437N/A bogus server, the resolution would fail immediately.
3404N/A 694. [bug] $GENERATE did not produce the last entry.
3473N/A the server to crash while loading.
3473N/A 692. [bug] Deal with systems that have getaddrinfo() but not
3404N/A 691. [bug] Configuring per-view forwarders caused an assertion
3473N/A 690. [func] $GENERATE now supports DNAME. [RT #654]
3404N/A 689. [doc] man pages are now installed. [RT #210]
3404N/A 688. [func] "make tags" now works on systems with the
3473N/A 687. [bug] Only say we have IPv6, with sufficent functionality,
3404N/A if it has actually been tested. [RT #586]
3404N/A 686. [bug] dig and nslookup can now be properly aborted during
3404N/A blocking operations. [RT #568]
3473N/A 684. [bug] Memory leak with view forwarders. [RT #656]
2437N/A 683. [bug] File descriptor leak in isc_lex_openfile().
3473N/A 682. [bug] nslookup displayed SOA records incorrectly. [RT #665]
3404N/A 681. [bug] $GENERATE specifying output format was broken. [RT #653]
3404N/A 680. [bug] dns_rdata_fromstruct() mishandled options bigger
3473N/A 679. [bug] $INCLUDE could leak memory and file descriptors on
3404N/A 678. [bug] "transfer-format one-answer;" could trigger an assertion
2437N/A 677. [bug] dnssec-signzone would occasionally use the wrong ttl
2437N/A for database operations and fail. [RT #643]
2506N/A 676. [bug] Log messages about lame servers to category
2506N/A 'lame-servers' rather than 'resolver', so as not
3473N/A to be gratuitously incompatible with BIND 8.
3404N/A 675. [bug] TKEY queries could cause the server to leak
3473N/A 674. [func] Allow messages to be TSIG signed / verified using
3404N/A a offset from the current time.
2437N/A 673. [func] The server can now convert RFC1886-style recursive
3404N/A lookup requests into RFC2874-style lookups, when
3404N/A enabled using the new option "allow-v6-synthesis".
3473N/A 672. [bug] The wrong time was in the "time signed" field when
1589N/A replying with BADTIME error.
1589N/A 671. [bug] The message code was failing to parse a message with
1589N/A no question section and a TSIG record. [RT #628]
2506N/A 670. [bug] The lwres replacements for getaddrinfo and
2506N/A getipnodebyname didn't properly check for the
3473N/A existence of the sockaddr sa_len field.
1589N/A 669. [bug] dnssec-keygen now makes the public key file
1589N/A non-world-readable for symmetric keys. [RT #403]
3404N/A 668. [func] named-checkzone now reports multiple errors in master
3473N/A 667. [bug] On Linux, running named with the -u option and a
3404N/A non-world-readable configuration file didn't work.
2095N/A 666. [bug] If a request sent by dig is longer than 512 bytes,
3404N/A 665. [bug] Signed responses were not sent when the size of the
3404N/A TSIG + question exceeded the maximum message size.
2095N/A 664. [bug] The t_tasks and t_timers module tests are now skipped
2095N/A when building without threads, since they require
2095N/A 663. [func] Accept a size_spec, not just an integer, in the
2095N/A (unimplemented and ignored) max-ixfr-log-size option
2506N/A for compatibility with recent versions of BIND 8.
3404N/A 662. [bug] dns_rdata_fromtext() failed to log certain errors.
1589N/A 661. [bug] Certain UDP IXFR requests caused an assertion failure
1589N/A (mpctx->allocated == 0). [RT #355, #394, #623]
3404N/A 660. [port] Detect multiple CPUs on HP-UX and IRIX.
3404N/A 659. [performance] Rewrite the name compression code to be much faster.
1589N/A 658. [cleanup] Remove all vestiges of 16 bit global compression.
1589N/A 657. [bug] When a listen-on statement in an lwres block does not
2506N/A specify a port, use 921, not 53. Also update the
2506N/A listen-on documentation. [RT #616]
1589N/A 656. [func] Treat an unescaped newline in a quoted string as
1589N/A an error. This means that TXT records with missing
1589N/A close quotes should have meaningful errors printed.
2506N/A 655. [bug] Improve error reporting on unexpected eof when loading
1589N/A 654. [bug] Origin was being forgotten in TCP retries in dig.
3404N/A 653. [bug] +defname option in dig was reversed in sense.
3404N/A 652. [bug] zone_saveunique() did not report the new name.
3404N/A 651. [func] The AD bit in responses now has the meaning
3404N/A specified in <draft-ietf-dnsext-ad-is-secure>.
3404N/A 650. [bug] SIG(0) records were being generated and verified
3404N/A 649. [bug] It was possible to join to an already running fctx
3404N/A after it had "cloned" its events, but before it sent
3404N/A them. In this case, the event of the newly joined
3473N/A fetch would not contain the answer, and would
2437N/A trigger the INSIST() in fctx_sendevents(). In
2437N/A BIND 9.0, this bug did not trigger an INSIST(), but
2437N/A caused the fetch to fail with a SERVFAIL result.
2437N/A [RT #588, #597, #605, #607]
1703N/A 648. [port] Add support for pre-RFC2133 IPv6 implementations.
3404N/A 647. [bug] Resolver queries sent after following multiple
3404N/A referrals had excessively long retransmission
3404N/A timeouts due to incorrectly counting the referrals
3404N/A didn't _cleanly_ fix the problem it was trying to fix.
3404N/A 644. [bug] #622 needed more work. [RT #562]
3404N/A 643. [bug] xfrin error messages made more verbose, added class
3404N/A 642. [bug] Break the exit_check() race in the zone module.
3404N/A 641. [bug] $GENERATE caused a uninitialized link to be used.
3473N/A 640. [bug] Memory leak in error path could cause
3404N/A "mpctx->allocated == 0" failure. [RT #584]
3404N/A 639. [bug] Reading entropy from the keyboard would sometimes fail.
3404N/A to get a prototype for time() when pthreads was not
3404N/A 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
3473N/A be compiled even if the platform does not need it.
3404N/A 636. [port] Shut up MSVC++ about a possible loss of precision
3404N/A in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
3404N/A 635. [bug] Reloading a server with a configured blackhole list
3404N/A would cause an assertion. [RT #590]
3404N/A 634. [bug] A log file will completely stop being written when
3404N/A it reaches the maximum size in all cases, not just
3404N/A when versioning is also enabled. [RT #570]
3404N/A 633. [port] Cope with rlim_t missing on
BSD/OS systems. [RT #575]
3473N/A 632. [bug] The index array of the journal file was
3404N/A corrupted as it was written to disk.
3404N/A 631. [port] Build without thread support on systems without
3404N/A 630. [bug] Locking failure in zone code. [RT #582]
3404N/A 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
3404N/A when responding to a UDP IXFR request.
3404N/A 628. [bug] If the root hints contained only AAAA addresses,
3404N/A named would be unable to perform resolution.
3404N/A 627. [bug] The EDNS0 blackhole detection code of change 324
3404N/A waited for three retransmissions to each server,
3404N/A which takes much too long when a domain has many
3404N/A name servers and all of them drop EDNS0 queries.
3404N/A Now we retry without EDNS0 after three consecutive
3404N/A timeouts, even if they are all from different
3404N/A 626. [bug] The lightweight resolver daemon no longer crashes
3404N/A when asked for a SIG rrset. [RT #558]
3404N/A 625. [func] Zones now inherit their class from the enclosing view.
3404N/A 624. [bug] The zone object could get timer events after it had
3404N/A been destroyed, causing a server crash. [RT #571]
3404N/A 623. [func] Added "named-checkconf" and "named-checkzone" program
3404N/A 622. [bug] A canceled request could be destroyed before
3404N/A dns_request_destroy() was called. [RT #562]
3404N/A 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
3404N/A This mostly affects Red Hat Linux 7.0, which has
3404N/A conflicts between libc and the kernel.
3404N/A 620. [bug] dns_master_load*inc() now require 'task' and 'load'
3404N/A to be non-null. Also 'done' will not be called if
3404N/A dns_master_load*inc() fails immediately. [RT #565]
3404N/A 618. [bug] Queries to a signed zone could sometimes cause
3404N/A 617. [bug] When using dynamic update to add a new RR to an
3404N/A existing RRset with a different TTL, the journal
3404N/A entries generated from the update did not include
3404N/A explicit deletions and re-additions of the existing
3404N/A RRs to update their TTL to the new value.
3404N/A 616. [func] dnssec-signzone -t output now includes performance
3404N/A 615. [bug] dnssec-signzone did not like child keysets signed
3404N/A 614. [bug] Checks for uninitialized link fields were prone
3404N/A to false positives, causing assertion failures.
3404N/A The checks are now disabled by default and may
3404N/A be re-enabled by defining ISC_LIST_CHECKINIT.
3404N/A 613. [bug] "rndc reload zone" now reloads primary zones.
3404N/A It previously only updated slave and stub zones,
3404N/A if an SOA query indicated an out of date serial.
3404N/A 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
3404N/A complains relentlessly about how its treatment
3404N/A of 'const' has changed as well as how casting
3404N/A sometimes tightens alignment constraints.
3404N/A 611. [func] allow-notify can be used to permit processing of
3404N/A notify messages from hosts other than a slave's
3404N/A 610. [func] rndc dumpdb is now supported.
3404N/A 609. [bug] getrrsetbyname() would crash lwresd if the server
3404N/A found more SIGs than answers. [RT #554]
3404N/A 608. [func] dnssec-signzone now adds a comment to the zone
3404N/A with the time the file was signed.
3404N/A 607. [bug] nsupdate would fail if it encountered a CNAME or
3404N/A DNAME in a response to an SOA query. [RT #515]
3404N/A 606. [bug] Compiling with --disable-threads failed due
3404N/A to isc_thread_self() being incorrectly defined
3404N/A as an integer rather than a function.
3404N/A 605. [func] New function isc_lex_getlasttokentext().
3404N/A numbers when long comments were present.
3404N/A 603. [bug] Make dig handle multiple types or classes on the same
3404N/A 602. [func] Cope automatically with UnixWare's broken
3404N/A IN6_IS_ADDR_* macros. [RT #539]
3404N/A 601. [func] Return a non-zero exit code if an update fails
3404N/A 600. [bug] Reverse lookups sometimes failed in dig, etc...
3404N/A 599. [func] Added four new functions to the libisc log API to
3404N/A support i18n messages. isc_log_iwrite(),
3404N/A isc_log_ivwrite(), isc_log_iwrite1() and
3404N/A isc_log_ivwrite1() were added.
3404N/A 598. [bug] An update-policy statement would cause the server
3404N/A to assert while loading. [RT #536]
3404N/A 597. [func] dnssec-signzone is now multithreaded.
3404N/A 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
3404N/A 595. [port] On Linux 2.2, socket() returns EINVAL when it
3404N/A should return EAFNOSUPPORT. Work around this.
3404N/A 594. [func] sdb drivers are now assumed to not be thread-safe
3404N/A unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
3404N/A 593. [bug] If a secure zone was missing all its NXTs and
3404N/A a dynamic update was attempted, the server entered
3404N/A 592. [bug] The sig-validity-interval option now specifies a
3404N/A number of days, not seconds. This matches the
3404N/A 591. [bug] Work around non-reentrancy in openssl by disabling
3404N/A 590. [doc] There are now man pages for the lwres library in
3404N/A 589. [bug] The server could deadlock if a zone was updated
3404N/A while being transferred out.
3404N/A 588. [bug] ctx->in_use was not being correctly initalised when
3404N/A when pushing a file for $INCLUDE. [RT #523]
3404N/A 587. [func] A warning is now printed if the "allow-update"
3404N/A option allows updates based on the source IP
3404N/A address, to alert users to the fact that this
3404N/A is insecure and becoming increasingly so as
3404N/A servers capable of update forwarding are being
3404N/A 586. [bug] multiple views with the same name were fatal. [RT #516]
3404N/A 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
3404N/A now support 'exact' additions in a similar manner to
3404N/A dns_db_subtractrdataset() and dns_rdataslab_subtract().
3404N/A 584. [func] You can now say 'notify explicit'; to suppress
3404N/A notification of the servers listed in NS records
3404N/A and notify only those servers listed in the
3404N/A 583. [func] "rndc querylog" will now toggle logging of
3404N/A queries, like "ndc querylog" in BIND 8.
3404N/A 582. [bug] dns_zone_idetach() failed to lock the zone.
1703N/A 581. [bug] log severity was not being correctly processed.
1741N/A 580. [func] Ignore trailing garbage on incoming DNS packets,
1703N/A for interoperability with broken server
1741N/A 579. [bug] nsupdate did not take a filename to read update from.
3404N/A 578. [func] New config option "notify-source", to specify the
3404N/A source address for notify messages.
3404N/A 577. [func] Log illegal RDATA combinations.
e.g. multiple
3404N/A singlton types, cname and other data.
3404N/A 576. [doc] isc_log_create() description did not match reality.
3404N/A 575. [bug] isc_log_create() was not setting internal state
3404N/A correctly to reflect the default channels created.
3404N/A 574. [bug] TSIG signed queries sent by the resolver would fail to
3404N/A have their responses validated and would leak memory.
3404N/A 573. [bug] The journal files of IXFRed slave zones were
3404N/A inadvertantly discarded on server reload, causing
3404N/A "journal out of sync with zone" errors on subsequent
3404N/A 572. [bug] Quoted strings were not accepted as key names in
3404N/A 571. [bug] It was possible to create an rdataset of singleton
3404N/A type which had more than one rdata. [RT #154]
3404N/A both a CNAME and "other data". [RT #154]
3404N/A 569. [func] The DNSSEC AD bit will not be set on queries which
3404N/A have not requested a DNSSEC response.
3404N/A 567. [bug] Setting the zone transfer timeout to zero caused an
3404N/A assertion failure. [RT #302]
3404N/A 566. [func] New public function dns_timer_setidle().
3404N/A 565. [func] Log queries more like BIND 8: query logging is now
3404N/A done to category "queries", level "info". [RT #169]
3404N/A 564. [func] Add sortlist support to lwresd.
3404N/A 563. [func] New public functions dns_rdatatype_format() and
3404N/A dns_rdataclass_format(), for convenient formatting
3404N/A 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
2679N/A clauses of the options{} statement are now implemented.
2679N/A 560. [bug] dns_name_split did not properly the resulting prefix
3404N/A when a maximal length bitstring label was split which
3404N/A was preceded by another bitstring label. [RT #429]
3404N/A 559. [bug] dns_name_split did not properly create the suffix
3404N/A when splitting within a maximal length bitstring label.
3404N/A 558. [func] New functions, isc_resource_getlimit and
3404N/A 557. [func] Symbolic constants for libisc integral types.
3404N/A 556. [func] The DNSSEC OK bit in the EDNS extended flags
3404N/A is now implemented. Responses to queries without
3404N/A this bit set will not contain any DNSSEC records.
3404N/A 555. [bug] A slave server attempting a zone transfer could
3404N/A crash with an assertion failure on certain
3404N/A malformed responses from the master. [RT #457]
3404N/A 554. [bug] In some cases, not all of the dnssec tools were
3404N/A 553. [bug] Incoming zone transfers deferred due to quota
3404N/A were not started when quota was increased but
3404N/A only when a transfer in progress finished. [RT #456]
3404N/A 552. [bug] We were not correctly detecting the end of all c-style
3404N/A 551. [func] Implemented the 'sortlist' option.
3404N/A 550. [func] Support unknown rdata types and classes.
2437N/A 549. [bug] "make" did not immediately abort the build when a
3473N/A subdirectory make failed [RT #450].
3404N/A 548. [func] The lexer now ungets tokens more correctly.
3404N/A 546. [func] Option 'lame-ttl' is now implemented.
3404N/A 545. [func] Name limit and counting options removed from dig;
3404N/A they didn't work properly, and cannot be correctly
3404N/A implemented without significant changes.
3473N/A 544. [func] Add statistics option, enable statistics-file option,
3404N/A add RNDC option "dump-statistics" to write out a
3404N/A 543. [doc] The 'port' option is now documented.
3404N/A 542. [func] Add support for update forwarding as required for
3404N/A full compliance with RFC2136. It is turned off
3404N/A by default and can be enabled using the
2095N/A 'allow-update-forwarding' option.
3404N/A 541. [func] Add bogus server support.
3404N/A 540. [func] Add dialup support.
3473N/A 539. [func] Support the blackhole option.
3404N/A 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
3404N/A 536. [func] Use transfer-source{-v6} when sending refresh queries.
3404N/A Transfer-source{-v6} now take a optional port
3404N/A parameter for setting the UDP source port. The port
3473N/A parameter is ignored for TCP.
3473N/A 535. [func] Use transfer-source{-v6} when forwarding update
3473N/A 534. [func] Ancestors have been removed from RBT chains. Ancestor
3473N/A information can be discerned via node parent pointers.
3473N/A 533. [func] Incorporated name hashing into the RBT database to
3404N/A 532. [func] Implement DNS UPDATE pseudo records using
3404N/A 531. [func] Rdata really should be initalized before being assigned
3473N/A to (dns_rdata_fromwire(), dns_rdata_fromtext(),
3404N/A dns_rdata_clone(), dns_rdata_fromregion()),
3404N/A 530. [func] New function dns_rdata_invalidate().
3473N/A 529. [bug] 521 contained a bug which caused zones to always
3473N/A 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
3473N/A on their arguments. ISC_LIST_XXXXUNSAFE can be use
2506N/A to skip the checks however use with caution.
2506N/A 527. [func] New function dns_rdata_clone().
2506N/A 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
3473N/A 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
3404N/A and 'flags' for dns_rdataslab_subtract() allowing you
3404N/A to request that the RR's must exist prior to deletion.
3404N/A DNS_R_NOTEXACT is returned if the condition is not met.
2095N/A 524. [func] The 'forward' and 'forwarders' statement in
2095N/A non-forward zones should work now.
2095N/A 523. [doc] The source to the Administrator Reference Manual is
2095N/A now an XML file using the DocBook DTD, and is included
2095N/A in the distribution. The plain text version of the
3404N/A ARM is temporarily unavailable while we figure out
3404N/A how to generate readable plain text from the XML.
3404N/A 522. [func] The lightweight resolver daemon can now use
2095N/A a real configuration file, and its functionality
2095N/A can be provided by a name server. Also, the -p and -P
3404N/A options to lwresd have been reversed.
3404N/A 521. [bug] Detect master files which contain $INCLUDE and always
3404N/A 520. [bug] Upgraded libtool to 1.3.5, which makes shared
2095N/A library builds almost work on AIX (and possibly
2095N/A 519. [bug] dns_name_split() would improperly split some bitstring
2095N/A labels, zeroing a few of the least signficant bits in
2095N/A the prefix part. When such an improperly created
3473N/A prefix was returned to the RBT database, the bogus
3404N/A label was dutifully stored, corrupting the tree.
2095N/A 518. [bug] The resolver did not realize that a DNAME which was
3404N/A "the answer" to the client's query was "the answer",
3404N/A and such queries would fail. [RT #399]
3404N/A 517. [bug] The resolver's DNAME code would trigger an assertion
3404N/A if there was more than one DNAME in the chain.
3404N/A 516. [bug] Cache lookups which had a NULL node pointer,
e.g. 3404N/A those by dns_view_find(), and which would match a
3404N/A 515. [bug] The ssu table was not being attached / detached
3404N/A by dns_zone_[sg]etssutable. [RT#397]
3404N/A 514. [func] Retry refresh and notify queries if they timeout.
3404N/A 513. [func] New functionality added to rdnc and server to allow
3404N/A individual zones to be refreshed or reloaded.
3404N/A 512. [bug] The zone transfer code could throw an execption with
3404N/A 511. [bug] The message code could throw an assertion on an
3404N/A out of memory failure. [RT #392]
3404N/A 510. [bug] Remove spurious view notify warning. [RT #376]
3404N/A 509. [func] Add support for write of zone files on shutdown.
3404N/A 508. [func] dns_message_parse() can now do a best-effort
3404N/A attempt, which should allow dig to print more invalid
3404N/A 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
3404N/A and dns_view_flushanddetach().
3404N/A 506. [func] Do not fail to start on errors in zone files.
3404N/A 505. [bug] nsupdate was printing "unknown result code". [RT #373]
3404N/A 504. [bug] The zone was not being marked as dirty when updated via
3404N/A 503. [bug] dumptime was not being set along with
3404N/A 502. [func] On a SERVFAIL reply, DiG will now try the next server
3404N/A in the list, unless the +fail option is specified.
3404N/A 501. [bug] Incorrect port numbers were being displayed by
3404N/A 500. [func] Nearly useless +details option removed from DiG.
3404N/A 499. [func] In DiG, specifying a class with -c or type with -t
3404N/A changes command-line parsing so that classes and
3404N/A types are only recognized if following -c or -t.
3404N/A This allows hosts with the same name as a class or
3473N/A 498. [doc] There is now a man page for "dig"
3404N/A 497. [bug] The error messages printed when an IP match list
3404N/A contained a network address with a nonzero host
3473N/A part where not sufficiently detailed. [RT #365]
3404N/A 496. [bug] named didn't sanity check numeric parameters. [RT #361]
3404N/A 495. [bug] nsupdate was unable to handle large records. [RT #368]
3404N/A 494. [func] Do not cache NXDOMAIN responses for SOA queries.
3473N/A 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
3473N/A for SOA queries. This makes it easier to locate
3473N/A the containing zone without polluting intermediate
3473N/A 492. [bug] attempting to reload a zone caused the server fail
3473N/A to shutdown cleanly. [RT #360]
3473N/A 491. [bug] nsupdate would segfault when sending certain
3473N/A prerequisites with empty RDATA. [RT #356]
3404N/A obtained an SOA containing the zone's configured
3404N/A retry time, perform the SOA query retries using
3404N/A exponential backoff. [RT #337]
3473N/A 489. [func] The zone manager now has a "i/o" queue.
3404N/A 488. [bug] Locks weren't properly destroyed in some cases.
3404N/A 487. [port] flockfile() is not defined on all systems.
3404N/A 486. [bug] nslookup: "set all" and "server" commands showed
3404N/A the incorrect port number if a port other than 53
3473N/A 485. [func] When dig had more than one server to query, it would
2691N/A send all of the messages at the same time. Add
2691N/A rate limiting of the transmitted messages.
3473N/A 484. [bug] When the server was reloaded after removing addresses
3404N/A were still listening on the removed addresses due
3404N/A to reference count loops. [RT #325]
3473N/A 483. [bug] nslookup: "set all" showed a "search" option but it
3404N/A 482. [bug] nslookup: a plain "server" or "lserver" should be
2095N/A 481. [bug] nslookup:get_next_command() stack size could exceed
3473N/A 480. [bug] strtok() is not thread safe. [RT #349]
3404N/A 479. [func] The test suite can now be run by typing "make check"
3404N/A or "make test" at the top level.
3404N/A 478. [bug] "make install" failed if the directory specified with
3473N/A --prefix did not already exist.
3404N/A its directory was created. [RT #324]
3404N/A 476. [bug] A zone could expire while a zone transfer was in
3404N/A progress triggering a INSIST failure. [RT #329]
3404N/A 475. [bug] query_getzonedb() sometimes returned a non-null version
3404N/A on failure. This caused assertion failures when
3404N/A generating query responses where names subject to
3404N/A additional section processing pointed to a zone
3404N/A to which access had been denied by means of the
3404N/A allow-query option. [RT #336]
3473N/A 474. [bug] The mnemonic of the CHAOS class is CH according to
3404N/A RFC1035, but it was printed and read only as CHAOS.
3404N/A We now accept both forms as input, and print it
3404N/A 473. [bug] nsupdate overran the end of the list of name servers
3404N/A when no servers could be reached, typically causing
3473N/A it to print the error message "dns_request_create:
2095N/A 472. [bug] Off-by-one error caused isc_time_add() to sometimes
3473N/A produce invalid time values.
3473N/A 470. [func] $GENERATE is now supported. See also
3404N/A 469. [bug] "query-source address * port 53;" now works.
3404N/A 468. [bug] dns_master_load*() failed to report file and line
3404N/A number in certain error conditions.
2506N/A 467. [bug] dns_master_load*() failed to log an error if
3473N/A 466. [bug] dns_master_load*() could return success when it failed.
2506N/A 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
3404N/A 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
3404N/A 463. [bug] nsupdate sent malformed SOA queries to the second
3404N/A query sent to the first one failed.
3473N/A 462. [bug] --disable-ipv6 should work now.
3404N/A 461. [bug] Specifying an unknown key in the "keys" clause of the
3404N/A "controls" statement caused a NULL pointer dereference.
3404N/A 460. [bug] Much of the DNSSEC code only worked with class IN.
3404N/A 459. [bug] Nslookup processed the "set" command incorrectly.
3404N/A 458. [bug] Nslookup didn't properly check class and type values.
3404N/A timeouts in certain situations, causing an
3404N/A unnecessary warning message to be printed.
3473N/A 456. [bug] Stub zones were not resetting the refresh and expire
3404N/A counters, loadtime or clearing the DNS_ZONE_REFRESH
3404N/A (refresh in progress) flag upon successful update.
3404N/A This disabled further refreshing of the stub zone,
3404N/A causing it to eventually expire. [RT #300]
3404N/A 455. [doc] Document IPv4 prefix notation does not require a
3404N/A dotted decimal quad but may be just dotted decimal.
3404N/A 454. [bug] Enforce dotted decimal and dotted decimal quad where
3404N/A 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
3473N/A 452. [bug] Warn if the unimplemented option "statistics-file"
2095N/A 451. [func] Update forwarding implememted.
3404N/A 450. [func] New function ns_client_sendraw().
3404N/A 449. [bug] isc_bitstring_copy() only works correctly if the
3404N/A two bitstrings have the same lsb0 value, but this
3473N/A requirement was not documented, nor was there a
3404N/A 448. [bug] Host output formatting change, to match v8. [RT #255]
3404N/A 447. [bug] Dig didn't properly retry in TCP mode after
3404N/A a truncated reply. [RT #277]
3404N/A 446. [bug] Confusing notify log message. [RT #298]
3404N/A 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
3404N/A bitstring triggered a REQUIRE statement. The REQUIRE
3404N/A statement was incorrect. [RT #297]
3473N/A 444. [func] "recursion denied" messages are always logged at
3404N/A debug level 1, now, rather than sometimes at ERROR.
3404N/A This silences these warnings in the usual case, where
3404N/A some clients set the RD bit in all queries.
3404N/A 443. [bug] When loading a master file failed because of an
3404N/A unrecognized RR type name, the error message
3473N/A did not include the file name and line number.
3404N/A 442. [bug] TSIG signed messages that did not match any view
3404N/A crashed the server. [RT #290]
3404N/A 441. [bug] Nodes obscured by a DNAME were inaccessible even
3473N/A when DNS_DBFIND_GLUEOK was set.
3404N/A 440. [func] New function dns_zone_forwardupdate().
3404N/A 439. [func] New function dns_request_createraw().
3404N/A 438. [func] New function dns_message_getrawmessage().
3404N/A 437. [func] Log NOTIFY activity to the notify channel.
3473N/A 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
3404N/A which sometimes happens on Linux, named would enter
3404N/A a busy loop. Also, unexpected socket errors were
3404N/A not logged at a high enough logging level to be
3404N/A useful in diagnosing this situation. [RT #275]
3404N/A 435. [bug] dns_zone_dump() overwrote existing zone files
3404N/A rather than writing to a temporary file and
3404N/A renaming. This could lead to empty or partial
3404N/A zone files being left around in certain error
3404N/A conditions involving the initial transfer of a
3404N/A slave zone, interfering with subsequent server
3404N/A 434. [func] New function isc_file_isabsolute().
3404N/A 433. [func] isc_base64_decodestring() now accepts newlines
3473N/A within the base64 data. This makes it possible
2095N/A to break up the key data in a "trusted-keys"
2095N/A statement into multiple lines. [RT #284]
3404N/A retry time is now a random value between 75% and
3404N/A 100% of the configured value.
2095N/A 431. [func] Log at ISC_LOG_INFO when a zone is successfully
2095N/A 430. [bug] Rewrote the lightweight resolver client management
2095N/A code to handle shutdown correctly and general
3404N/A 429. [bug] The space reserved for a TSIG record in a response
3404N/A was 2 bytes too short, leading to message
3404N/A DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
3404N/A generating negative responses in a secure zone.
3404N/A 427. [bug] Avoid going into an infinite loop when the validator
3404N/A gets a negative response to a key query where the
3404N/A records are signed by the missing key.
3404N/A 426. [bug] Attempting to generate an oversized RSA key could
3404N/A cause dnssec-keygen to dump core.
3404N/A 425. [bug] Warn about the auth-nxdomain default value change
3404N/A if there is no auth-nxdomain statement in the
3404N/A 424. [bug] notify_createmessage() could trigger an assertion
3404N/A failure when creating the notify message failed,
3404N/A e.g. due to corrupt zones with multiple SOA records.
3404N/A 423. [bug] When responding to a recusive query, errors that occur
3404N/A after following a CNAME should cause the query to fail.
3404N/A 422. [func] get rid of isc_random_t, and make isc_random_get()
3404N/A and isc_random_jitter() use rand() internally
3404N/A instead of local state. Note that isc_random_*()
3404N/A functions are only for weak, non-critical "randomness"
3404N/A such as timing jitter and such.
3404N/A 421. [bug] nslookup would exit when given a blank line as input.
3404N/A 420. [bug] nslookup failed to implement the "exit" command.
2506N/A 419. [bug] The certificate type PKIX was misspelled as SKIX.
2506N/A 418. [bug] At debug levels >= 10, getting an unexpected
2506N/A socket receive error would crash the server
2506N/A while trying to log the error message.
2506N/A 417. [func] Add isc_app_block() and isc_app_unblock(), which
2506N/A allow an application to handle signals while
2506N/A 416. [bug] Slave zones with no master file tried to use a
3404N/A NULL pointer for a journal file name when they
2095N/A received an IXFR. [RT #273]
2095N/A 415. [bug] The logging code leaked file descriptors.
3404N/A 414. [bug] Server did not shut down until all incoming zone
3404N/A 413. [bug] Notify could attempt to use the zone database after
3404N/A it had been unloaded. [RT#267]
3404N/A 412. [bug] named -v didn't print the version.
3404N/A 411. [bug] A typo in the HS A code caused an assertion failure.
3404N/A 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
3404N/A to a random value on success.
3473N/A 409. [bug] If named was shut down early in the startup
2095N/A process, ns_omapi_shutdown() would attempt to lock
2095N/A an unintialized mutex. [RT #262]
3404N/A 408. [bug] stub zones could leak memory and reference counts if
3404N/A all the masters were unreachable.
3404N/A 407. [bug] isc_rwlock_lock() would needlessly block
3404N/A readers when it reached the read quota even
3404N/A if no writers were waiting.
2437N/A 406. [bug] Log messages were occasionally lost or corrupted
2437N/A due to a race condition in isc_log_doit().
3404N/A 405. [func] Add support for selective forwarding (forward zones)
3404N/A 404. [bug] The request library didn't completely work with IPv6.
3404N/A 403. [bug] "host" did not use the search list.
2437N/A 402. [bug] Treat undefined acls as errors, rather than
2437N/A warning and then later throwing an assertion.
2437N/A 401. [func] Added simple database API.
3473N/A 400. [bug] SIG(0) signing and verifying was done incorrectly.
1703N/A 399. [bug] When reloading the server with a config file
2437N/A containing a syntax error, it could catch an
2437N/A assertion failure trying to perform zone
2437N/A maintenance on, or sending notifies from,
2437N/A tentatively created zones whose views were
2437N/A never fully configured and lacked an address
2437N/A database and request manager.
3473N/A 398. [bug] "dig" sometimes caught an assertion failure when
3404N/A using TSIG, depending on the key length.
3404N/A 397. [func] Added utility functions dns_view_gettsig() and
3404N/A 396. [doc] There is now a man page for "nsupdate"
3404N/A 395. [bug] nslookup printed incorrect RR type mnemonics
3404N/A for RRs of type >= 21 [RT #237].
3473N/A 394. [bug] Current name was not propagated via $INCLUDE.
3404N/A 393. [func] Initial answer while loading (awl) support.
3404N/A Entry points: dns_master_loadfileinc(),
3404N/A dns_master_loadstreaminc(), dns_master_loadbufferinc().
3473N/A Note: calls to dns_master_load*inc() should be rate
3404N/A be rate limited so as to not use up all file
3404N/A 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
3404N/A not support the given address family requested.
3404N/A 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
2437N/A 390. [func] The function dns_zone_setdbtype() now takes
2506N/A both the zone database type and its arguments,
2506N/A making the functions dns_zone_adddbarg()
3404N/A and dns_zone_cleardbargs() unnecessary.
2095N/A 389. [bug] Attempting to send a reqeust over IPv6 using
2095N/A dns_request_create() on a system without IPv6
3404N/A support caused an assertion failure [RT #235].
3404N/A 388. [func] dig and host can now do reverse ipv6 lookups.
3404N/A 387. [func] Add dns_byaddr_createptrname(), which converts
2095N/A an address into the name used by a PTR query.
3404N/A 386. [bug] Missing strdup() of ACL name caused random
3404N/A ACL matching failures [RT #228].
3404N/A 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
2095N/A 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
3404N/A 383. [func] When writing a master file, print the SOA and NS
3404N/A records (and their SIGs) before other records.
2095N/A 382. [bug] named -u failed on many Linux systems where the
2095N/A libc provided kernel headers do not match
2557N/A 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
3404N/A IPV6_PKTINFO if found. [RT #229]
3404N/A 380. [bug] nsupdate didn't work with IPv6.
3404N/A 379. [func] New library function isc_sockaddr_anyofpf().
2557N/A 378. [func] named and lwresd will log the command line arguments
3404N/A they were started with in the "starting ..." message.
3404N/A 377. [bug] When additional data lookups were refused due to
3404N/A "allow-query", the databases were still being
3404N/A attached causing reference leaks.
2557N/A 376. [bug] The server should always use good entropy when
3404N/A performing cryptographic functions needing entropy.
2095N/A 375. [bug] Per-zone "allow-query" did not properly override the
3404N/A 374. [bug] SOA in authoritative negative responses had wrong TTL.
2557N/A 373. [func] nslookup is now installed by "make install".
3404N/A 372. [bug] Deal with Microsoft DNS servers appending two bytes of
3404N/A garbage to zone transfer requests.
3404N/A 371. [bug] At high debug levels, doing an outgoing zone transfer
2506N/A of a very large RRset could cause an assertion failure
1703N/A 370. [bug] The error messages for rollforward failures were
2557N/A max-retry-time, min-retry-time,
2095N/A max-refresh-time, min-refresh-time.
2095N/A 368. [func] Restructure the internal ".bind" view so that more
2557N/A 367. [bug] Allow proper selection of server on nslookup command
3404N/A 366. [func] Allow use of '-' batch file in dig for stdin.
3404N/A 365. [bug] nsupdate -k leaked memory.
3404N/A 364. [func] Added additional-from-{cache,auth}
3404N/A 362. [bug] rndc no longer aborts if the configuration file is
3404N/A missing an options statement. [RT #209]
3404N/A 361. [func] When the RBT find or chain functions set the name and
3404N/A origin for a node that stores the root label
3404N/A the name is now set to an empty name, instead of ".",
3404N/A to simplify later use of the name and origin by
3404N/A dns_name_concatenate(), dns_name_totext() or
3404N/A 360. [func] dns_name_totext() and dns_name_format() now allow
3404N/A an empty name to be passed, which is formatted as "@".
2437N/A 359. [bug] dnssec-signzone occasionally signed glue records.
2437N/A 358. [cleanup] Rename the intermediate files used by the dnssec
2506N/A 357. [bug] The zone file parser crashed if the argument
3404N/A to $INCLUDE was a quoted string.
3404N/A 356. [cleanup] isc_task_send no longer requires event->sender to
1057N/A 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
3404N/A 354. [doc] Man pages for the dnssec tools are now included in
2679N/A 352. [bug] Race condition in dns_client_t startup could cause
3404N/A 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
3404N/A signed query could crash the server.
3404N/A 350. [bug] Also-notify lists specified in the global options
1589N/A block were not correctly reference counted, causing
3404N/A 349. [bug] Processing a query with the CD bit set now works
3404N/A and 'additional-from-cache' now supported in view and
3404N/A 347. [bug] Don't crash if an argument is left off options in dig.
3404N/A * Significantly improve structure handling
3404N/A * Don't pre-load entire batch files
3404N/A * Shorten timeouts to match v8's behavior
3404N/A 344. [bug] When shutting down, lwresd sometimes tried
3404N/A to shut down its client tasks twice,
2437N/A 343. [bug] Although zone maintenance SOA queries and
2437N/A notify requests were signed with TSIG keys
2437N/A when configured for the server in case,
3473N/A the TSIG was not verified on the response.
3473N/A 342. [bug] The wrong name was being passed to
3473N/A dns_name_dup() when generating a TSIG
3473N/A statement to allow authentication via TSIG keys:
2437N/A 10.0.0.1 port 5353 key "foo";
2506N/A 340. [bug] The top-level COPYRIGHT file was missing from
2506N/A 339. [bug] DNSSEC validation of the response to an ANY
2506N/A query at a name with a CNAME RR in a secure
2506N/A zone triggered an assertion failure.
2506N/A 338. [bug] lwresd logged to syslog as named, not lwresd.
2437N/A 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
2506N/A 336. [bug] "dig -f" used 64 k of memory for each line in
2506N/A the file. It now uses much less, though still
3473N/A proportionally to the file size.
1703N/A 335. [bug] named would occasionally attempt recursion when
1703N/A it was disallowed or undesired.
2506N/A 334. [func] Added hmac-md5 to libisc.
3404N/A 333. [bug] The resolver incorrectly accepted referrals to
3404N/A domains that were not parents of the query name,
3404N/A causing assertion failures.
3473N/A 332. [func] New function dns_name_reset().
3404N/A 331. [bug] Only log "recursion denied" if RD is set. [RT #178]
3404N/A 330. [bug] Many debugging messages were partially formatted
3473N/A even when debugging was turned off, causing a
3404N/A significant decrease in query performance.
3404N/A 329. [func] omapi_auth_register() now takes a size_t argument for
3404N/A the length of a key's secret data. Previously
3473N/A OMAPI only stored secrets up to the first NUL byte.
3404N/A 328. [func] Added isc_base64_decodestring().
3473N/A address where a host specification was required.
3404N/A 326. [func] 'keys' in an 'inet' control statement is now
3404N/A required and must have at least one item in it.
3404N/A A "not supported" warning is now issued if a 'unix'
3473N/A control channel is defined.
1589N/A 325. [bug] isc_lex_gettoken was processing octal strings when
1589N/A ISC_LEXOPT_CNUMBER was not set.
2506N/A 324. [func] In the resolver, turn EDNS0 off if there is no
3473N/A response after a number of retransmissions.
2506N/A This is to allow queries some chance of succeeding
2506N/A even if all the authoritative servers of a zone
2506N/A silently discard EDNS0 requests instead of
3473N/A sending an error response like they ought to.
2737N/A 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
2737N/A Because of this, servers authoritative for a parent
2737N/A and grandchild zone but not authoritative for the
3473N/A intervening child zone did not correctly issue
1703N/A referrals to the servers of the child zone.
1703N/A 322. [bug] Queries for KEY RRs are now sent to the parent
3473N/A server before the authoritative one, making
2437N/A DNSSEC insecurity proofs work in many cases
2437N/A where they previously didn't.
2506N/A 321. [bug] When synthesizing a CNAME RR for a DNAME
3473N/A response, query_addcname() failed to intitialize
2437N/A the type and class of the CNAME dns_rdata_t,
2437N/A uses authentication to talk to named, command
2437N/A line syntax changed. This will all be described
2506N/A to configure the OMAPI command channel.
3473N/A 318. [func] dns_c_ndcctx_destroy() could never return anything
3404N/A except ISC_R_SUCCESS; made it have void return instead.
3404N/A 317. [func] Use callbacks from libomapi to determine if a
3404N/A new connection is valid, and if a key requested
3473N/A to be used with that connection is valid.
2437N/A 316. [bug] Generate a warning if we detect an unexpected <eof>
2437N/A 315. [bug] Handle non-empty blanks lines. [RT #163]
2506N/A more than one key specified for the inet clause.
2437N/A error. Instead, parse as much as possible, but
2437N/A still return an error if one was found.
2506N/A 312. [bug] Increase the number of allowed elements in the
3473N/A are more than this, ignore the remainder rather
2543N/A than returning a failure in lwres_conf_parse.
2543N/A 311. [bug] lwres_conf_parse failed when the first line of
3473N/A allow { any; } keys { "foo"; }
3404N/A - allow "port xxx" to be left out of statement,
3473N/A in which case it defaults to omapi's default port
2437N/A 309. [bug] When sending a referral, the server did not look
2437N/A for name server addresses as glue in the zone
2437N/A holding the NS RRset in the case where this zone
2437N/A was not the same as the one where it looked for
2437N/A name server addresses as authoritative data.
2437N/A 308. [bug] Treat a SOA record not at top of zone as an error
2437N/A when loading a zone. [RT #154]
2506N/A 307. [bug] When canceling a query, the resolver didn't check for
2506N/A isc_socket_sendto() calls that did not yet have their
3473N/A completion events posted, so it could (rarely) end up
2437N/A destroying the query context and then want to use
2437N/A it again when the send event posted, triggering an
2437N/A assertion as it tried to cancel an already-canceled
3473N/A 306. [bug] Reading HMAC-MD5 private key files didn't work.
3404N/A 305. [bug] When reloading the server with a config file
3404N/A containing a syntax error, it could catch an
3404N/A assertion failure trying to perform zone
3404N/A maintenance on tentatively created zones whose
3473N/A views were never fully configured and lacked
3404N/A 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
3473N/A instead of returning failure.
3404N/A 303. [bug] Add additional sanity checks to differentiate a AXFR
3404N/A response vs a IXFR response. [RT #157]
3404N/A 302. [bug] In dig, host, and nslookup, MXNAME should be large
3404N/A enough to hold any legal domain name in presentation
3473N/A 301. [bug] Uninitalised pointer in host:printmessage(). [RT #159]
3404N/A on platforms lacking IPv6 because each included their
3404N/A own ipv6 header file for the missing definitions. Now
3473N/A the other (ISC_IPV6_H and LWRES_IPV6_H).
2437N/A 299. [cleanup] Get the user and group information before changing the
2437N/A root directory, so the administrator does not need to
2506N/A keep a copy of the user and group databases in the
2506N/A chroot'ed environment. Suggested by Hakan Olsson.
3404N/A 298. [bug] A mutex deadlock occurred during shutdown of the
3404N/A interface manager under certain conditions.
3404N/A Digital Unix systems were the most affected.
3473N/A 297. [bug] Specifying a key name that wasn't fully qualified
3404N/A in certain parts of the config file could cause
3404N/A 296. [bug] "make install" from a separate build directory
3473N/A failed unless configure had been run in the source
2437N/A 295. [bug] When invoked with type==CNAME and a message
3404N/A not constructed by dns_message_parse(),
3404N/A dns_message_findname() failed to find anything
3404N/A due to checking for attribute bits that are set
3404N/A only in dns_message_parse(). This caused an
3473N/A infinite loop when constructing the response to
3404N/A an ANY query at a CNAME in a secure zone.
3404N/A 294. [bug] If we run out of space in while processing glue
3404N/A when reading a master file and commit "current name"
3473N/A reverts to "name_current" instead of staying as
3404N/A 293. [port] Add support for FreeBSD 4.0 system tests.
3473N/A 292. [bug] Due to problems with the way some operating systems
3404N/A handle simultaneous listening on IPv4 and IPv6
3404N/A addresses, the server no longer listens on IPv6
3404N/A addresses by default. To revert to the previous
3404N/A behavior, specify "listen-on-v6 { any; };" in
3404N/A 291. [func] Caching servers no longer send outgoing queries
3404N/A over TCP just because the incoming recursive query
3404N/A 290. [cleanup] +twiddle option to dig (for testing only) removed.
3404N/A 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
3404N/A host is now installed in $bindir. (Be sure to remove
3404N/A 288. [func] rndc is now installed by "make install" into $sbindir.
3404N/A 287. [bug] rndc now works again as "rndc 127.1 reload" (for
3404N/A only that task). Parsing its configuration file and
3404N/A using digital signatures for authentication has been
3473N/A disabled until named supports the "controls" statement,
3404N/A 286. [bug] On Solaris 2, when named inherited a signal state
3404N/A where SIGHUP had the SIG_IGN action, SIGHUP would
3404N/A be ignored rather than causing the server to reload
3404N/A 285. [bug] A change made to the dst API for beta4 inadvertently
3404N/A broke OMAPI's creation of a dst key from an incoming
3404N/A message, causing an assertion to be triggered. Fixed.
3404N/A 284. [func] The DNSSEC key generation and signing tools now
3404N/A generate randomness from keyboard input on systems
3404N/A 283. [cleanup] The 'lwresd' program is now a link to 'named'.
3404N/A 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
3404N/A too big for an unsigned long.
3473N/A 281. [bug] Fixed list of recognized config file category names.
3404N/A easily build applications that link with
3404N/A 279. [bug] Private omapi function symbols shared between
3404N/A protected using the ISC convention of starting with
3404N/A the library name and two underscores ("omapi__"...)
3404N/A note of when isc_log_categorybyname() wasn't able
2437N/A to find the category name and would then apply the
2437N/A channel list of the unknown category to all categories.
3404N/A 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
3404N/A would fail to find the first member of any category
3404N/A or module array apart from the internal defaults.
2437N/A Thus, for example, the "notify" category was improperly
2437N/A 276. [bug] dig now supports maximum sized TCP messages.
3473N/A 275. [bug] The definition of lwres_gai_strerror() was missing
3404N/A 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
2437N/A 273. [func] The default for the 'transfer-format' option is
3473N/A now 'many-answers'. This will break zone transfers
3404N/A to BIND 4.9.5 and older unless there is an explicit
3404N/A 'one-answer' configuration.
3404N/A 272. [bug] The sending of large TCP responses was canceled
3473N/A in mid-transmission due to a race condition
3404N/A caused by the failure to set the client object's
3404N/A "newstate" variable correctly when transitioning
3404N/A 271. [func] Attempt to probe the number of cpus in named
3404N/A if unspecified rather than defaulting to 1.
3404N/A 270. [func] Allow maximum sized TCP answers.
3404N/A 269. [bug] Failed DNSSEC validations could cause an assertion
3404N/A failure by causing clone_results() to be called with
3473N/A 268. [doc] A plain text version of the Administrator
3404N/A Reference Manual is now included in the distribution,
1589N/A 267. [func] Nsupdate is now provided in the distribution.
3404N/A 266. [bug]
zone.c:save_nsrrset() node was not initalized.
3404N/A 265. [bug] dns_request_create() now works for TCP.
3404N/A 264. [func] Dispatch can not take TCP sockets in connecting
3404N/A state. Set DNS_DISPATCHATTR_CONNECTED when calling
3404N/A dns_dispatch_createtcp() for connected TCP sockets
3473N/A or call dns_dispatch_starttcp() when the socket is
1703N/A 263. [func] New logging channel type 'stderr'
3404N/A 262. [bug] 'master' was not initalized in
zone.c:stub_callback().
3404N/A 261. [func] Add dns_zone_markdirty().
3473N/A 260. [bug] Running named as a non-root user failed on Linux
3404N/A kernels new enough to support retaining capabilities
3404N/A 259. [func] New random-device and random-seed-file statements
3404N/A 257. [bug] The server detached the last zone manager reference
3404N/A too early, while it could still be in use by queries.
3404N/A This manifested itself as assertion failures during the
3404N/A shutdown process for busy name servers. [RT #133]
1703N/A isc_ratelimiter_shutdown guarantees that the rate
1703N/A limiter is detached from its task.
3404N/A 255. [func] New function dns_zonemgr_attach().
3404N/A 254. [bug] Suppress "query denied" messages on additional data
3404N/A comments (anywhere in line, not just as the beginning).
2095N/A It also aborted when an unrecognized keyword was seen,
3404N/A now it silently ignores the entire line.
3473N/A 251. [bug] lwresd caught an assertion failure on startup.
1589N/A 250. [bug] fixed handling of size+unit when value would be too
1589N/A large for internal representation.
1589N/A 249. [cleanup] max-cache-size config option now takes a size-spec
3404N/A like 'datasize', except 'default' is not allowed.
3473N/A 248. [bug] global lame-ttl option was not being printed when
3404N/A config structures were written out.
3404N/A 247. [cleanup] Rename cache-size config option to max-cache-size.
3473N/A 246. [func] Rename global option cachesize to cache-size and
3404N/A add corresponding option to view statement.
3404N/A 245. [bug] If an uncompressed name will take more than 255
3404N/A bytes and the buffer is sufficiently long,
3473N/A dns_name_fromwire should return DNS_R_FORMERR,
3404N/A not ISC_R_NOSPACE. This bug caused cause the
3404N/A server to catch an assertion failure when it
3404N/A received a query for a name longer than 255
3473N/A 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
3404N/A 241. [cleanup] nscount and soacount have been removed from the
3404N/A dns_master_*() argument lists.
3473N/A 240. [func] databases now come in three flavours: zone, cache
3404N/A 239. [func] If ISC_MEM_DEBUG is enabled, the variable
3404N/A isc_mem_debugging controls whether messages
3404N/A 238. [cleanup] A few more compilation warnings have been quieted:
3404N/A + PTHREAD_ONCE_INIT unbraced initializer warnings on
3404N/A + IN6ADDR_ANY_INIT unbraced initializer warnings on
3404N/A 237. [bug] If connect() returned ENOBUFS when the resolver was
3473N/A initiating a TCP query, the socket didn't get
2095N/A destroyed, and the server did not shut down cleanly.
2095N/A 236. [func] Added new listen-on-v6 config file statement.
3404N/A 235. [func] Consider it a config file error if a listen-on
3404N/A statement has an IPv6 address in it, or a
3404N/A listen-on-v6 statement has an IPv4 address in it.
3404N/A 234. [bug] Allow a trusted-key's first field (domain-name) be
3404N/A either a quoted or an unquoted string, instead of
3404N/A 233. [cleanup] Convert all config structure integer values to unsigned
3404N/A integer (isc_uint32_t) to match grammer.
3473N/A 232. [bug] Allow slave zones to not have a file.
2095N/A 231. [func] Support new 'port' clause in config file options
2095N/A section. Causes 'listen-on', 'masters' and
3473N/A 'also-notify' statements to use its value instead of
2506N/A 229. [func] Support config file sig-validity-interval statement
3473N/A in options, views and zone statements (master
2095N/A 228. [cleanup] Logging messages in config module stripped of
3404N/A 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
3404N/A dns_rcode_*, dns_opcode_*, and dns_trust_* are
3473N/A also now cast to their appropriate types, as with
3404N/A dns_rdatatype_* in item number 225 below.
3404N/A 226. [func] dns_name_totext() now always prints the root name as
3404N/A '.', even when omit_final_dot is true.
3473N/A 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
2437N/A cast to dns_rdatatype_t via macros of their same name
2437N/A so that they are of the proper integral type wherever
2437N/A a dns_rdatatype_t is needed.
2437N/A 224. [cleanup] The entire project builds cleanly with gcc's
2437N/A -Wcast-qual and -Wwrite-strings warnings enabled,
2506N/A which is now the default when using gcc. (Warnings
3473N/A unfortunately to be expected.)
2437N/A 223. [func] Several functions were reprototyped to qualify one
2437N/A or more of their arguments with "const". Similarly,
2437N/A several functions that return pointers now have
2437N/A those pointers qualified with const.
2506N/A 222. [bug] The global 'also-notify' option was ignored.
2437N/A 221. [bug] An uninitialized variable was sometimes passed to
2437N/A dns_rdata_freestruct() when loading a zone, causing
3404N/A 220. [cleanup] Set the default outgoing port in the view, and
3404N/A set it in sockaddrs returned from the ADB.
3473N/A 219. [bug] Signed truncated messages more correctly follow
2095N/A 218. [func] When an rdataset is signed, its ttl is normalized
3404N/A based on the signature validity period.
3404N/A 217. [func] Also-notify and trusted-keys can now be used in
2095N/A 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
2506N/A 215. [bug] Failures at certain points in request processing
3473N/A could cause the assertion INSIST(client->lockview
2437N/A 214. [func] New public function isc_netaddr_format(), for
3404N/A formatting network addresses in log messages.
3404N/A 213. [bug] Don't leak memory when reloading the zone if
3473N/A an update-policy clause was present in the old zone.
2506N/A 211. [func] The 'key' and 'server' statements can now occur
3356N/A 210. [bug] The 'allow-transfer' option was ignored for slave
1057N/A zones, and the 'transfers-per-ns' option was
3356N/A 209. [cleanup] Upgraded openssl files to new version 0.9.5a
3473N/A 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
3404N/A 207. [func] The dnssec tools properly use the logging subsystem.
3473N/A 206. [cleanup] dst now stores the key name as a dns_name_t, not
3404N/A 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
3404N/A ("prototyped function redeclared without prototype")
3404N/A and 1552 ("variable ... set but not used") when
3473N/A directories, which contain code imported from outside
3404N/A 204. [cleanup] On
HP/UX, pass +vnocompatwarnings to the linker
3404N/A to quiet the warnings that "The linked output may not
3404N/A 203. [func] notify and zone soa queries are now tsig signed when
3473N/A 202. [func] isc_lex_getsourceline() changed from returning int
3404N/A to returning unsigned long, the type of its underlying
3473N/A 200. [bug] Failures in sending query responses to clients
3473N/A 199. [bug] isc_heap_delete() sometimes violated the heap
3473N/A invariant, causing timer events not to be posted
3473N/A 198. [func] Dispatch managers hold memory pools which
3473N/A any managed dispatcher may use. This allows
3473N/A us to avoid dipping into the memory context for
3473N/A most allocations. [19-May-2000 explorer]
1057N/A 197. [bug] When an incoming AXFR or IXFR completes, the
1057N/A zone's internal state is refreshed from the
3473N/A SOA data. [19-May-2000 explorer]
684N/A 196. [func] Dispatchers can be shared easily between views
3404N/A 195. [bug] Including the NXT record of the root domain
3404N/A in a negative response caused an assertion
3404N/A 194. [doc] The PDF version of the Administrator's Reference
3404N/A Manual is no longer included in the ISC BIND9
1057N/A 193. [func] changed dst_key_free() prototype.
1057N/A 192. [bug] Zone configuration validation is now done at end
2506N/A of config file parsing, and before loading
1057N/A 191. [func] Patched to compile on UnixWare
7.x. This platform
1057N/A is not directly supported by the ISC.
3473N/A 190. [cleanup] The DNSSEC tools have been moved to a separate
1057N/A directory dnssec/ and given the following new,
3404N/A Their command line arguments have also been changed to
3404N/A be more consistent. dnssec-keygen now prints the
3404N/A name of the generated key files (sans extension)
3404N/A on standard output to simplify its use in automated
3473N/A 189. [func] isc_time_secondsastimet(), a new function, will ensure
3404N/A that the number of seconds in an isc_time_t does not
3404N/A exceed the range of a time_t, or return ISC_R_RANGE.
3404N/A Similarly, isc_time_now(), isc_time_nowplusinterval(),
3404N/A isc_time_add() and isc_time_subtract() now check the
3404N/A isc_time_subtract, this changed a calling requirement
3404N/A (ie, something that could generate an assertion)
3404N/A into merely a condition that returns an error result.
3404N/A isc_time_add() and isc_time_subtract() were void-
3473N/A valued before but now return isc_result_t.
3404N/A 188. [func] Log a warning message when an incoming zone transfer
3404N/A 187. [func] isc_ratelimter_enqueue() has an additional argument
3404N/A 186. [func] dns_request_getresponse() has an additional argument
3404N/A 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
3473N/A public functions did not have an isc__ prefix, and
3404N/A referred to functions that had previously been
3404N/A standard, which says that such names are reserved.
3404N/A 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
3404N/A for logging the program name or other identifier.
3404N/A 182. [cleanup] New commandline parameters for dnssec tools
3404N/A 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
3473N/A 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
3404N/A before any zone or view statements.
3404N/A has non-empty list of masters defined.
3404N/A 177. [func] New per-zone boolean:
3404N/A intended to let a zone be disabled without having
3404N/A to comment out the entire zone statement.
3404N/A 176. [func] New global and per-view option:
1057N/A 175. [func] New global and per-view option:
3404N/A additional-data internal | minimal | maximal;
3473N/A 174. [func] New public function isc_sockaddr_format(), for
3404N/A formatting socket addresses in log messages.
3404N/A 173. [func] Keep a queue of zones waiting for zone transfer
3404N/A quota so that a new transfer can be dispatched
3473N/A immediately whenever quota becomes available.
3404N/A 172. [bug] $TTL directive was sometimes missing from dumped
3404N/A master files because totext_ctx_init() failed to
3404N/A initialize ctx->current_ttl_valid.
3404N/A 171. [cleanup] On NetBSD systems, the mit-pthreads or
3404N/A unproven-pthreads library is now always used
3404N/A unless --with-ptl2 is explicitly specified on
3404N/A the configure command line. The
3473N/A --with-mit-pthreads option is no longer needed
3404N/A 170. [cleanup] Remove inter server consistancy checks from zone,
3404N/A these should return as a seperate module in 9.1.
3473N/A dns_zone_checkservers(), dns_zone_checkparents(),
3404N/A dns_zone_checkchildren(), dns_zone_checkglue().
3404N/A Remove dns_zone_setadb(), dns_zone_setresolver(),
3404N/A dns_zone_setrequestmgr() these should now be found
3404N/A 169. [func] ratelimiter can now process N events per interval.
3404N/A due to not consuming the semicolon ending the include
3404N/A statement before switching input streams.
3404N/A 167. [bug] Make lack of masters for a slave zone a soft error.
3404N/A 166. [bug] Keygen was overwriting existing keys if key_id
3404N/A conflicted, now it will retry, and non-null keys
3404N/A with key_id == 0 are not generated anymore. Key
3404N/A was not able to generate NOAUTHCONF DSA key,
3404N/A increased RSA key size to 2048 bits.
3404N/A 165. [cleanup] Silence "end-of-loop condition not reached" warnings
3473N/A 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
1703N/A isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
1741N/A isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
1703N/A to encapsulate nonportable usage of errno and sync.
3404N/A 163. [func] Added result codes ISC_R_FILENOTFOUND and
2506N/A 162. [bug] Ensure proper range for arguments to
ctype.h functions.
3404N/A 161. [cleanup] error in yyparse prototype that only HPUX caught.
1057N/A 160. [cleanup] getnet*() are not going to be implemented at this
3473N/A 159. [func] Redefinition of config file elements is now an
3404N/A error (instead of a warning).
3404N/A 158. [bug] Log channel and category list copy routines
3404N/A weren't assigning properly to output parameter.
3404N/A 157. [port] Fix missing prototype for getopt().
3404N/A 156. [func] Support new 'database' statement in zone.
3404N/A 155. [bug] ns_notify_start() was not detaching the found zone.
3404N/A 154. [func] The signer now logs libdns warnings to stderr even when
2095N/A not verbose, and in a nicer format.
2095N/A 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
3404N/A is NULL then you need to preserve the 'rdata' until
3404N/A you have finished using the structure as there may be
3473N/A references to the associated memory. If 'mctx' is
3404N/A non-NULL it is guaranteed that there are no references
2095N/A to memory associated with 'rdata'.
3404N/A dns_rdata_freestruct() must be called if 'mctx' was
3404N/A non-NULL and may safely be called if 'mctx' was NULL.
2095N/A 152. [bug] keygen dumped core if domain name argument was omitted
2095N/A 151. [func] Support 'disabled' statement in zone config (causes
3404N/A zone to be parsed and then ignored). Currently must
3404N/A come after the 'type' clause.
3404N/A 150. [func] Support optional ports in masters and also-notify
3404N/A 149. [cleanup] Removed usused argument 'olist' from
3473N/A dns_c_view_unsetordering().
3404N/A 148. [cleanup] Stop issuing some warnings about some configuration
3404N/A file statements that were not implemented, but now are.
3473N/A 147. [bug] Changed yacc union size to be smaller for yaccs that
3404N/A put yacc-stack on the real stack.
3404N/A 146. [cleanup] More general redundant header file cleanup. Rather
3404N/A than continuing to itemize every header which changed,
3473N/A this changelog entry just notes that if a header file
3404N/A did not need another header file that it was including
3404N/A in order to provide its advertized functionality, the
3404N/A inclusion of the other header file was removed. See
3404N/A ISC_LANG_ENDDECLS to header files that had function
3404N/A prototypes, and removed it from those that did not.
3404N/A 144. [cleanup] libdns header files too numerous to name were made
3473N/A to conform to the same style for multiple inclusion
2095N/A 143. [func] Added function dns_rdatatype_isknown().
3404N/A 141. [bug] Corrupt requests with multiple questions could
3404N/A cause an assertion failure.
3404N/A 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
2095N/A renamed isc_string_touint64. isc_strsep moved from
3404N/A made to conform to the same style for multiple
3404N/A for ISC_R_* codes used in macros.
2437N/A 129. [bug] The 'default_debug' log channel was not set up when
2506N/A 'category default' was present in the config file
3404N/A ISC_LANG_ENDDECLS at end of header.
3404N/A 127. [cleanup] The contracts for the comparision routines
3404N/A dns_name_fullcompare(), dns_name_compare(),
3473N/A dns_name_rdatacompare(), and dns_rdata_compare() now
3404N/A specify that the order value returned is < 0, 0, or > 0
3404N/A 124. [func] signer now imports parent's zone key signature
2437N/A symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
3404N/A 119. [cleanup] structure definitions for generic rdata stuctures do
3404N/A not have _generic_ in their names.
3404N/A 118. [cleanup]
libdns.a is now namespace-clean, on NetBSD, excepting
3404N/A YACC crust (yyparse, etc) [2000-apr-27 explorer]
3473N/A dns_zone_clearnotify() and dns_zone_addnotify()
3404N/A are replaced by dns_zone_setnotifyalso().
3404N/A dns_zone_clearmasters() and dns_zone_addmaster()
3404N/A are replaced by dns_zone_setmasters().
3404N/A 115. [port] Shut up the -Wmissing-declarations warning about
3404N/A 113. [func] Utility programs dig and host added.
2095N/A 109. [bug] "make depend" did nothing for
3404N/A 107. [func] Add keysigner and keysettool.
3404N/A 106. [func] Allow dnssec verifications to ignore the validity
3473N/A period. Used by several of the dnssec tools.
3404N/A implicit conventions the developers have used.
3404N/A 104. [bug] Made compress_add and compress_find static to
3404N/A isc_buffer_base(b) (pointer)
3404N/A isc_buffer_current(b) (pointer)
3404N/A isc_buffer_active(b) (pointer)
3404N/A isc_buffer_used(b) (pointer)
3473N/A isc_buffer_usedlength(b) (int)
3404N/A isc_buffer_consumedlength(b) (int)
2095N/A isc_buffer_remaininglength(b) (int)
2095N/A isc_buffer_activelength(b) (int)
3404N/A isc_buffer_availablelength(b) (int)
3404N/A ISC_BUFFER_AVAILABLECOUNT(b)
3404N/A isc_buffer_usedregion(b, r)
3404N/A isc_buffer_available(b, r) ->
3404N/A isc_buffer_available_region(b, r)
3404N/A isc_buffer_consumed(b, r) ->
3404N/A isc_buffer_consumedregion(b, r)
3404N/A isc_buffer_activeregion(b, r)
3404N/A isc_buffer_remaining(b, r) ->
3404N/A isc_buffer_remainingregion(b, r)
3404N/A Buffer types were removed, so the ISC_BUFFERTYPE_*
3404N/A macros are no more, and the type argument to
3473N/A isc_buffer_init and isc_buffer_allocate were removed.
3404N/A isc_buffer_putstr is now void (instead of isc_result_t)
3404N/A and requires that the caller ensure that there
3404N/A is enough available buffer space for the string.
3404N/A 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
3404N/A 99. [cleanup] Rate limiter now has separate shutdown() and
3404N/A destroy() functions, and it guarantees that all
3404N/A queued events are delivered even in the shutdown case.
3404N/A unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
3404N/A 94. [cleanup] Some installed header files did not compile as C++.
3404N/A 84. [func] allow-query ACL checks now apply to all data
3404N/A 83. [func] If the server is authoritative for both a
3473N/A delegating zone and its (nonsecure) delegatee, and
3404N/A a query is made for a KEY RR at the top of the
3404N/A delegatee, then the server will look for a KEY
3404N/A in the delegator if it is not found in the delegatee.
3404N/A 78. [cleanup] lwres_conftest renamed to lwresconf_test for
3404N/A consistency with other *_test programs.
3404N/A 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
3473N/A 76. [cleanup] Rewrote keygen.
3404N/A 75. [func] Don't load a zone if its database file is older
3404N/A than the last time the zone was loaded.
3404N/A 73. [func] New "file" API in libisc, including new function
3404N/A isc_file_getmodtime, isc_mktemplate renamed to
3404N/A isc_file_mktemplate and isc_ufile renamed to
3404N/A isc_file_openunique. By no means an exhaustive API,
3404N/A it is just what's needed for now.
3473N/A 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
3404N/A added for dns_rbt_findnode, the former to disable the
3404N/A setting of the chain to the predecessor, and the
3404N/A latter to make clear when no options are set.
3404N/A 71. [cleanup] Made explicit the implicit REQUIREs of
3473N/A isc_time_seconds, isc_time_nanoseconds, and
3404N/A 70. [func] isc_time_set() added.
3473N/A 69. [bug] The zone object's master and also-notify lists grew
3404N/A longer with each server reload.
3404N/A 68. [func] Partial support for SIG(0) on incoming messages.
3404N/A 67. [performance] Allow use of alternate (compile-time supplied)
3473N/A 66. [func] Data in authoritative zones should have a trust level
3404N/A 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
3404N/A 64. [func] The RBT, DB, and zone table APIs now allow the
3404N/A caller find the most-enclosing superdomain of
3404N/A 63 [func] Generate NOTIFY messages.
3473N/A 62. [func] Add UDP refresh support.
3404N/A 61. [cleanup] Use single quotes consistently in log messages.
3404N/A 60. [func] Catch and disallow singleton types on message
3404N/A when sending and receiving.
3404N/A == 0 assertion in query_newname().
3404N/A 57. [func] Added dns_nxt_typepresent()
3404N/A 56. [bug] SIG records were not properly returned in cached
3473N/A 55. [bug] Responses containing multiple names in the authority
3404N/A section were not negatively cached.
3404N/A 54. [bug] If a fetch with sigrdataset==NULL joined one with
3404N/A sigrdataset!=NULL or vice versa, the resolver
3473N/A could catch an assertion or lose signature data,
3404N/A 52. [bug] rndc: taskmgr and socketmgr were not initialized
3473N/A 50. [func] RBT deletion no longer requires a valid chain to work,
3404N/A and dns_rbt_deletenode was added.
3404N/A 49. [func] Each cache now has its own mctx.
3473N/A 48. [func] isc_task_create() no longer takes an mctx.
3404N/A isc_task_mem() has been eliminated.
3404N/A 47. [func] A number of modules now use memory context reference
3404N/A 46. [func] Memory contexts are now reference counted.
3404N/A Added isc_mem_inuse() and isc_mem_preallocate().
3404N/A Renamed isc_mem_destroy_check() to
3473N/A 45. [bug] The trusted-key statement incorrectly loaded keys.
3404N/A 44. [bug] Don't include authority data if it would force us
3404N/A to unset the AD bit in the message.
3473N/A 43. [bug] DNSSEC verification of cached rdatasets was failing.
3404N/A 42. [cleanup] Simplified logging of messages with embedded domain
3404N/A names by introducing a new convenience function
3404N/A 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
3404N/A to allow 'named' to run as a non-root user while
3404N/A retaining the ability to bind() to privileged
3404N/A 40. [func] Introduced new logging category "dnssec" and
3404N/A 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
3473N/A 38. [bug] TSIG signed incoming zone transfers work now.
3404N/A 37. [bug] If the first RR in an incoming zone transfer was
3404N/A not an SOA, the server died with an assertion failure
3404N/A instead of just reporting an error.
3404N/A 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
3404N/A 35. [performance] Log messages which are of a level too high to be
3404N/A logged by any channel in the logging configuration
3473N/A will not cause the log mutex to be locked.
3404N/A 34. [bug] Recursion was allowed even with 'recursion no'.
3404N/A 33. [func] The RBT now maintains a parent pointer at each node.
3404N/A 30. [func] config file grammer change to support optional
3404N/A 29. [func] support new config file view options:
3404N/A auth-nxdomain recursion query-source
3473N/A query-source-v6 transfer-source
3404N/A transfer-source-v6 max-transfer-time-out
3404N/A max-transfer-idle-out transfer-format
3404N/A request-ixfr provide-ixfr cleaning-interval
3404N/A fetch-glue notify rfc2308-type1 lame-ttl
3404N/A 28. [func] support lame-ttl, min-roots and serial-queries
3473N/A Including it on other platforms (eg, NetBSD) can
3404N/A cause a forced #error from the C preprocessor.
3404N/A 26. [func] new match-clients statement in config file view.
3404N/A 24. [cleanup] Eliminate some unnecessary #includes of header
3404N/A 23. [cleanup] Provide more context in log messages about client
3404N/A requests, using a new function ns_client_log().
3404N/A 22. [bug] SIGs weren't returned in the answer section when
3473N/A the query resulted in a fetch.
1703N/A 21. [port] Look at STD_CINCLUDES after CINCLUDES during
1703N/A compilation, so additional system include directories
3473N/A can be searched but header files in the bind9 source
3404N/A tree with conflicting names take precedence. This
3404N/A avoids issues with installed versions of dnssafe and
3404N/A 20. [func] Configuration file post-load validation of zones
3404N/A failed if there were no zones.
3404N/A 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
3404N/A lock in certain error cases.
3404N/A 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
3404N/A 17. [func] Do configuration file post-load validation of zones.
3404N/A 16. [bug] put quotes around key names on config file
3404N/A output to avoid possible keyword clashes.
3473N/A 15. [func] Add dns_name_dupwithoffsets(). This function is
3404N/A improves comparison performance for duped names.
3404N/A 14. [bug] free_rbtdb() could have 'put' unallocated memory in
3404N/A 12. [bug] Fixed possible unitialized variable error.
3404N/A 11. [bug] axfr_rrstream_first() didn't check the result code of
3473N/A db_rr_iterator_first(), possibly causing an assertion
3404N/A 10. [bug] A bug in the code which makes EDNS0 OPT records in
3404N/A repeated code with macro calls.
3473N/A 8. [bug] Shutdown of incoming zone transfer accessed
3404N/A 7. [cleanup] removed 'listen-on' from view statement.
3473N/A 6. [bug] quote RR names when generating config file to
3404N/A prevent possible clash with config file keywords
3473N/A statements must now be enclosed by an 'update-policy'
3404N/A linux 2.3 kernel includes due to conflicts between
3404N/A C library includes and the kernel includes. We now
3404N/A avoid pulling in other linux kernel .h files.
3404N/A 3. [bug] TKEYs go in the answer section of responses, not
3404N/A 2. [bug] Generating cryptographic randomness failed on
3473N/A 1. [bug] The installdirs rule in
3404N/A prevented the isc directory from being created if it
3404N/A# This tells Emacs to use hard tabs in this file.