Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / bind / dist / CHANGES
blob6a74fcd3bb5fa38547a0cdc33617b68d7c7512e0
1         --- 9.7.0rc1 released ---
3 2806.   [bug]           "rdnc sign" could delay re-signing the DNSKEY
4                         when it had changed. [RT #20703]
6 2805.   [bug]           Fixed namespace problems encountered when building
7                         external programs using non-exported BIND9 libraries
8                         (i.e., built without --enable-exportlib). [RT #20679]
10 2804.   [bug]           Send notifies when a zone is signed with "rndc sign"
11                         or as a result of a scheduled key change. [RT #20700]
13 2803.   [port]          win32: Install named-journalprint, nsec3hash, arpaname
14                         and genrandom under windows. [RT #20670]
16 2802.   [cleanup]       Rename journalprint to named-journalprint. [RT #20670]
18 2801.   [func]          Detect and report records that are different according
19                         to DNSSEC but are sematically equal according to plain
20                         DNS.  Apply plain DNS comparisons rather than DNSSEC
21                         comparisons when processing UPDATE requests.
22                         dnssec-signzone now removes such semantically duplicate
23                         records prior to signing the RRset.
25                         named-checkzone -r {ignore|warn|fail} (default warn)
26                         named-compilezone -r {ignore|warn|fail} (default warn)
27                         
28                         named.conf: check-dup-records {ignore|warn|fail};
30 2800.   [func]          Reject zones which have NS records which refer to
31                         CNAMEs, DNAMEs or don't have address record (class IN
32                         only).  Reject UPDATEs which would cause the zone
33                         to fail the above checks if committed. [RT #20678]
35 2799.   [cleanup]       Changed the "secure-to-insecure" option to
36                         "dnssec-secure-to-insecure", and "dnskey-ksk-only"
37                         to "dnssec-dnskey-kskonly", for clarity. [RT #20586]
39 2798.   [bug]           Addressed bugs in managed-keys initialization 
40                         and rollover. [RT #20683]
42 2797.   [bug]           Don't decrement the dispatch manager's maxbuffers.
43                         [RT #20613]
45 2796.   [bug]           Missing dns_rdataset_disassociate() call in
46                         dns_nsec3_delnsec3sx(). [RT #20681]
48 2795.   [cleanup]       Add text to differentiate "update with no effect"
49                         log messages. [RT #18889]
51 2794.   [bug]           Install <isc/namespace.h>.  [RT #20677]
53 2793.   [func]          Add "autosign" and "metadata" tests to the
54                         automatic tests. [RT #19946]
56 2792.   [func]          "filter-aaaa-on-v4" can now be set in view
57                         options (if compiled in).  [RT #20635]
59 2791.   [bug]           The installation of isc-config.sh was broken.
60                         [RT #20667]
62 2790.   [bug]           Handle DS queries to stub zones. [RT #20440]
64 2789.   [bug]           Fixed an INSIST in dispatch.c [RT #20576]
66 2788.   [bug]           dnssec-signzone could sign with keys that were
67                         not requested [RT #20625]
69 2787.   [bug]           Spurious log message when zone keys were
70                         dynamically reconfigured. [RT #20659]
72 2786.   [bug]           Additional could be promoted to answer. [RT #20663]
74         --- 9.7.0b3 released ---
76 2785.   [bug]           Revoked keys could fail to self-sign [RT #20652]
78 2784.   [bug]           TC was not always being set when required glue was
79                         dropped. [RT #20655]
81 2783.   [func]          Return minimal responses to EDNS/UDP queries with a UDP
82                         buffer size of 512 or less.  [RT #20654]
84 2782.   [port]          win32: use getaddrinfo() for hostname lookups.
85                         [RT #20650]
87 2781.   [bug]           Inactive keys could be used for signing. [RT #20649]
89 2780.   [bug]           dnssec-keygen -A none didn't properly unset the
90                         activation date in all cases. [RT #20648]
92 2779.   [bug]           Dynamic key revokation could fail. [RT #20644]
94 2778.   [bug]           dnssec-signzone could fail when a key was revoked
95                         without deleting the unrevoked version. [RT #20638]
97 2777.   [contrib]       DLZ MYSQL auto reconnect support discovery was wrong.
99 2776.   [bug]           Change #2762 was not correct. [RT #20647]
101 2775.   [bug]           Accept RSASHA256 and RSASHA512 as NSEC3 compatible
102                         in dnssec-keyfromlabel. [RT #20643]
104 2774.   [bug]           Existing cache DB wasn't being reused after
105                         reconfiguration. [RT #20629]
107 2773.   [bug]           In autosigned zones, the SOA could be signed
108                         with the KSK. [RT #20628]
110 2772.   [security]      When validating, track whether pending data was from
111                         the additional section or not and only return it if
112                         validates as secure. [RT #20438]
114 2771.   [bug]           dnssec-signzone: DNSKEY records could be
115                         corrupted when importing from key files [RT #20624]
117 2770.   [cleanup]       Add log messages to resolver.c to indicate events
118                         causing FORMERR responses. [RT #20526]
120 2769.   [cleanup]       Change #2742 was incomplete. [RT #19589]
122 2768.   [bug]           dnssec-signzone: -S no longer implies -g [RT #20568]
124 2767.   [bug]           named could crash on startup if a zone was
125                         configured with auto-dnssec and there was no
126                         key-directory. [RT #20615]
128 2766.   [bug]           isc_socket_fdwatchpoke() should only update the
129                         socketmgr state if the socket is not pending on a
130                         read or write.  [RT #20603]
132 2765.   [bug]           Skip masters for which the TSIG key cannot be found.
133                         [RT #20595]
135 2764.   [bug]           "rndc-confgen -a" could trigger a REQUIRE. [RT #20610]
137 2763.   [bug]           "rndc sign" didn't create an NSEC chain. [RT #20591]
139 2762.   [bug]           DLV validation failed with a local slave DLV zone.
140                         [RT #20577]
142 2761.   [cleanup]       Enable internal symbol table for backtrace only for
143                         systems that are known to work.  Currently, BSD
144                         variants, Linux and Solaris are supported. [RT# 20202]
146 2760.   [cleanup]       Corrected named-compilezone usage summary. [RT #20533]
148 2759.   [doc]           Add information about .jbk/.jnw files to
149                         the ARM. [RT #20303]
151 2758.   [bug]           win32: Added a workaround for a windows 2008 bug
152                         that could cause the UDP client handler to shut
153                         down. [RT #19176]
155 2757.   [bug]           dig: assertion failure could occur in connect
156                         timeout. [RT #20599]
158 2756.   [bug]           Fixed corrupt logfile message in update.c. [RT# 20597]
160 2755.   [placeholder]
162 2754.   [bug]           Secure-to-insecure transitions failed when zone
163                         was signed with NSEC3. [RT #20587]
165 2753.   [bug]           Removed an unnecessary warning that could appear when
166                         building an NSEC chain. [RT #20589]
168 2752.   [bug]           Locking violation. [RT #20587]
170 2751.   [bug]           Fixed a memory leak in dnssec-keyfromlabel. [RT #20588]
172 2750.   [bug]           dig: assertion failure could occur when a server
173                         didn't have an address. [RT #20579]
175 2749.   [bug]           ixfr-from-differences generated a non-minimal ixfr
176                         for NSEC3 signed zones. [RT #20452]
178 2748.   [func]          Identify bad answers from GTLD servers and treat them
179                         as referrals. [RT #18884]
181 2747.   [bug]           Journal roll forwards failed to set the re-signing
182                         time of RRSIGs correctly. [RT #20541]
184 2746.   [port]          hpux: address signed/unsigned expansion mismatch of
185                         dns_rbtnode_t.nsec. [RT #20542]
187 2745.   [bug]           configure script didn't probe the return type of
188                         gai_strerror(3) correctly. [RT #20573]
190 2744.   [func]          Log if a query was over TCP. [RT #19961]
192 2743.   [bug]           RRSIG could be incorrectly set in the NSEC3 record
193                         for a insecure delegation.
195         --- 9.7.0b2 released ---
197 2742.   [cleanup]       Clarify some DNSSEC-related log messages in
198                         validator.c. [RT #19589]
200 2741.   [func]          Allow the dnssec-keygen progress messages to be
201                         suppressed (dnssec-keygen -q).  Automatically
202                         suppress the progress messages when stdin is not
203                         a tty. [RT #20474]
205 2740.   [placeholder]
207 2739.   [cleanup]       Clean up API for initializing and clearing trust
208                         anchors for a view. [RT #20211]
210 2738.   [func]          Add RSASHA256 and RSASHA512 tests to the dnssec system
211                         test. [RT #20453]
213 2737.   [func]          UPDATE requests can leak existance information.
214                         [RT #17261]
216 2736.   [func]          Improve the performance of NSEC signed zones with
217                         more than a normal amount of glue below a delegation.
218                         [RT #20191]
220 2735.   [bug]           dnssec-signzone could fail to read keys
221                         that were specified on the command line with
222                         full paths, but weren't in the current
223                         directory. [RT #20421]
225 2734.   [port]          cygwin: arpaname did not compile. [RT #20473]
227 2733.   [cleanup]       Clean up coding style in pkcs11-* tools. [RT #20355]
229 2732.   [func]          Add optional filter-aaaa-on-v4 option, available
230                         if built with './configure --enable-filter-aaaa'.
231                         Filters out AAAA answers to clients connecting
232                         via IPv4.  (This is NOT recommended for general
233                         use.) [RT #20339]
235 2731.   [func]          Additional work on change 2709.  The key parser
236                         will now ignore unrecognized fields when the
237                         minor version number of the private key format
238                         has been increased.  It will reject any key with
239                         the major version number increased. [RT #20310]
241 2730.   [func]          Have dnssec-keygen display a progress indication
242                         a la 'openssl genrsa' on standard error. Note
243                         when the first '.' is followed by a long stop
244                         one has the choice between slow generation vs.
245                         poor random quality, i.e., '-r /dev/urandom'.
246                         [RT #20284]
248 2729.   [func]          When constructing a CNAME from a DNAME use the DNAME
249                         TTL. [RT #20451]
251 2728.   [bug]           dnssec-keygen, dnssec-keyfromlabel and
252                         dnssec-signzone now warn immediately if asked to
253                         write into a nonexistent directory. [RT #20278]
255 2727.   [func]          The 'key-directory' option can now specify a relative
256                         path. [RT #20154]
258 2726.   [func]          Added support for SHA-2 DNSSEC algorithms,
259                         RSASHA256 and RSASHA512. [RT #20023]
261 2725.   [doc]           Added information about the file "managed-keys.bind"
262                         to the ARM. [RT #20235]
264 2724.   [bug]           Updates to a existing node in secure zone using NSEC
265                         were failing. [RT #20448]
267 2723.   [bug]           isc_base32_totext(), isc_base32hex_totext(), and
268                         isc_base64_totext(), didn't always mark regions of
269                         memory as fully consumed after conversion.  [RT #20445]
271 2722.   [bug]           Ensure that the memory associated with the name of
272                         a node in a rbt tree is not altered during the life
273                         of the node. [RT #20431]
275 2721.   [port]          Have dst__entropy_status() prime the random number
276                         generator. [RT #20369]
278 2720.   [bug]           RFC 5011 trust anchor updates could trigger an
279                         assert if the DNSKEY record was unsigned. [RT #20406]
281 2719.   [func]          Skip trusted/managed keys for unsupported algorithms.
282                         [RT #20392]
284 2718.   [bug]           The space calculations in opensslrsa_todns() were
285                         incorrect. [RT #20394]
287 2717.   [bug]           named failed to update the NSEC/NSEC3 record when
288                         the last private type record was removed as a result
289                         of completing the signing the zone with a key.
290                         [RT #20399]
292 2716.   [bug]           nslookup debug mode didn't return the ttl. [RT #20414]
294         --- 9.7.0b1 released ---
296 2715.   [bug]           Require OpenSSL support to be explicitly disabled.
297                         [RT #20288]
299 2714.   [port]          aix/powerpc: 'asm("ics");' needs non standard assembler
300                         flags.
302 2713.   [bug]           powerpc: atomic operations missing asm("ics") /
303                         __isync() calls.
305 2712.   [func]          New 'auto-dnssec' zone option allows zone signing
306                         to be fully automated in zones configured for
307                         dynamic DNS.  'auto-dnssec allow;' permits a zone
308                         to be signed by creating keys for it in the
309                         key-directory and using 'rndc sign <zone>'.
310                         'auto-dnssec maintain;' allows that too, plus it
311                         also keeps the zone's DNSSEC keys up to date
312                         according to their timing metadata. [RT #19943]
314 2711.   [port]          win32: Add the bin/pkcs11 tools into the full
315                         build. [RT #20372]
317 2710.   [func]          New 'dnssec-signzone -x' flag and 'dnskey-ksk-only'
318                         zone option cause a zone to be signed with only KSKs
319                         signing the DNSKEY RRset, not ZSKs.  This reduces
320                         the size of a DNSKEY answer.  [RT #20340]
322 2709.   [func]          Added some data fields, currently unused, to the
323                         private key file format, to allow implementation
324                         of explicit key rollover in a future release
325                         without impairing backward or forward compatibility.
326                         [RT #20310]
328 2708.   [func]          Insecure to secure and NSEC3 parameter changes via
329                         update are now fully supported and no longer require
330                         defines to enable.  We now no longer overload the
331                         NSEC3PARAM flag field, nor the NSEC OPT bit at the
332                         apex.  Secure to insecure changes are controlled by
333                         by the named.conf option 'secure-to-insecure'.
335                         Warning: If you had previously enabled support by
336                         adding defines at compile time to BIND 9.6 you should
337                         ensure that all changes that are in progress have
338                         completed prior to upgrading to BIND 9.7.  BIND 9.7
339                         is not backwards compatible.
341 2707.   [func]          dnssec-keyfromlabel no longer require engine name
342                         to be specified in the label if there is a default
343                         engine or the -E option has been used.  Also, it
344                         now uses default algorithms as dnssec-keygen does
345                         (i.e., RSASHA1, or NSEC3RSASHA1 if -3 is used).
346                         [RT #20371]
348 2706.   [bug]           Loading a zone with a very large NSEC3 salt could
349                         trigger an assert. [RT #20368]
351 2705.   [placeholder]
353 2704.   [bug]           Serial of dynamic and stub zones could be inconsistent
354                         with their SOA serial.  [RT #19387]
356 2703.   [func]          Introduce an OpenSSL "engine" argument with -E
357                         for all binaries which can take benefit of
358                         crypto hardware. [RT #20230]
360 2702.   [func]          Update PKCS#11 tools (bin/pkcs11) [RT #20225 & all]
362 2701.   [doc]           Correction to ARM: hmac-md5 is no longer the only
363                         supported TSIG key algorithm. [RT #18046]
365 2700.   [doc]           The match-mapped-addresses option is discouraged.
366                         [RT #12252]
368 2699.   [bug]           Missing lock in rbtdb.c. [RT #20037]
370 2698.   [placeholder]
372 2697.   [port]          win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
373                         S_IFREG are defined after including <isc/stat.h>.
374                         [RT #20309]
376 2696.   [bug]           named failed to successfully process some valid
377                         acl constructs. [RT #20308]
379 2695.   [func]          DHCP/DDNS - update fdwatch code for use by
380                         DHCP.  Modify the api to isc_sockfdwatch_t (the
381                         callback funciton for isc_socket_fdwatchcreate)
382                         to include information about the direction (read
383                         or write) and add isc_socket_fdwatchpoke.
384                         [RT #20253]
386 2694.   [bug]           Reduce default NSEC3 iterations from 100 to 10.
387                         [RT #19970]
389 2693.   [port]          Add some noreturn attributes. [RT #20257]
391 2692.   [port]          win32: 32/64 bit cleanups. [RT #20335]
393 2691.   [func]          dnssec-signzone: retain the existing NSEC or NSEC3
394                         chain when re-signing a previously-signed zone.
395                         Use -u to modify NSEC3 parameters or switch
396                         between NSEC and NSEC3. [RT #20304]
398 2690.   [bug]           win32: fix isc_thread_key_getspecific() prototype.
399                         [RT #20315]
401 2689.   [bug]           Correctly handle snprintf result. [RT #20306]
403 2688.   [bug]           Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
404                         to decide to fetch the destination address. [RT #20305]
406 2687.   [bug]           Fixed dnssec-signzone -S handling of revoked keys.
407                         Also, added warnings when revoking a ZSK, as this is
408                         not defined by protocol (but is legal).  [RT #19943]
410 2686.   [bug]           dnssec-signzone should clean the old NSEC chain when
411                         signing with NSEC3 and vice versa. [RT #20301]
413 2685.   [contrib]       Update contrib/zkt to version 0.99c. [RT #20054]
415 2684.   [cleanup]       dig: formalize +ad and +cd as synonyms for
416                         +adflag and +cdflag.  [RT #19305]
418 2683.   [bug]           dnssec-signzone should clean out old NSEC3 chains when
419                         the NSEC3 parameters used to sign the zone change.
420                         [RT #20246]
422 2682.   [bug]           "configure --enable-symtable=all" failed to
423                         build. [RT #20282]
425 2681.   [bug]           IPSECKEY RR of gateway type 3 was not correctly
426                         decoded. [RT #20269]
428 2680.   [func]          Move contrib/pkcs11-keygen to bin/pkcs11. [RT #20067]
430 2679.   [func]          dig -k can now accept TSIG keys in named.conf
431                         format.  [RT #20031]
433 2678.   [func]          Treat DS queries as if "minimal-response yes;"
434                         was set. [RT #20258]
436 2677.   [func]          Changes to key metadata behavior:
437                         - Keys without "publish" or "active" dates set will
438                           no longer be used for smart signing.  However,
439                           those dates will be set to "now" by default when
440                           a key is created; to generate a key but not use
441                           it yet, use dnssec-keygen -G.
442                         - New "inactive" date (dnssec-keygen/settime -I)
443                           sets the time when a key is no longer used for
444                           signing but is still published.
445                         - The "unpublished" date (-U) is deprecated in
446                           favor of "deleted" (-D).
447                         [RT #20247]
449 2676.   [bug]           --with-export-installdir should have been
450                         --with-export-includedir. [RT #20252]
452 2675.   [bug]           dnssec-signzone could crash if the key directory
453                         did not exist. [RT #20232]
455         --- 9.7.0a3 released ---
457 2674.   [bug]           "dnssec-lookaside auto;" crashed if named was built
458                         without openssl. [RT #20231]
460 2673.   [bug]           The managed-keys.bind zone file could fail to
461                         load due to a spurious result from sync_keyzone()
462                         [RT #20045]
464 2672.   [bug]           Don't enable searching in 'host' when doing reverse
465                         lookups. [RT #20218]
467 2671.   [bug]           Add support for PKCS#11 providers not returning
468                         the public exponent in RSA private keys
469                         (OpenCryptoki for instance) in
470                         dnssec-keyfromlabel. [RT #19294]
472 2670.   [bug]           Unexpected connect failures failed to log enough
473                         information to be useful. [RT #20205]
475 2669.   [func]          Update PKCS#11 support to support Keyper HSM.
476                         Update PKCS#11 patch to be against openssl-0.9.8i.
478 2668.   [func]          Several improvements to dnssec-* tools, including:
479                         - dnssec-keygen and dnssec-settime can now set key
480                           metadata fields 0 (to unset a value, use "none")
481                         - dnssec-revoke sets the revocation date in
482                           addition to the revoke bit
483                         - dnssec-settime can now print individual metadata
484                           fields instead of always printing all of them,
485                           and can print them in unix epoch time format for
486                           use by scripts
487                         [RT #19942]
489 2667.   [func]          Add support for logging stack backtrace on assertion
490                         failure (not available for all platforms). [RT #19780]
492 2666.   [func]          Added an 'options' argument to dns_name_fromstring()
493                         (API change from 9.7.0a2). [RT #20196]
495 2665.   [func]          Clarify syntax for managed-keys {} statement, add
496                         ARM documentation about RFC 5011 support. [RT #19874]
498 2664.   [bug]           create_keydata() and minimal_update() in zone.c
499                         didn't properly check return values for some
500                         functions.  [RT #19956]
502 2663.   [func]          win32:  allow named to run as a service using
503                         "NT AUTHORITY\LocalService" as the account. [RT #19977]
505 2662.   [bug]           lwres_getipnodebyname() and lwres_getipnodebyaddr()
506                         returned a misleading error code when lwresd was
507                         down. [RT #20028]
509 2661.   [bug]           Check whether socket fd exceeds FD_SETSIZE when
510                         creating lwres context. [RT #20029]
512 2660.   [func]          Add a new set of DNS libraries for non-BIND9
513                         applications.  See README.libdns. [RT #19369]
515 2659.   [doc]           Clarify dnssec-keygen doc: key name must match zone
516                         name for DNSSEC keys. [RT #19938]
518 2658.   [bug]           dnssec-settime and dnssec-revoke didn't process
519                         key file paths correctly. [RT #20078]
521 2657.   [cleanup]       Lower "journal file <path> does not exist, creating it"
522                         log level to debug 1. [RT #20058]
524 2656.   [func]          win32: add a "tools only" check box to the installer
525                         which causes it to only install dig, host, nslookup,
526                         nsupdate and relevant DLLs.  [RT #19998]
528 2655.   [doc]           Document that key-directory does not affect
529                         bind.keys, rndc.key or session.key.  [RT #20155]
531 2654.   [bug]           Improve error reporting on duplicated names for
532                         deny-answer-xxx. [RT #20164]
534 2653.   [bug]           Treat ENGINE_load_private_key() failures as key
535                         not found rather than out of memory.  [RT #18033]
537 2652.   [func]          Provide more detail about what record is being
538                         deleted. [RT #20061]
540 2651.   [bug]           Dates could print incorrectly in K*.key files on
541                         64-bit systems. [RT #20076]
543 2650.   [bug]           Assertion failure in dnssec-signzone when trying
544                         to read keyset-* files. [RT #20075]
546 2649.   [bug]           Set the domain for forward only zones. [RT #19944]
548 2648.   [port]          win32: isc_time_seconds() was broken. [RT #19900]
550 2647.   [bug]           Remove unnecessary SOA updates when a new KSK is
551                         added. [RT #19913]
553 2646.   [bug]           Incorrect cleanup on error in socket.c. [RT #19987]
555 2645.   [port]          "gcc -m32" didn't work on amd64 and x86_64 platforms
556                         which default to 64 bits. [RT #19927]
558         --- 9.7.0a2 released ---
560 2644.   [bug]           Change #2628 caused a regression on some systems;
561                         named was unable to write the PID file and would
562                         fail on startup. [RT #20001]
564 2643.   [bug]           Stub zones interacted badly with NSEC3 support.
565                         [RT #19777]
567 2642.   [bug]           nsupdate could dump core on solaris when reading
568                         improperly formatted key files.  [RT #20015]
570 2641.   [bug]           Fixed an error in parsing update-policy syntax,
571                         added a regression test to check it. [RT #20007]
573 2640.   [security]      A specially crafted update packet will cause named
574                         to exit. [RT #20000]
576 2639.   [bug]           Silence compiler warnings in gssapi code. [RT #19954]
578 2638.   [bug]           Install arpaname. [RT #19957]
580 2637.   [func]          Rationalize dnssec-signzone's signwithkey() calling.
581                         [RT #19959]
583 2636.   [func]          Simplify zone signing and key maintenance with the
584                         dnssec-* tools.  Major changes:
585                         - all dnssec-* tools now take a -K option to
586                           specify a directory in which key files will be
587                           stored
588                         - DNSSEC can now store metadata indicating when
589                           they are scheduled to be published, activated,
590                           revoked or removed; these values can be set by
591                           dnssec-keygen or overwritten by the new
592                           dnssec-settime command
593                         - dnssec-signzone -S (for "smart") option reads key
594                           metadata and uses it to determine automatically
595                           which keys to publish to the zone, use for
596                           signing, revoke, or remove from the zone
597                         [RT #19816]
599 2635.   [bug]           isc_inet_ntop() incorrectly handled 0.0/16 addresses.
600                         [RT #19716]
602 2634.   [port]          win32: Add support for libxml2, enable
603                         statschannel. [RT #19773]
605 2633.   [bug]           Handle 15 bit rand() functions. [RT #19783]
607 2632.   [func]          util/kit.sh: warn if documentation appears to be out of
608                         date.  [RT #19922]
610 2631.   [bug]           Handle "//", "/./" and "/../" in mkdirpath().
611                         [RT #19926 ]
613 2630.   [func]          Improved syntax for DDNS autoconfiguration:  use
614                         "update-policy local;" to switch on local DDNS in a
615                         zone. (The "ddns-autoconf" option has been removed.)
616                         [RT #19875]
618 2629.   [port]          Check for seteuid()/setegid(), use setresuid()/
619                         setresgid() if not present. [RT #19932]
621 2628.   [port]          linux: Allow /var/run/named/named.pid to be opened
622                         at startup with reduced capabilities in operation.
623                         [RT #19884]
625 2627.   [bug]           Named aborted if the same key was included in
626                         trusted-keys more than once. [RT #19918]
628 2626.   [bug]           Multiple trusted-keys could trigger an assertion
629                         failure. [RT #19914]
631 2625.   [bug]           Missing UNLOCK in rbtdb.c. [RT #19865]
633 2624.   [func]          'named-checkconf -p' will print out the parsed
634                         configuration. [RT #18871]
636 2623.   [bug]           Named started seaches for DS non-optimally. [RT #19915]
638 2622.   [bug]           Printing of named.conf grammar was broken. [RT #19919]
640 2621.   [doc]           Made copyright boilterplate consistent.  [RT #19833]
642 2620.   [bug]           Delay thawing the zone until the reload of it has
643                         completed successfully.  [RT #19750]
645 2619.   [func]          Add support for RFC 5011, automatic trust anchor
646                         maintenance.  The new "managed-keys" statement can
647                         be used in place of "trusted-keys" for zones which
648                         support this protocol.  (Note: this syntax is
649                         expected to change prior to 9.7.0 final.) [RT #19248]
651 2618.   [bug]           The sdb and sdlz db_interator_seek() methods could
652                         loop infinitely. [RT #19847]
654 2617.   [bug]           ifconfig.sh failed to emit an error message when
655                         run from the wrong location. [RT #19375]
657 2616.   [bug]           'host' used the nameservers from resolv.conf even
658                         when a explicit nameserver was specified. [RT #19852]
660 2615.   [bug]           "__attribute__((unused))" was in the wrong place
661                         for ia64 gcc builds. [RT #19854]
663 2614.   [port]          win32: 'named -v' should automatically be executed
664                         in the foreground. [RT #19844]
666 2613.   [placeholder]
668         --- 9.7.0a1 released ---
670 2612.   [func]          Add default values for the arguments to
671                         dnssec-keygen.  Without arguments, it will now
672                         generate a 1024-bit RSASHA1 zone-signing key,
673                         or with the -f KSK option, a 2048-bit RSASHA1
674                         key-signing key. [RT #19300]
676 2611.   [func]          Add -l option to dnssec-dsfromkey to generate
677                         DLV records instead of DS records. [RT #19300]
679 2610.   [port]          sunos: Change #2363 was not complete. [RT #19796]
681 2609.   [func]          Simplify the configuration of dynamic zones:
682                         - add ddns-confgen command to generate
683                           configuration text for named.conf
684                         - add zone option "ddns-autoconf yes;", which
685                           causes named to generate a TSIG session key
686                           and allow updates to the zone using that key
687                         - add '-l' (localhost) option to nsupdate, which
688                           causes nsupdate to connect to a locally-running
689                           named process using the session key generated
690                           by named
691                         [RT #19284]
693 2608.   [func]          Perform post signing verification checks in
694                         dnssec-signzone.  These can be disabled with -P.
696                         The post sign verification test ensures that for each
697                         algorithm in use there is at least one non revoked
698                         self signed KSK key.  That all revoked KSK keys are
699                         self signed.  That all records in the zone are signed
700                         by the algorithm.  [RT #19653]
702 2607.   [bug]           named could incorrectly delete NSEC3 records for
703                         empty nodes when processing a update request.
704                         [RT #19749]
706 2606.   [bug]           "delegation-only" was not being accepted in
707                         delegation-only type zones. [RT #19717]
709 2605.   [bug]           Accept DS responses from delegation only zones.
710                         [RT # 19296]
712 2604.   [func]          Add support for DNS rebinding attack prevention through
713                         new options, deny-answer-addresses and
714                         deny-answer-aliases.  Based on contributed code from
715                         JD Nurmi, Google. [RT #18192]
717 2603.   [port]          win32: handle .exe extension of named-checkzone and
718                         named-comilezone argv[0] names under windows.
719                         [RT #19767]
721 2602.   [port]          win32: fix debugging command line build of libisccfg.
722                         [RT #19767]
724 2601.   [doc]           Mention file creation mode mask in the
725                         named manual page.
727 2600.   [doc]           ARM: miscellaneous reformatting for different
728                         page widths. [RT #19574]
730 2599.   [bug]           Address rapid memory growth when validation fails.
731                         [RT #19654]
733 2598.   [func]          Reserve the -F flag. [RT #19657]
735 2597.   [bug]           Handle a validation failure with a insecure delegation
736                         from a NSEC3 signed master/slave zone.  [RT #19464]
738 2596.   [bug]           Stale tree nodes of cache/dynamic rbtdb could stay
739                         long, leading to inefficient memory usage or rejecting
740                         newer cache entries in the worst case. [RT #19563]
742 2595.   [bug]           Fix unknown extended rcodes in dig. [RT #19625]
744 2594.   [func]          Have rndc warn if using its default configuration
745                         file when the key file also exists. [RT #19424]
747 2593.   [bug]           Improve a corner source of SERVFAILs [RT #19632]
749 2592.   [bug]           Treat "any" as a type in nsupdate. [RT #19455]
751 2591.   [bug]           named could die when processing a update in
752                         removed_orphaned_ds(). [RT #19507]
754 2590.   [func]          Report zone/class of "update with no effect".
755                         [RT #19542]
757 2589.   [bug]           dns_db_unregister() failed to clear '*dbimp'.
758                         [RT #19626]
760 2588.   [bug]           SO_REUSEADDR could be set unconditionally after failure
761                         of bind(2) call.  This should be rare and mostly
762                         harmless, but may cause interference with other
763                         processes that happen to use the same port. [RT #19642]
765 2587.   [func]          Improve logging by reporting serial numbers for
766                         when zone serial has gone backwards or unchanged.
767                         [RT #19506]
769 2586.   [bug]           Missing cleanup of SIG rdataset in searching a DLZ DB
770                         or SDB. [RT #19577]
772 2585.   [bug]           Uninitialized socket name could be referenced via a
773                         statistics channel, triggering an assertion failure in
774                         XML rendering. [RT #19427]
776 2584.   [bug]           alpha: gcc optimization could break atomic operations.
777                         [RT #19227]
779 2583.   [port]          netbsd: provide a control to not add the compile
780                         date to the version string, -DNO_VERSION_DATE.
782 2582.   [bug]           Don't emit warning log message when we attempt to
783                         remove non-existent journal. [RT #19516]
785 2581.   [contrib]       dlz/mysql set MYSQL_OPT_RECONNECT option on connection.
786                         Requires MySQL 5.0.19 or later. [RT #19084]
788 2580.   [bug]           UpdateRej statistics counter could be incremented twice
789                         for one rejection. [RT #19476]
791 2579.   [bug]           DNSSEC lookaside validation failed to handle unknown
792                         algorithms. [RT #19479]
794 2578.   [bug]           Changed default sig-signing-type to 65534, because
795                         65535 turns out to be reserved.  [RT #19477]
797 2577.   [doc]           Clarified some statistics counters. [RT #19454]
799 2576.   [bug]           NSEC record were not being correctly signed when
800                         a zone transitions from insecure to secure.
801                         Handle such incorrectly signed zones. [RT #19114]
803 2575.   [func]          New functions dns_name_fromstring() and
804                         dns_name_tostring(), to simplify conversion
805                         of a string to a dns_name structure and vice
806                         versa. [RT #19451]
808 2574.   [doc]           Document nsupdate -g and -o. [RT #19351]
810 2573.   [bug]           Replacing a non-CNAME record with a CNAME record in a
811                         single transaction in a signed zone failed. [RT #19397]
813 2572.   [func]          Simplify DLV configuration, with a new option
814                         "dnssec-lookaside auto;"  This is the equivalent
815                         of "dnssec-lookaside . trust-anchor dlv.isc.org;"
816                         plus setting a trusted-key for dlv.isc.org.
818                         Note: The trusted key is hard-coded into named,
819                         but is also stored in (and can be overridden
820                         by) $sysconfdir/bind.keys.  As the ISC DLV key
821                         rolls over it can be kept up to date by replacing
822                         the bind.keys file with a key downloaded from
823                         https://www.isc.org/solutions/dlv. [RT #18685]
825 2571.   [func]          Add a new tool "arpaname" which translates IP addresses
826                         to the corresponding IN-ADDR.ARPA or IP6.ARPA name.
827                         [RT #18976]
829 2570.   [func]          Log the destination address the query was sent to.
830                         [RT #19209]
832 2569.   [func]          Move journalprint, nsec3hash, and genrandom
833                         commands from bin/tests into bin/tools;
834                         "make install" will put them in $sbindir. [RT #19301]
836 2568.   [bug]           Report when the write to indicate a otherwise
837                         successful start fails. [RT #19360]
839 2567.   [bug]           dst__privstruct_writefile() could miss write errors.
840                         write_public_key() could miss write errors.
841                         dnssec-dsfromkey could miss write errors.
842                         [RT #19360]
844 2566.   [cleanup]       Clarify logged message when an insecure DNSSEC
845                         response arrives from a zone thought to be secure:
846                         "insecurity proof failed" instead of "not
847                         insecure". [RT #19400]
849 2565.   [func]          Add support for HIP record.  Includes new functions
850                         dns_rdata_hip_first(), dns_rdata_hip_next()
851                         and dns_rdata_hip_current().  [RT #19384]
853 2564.   [bug]           Only take EDNS fallback steps when processing timeouts.
854                         [RT #19405]
856 2563.   [bug]           Dig could leak a socket causing it to wait forever
857                         to exit. [RT #19359]
859 2562.   [doc]           ARM: miscellaneous improvements, reorganization,
860                         and some new content.
862 2561.   [doc]           Add isc-config.sh(1) man page. [RT #16378]
864 2560.   [bug]           Add #include <config.h> to iptable.c. [RT #18258]
866 2559.   [bug]           dnssec-dsfromkey could compute bad DS records when
867                         reading from a K* files.  [RT #19357]
869 2558.   [func]          Set the ownership of missing directories created
870                         for pid-file if -u has been specified on the command
871                         line. [RT #19328]
873 2557.   [cleanup]       PCI compliance:
874                         * new libisc log module file
875                         * isc_dir_chroot() now also changes the working
876                           directory to "/".
877                         * additional INSISTs
878                         * additional logging when files can't be removed.
880 2556.   [port]          Solaris: mkdir(2) on tmpfs filesystems does not do the
881                         error checks in the correct order resulting in the
882                         wrong error code sometimes being returned. [RT #19249]
884 2555.   [func]          dig: when emitting a hex dump also display the
885                         corresponding characters. [RT #19258]
887 2554.   [bug]           Validation of uppercase queries from NSEC3 zones could
888                         fail. [RT #19297]
890 2553.   [bug]           Reference leak on DNSSEC validation errors. [RT #19291]
892 2552.   [bug]           zero-no-soa-ttl-cache was not being honoured.
893                         [RT #19340]
895 2551.   [bug]           Potential Reference leak on return. [RT #19341]
897 2550.   [bug]           Check --with-openssl=<path> finds <openssl/opensslv.h>.
898                         [RT #19343]
900 2549.   [port]          linux: define NR_OPEN if not currently defined.
901                         [RT #19344]
903 2548.   [bug]           Install iterated_hash.h. [RT #19335]
905 2547.   [bug]           openssl_link.c:mem_realloc() could reference an
906                         out-of-range area of the source buffer.  New public
907                         function isc_mem_reallocate() was introduced to address
908                         this bug. [RT #19313]
910 2546.   [func]          Add --enable-openssl-hash configure flag to use
911                         OpenSSL (in place of internal routine) for hash
912                         functions (MD5, SHA[12] and HMAC). [RT #18815]
914 2545.   [doc]           ARM: Legal hostname checking (check-names) is
915                         for SRV RDATA too. [RT #19304]
917 2544.   [cleanup]       Removed unused structure members in adb.c. [RT #19225]
919 2543.   [contrib]       Update contrib/zkt to version 0.98. [RT #19113]
921 2542.   [doc]           Update the description of dig +adflag. [RT #19290]
923 2541.   [bug]           Conditionally update dispatch manager statistics.
924                         [RT #19247]
926 2540.   [func]          Add a nibble mode to $GENERATE. [RT #18872]
928 2539.   [security]      Update the interaction between recursion, allow-query,
929                         allow-query-cache and allow-recursion.  [RT #19198]
931 2538.   [bug]           cache/ADB memory could grow over max-cache-size,
932                         especially with threads and smaller max-cache-size
933                         values. [RT #19240]
935 2537.   [func]          Added more statistics counters including those on socket
936                         I/O events and query RTT histograms. [RT #18802]
938 2536.   [cleanup]       Silence some warnings when -Werror=format-security is
939                         specified. [RT #19083]
941 2535.   [bug]           dig +showsearch and +trace interacted badly. [RT #19091]
943 2534.   [func]          Check NAPTR records regular expressions and
944                         replacement strings to ensure they are syntactically
945                         valid and consistant. [RT #18168]
947 2533.   [doc]           ARM: document @ (at-sign). [RT #17144]
949 2532.   [bug]           dig: check the question section of the response to
950                         see if it matches the asked question. [RT #18495]
952 2531.   [bug]           Change #2207 was incomplete. [RT #19098]
954 2530.   [bug]           named failed to reject insecure to secure transitions
955                         via UPDATE. [RT #19101]
957 2529.   [cleanup]       Upgrade libtool to silence complaints from recent
958                         version of autoconf. [RT #18657]
960 2528.   [cleanup]       Silence spurious configure warning about
961                         --datarootdir [RT #19096]
963 2527.   [placeholder]
965 2526.   [func]          New named option "attach-cache" that allows multiple
966                         views to share a single cache to save memory and
967                         improve lookup efficiency.  Based on contributed code
968                         from Barclay Osborn, Google. [RT #18905]
970 2525.   [func]          New logging category "query-errors" to provide detailed
971                         internal information about query failures, especially
972                         about server failures. [RT #19027]
974 2524.   [port]          sunos: dnssec-signzone needs strtoul(). [RT #19129]
976 2523.   [bug]           Random type rdata freed by dns_nsec_typepresent().
977                         [RT #19112]
979 2522.   [security]      Handle -1 from DSA_do_verify() and EVP_VerifyFinal().
981 2521.   [bug]           Improve epoll cross compilation support. [RT #19047]
983 2520.   [bug]           Update xml statistics version number to 2.0 as change
984                         #2388 made the schema incompatible to the previous
985                         version. [RT #19080]
987 2519.   [bug]           dig/host with -4 or -6 didn't work if more than two
988                         nameserver addresses of the excluded address family
989                         preceded in resolv.conf. [RT #19081]
991 2518.   [func]          Add support for the new CERT types from RFC 4398.
992                         [RT #19077]
994 2517.   [bug]           dig +trace with -4 or -6 failed when it chose a
995                         nameserver address of the excluded address type.
996                         [RT #18843]
998 2516.   [bug]           glue sort for responses was performed even when not
999                         needed. [RT #19039]
1001 2515.   [port]          win32: build dnssec-dsfromkey and dnssec-keyfromlabel.
1002                         [RT #19063]
1004 2514.   [bug]           dig/host failed with -4 or -6 when resolv.conf contains
1005                         a nameserver of the excluded address family.
1006                         [RT #18848]
1008 2513.   [bug]           Fix windows cli build. [RT #19062]
1010 2512.   [func]          Print a summary of the cached records which make up
1011                         the negative response.  [RT #18885]
1013 2511.   [cleanup]       dns_rdata_tofmttext() add const to linebreak.
1014                         [RT #18885]
1016 2510.   [bug]           "dig +sigchase" could trigger REQUIRE failures.
1017                         [RT #19033]
1019 2509.   [bug]           Specifying a fixed query source port was broken.
1020                         [RT #19051]
1022 2508.   [placeholder]
1024 2507.   [func]          Log the recursion quota values when killing the
1025                         oldest query or refusing to recurse due to quota.
1026                         [RT #19022]
1028 2506.   [port]          solaris: Check at configure time if
1029                         hack_shutup_pthreadonceinit is needed. [RT #19037]
1031 2505.   [port]          Treat amd64 similarly to x86_64 when determining
1032                         atomic operation support. [RT #19031]
1034 2504.   [bug]           Address race condition in the socket code. [RT #18899]
1036 2503.   [port]          linux: improve compatibility with Linux Standard
1037                         Base. [RT #18793]
1039 2502.   [cleanup]       isc_radix: Improve compliance with coding style,
1040                         document function in <isc/radix.h>. [RT #18534]
1042 2501.   [func]          $GENERATE now supports all rdata types.  Multi-field
1043                         rdata types need to be quoted.  See the ARM for
1044                         details. [RT #18368]
1046 2500.   [contrib]       contrib/sdb/pgsql/zonetodb.c called non-existent
1047                         function. [RT #18582]
1049 2499.   [port]          solaris: lib/lwres/getaddrinfo.c namespace clash.
1050                         [RT #18837]
1052         --- 9.6.0rc1 released ---
1054 2498.   [bug]           Removed a bogus function argument used with
1055                         ISC_SOCKET_USE_POLLWATCH: it could cause compiler
1056                         warning or crash named with the debug 1 level
1057                         of logging. [RT #18917]
1059 2497.   [bug]           Don't add RRSIG bit to NSEC3 bit map for insecure
1060                         delegation.
1062 2496.   [bug]           Add sanity length checks to NSID option. [RT #18813]
1064 2495.   [bug]           Tighten RRSIG checks. [RT #18795]
1066 2494.   [bug]           isc/radix.h, dns/sdlz.h and dns/dlz.h were not being
1067                         installed. [RT #18826]
1069 2493.   [bug]           The linux capabilities code was not correctly cleaning
1070                         up after itself. [RT #18767]
1072 2492.   [func]          Rndc status now reports the number of cpus discovered
1073                         and the number of worker threads when running
1074                         multi-threaded. [RT #18273]
1076 2491.   [func]          Attempt to re-use a local port if we are already using
1077                         the port. [RT #18548]
1079 2490.   [port]          aix: work around a kernel bug where IPV6_RECVPKTINFO
1080                         is cleared when IPV6_V6ONLY is set. [RT #18785]
1082 2489.   [port]          solaris: Workaround Solaris's kernel bug about
1083                         /dev/poll:
1084                         http://bugs.opensolaris.org/view_bug.do?bug_id=6724237
1085                         Define ISC_SOCKET_USE_POLLWATCH at build time to enable
1086                         this workaround. [RT #18870]
1088 2488.   [func]          Added a tool, dnssec-dsfromkey, to generate DS records
1089                         from keyset and .key files. [RT #18694]
1091 2487.   [bug]           Give TCP connections longer to complete. [RT #18675]
1093 2486.   [func]          The default locations for named.pid and lwresd.pid
1094                         are now /var/run/named/named.pid and
1095                         /var/run/lwresd/lwresd.pid respectively.
1097                         This allows the owner of the containing directory
1098                         to be set, for "named -u" support, and allows there
1099                         to be a permanent symbolic link in the path, for
1100                         "named -t" support.  [RT #18306]
1102 2485.   [bug]           Change update's the handling of obscured RRSIG
1103                         records.  Not all orphaned DS records were being
1104                         removed. [RT #18828]
1106 2484.   [bug]           It was possible to trigger a REQUIRE failure when
1107                         adding NSEC3 proofs to the response in
1108                         query_addwildcardproof().  [RT #18828]
1110 2483.   [port]          win32: chroot() is not supported. [RT #18805]
1112 2482.   [port]          libxml2: support versions 2.7.* in addition
1113                         to 2.6.*. [RT #18806]
1115         --- 9.6.0b1 released ---
1117 2481.   [bug]           rbtdb.c:matchparams() failed to handle NSEC3 chain
1118                         collisions.  [RT #18812]
1120 2480.   [bug]           named could fail to emit all the required NSEC3
1121                         records.  [RT #18812]
1123 2479.   [bug]           xfrout:covers was not properly initialized. [RT #18801]
1125 2478.   [bug]           'addresses' could be used uninitialized in
1126                         configure_forward(). [RT #18800]
1128 2477.   [bug]           dig: the global option to print the command line is
1129                         +cmd not print_cmd.  Update the output to reflect
1130                         this. [RT #17008]
1132 2476.   [doc]           ARM: improve documentation for max-journal-size and
1133                         ixfr-from-differences. [RT #15909] [RT #18541]
1135 2475.   [bug]           LRU cache cleanup under overmem condition could purge
1136                         particular entries more aggressively. [RT #17628]
1138 2474.   [bug]           ACL structures could be allocated with insufficient
1139                         space, causing an array overrun. [RT #18765]
1141 2473.   [port]          linux: raise the limit on open files to the possible
1142                         maximum value before spawning threads; 'files'
1143                         specified in named.conf doesn't seem to work with
1144                         threads as expected. [RT #18784]
1146 2472.   [port]          linux: check the number of available cpu's before
1147                         calling chroot as it depends on "/proc". [RT #16923]
1149 2471.   [bug]           named-checkzone was not reporting missing mandatory
1150                         glue when sibling checks were disabled. [RT #18768]
1152 2470.   [bug]           Elements of the isc_radix_node_t could be incorrectly
1153                         overwritten.  [RT# 18719]
1155 2469.   [port]          solaris: Work around Solaris's select() limitations.
1156                         [RT #18769]
1158 2468.   [bug]           Resolver could try unreachable servers multiple times.
1159                         [RT #18739]
1161 2467.   [bug]           Failure of fcntl(F_DUPFD) wasn't logged. [RT #18740]
1163 2466.   [doc]           ARM: explain max-cache-ttl 0 SERVFAIL issue.
1164                         [RT #18302]
1166 2465.   [bug]           Adb's handling of lame addresses was different
1167                         for IPv4 and IPv6. [RT #18738]
1169 2464.   [port]          linux: check that a capability is present before
1170                         trying to set it. [RT #18135]
1172 2463.   [port]          linux: POSIX doesn't include the IPv6 Advanced Socket
1173                         API and glibc hides parts of the IPv6 Advanced Socket
1174                         API as a result.  This is stupid as it breaks how the
1175                         two halves (Basic and Advanced) of the IPv6 Socket API
1176                         were designed to be used but we have to live with it.
1177                         Define _GNU_SOURCE to pull in the IPv6 Advanced Socket
1178                         API. [RT #18388]
1180 2462.   [doc]           Document -m (enable memory usage debugging)
1181                         option for dig. [RT #18757]
1183 2461.   [port]          sunos: Change #2363 was not complete. [RT #17513]
1185         --- 9.6.0a1 released ---
1187 2460.   [bug]           Don't call dns_db_getnsec3parameters() on the cache.
1188                         [RT #18697]
1190 2459.   [contrib]       Import dnssec-zkt to contrib/zkt. [RT #18448]
1192 2458.   [doc]           ARM: update and correction for max-cache-size.
1193                         [RT #18294]
1195 2457.   [tuning]        max-cache-size is reverted to 0, the previous
1196                         default.  It should be safe because expired cache
1197                         entries are also purged. [RT #18684]
1199 2456.   [bug]           In ACLs, ::/0 and 0.0.0.0/0 would both match any
1200                         address, regardless of family.  They now correctly
1201                         distinguish IPv4 from IPv6.  [RT #18559]
1203 2455.   [bug]           Stop metadata being transferred via axfr/ixfr.
1204                         [RT #18639]
1206 2454.   [func]          nsupdate: you can now set a default ttl. [RT #18317]
1208 2453.   [bug]           Remove NULL pointer dereference in dns_journal_print().
1209                         [RT #18316]
1211 2452.   [func]          Improve bin/test/journalprint. [RT #18316]
1213 2451.   [port]          solaris: handle runtime linking better. [RT #18356]
1215 2450.   [doc]           Fix lwresd docbook problem for manual page.
1216                         [RT #18672]
1218 2449.   [placeholder]
1220 2448.   [func]          Add NSEC3 support. [RT #15452]
1222 2447.   [cleanup]       libbind has been split out as a separate product.
1224 2446.   [func]          Add a new log message about build options on startup.
1225                         A new command-line option '-V' for named is also
1226                         provided to show this information. [RT# 18645]
1228 2445.   [doc]           ARM out-of-date on empty reverse zones (list includes
1229                         RFC1918 address, but these are not yet compiled in).
1230                         [RT #18578]
1232 2444.   [port]          Linux, FreeBSD, AIX: Turn off path mtu discovery
1233                         (clear DF) for UDP responses and requests.
1235 2443.   [bug]           win32: UDP connect() would not generate an event,
1236                         and so connected UDP sockets would never clean up.
1237                         Fix this by doing an immediate WSAConnect() rather
1238                         than an io completion port type for UDP.
1240 2442.   [bug]           A lock could be destroyed twice. [RT# 18626]
1242 2441.   [bug]           isc_radix_insert() could copy radix tree nodes
1243                         incompletely. [RT #18573]
1245 2440.   [bug]           named-checkconf used an incorrect test to determine
1246                         if an ACL was set to none.
1248 2439.   [bug]           Potential NULL dereference in dns_acl_isanyornone().
1249                         [RT #18559]
1251 2438.   [bug]           Timeouts could be logged incorrectly under win32.
1253 2437.   [bug]           Sockets could be closed too early, leading to
1254                         inconsistent states in the socket module. [RT #18298]
1256 2436.   [security]      win32: UDP client handler can be shutdown. [RT #18576]
1258 2435.   [bug]           Fixed an ACL memory leak affecting win32.
1260 2434.   [bug]           Fixed a minor error-reporting bug in
1261                         lib/isc/win32/socket.c.
1263 2433.   [tuning]        Set initial timeout to 800ms.
1265 2432.   [bug]           More Windows socket handling improvements.  Stop
1266                         using I/O events and use IO Completion Ports
1267                         throughout.  Rewrite the receive path logic to make
1268                         it easier to support multiple simultaneous
1269                         requesters in the future.  Add stricter consistency
1270                         checking as a compile-time option (define
1271                         ISC_SOCKET_CONSISTENCY_CHECKS; defaults to off).
1273 2431.   [bug]           Acl processing could leak memory. [RT #18323]
1275 2430.   [bug]           win32: isc_interval_set() could round down to
1276                         zero if the input was less than NS_INTERVAL
1277                         nanoseconds.  Round up instead. [RT #18549]
1279 2429.   [doc]           nsupdate should be in section 1 of the man pages.
1280                         [RT #18283]
1282 2428.   [bug]           dns_iptable_merge() mishandled merges of negative
1283                         tables. [RT #18409]
1285 2427.   [func]          Treat DNSKEY queries as if "minimal-response yes;"
1286                         was set. [RT #18528]
1288 2426.   [bug]           libbind: inet_net_pton() can sometimes return the
1289                         wrong value if excessively large net masks are
1290                         supplied. [RT #18512]
1292 2425.   [bug]           named didn't detect unavailable query source addresses
1293                         at load time. [RT #18536]
1295 2424.   [port]          configure now probes for a working epoll
1296                         implementation.  Allow the use of kqueue,
1297                         epoll and /dev/poll to be selected at compile
1298                         time. [RT #18277]
1300 2423.   [security]      Randomize server selection on queries, so as to
1301                         make forgery a little more difficult.  Instead of
1302                         always preferring the server with the lowest RTT,
1303                         pick a server with RTT within the same 128
1304                         millisecond band.  [RT #18441]
1306 2422.   [bug]           Handle the special return value of a empty node as
1307                         if it was a NXRRSET in the validator. [RT #18447]
1309 2421.   [func]          Add new command line option '-S' for named to specify
1310                         the max number of sockets. [RT #18493]
1311                         Use caution: this option may not work for some
1312                         operating systems without rebuilding named.
1314 2420.   [bug]           Windows socket handling cleanup.  Let the io
1315                         completion event send out canceled read/write
1316                         done events, which keeps us from writing to memory
1317                         we no longer have ownership of.  Add debugging
1318                         socket_log() function.  Rework TCP socket handling
1319                         to not leak sockets.
1321 2419.   [cleanup]       Document that isc_socket_create() and isc_socket_open()
1322                         should not be used for isc_sockettype_fdwatch sockets.
1323                         [RT #18521]
1325 2418.   [bug]           AXFR request on a DLZ could trigger a REQUIRE failure
1326                         [RT #18430]
1328 2417.   [bug]           Connecting UDP sockets for outgoing queries could
1329                         unexpectedly fail with an 'address already in use'
1330                         error. [RT #18411]
1332 2416.   [func]          Log file descriptors that cause exceeding the
1333                         internal maximum. [RT #18460]
1335 2415.   [bug]           'rndc dumpdb' could trigger various assertion failures
1336                         in rbtdb.c. [RT #18455]
1338 2414.   [bug]           A masterdump context held the database lock too long,
1339                         causing various troubles such as dead lock and
1340                         recursive lock acquisition. [RT #18311, #18456]
1342 2413.   [bug]           Fixed an unreachable code path in socket.c. [RT #18442]
1344 2412.   [bug]           win32: address a resource leak. [RT #18374]
1346 2411.   [bug]           Allow using a larger number of sockets than FD_SETSIZE
1347                         for select().  To enable this, set ISC_SOCKET_MAXSOCKETS
1348                         at compilation time.  [RT #18433]
1350                         Note: with changes #2469 and #2421 above, there is no
1351                         need to tweak ISC_SOCKET_MAXSOCKETS at compilation time
1352                         any more.
1354 2410.   [bug]           Correctly delete m_versionInfo. [RT #18432]
1356 2409.   [bug]           Only log that we disabled EDNS processing if we were
1357                         subsequently successful.  [RT #18029]
1359 2408.   [bug]           A duplicate TCP dispatch event could be sent, which
1360                         could then trigger an assertion failure in
1361                         resquery_response().  [RT #18275]
1363 2407.   [port]          hpux: test for sys/dyntune.h. [RT #18421]
1365 2406.   [placeholder]
1367 2405.   [cleanup]       The default value for dnssec-validation was changed to
1368                         "yes" in 9.5.0-P1 and all subsequent releases; this
1369                         was inadvertently omitted from CHANGES at the time.
1371 2404.   [port]          hpux: files unlimited support.
1373 2403.   [bug]           TSIG context leak. [RT #18341]
1375 2402.   [port]          Support Solaris 2.11 and over. [RT #18362]
1377 2401.   [bug]           Expect to get E[MN]FILE errno internal_accept()
1378                         (from accept() or fcntl() system calls). [RT #18358]
1380 2400.   [bug]           Log if kqueue()/epoll_create()/open(/dev/poll) fails.
1381                         [RT #18297]
1383 2399.   [placeholder]
1385 2398.   [bug]           Improve file descriptor management.  New,
1386                         temporary, named.conf option reserved-sockets,
1387                         default 512. [RT #18344]
1389 2397.   [bug]           gssapi_functions had too many elements. [RT #18355]
1391 2396.   [bug]           Don't set SO_REUSEADDR for randomized ports.
1392                         [RT #18336]
1394 2395.   [port]          Avoid warning and no effect from "files unlimited"
1395                         on Linux when running as root. [RT #18335]
1397 2394.   [bug]           Default configuration options set the limit for
1398                         open files to 'unlimited' as described in the
1399                         documentation. [RT #18331]
1401 2393.   [bug]           nested acls containing keys could trigger an
1402                         assertion in acl.c. [RT #18166]
1404 2392.   [bug]           remove 'grep -q' from acl test script, some platforms
1405                         don't support it. [RT #18253]
1407 2391.   [port]          hpux: cover additional recvmsg() error codes.
1408                         [RT #18301]
1410 2390.   [bug]           dispatch.c could make a false warning on 'odd socket'.
1411                         [RT #18301].
1413 2389.   [bug]           Move the "working directory writable" check to after
1414                         the ns_os_changeuser() call. [RT #18326]
1416 2388.   [bug]           Avoid using tables for layout purposes in
1417                         statistics XSL [RT #18159].
1419 2387.   [bug]           Silence compiler warnings in lib/isc/radix.c.
1420                         [RT #18147] [RT #18258]
1422 2386.   [func]          Add warning about too small 'open files' limit.
1423                         [RT #18269]
1425 2385.   [bug]           A condition variable in socket.c could leak in
1426                         rare error handling [RT #17968].
1428 2384.   [security]      Fully randomize UDP query ports to improve
1429                         forgery resilience. [RT #17949, #18098]
1431 2383.   [bug]           named could double queries when they resulted in
1432                         SERVFAIL due to overkilling EDNS0 failure detection.
1433                         [RT #18182]
1435 2382.   [doc]           Add descriptions of DHCID, IPSECKEY, SPF and SSHFP
1436                         to ARM.
1438 2381.   [port]          dlz/mysql: support multiple install layouts for
1439                         mysql.  <prefix>/include/{,mysql/}mysql.h and
1440                         <prefix>/lib/{,mysql/}. [RT #18152]
1442 2380.   [bug]           dns_view_find() was not returning NXDOMAIN/NXRRSET
1443                         proofs which, in turn, caused validation failures
1444                         for insecure zones immediately below a secure zone
1445                         the server was authoritative for. [RT #18112]
1447 2379.   [contrib]       queryperf/gen-data-queryperf.py: removed redundant
1448                         TLDs and supported RRs with TTLs [RT #17972]
1450 2378.   [bug]           gssapi_functions{} had a redundant member in BIND 9.5.
1451                         [RT #18169]
1453 2377.   [bug]           Address race condition in dnssec-signzone. [RT #18142]
1455 2376.   [bug]           Change #2144 was not complete.
1457 2375.   [placeholder]
1459 2374.   [bug]           "blackhole" ACLs could cause named to segfault due
1460                         to some uninitialized memory. [RT #18095]
1462 2373.   [bug]           Default values of zone ACLs were re-parsed each time a
1463                         new zone was configured, causing an overconsumption
1464                         of memory. [RT #18092]
1466 2372.   [bug]           Fixed incorrect TAG_HMACSHA256_BITS value [RT #18047]
1468 2371.   [doc]           Add +nsid option to dig man page. [RT #18039]
1470 2370.   [bug]           "rndc freeze" could trigger an assertion in named
1471                         when called on a nonexistent zone. [RT #18050]
1473 2369.   [bug]           libbind: Array bounds overrun on read in bitncmp().
1474                         [RT #18054]
1476 2368.   [port]          Linux: use libcap for capability management if
1477                         possible. [RT# 18026]
1479 2367.   [bug]           Improve counting of dns_resstatscounter_retry
1480                         [RT #18030]
1482 2366.   [bug]           Adb shutdown race. [RT #18021]
1484 2365.   [bug]           Fix a bug that caused dns_acl_isany() to return
1485                         spurious results. [RT #18000]
1487 2364.   [bug]           named could trigger a assertion when serving a
1488                         malformed signed zone. [RT #17828]
1490 2363.   [port]          sunos: pre-set "lt_cv_sys_max_cmd_len=4096;".
1491                         [RT #17513]
1493 2362.   [cleanup]       Make "rrset-order fixed" a compile-time option.
1494                         settable by "./configure --enable-fixed-rrset".
1495                         Disabled by default. [RT #17977]
1497 2361.   [bug]           "recursion" statistics counter could be counted
1498                         multiple times for a single query.  [RT #17990]
1500 2360.   [bug]           Fix a condition where we release a database version
1501                         (which may acquire a lock) while holding the lock.
1503 2359.   [bug]           Fix NSID bug. [RT #17942]
1505 2358.   [doc]           Update host's default query description. [RT #17934]
1507 2357.   [port]          Don't use OpenSSL's engine support in versions before
1508                         OpenSSL 0.9.7f. [RT #17922]
1510 2356.   [bug]           Built in mutex profiler was not scalable enough.
1511                         [RT #17436]
1513 2355.   [func]          Extend the number statistics counters available.
1514                         [RT #17590]
1516 2354.   [bug]           Failed to initialize some rdatasetheader_t elements.
1517                         [RT #17927]
1519 2353.   [func]          Add support for Name Server ID (RFC 5001).
1520                         'dig +nsid' requests NSID from server.
1521                         'request-nsid yes;' causes recursive server to send
1522                         NSID requests to upstream servers.  Server responds
1523                         to NSID requests with the string configured by
1524                         'server-id' option.  [RT #17091]
1526 2352.   [bug]           Various GSS_API fixups. [RT #17729]
1528 2351.   [bug]           convertxsl.pl generated very long lines. [RT #17906]
1530 2350.   [port]          win32: IPv6 support. [RT #17797]
1532 2349.   [func]          Provide incremental re-signing support for secure
1533                         dynamic zones. [RT #1091]
1535 2348.   [func]          Use the EVP interface to OpenSSL. Add PKCS#11 support.
1536                         Documentation is in the new README.pkcs11 file.
1537                         New tool, dnssec-keyfromlabel, which takes the
1538                         label of a key pair in a HSM and constructs a DNS
1539                         key pair for use by named and dnssec-signzone.
1540                         [RT #16844]
1542 2347.   [bug]           Delete now traverses the RB tree in the canonical
1543                         order. [RT #17451]
1545 2346.   [func]          Memory statistics now cover all active memory contexts
1546                         in increased detail. [RT #17580]
1548 2345.   [bug]           named-checkconf failed to detect when forwarders
1549                         were set at both the options/view level and in
1550                         a root zone. [RT #17671]
1552 2344.   [bug]           Improve "logging{ file ...; };" documentation.
1553                         [RT #17888]
1555 2343.   [bug]           (Seemingly) duplicate IPv6 entries could be
1556                         created in ADB. [RT #17837]
1558 2342.   [func]          Use getifaddrs() if available under Linux. [RT #17224]
1560 2341.   [bug]           libbind: add missing -I../include for off source
1561                         tree builds. [RT #17606]
1563 2340.   [port]          openbsd: interface configuration. [RT #17700]
1565 2339.   [port]          tru64: support for libbind. [RT #17589]
1567 2338.   [bug]           check_ds() could be called with a non DS rdataset.
1568                         [RT #17598]
1570 2337.   [bug]           BUILD_LDFLAGS was not being correctly set.  [RT #17614]
1572 2336.   [func]          If "named -6" is specified then listen on all IPv6
1573                         interfaces if there are not listen-on-v6 clauses in
1574                         named.conf.  [RT #17581]
1576 2335.   [port]          sunos:  libbind and *printf() support for long long.
1577                         [RT #17513]
1579 2334.   [bug]           Bad REQUIRES in fromstruct_in_naptr(),  off by one
1580                         bug in fromstruct_txt(). [RT #17609]
1582 2333.   [bug]           Fix off by one error in isc_time_nowplusinterval().
1583                         [RT #17608]
1585 2332.   [contrib]       query-loc-0.4.0. [RT #17602]
1587 2331.   [bug]           Failure to regenerate any signatures was not being
1588                         reported nor being past back to the UPDATE client.
1589                         [RT #17570]
1591 2330.   [bug]           Remove potential race condition when handling
1592                         over memory events. [RT #17572]
1594                         WARNING: API CHANGE: over memory callback
1595                         function now needs to call isc_mem_waterack().
1596                         See <isc/mem.h> for details.
1598 2329.   [bug]           Clearer help text for dig's '-x' and '-i' options.
1600 2328.   [maint]         Add AAAA addresses for A.ROOT-SERVERS.NET,
1601                         F.ROOT-SERVERS.NET, H.ROOT-SERVERS.NET,
1602                         J.ROOT-SERVERS.NET, K.ROOT-SERVERS.NET and
1603                         M.ROOT-SERVERS.NET.
1605 2327.   [bug]           It was possible to dereference a NULL pointer in
1606                         rbtdb.c.  Implement dead node processing in zones as
1607                         we do for caches. [RT #17312]
1609 2326.   [bug]           It was possible to trigger a INSIST in the acache
1610                         processing.
1612 2325.   [port]          Linux: use capset() function if available. [RT #17557]
1614 2324.   [bug]           Fix IPv6 matching against "any;". [RT #17533]
1616 2323.   [port]          tru64: namespace clash. [RT #17547]
1618 2322.   [port]          MacOS: work around the limitation of setrlimit()
1619                         for RLIMIT_NOFILE. [RT #17526]
1621 2321.   [placeholder]
1623 2320.   [func]          Make statistics counters thread-safe for platforms
1624                         that support certain atomic operations. [RT #17466]
1626 2319.   [bug]           Silence Coverity warnings in
1627                         lib/dns/rdata/in_1/apl_42.c. [RT #17469]
1629 2318.   [port]          sunos fixes for libbind.  [RT #17514]
1631 2317.   [bug]           "make distclean" removed bind9.xsl.h. [RT #17518]
1633 2316.   [port]          Missing #include <isc/print.h> in lib/dns/gssapictx.c.
1634                         [RT #17513]
1636 2315.   [bug]           Used incorrect address family for mapped IPv4
1637                         addresses in acl.c. [RT #17519]
1639 2314.   [bug]           Uninitialized memory use on error path in
1640                         bin/named/lwdnoop.c.  [RT #17476]
1642 2313.   [cleanup]       Silence Coverity warnings. Handle private stacks.
1643                         [RT #17447] [RT #17478]
1645 2312.   [cleanup]       Silence Coverity warning in lib/isc/unix/socket.c.
1646                         [RT #17458]
1648 2311.   [bug]           IPv6 addresses could match IPv4 ACL entries and
1649                         vice versa. [RT #17462]
1651 2310.   [bug]           dig, host, nslookup: flush stdout before emitting
1652                         debug/fatal messages.  [RT #17501]
1654 2309.   [cleanup]       Fix Coverity warnings in lib/dns/acl.c and iptable.c.
1655                         [RT #17455]
1657 2308.   [cleanup]       Silence Coverity warning in bin/named/controlconf.c.
1658                         [RT #17495]
1660 2307.   [bug]           Remove infinite loop from lib/dns/sdb.c. [RT #17496]
1662 2306.   [bug]           Remove potential race from lib/dns/resolver.c.
1663                         [RT #17470]
1665 2305.   [security]      inet_network() buffer overflow. CVE-2008-0122.
1667 2304.   [bug]           Check returns from all dns_rdata_tostruct() calls.
1668                         [RT #17460]
1670 2303.   [bug]           Remove unnecessary code from bin/named/lwdgnba.c.
1671                         [RT #17471]
1673 2302.   [bug]           Fix memset() calls in lib/tests/t_api.c. [RT #17472]
1675 2301.   [bug]           Remove resource leak and fix error messages in
1676                         bin/tests/system/lwresd/lwtest.c. [RT #17474]
1678 2300.   [bug]           Fixed failure to close open file in
1679                         bin/tests/names/t_names.c. [RT #17473]
1681 2299.   [bug]           Remove unnecessary NULL check in
1682                         bin/nsupdate/nsupdate.c. [RT #17475]
1684 2298.   [bug]           isc_mutex_lock() failure not caught in
1685                         bin/tests/timers/t_timers.c. [RT #17468]
1687 2297.   [bug]           isc_entropy_createfilesource() failure not caught in
1688                         bin/tests/dst/t_dst.c. [RT #17467]
1690 2296.   [port]          Allow docbook stylesheet location to be specified to
1691                         configure. [RT #17457]
1693 2295.   [bug]           Silence static overrun error in bin/named/lwaddr.c.
1694                         [RT #17459]
1696 2294.   [func]          Allow the experimental statistics channels to have
1697                         multiple connections and ACL.
1698                         Note: the stats-server and stats-server-v6 options
1699                         available in the previous beta releases are replaced
1700                         with the generic statistics-channels statement.
1702 2293.   [func]          Add ACL regression test. [RT #17375]
1704 2292.   [bug]           Log if the working directory is not writable.
1705                         [RT #17312]
1707 2291.   [bug]           PR_SET_DUMPABLE may be set too late.  Also report
1708                         failure to set PR_SET_DUMPABLE. [RT #17312]
1710 2290.   [bug]           Let AD in the query signal that the client wants AD
1711                         set in the response. [RT #17301]
1713 2289.   [func]          named-checkzone now reports the out-of-zone CNAME
1714                         found. [RT #17309]
1716 2288.   [port]          win32: mark service as running when we have finished
1717                         loading.  [RT #17441]
1719 2287.   [bug]           Use 'volatile' if the compiler supports it. [RT #17413]
1721 2286.   [func]          Allow a TCP connection to be used as a weak
1722                         authentication method for reverse zones.
1723                         New update-policy methods tcp-self and 6to4-self.
1724                         [RT #17378]
1726 2285.   [func]          Test framework for client memory context management.
1727                         [RT #17377]
1729 2284.   [bug]           Memory leak in UPDATE prerequisite processing.
1730                         [RT #17377]
1732 2283.   [bug]           TSIG keys were not attaching to the memory
1733                         context.  TSIG keys should use the rings
1734                         memory context rather than the clients memory
1735                         context. [RT #17377]
1737 2282.   [bug]           Acl code fixups. [RT #17346] [RT #17374]
1739 2281.   [bug]           Attempts to use undefined acls were not being logged.
1740                         [RT #17307]
1742 2280.   [func]          Allow the experimental http server to be reached
1743                         over IPv6 as well as IPv4. [RT #17332]
1745 2279.   [bug]           Use setsockopt(SO_NOSIGPIPE), when available,
1746                         to protect applications from receiving spurious
1747                         SIGPIPE signals when using the resolver.
1749 2278.   [bug]           win32: handle the case where Windows returns no
1750                         search list or DNS suffix. [RT #17354]
1752 2277.   [bug]           Empty zone names were not correctly being caught at
1753                         in the post parse checks. [RT #17357]
1755 2276.   [bug]           Install <dst/gssapi.h>.  [RT# 17359]
1757 2275.   [func]          Add support to dig to perform IXFR queries over UDP.
1758                         [RT #17235]
1760 2274.   [func]          Log zone transfer statistics. [RT #17336]
1762 2273.   [bug]           Adjust log level to WARNING when saving inconsistent
1763                         stub/slave master and journal files. [RT# 17279]
1765 2272.   [bug]           Handle illegal dnssec-lookaside trust-anchor names.
1766                         [RT #17262]
1768 2271.   [bug]           Fix a memory leak in http server code [RT #17100]
1770 2270.   [bug]           dns_db_closeversion() version->writer could be reset
1771                         before it is tested. [RT #17290]
1773 2269.   [contrib]       dbus memory leaks and missing va_end calls. [RT #17232]
1775 2268.   [bug]           0.IN-ADDR.ARPA was missing from the empty zones
1776                         list.
1778         --- 9.5.0b1 released ---
1780 2267.   [bug]           Radix tree node_num value could be set incorrectly,
1781                         causing positive ACL matches to look like negative
1782                         ones.  [RT #17311]
1784 2266.   [bug]           client.c:get_clientmctx() returned the same mctx
1785                         once the pool of mctx's was filled. [RT #17218]
1787 2265.   [bug]           Test that the memory context's basic_table is non NULL
1788                         before freeing.  [RT #17265]
1790 2264.   [bug]           Server prefix length was being ignored. [RT #17308]
1792 2263.   [bug]           "named-checkconf -z" failed to set default value
1793                         for "check-integrity".  [RT #17306]
1795 2262.   [bug]           Error status from all but the last view could be
1796                         lost. [RT #17292]
1798 2261.   [bug]           Fix memory leak with "any" and "none" ACLs [RT #17272]
1800 2260.   [bug]           Reported wrong clients-per-query when increasing the
1801                         value. [RT #17236]
1803 2259.   [placeholder]
1805         --- 9.5.0a7 released ---
1807 2258.   [bug]           Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
1808                         [RT #17241]
1810 2257.   [bug]           win32: Use the full path to vcredist_x86.exe when
1811                         calling it. [RT #17222]
1813 2256.   [bug]           win32: Correctly register the installation location of
1814                         bindevt.dll. [RT #17159]
1816 2255.   [maint]         L.ROOT-SERVERS.NET is now 199.7.83.42.
1818 2254.   [bug]           timer.c:dispatch() failed to lock timer->lock
1819                         when reading timer->idle allowing it to see
1820                         intermediate values as timer->idle was reset by
1821                         isc_timer_touch(). [RT #17243]
1823 2253.   [func]          "max-cache-size" defaults to 32M.
1824                         "max-acache-size" defaults to 16M.
1826 2252.   [bug]           Fixed errors in sortlist code [RT #17216]
1828 2251.   [placeholder]
1830 2250.   [func]          New flag 'memstatistics' to state whether the
1831                         memory statistics file should be written or not.
1832                         Additionally named's -m option will cause the
1833                         statistics file to be written. [RT #17113]
1835 2249.   [bug]           Only set Authentic Data bit if client requested
1836                         DNSSEC, per RFC 3655 [RT #17175]
1838 2248.   [cleanup]       Fix several errors reported by Coverity. [RT #17160]
1840 2247.   [doc]           Sort doc/misc/options. [RT #17067]
1842 2246.   [bug]           Make the startup of test servers (ans.pl) more
1843                         robust. [RT #17147]
1845 2245.   [bug]           Validating lack of DS records at trust anchors wasn't
1846                         working. [RT #17151]
1848 2244.   [func]          Allow the check of nameserver names against the
1849                         SOA MNAME field to be disabled by specifying
1850                         'notify-to-soa yes;'.  [RT #17073]
1852 2243.   [func]          Configuration files without a newline at the end now
1853                         parse without error. [RT #17120]
1855 2242.   [bug]           nsupdate: GSS-TSIG support using the Heimdal Kerberos
1856                         library could require a source of random data.
1857                         [RT #17127]
1859 2241.   [func]          nsupdate: add a interactive 'help' command. [RT #17099]
1861 2240.   [bug]           Cleanup nsupdates GSS-TSIG support.  Convert
1862                         a number of INSIST()s into plain fatal() errors
1863                         which report the triggering result code.
1864                         The 'key' command wasn't disabling GSS-TSIG.
1865                         [RT #17099]
1867 2239.   [func]          Ship a pre built bin/named/bind9.xsl.h. [RT #17114]
1869 2238.   [bug]           It was possible to trigger a REQUIRE when a
1870                         validation was canceled. [RT #17106]
1872 2237.   [bug]           libbind: res_init() was not thread aware. [RT #17123]
1874 2236.   [bug]           dnssec-signzone failed to preserve the case of
1875                         of wildcard owner names. [RT #17085]
1877 2235.   [bug]           <isc/atomic.h> was not being installed. [RT #17135]
1879 2234.   [port]          Correct some compiler warnings on SCO OSr5 [RT #17134]
1881 2233.   [func]          Add support for O(1) ACL processing, based on
1882                         radix tree code originally written by Kevin
1883                         Brintnall. [RT #16288]
1885 2232.   [bug]           dns_adb_findaddrinfo() could fail and return
1886                         ISC_R_SUCCESS. [RT #17137]
1888 2231.   [bug]           Building dlzbdb (contrib/dlz/bin/dlzbdb) was broken.
1889                         [RT #17088]
1891 2230.   [bug]           We could INSIST reading a corrupted journal.
1892                         [RT #17132]
1894 2229.   [bug]           Null pointer dereference on query pool creation
1895                         failure. [RT #17133]
1897 2228.   [contrib]       contrib: Change 2188 was incomplete.
1899 2227.   [cleanup]       Tidied up the FAQ. [RT #17121]
1901 2226.   [placeholder]
1903 2225.   [bug]           More support for systems with no IPv4 addresses.
1904                         [RT #17111]
1906 2224.   [bug]           Defer journal compaction if a xfrin is in progress.
1907                         [RT #17119]
1909 2223.   [bug]           Make a new journal when compacting. [RT #17119]
1911 2222.   [func]          named-checkconf now checks server key references.
1912                         [RT #17097]
1914 2221.   [bug]           Set the event result code to reflect the actual
1915                         record turned to caller when a cache update is
1916                         rejected due to a more credible answer existing.
1917                         [RT #17017]
1919 2220.   [bug]           win32: Address a race condition in final shutdown of
1920                         the Windows socket code. [RT #17028]
1922 2219.   [bug]           Apply zone consistency checks to additions, not
1923                         removals, when updating. [RT #17049]
1925 2218.   [bug]           Remove unnecessary REQUIRE from dns_validator_create().
1926                         [RT #16976]
1928 2217.   [func]          Adjust update log levels. [RT #17092]
1930 2216.   [cleanup]       Fix a number of errors reported by Coverity.
1931                         [RT #17094]
1933 2215.   [bug]           Bad REQUIRE check isc_hmacsha1_verify(). [RT #17094]
1935 2214.   [bug]           Deregister OpenSSL lock callback when cleaning
1936                         up.  Reorder OpenSSL cleanup so that RAND_cleanup()
1937                         is called before the locks are destroyed. [RT #17098]
1939 2213.   [bug]           SIG0 diagnostic failure messages were looking at the
1940                         wrong status code. [RT #17101]
1942 2212.   [func]          'host -m' now causes memory statistics and active
1943                         memory to be printed at exit. [RT 17028]
1945 2211.   [func]          Update "dynamic update temporarily disabled" message.
1946                         [RT #17065]
1948 2210.   [bug]           Deleting class specific records via UPDATE could
1949                         fail.  [RT #17074]
1951 2209.   [port]          osx: linking against user supplied static OpenSSL
1952                         libraries failed as the system ones were still being
1953                         found. [RT #17078]
1955 2208.   [port]          win32: make sure both build methods produce the
1956                         same output. [RT #17058]
1958 2207.   [port]          Some implementations of getaddrinfo() fail to set
1959                         ai_canonname correctly. [RT #17061]
1961         --- 9.5.0a6 released ---
1963 2206.   [security]      "allow-query-cache" and "allow-recursion" now
1964                         cross inherit from each other.
1966                         If allow-query-cache is not set in named.conf then
1967                         allow-recursion is used if set, otherwise allow-query
1968                         is used if set, otherwise the default (localnets;
1969                         localhost;) is used.
1971                         If allow-recursion is not set in named.conf then
1972                         allow-query-cache is used if set, otherwise allow-query
1973                         is used if set, otherwise the default (localnets;
1974                         localhost;) is used.
1976                         [RT #16987]
1978 2205.   [bug]           libbind: change #2119 broke thread support. [RT #16982]
1980 2204.   [bug]           "rndc flushanme name unknown-view" caused named
1981                         to crash. [RT #16984]
1983 2203.   [security]      Query id generation was cryptographically weak.
1984                         [RT # 16915]
1986 2202.   [security]      The default acls for allow-query-cache and
1987                         allow-recursion were not being applied. [RT #16960]
1989 2201.   [bug]           The build failed in a separate object directory.
1990                         [RT #16943]
1992 2200.   [bug]           The search for cached NSEC records was stopping to
1993                         early leading to excessive DLV queries. [RT #16930]
1995 2199.   [bug]           win32: don't call WSAStartup() while loading dlls.
1996                         [RT #16911]
1998 2198.   [bug]           win32: RegCloseKey() could be called when
1999                         RegOpenKeyEx() failed. [RT #16911]
2001 2197.   [bug]           Add INSIST to catch negative responses which are
2002                         not setting the event result code appropriately.
2003                         [RT #16909]
2005 2196.   [port]          win32: yield processor while waiting for once to
2006                         to complete. [RT #16958]
2008 2195.   [func]          dnssec-keygen now defaults to nametype "ZONE"
2009                         when generating DNSKEYs. [RT #16954]
2011 2194.   [bug]           Close journal before calling 'done' in xfrin.c.
2013         --- 9.5.0a5 released ---
2015 2193.   [port]          win32: BINDInstall.exe is now linked statically.
2016                         [RT #16906]
2018 2192.   [port]          win32: use vcredist_x86.exe to install Visual
2019                         Studio's redistributable dlls if building with
2020                         Visual Stdio 2005 or later.
2022 2191.   [func]          named-checkzone now allows dumping to stdout (-).
2023                         named-checkconf now has -h for help.
2024                         named-checkzone now has -h for help.
2025                         rndc now has -h for help.
2026                         Better handling of '-?' for usage summaries.
2027                         [RT #16707]
2029 2190.   [func]          Make fallback to plain DNS from EDNS due to timeouts
2030                         more visible.  New logging category "edns-disabled".
2031                         [RT #16871]
2033 2189.   [bug]           Handle socket() returning EINTR. [RT #15949]
2035 2188.   [contrib]       queryperf: autoconf changes to make the search for
2036                         libresolv or libbind more robust. [RT #16299]
2038 2187.   [bug]           query_addds(), query_addwildcardproof() and
2039                         query_addnxrrsetnsec() should take a version
2040                         argument. [RT #16368]
2042 2186.   [port]          cygwin: libbind: check for struct sockaddr_storage
2043                         independently of IPv6. [RT #16482]
2045 2185.   [port]          sunos: libbind: check for ssize_t, memmove() and
2046                         memchr(). [RT #16463]
2048 2184.   [bug]           bind9.xsl.h didn't build out of the source tree.
2049                         [RT #16830]
2051 2183.   [bug]           dnssec-signzone didn't handle offline private keys
2052                         well.  [RT #16832]
2054 2182.   [bug]           dns_dispatch_createtcp() and dispatch_createudp()
2055                         could return ISC_R_SUCCESS when they ran out of
2056                         memory. [RT #16365]
2058 2181.   [port]          sunos: libbind: add paths.h from BIND 8. [RT #16462]
2060 2180.   [cleanup]       Remove bit test from 'compress_test' as they
2061                         are no longer needed. [RT #16497]
2063 2179.   [func]          'rndc command zone' will now find 'zone' if it is
2064                         unique to all the views. [RT #16821]
2066 2178.   [bug]           'rndc reload' of a slave or stub zone resulted in
2067                         a reference leak. [RT #16867]
2069 2177.   [bug]           Array bounds overrun on read (rcodetext) at
2070                         debug level 10+. [RT #16798]
2072 2176.   [contrib]       dbus update to handle race condition during
2073                         initialization (Bugzilla 235809). [RT #16842]
2075 2175.   [bug]           win32: windows broadcast condition variable support
2076                         was broken. [RT #16592]
2078 2174.   [bug]           I/O errors should always be fatal when reading
2079                         master files. [RT #16825]
2081 2173.   [port]          win32: When compiling with MSVS 2005 SP1 we also
2082                         need to ship Microsoft.VC80.MFCLOC.
2084         --- 9.5.0a4 released ---
2086 2172.   [bug]           query_addsoa() was being called with a non zone db.
2087                         [RT #16834]
2089 2171.   [bug]           Handle breaks in DNSSEC trust chains where the parent
2090                         servers are not DS aware (DS queries to the parent
2091                         return a referral to the child).
2093 2170.   [func]          Add acache processing to test suite. [RT #16711]
2095 2169.   [bug]           host, nslookup: when reporting NXDOMAIN report the
2096                         given name and not the last name searched for.
2097                         [RT #16763]
2099 2168.   [bug]           nsupdate: in non-interactive mode treat syntax errors
2100                         as fatal errors. [RT #16785]
2102 2167.   [bug]           When re-using a automatic zone named failed to
2103                         attach it to the new view. [RT #16786]
2105         --- 9.5.0a3 released ---
2107 2166.   [bug]           When running in batch mode, dig could misinterpret
2108                         a server address as a name to be looked up, causing
2109                         unexpected output. [RT #16743]
2111 2165.   [func]          Allow the destination address of a query to determine
2112                         if we will answer the query or recurse.
2113                         allow-query-on, allow-recursion-on and
2114                         allow-query-cache-on. [RT #16291]
2116 2164.   [bug]           The code to determine how named-checkzone /
2117                         named-compilezone was called failed under windows.
2118                         [RT #16764]
2120 2163.   [bug]           If only one of query-source and query-source-v6
2121                         specified a port the query pools code broke (change
2122                         2129).  [RT #16768]
2124 2162.   [func]          Allow "rrset-order fixed" to be disabled at compile
2125                         time. [RT #16665]
2127 2161.   [bug]           Fix which log messages are emitted for 'rndc flush'.
2128                         [RT #16698]
2130 2160.   [bug]           libisc wasn't handling NULL ifa_addr pointers returned
2131                         from getifaddrs(). [RT #16708]
2133         --- 9.5.0a2 released ---
2135 2159.   [bug]           Array bounds overrun in acache processing. [RT #16710]
2137 2158.   [bug]           ns_client_isself() failed to initialize key
2138                         leading to a REQUIRE failure. [RT #16688]
2140 2157.   [func]          dns_db_transfernode() created. [RT #16685]
2142 2156.   [bug]           Fix node reference leaks in lookup.c:lookup_find(),
2143                         resolver.c:validated() and resolver.c:cache_name().
2144                         Fix a memory leak in rbtdb.c:free_noqname().
2145                         Make lookup.c:lookup_find() robust against
2146                         event leaks. [RT #16685]
2148 2155.   [contrib]       SQLite sdb module from jaboydjr@netwalk.com.
2149                         [RT #16694]
2151 2154.   [func]          Scoped (e.g. IPv6 link-local) addresses may now be
2152                         matched in acls by omitting the scope. [RT #16599]
2154 2153.   [bug]           nsupdate could leak memory. [RT #16691]
2156 2152.   [cleanup]       Use sizeof(buf) instead of fixed number in
2157                         dighost.c:get_trusted_key(). [RT #16678]
2159 2151.   [bug]           Missing newline in usage message for journalprint.
2160                         [RT #16679]
2162 2150.   [bug]           'rrset-order cyclic' uniformly distribute the
2163                         starting point for the first response for a given
2164                         RRset. [RT #16655]
2166 2149.   [bug]           isc_mem_checkdestroyed() failed to abort on
2167                         if there were still active memory contexts.
2168                         [RT #16672]
2170 2148.   [func]          Add positive logging for rndc commands. [RT #14623]
2172 2147.   [bug]           libbind: remove potential buffer overflow from
2173                         hmac_link.c. [RT #16437]
2175 2146.   [cleanup]       Silence Linux's spurious "obsolete setsockopt
2176                         SO_BSDCOMPAT" message. [RT #16641]
2178 2145.   [bug]           Check DS/DLV digest lengths for known digests.
2179                         [RT #16622]
2181 2144.   [cleanup]       Suppress logging of SERVFAIL from forwarders.
2182                         [RT #16619]
2184 2143.   [bug]           We failed to restart the IPv6 client when the
2185                         kernel failed to return the destination the
2186                         packet was sent to. [RT #16613]
2188 2142.   [bug]           Handle master files with a modification time that
2189                         matches the epoch. [RT# 16612]
2191 2141.   [bug]           dig/host should not be setting IDN_ASCCHECK (IDN
2192                         equivalent of LDH checks).  [RT #16609]
2194 2140.   [bug]           libbind: missing unlock on pthread_key_create()
2195                         failures. [RT #16654]
2197 2139.   [bug]           dns_view_find() was being called with wrong type
2198                         in adb.c. [RT #16670]
2200 2138.   [bug]           Lock order reversal in resolver.c. [RT #16653]
2202 2137.   [port]          Mips little endian and/or mips 64 bit are now
2203                         supported for atomic operations. [RT#16648]
2205 2136.   [bug]           nslookup/host looped if there was no search list
2206                         and the host didn't exist. [RT #16657]
2208 2135.   [bug]           Uninitialized rdataset in sdlz.c. [RT# 16656]
2210 2134.   [func]          Additional statistics support. [RT #16666]
2212 2133.   [port]          powerpc:  Support both IBM and MacOS Power PC
2213                         assembler syntaxes. [RT #16647]
2215 2132.   [bug]           Missing unlock on out of memory in
2216                         dns_dispatchmgr_setudp().
2218 2131.   [contrib]       dlz/mysql: AXFR was broken. [RT #16630]
2220 2130.   [func]          Log if CD or DO were set. [RT #16640]
2222 2129.   [func]          Provide a pool of UDP sockets for queries to be
2223                         made over. See use-queryport-pool, queryport-pool-ports
2224                         and queryport-pool-updateinterval.  [RT #16415]
2226 2128.   [doc]           xsltproc --nonet, update DTD versions.  [RT #16635]
2228 2127.   [port]          Improved OpenSSL 0.9.8 support. [RT #16563]
2230 2126.   [security]      Serialize validation of type ANY responses. [RT #16555]
2232 2125.   [bug]           dns_zone_getzeronosoattl() REQUIRE failure if DLZ
2233                         was defined. [RT #16574]
2235 2124.   [security]      It was possible to dereference a freed fetch
2236                         context. [RT #16584]
2238         --- 9.5.0a1 released ---
2240 2123.   [func]          Use Doxygen to generate internal documentation.
2241                         [RT #11398]
2243 2122.   [func]          Experimental http server and statistics support
2244                         for named via xml.
2246 2121.   [func]          Add a 10 slot dead masters cache (LRU) with a 600
2247                         second timeout. [RT #16553]
2249 2120.   [doc]           Fix markup on nsupdate man page. [RT #16556]
2251 2119.   [compat]        libbind: allow res_init() to succeed enough to
2252                         return the default domain even if it was unable
2253                         to allocate memory.
2255 2118.   [bug]           Handle response with long chains of domain name
2256                         compression pointers which point to other compression
2257                         pointers. [RT #16427]
2259 2117.   [bug]           DNSSEC fixes: named could fail to cache NSEC records
2260                         which could lead to validation failures.  named didn't
2261                         handle negative DS responses that were in the process
2262                         of being validated.  Check CNAME bit before accepting
2263                         NODATA proof. To be able to ignore a child NSEC there
2264                         must be SOA (and NS) set in the bitmap. [RT #16399]
2266 2116.   [bug]           'rndc reload' could cause the cache to continually
2267                         be cleaned. [RT #16401]
2269 2115.   [bug]           'rndc reconfig' could trigger a INSIST if the
2270                         number of masters for a zone was reduced. [RT #16444]
2272 2114.   [bug]           dig/host/nslookup: searches for names with multiple
2273                         labels were failing. [RT #16447]
2275 2113.   [bug]           nsupdate: if a zone is specified it should be used
2276                         for server discover. [RT# 16455]
2278 2112.   [security]      Warn if weak RSA exponent is used. [RT #16460]
2280 2111.   [bug]           Fix a number of errors reported by Coverity.
2281                         [RT #16507]
2283 2110.   [bug]           "minimal-responses yes;" interacted badly with BIND 8
2284                         priming queries. [RT #16491]
2286 2109.   [port]          libbind: silence aix 5.3 compiler warnings. [RT #16502]
2288 2108.   [func]          DHCID support. [RT #16456]
2290 2107.   [bug]           dighost.c: more cleanup of buffers. [RT #16499]
2292 2106.   [func]          'rndc status' now reports named's version. [RT #16426]
2294 2105.   [func]          GSS-TSIG support (RFC 3645).
2296 2104.   [port]          Fix Solaris SMF error message.
2298 2103.   [port]          Add /usr/sfw to list of locations for OpenSSL
2299                         under Solaris.
2301 2102.   [port]          Silence Solaris 10 warnings.
2303 2101.   [bug]           OpenSSL version checks were not quite right.
2304                         [RT #16476]
2306 2100.   [port]          win32: copy libeay32.dll to Build\Debug.
2307                         Copy Debug\named-checkzone to Debug\named-compilezone.
2309 2099.   [port]          win32: more manifest issues.
2311 2098.   [bug]           Race in rbtdb.c:no_references(), which occasionally
2312                         triggered an INSIST failure about the node lock
2313                         reference.  [RT #16411]
2315 2097.   [bug]           named could reference a destroyed memory context
2316                         after being reloaded / reconfigured. [RT #16428]
2318 2096.   [bug]           libbind: handle applications that fail to detect
2319                         res_init() failures better.
2321 2095.   [port]          libbind: alway prototype inet_cidr_ntop_ipv6() and
2322                         net_cidr_ntop_ipv6(). [RT #16388]
2324 2094.   [contrib]       Update named-bootconf.  [RT# 16404]
2326 2093.   [bug]           named-checkzone -s was broken.
2328 2092.   [bug]           win32: dig, host, nslookup.  Use registry config
2329                         if resolv.conf does not exist or no nameservers
2330                         listed. [RT #15877]
2332 2091.   [port]          dighost.c: race condition on cleanup. [RT #16417]
2334 2090.   [port]          win32: Visual C++ 2005 command line manifest support.
2335                         [RT #16417]
2337 2089.   [security]      Raise the minimum safe OpenSSL versions to
2338                         OpenSSL 0.9.7l and OpenSSL 0.9.8d.  Versions
2339                         prior to these have known security flaws which
2340                         are (potentially) exploitable in named. [RT #16391]
2342 2088.   [security]      Change the default RSA exponent from 3 to 65537.
2343                         [RT #16391]
2345 2087.   [port]          libisc failed to compile on OS's w/o a vsnprintf.
2346                         [RT #16382]
2348 2086.   [port]          libbind: FreeBSD now has get*by*_r() functions.
2349                         [RT #16403]
2351 2085.   [doc]           win32: added index.html and README to zip. [RT #16201]
2353 2084.   [contrib]       dbus update for 9.3.3rc2.
2355 2083.   [port]          win32: Visual C++ 2005 support.
2357 2082.   [doc]           Document 'cache-file' as a test only option.
2359 2081.   [port]          libbind: minor 64-bit portability fix in memcluster.c.
2360                         [RT #16360]
2362 2080.   [port]          libbind: res_init.c did not compile on older versions
2363                         of Solaris. [RT #16363]
2365 2079.   [bug]           The lame cache was not handling multiple types
2366                         correctly. [RT #16361]
2368 2078.   [bug]           dnssec-checkzone output style "default" was badly
2369                         named.  It is now called "relative". [RT #16326]
2371 2077.   [bug]           'dnssec-signzone -O raw' wasn't outputting the
2372                         complete signed zone. [RT #16326]
2374 2076.   [bug]           Several files were missing #include <config.h>
2375                         causing build failures on OSF. [RT #16341]
2377 2075.   [bug]           The spillat timer event hander could leak memory.
2378                         [RT #16357]
2380 2074.   [bug]           dns_request_createvia2(), dns_request_createvia3(),
2381                         dns_request_createraw2() and dns_request_createraw3()
2382                         failed to send multiple UDP requests. [RT #16349]
2384 2073.   [bug]           Incorrect semantics check for update policy "wildcard".
2385                         [RT #16353]
2387 2072.   [bug]           We were not generating valid HMAC SHA digests.
2388                         [RT #16320]
2390 2071.   [port]          Test whether gcc accepts -fno-strict-aliasing.
2391                         [RT #16324]
2393 2070.   [bug]           The remote address was not always displayed when
2394                         reporting dispatch failures. [RT #16315]
2396 2069.   [bug]           Cross compiling was not working. [RT #16330]
2398 2068.   [cleanup]       Lower incremental tuning message to debug 1.
2399                         [RT #16319]
2401 2067.   [bug]           'rndc' could close the socket too early triggering
2402                         a INSIST under Windows. [RT #16317]
2404 2066.   [security]      Handle SIG queries gracefully. [RT #16300]
2406 2065.   [bug]           libbind: probe for HPUX prototypes for
2407                         endprotoent_r() and endservent_r().  [RT 16313]
2409 2064.   [bug]           libbind: silence AIX compiler warnings. [RT #16218]
2411 2063.   [bug]           Change #1955 introduced a bug which caused the first
2412                         'rndc flush' call to not free memory. [RT #16244]
2414 2062.   [bug]           'dig +nssearch' was reusing a buffer before it had
2415                         been returned by the socket code. [RT #16307]
2417 2061.   [bug]           Accept expired wildcard message reversed. [RT #16296]
2419 2060.   [bug]           Enabling DLZ support could leave views partially
2420                         configured. [RT #16295]
2422 2059.   [bug]           Search into cache rbtdb could trigger an INSIST
2423                         failure while cleaning up a stale rdataset.
2424                         [RT #16292]
2426 2058.   [bug]           Adjust how we calculate rtt estimates in the presence
2427                         of authoritative servers that drop EDNS and/or CD
2428                         requests.  Also fallback to EDNS/512 and plain DNS
2429                         faster for zones with less than 3 servers.  [RT #16187]
2431 2057.   [bug]           Make setting "ra" dependent on both allow-query-cache
2432                         and allow-recursion. [RT #16290]
2434 2056.   [bug]           dig: ixfr= was not being treated case insensitively
2435                         at all times. [RT #15955]
2437 2055.   [bug]           Missing goto after dropping multicast query.
2438                         [RT #15944]
2440 2054.   [port]          freebsd: do not explicitly link against -lpthread.
2441                         [RT #16170]
2443 2053.   [port]          netbsd:libbind: silence compiler warnings. [RT #16220]
2445 2052.   [bug]           'rndc' improve connect failed message to report
2446                         the failing address. [RT #15978]
2448 2051.   [port]          More strtol() fixes. [RT #16249]
2450 2050.   [bug]           Parsing of NSAP records was not case insensitive.
2451                         [RT #16287]
2453 2049.   [bug]           Restore SOA before AXFR when falling back from
2454                         a attempted IXFR when transferring in a zone.
2455                         Allow a initial SOA query before attempting
2456                         a AXFR to be requested. [RT #16156]
2458 2048.   [bug]           It was possible to loop forever when using
2459                         avoid-v4-udp-ports / avoid-v6-udp-ports when
2460                         the OS always returned the same local port.
2461                         [RT #16182]
2463 2047.   [bug]           Failed to initialize the interface flags to zero.
2464                         [RT #16245]
2466 2046.   [bug]           rbtdb.c:rdataset_setadditional() could cause duplicate
2467                         cleanup [RT #16247].
2469 2045.   [func]          Use lock buckets for acache entries to limit memory
2470                         consumption. [RT #16183]
2472 2044.   [port]          Add support for atomic operations for Itanium.
2473                         [RT #16179]
2475 2043.   [port]          nsupdate/nslookup: Force the flushing of the prompt
2476                         for interactive sessions. [RT#16148]
2478 2042.   [bug]           named-checkconf was incorrectly rejecting the
2479                         logging category "config". [RT #16117]
2481 2041.   [bug]           "configure --with-dlz-bdb=yes" produced a bad
2482                         set of libraries to be linked. [RT #16129]
2484 2040.   [bug]           rbtdb no_references() could trigger an INSIST
2485                         failure with --enable-atomic.  [RT #16022]
2487 2039.   [func]          Check that all buffers passed to the socket code
2488                         have been retrieved when the socket event is freed.
2489                         [RT #16122]
2491 2038.   [bug]           dig/nslookup/host was unlinking from wrong list
2492                         when handling errors. [RT #16122]
2494 2037.   [func]          When unlinking the first or last element in a list
2495                         check that the list head points to the element to
2496                         be unlinked. [RT #15959]
2498 2036.   [bug]           'rndc recursing' could cause trigger a REQUIRE.
2499                         [RT #16075]
2501 2035.   [func]          Make falling back to TCP on UDP refresh failure
2502                         optional. Default "try-tcp-refresh yes;" for BIND 8
2503                         compatibility. [RT #16123]
2505 2034.   [bug]           gcc: set -fno-strict-aliasing. [RT #16124]
2507 2033.   [bug]           We weren't creating multiple client memory contexts
2508                         on demand as expected. [RT #16095]
2510 2032.   [bug]           Remove a INSIST in query_addadditional2(). [RT #16074]
2512 2031.   [bug]           Emit a error message when "rndc refresh" is called on
2513                         a non slave/stub zone. [RT # 16073]
2515 2030.   [bug]           We were being overly conservative when disabling
2516                         openssl engine support. [RT #16030]
2518 2029.   [bug]           host printed out the server multiple times when
2519                         specified on the command line. [RT #15992]
2521 2028.   [port]          linux: socket.c compatibility for old systems.
2522                         [RT #16015]
2524 2027.   [port]          libbind: Solaris x86 support. [RT #16020]
2526 2026.   [bug]           Rate limit the two recursive client exceeded messages.
2527                         [RT #16044]
2529 2025.   [func]          Update "zone serial unchanged" message. [RT #16026]
2531 2024.   [bug]           named emitted spurious "zone serial unchanged"
2532                         messages on reload. [RT #16027]
2534 2023.   [bug]           "make install" should create ${localstatedir}/run and
2535                         ${sysconfdir} if they do not exist. [RT #16033]
2537 2022.   [bug]           If dnssec validation is disabled only assert CD if
2538                         CD was requested. [RT #16037]
2540 2021.   [bug]           dnssec-enable no; triggered a REQUIRE. [RT #16037]
2542 2020.   [bug]           rdataset_setadditional() could leak memory. [RT #16034]
2544 2019.   [tuning]        Reduce the amount of work performed per quantum
2545                         when cleaning the cache. [RT #15986]
2547 2018.   [bug]           Checking if the HMAC MD5 private file was broken.
2548                         [RT #15960]
2550 2017.   [bug]           allow-query default was not correct. [RT #15946]
2552 2016.   [bug]           Return a partial answer if recursion is not
2553                         allowed but requested and we had the answer
2554                         to the original qname. [RT #15945]
2556 2015.   [cleanup]       use-additional-cache is now acache-enable for
2557                         consistency.  Default acache-enable off in BIND 9.4
2558                         as it requires memory usage to be configured.
2559                         It may be enabled by default in BIND 9.5 once we
2560                         have more experience with it.
2562 2014.   [func]          Statistics about acache now recorded and sent
2563                         to log. [RT #15976]
2565 2013.   [bug]           Handle unexpected TSIGs on unsigned AXFR/IXFR
2566                         responses more gracefully. [RT #15941]
2568 2012.   [func]          Don't insert new acache entries if acache is full.
2569                         [RT #15970]
2571 2011.   [func]          dnssec-signzone can now update the SOA record of
2572                         the signed zone, either as an increment or as the
2573                         system time(). [RT #15633]
2575 2010.   [placeholder]   rt15958
2577 2009.   [bug]           libbind: Coverity fixes. [RT #15808]
2579 2008.   [func]          It is now possible to enable/disable DNSSEC
2580                         validation from rndc.  This is useful for the
2581                         mobile hosts where the current connection point
2582                         breaks DNSSEC (firewall/proxy).  [RT #15592]
2584                                 rndc validation newstate [view]
2586 2007.   [func]          It is now possible to explicitly enable DNSSEC
2587                         validation.  default dnssec-validation no; to
2588                         be changed to yes in 9.5.0.  [RT #15674]
2590 2006.   [security]      Allow-query-cache and allow-recursion now default
2591                         to the built in acls "localnets" and "localhost".
2593                         This is being done to make caching servers less
2594                         attractive as reflective amplifying targets for
2595                         spoofed traffic.  This still leave authoritative
2596                         servers exposed.
2598                         The best fix is for full BCP 38 deployment to
2599                         remove spoofed traffic.
2601 2005.   [bug]           libbind: Retransmission timeouts should be
2602                         based on which attempt it is to the nameserver
2603                         and not the nameserver itself. [RT #13548]
2605 2004.   [bug]           dns_tsig_sign() could pass a NULL pointer to
2606                         dst_context_destroy() when cleaning up after a
2607                         error. [RT #15835]
2609 2003.   [bug]           libbind: The DNS name/address lookup functions could
2610                         occasionally follow a random pointer due to
2611                         structures not being completely zeroed. [RT #15806]
2613 2002.   [bug]           libbind: tighten the constraints on when
2614                         struct addrinfo._ai_pad exists.  [RT #15783]
2616 2001.   [func]          Check the KSK flag when updating a secure dynamic zone.
2617                         New zone option "update-check-ksk yes;".  [RT #15817]
2619 2000.   [bug]           memmove()/strtol() fix was incomplete. [RT #15812]
2621 1999.   [func]          Implement "rrset-order fixed". [RT #13662]
2623 1998.   [bug]           Restrict handling of fifos as sockets to just SunOS.
2624                         This allows named to connect to entropy gathering
2625                         daemons that use fifos instead of sockets. [RT #15840]
2627 1997.   [bug]           Named was failing to replace negative cache entries
2628                         when a positive one for the type was learnt.
2629                         [RT #15818]
2631 1996.   [bug]           nsupdate: if a zone has been specified it should
2632                         appear in the output of 'show'. [RT #15797]
2634 1995.   [bug]           'host' was reporting multiple "is an alias" messages.
2635                         [RT #15702]
2637 1994.   [port]          OpenSSL 0.9.8 support. [RT #15694]
2639 1993.   [bug]           Log messages, via syslog, were missing the space
2640                         after the timestamp if "print-time yes" was specified.
2641                         [RT #15844]
2643 1992.   [bug]           Not all incoming zone transfer messages included the
2644                         view.  [RT #15825]
2646 1991.   [cleanup]       The configuration data, once read, should be treated
2647                         as read only.  Expand the use of const to enforce this
2648                         at compile time. [RT #15813]
2650 1990.   [bug]           libbind:  isc's override of broken gettimeofday()
2651                         implementations was not always effective.
2652                         [RT #15709]
2654 1989.   [bug]           win32: don't check the service password when
2655                         re-installing. [RT #15882]
2657 1988.   [bug]           Remove a bus error from the SHA256/SHA512 support.
2658                         [RT #15878]
2660 1987.   [func]          DS/DLV SHA256 digest algorithm support. [RT #15608]
2662 1986.   [func]          Report when a zone is removed. [RT #15849]
2664 1985.   [protocol]      DLV has now been assigned a official type code of
2665                         32769. [RT #15807]
2667                         Note: care should be taken to ensure you upgrade
2668                         both named and dnssec-signzone at the same time for
2669                         zones with DLV records where named is the master
2670                         server for the zone.  Also any zones that contain
2671                         DLV records should be removed when upgrading a slave
2672                         zone.  You do not however have to upgrade all
2673                         servers for a zone with DLV records simultaneously.
2675 1984.   [func]          dig, nslookup and host now advertise a 4096 byte
2676                         EDNS UDP buffer size by default. [RT #15855]
2678 1983.   [func]          Two new update policies.  "selfsub" and "selfwild".
2679                         [RT #12895]
2681 1982.   [bug]           DNSKEY was being accepted on the parent side of
2682                         a delegation.  KEY is still accepted there for
2683                         RFC 3007 validated updates. [RT #15620]
2685 1981.   [bug]           win32: condition.c:wait() could fail to reattain
2686                         the mutex lock.
2688 1980.   [func]          dnssec-signzone: output the SOA record as the
2689                         first record in the signed zone. [RT #15758]
2691 1979.   [port]          linux: allow named to drop core after changing
2692                         user ids. [RT #15753]
2694 1978.   [port]          Handle systems which have a broken recvmsg().
2695                         [RT #15742]
2697 1977.   [bug]           Silence noisy log message. [RT #15704]
2699 1976.   [bug]           Handle systems with no IPv4 addresses. [RT #15695]
2701 1975.   [bug]           libbind: isc_gethexstring() could misparse multi-line
2702                         hex strings with comments. [RT #15814]
2704 1974.   [doc]           List each of the zone types and associated zone
2705                         options separately in the ARM.
2707 1973.   [func]          TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
2708                         HMACSHA512 support. [RT #13606]
2710 1972.   [contrib]       DBUS dynamic forwarders integration from
2711                         Jason Vas Dias <jvdias@redhat.com>.
2713 1971.   [port]          linux: make detection of missing IF_NAMESIZE more
2714                         robust. [RT #15443]
2716 1970.   [bug]           nsupdate: adjust UDP timeout when falling back to
2717                         unsigned SOA query. [RT #15775]
2719 1969.   [bug]           win32: the socket code was freeing the socket
2720                         structure too early. [RT #15776]
2722 1968.   [bug]           Missing lock in resolver.c:validated(). [RT #15739]
2724 1967.   [func]          dig/nslookup/host: warn about missing "QR". [RT #15779]
2726 1966.   [bug]           Don't set CD when we have fallen back to plain DNS.
2727                         [RT #15727]
2729 1965.   [func]          Suppress spurious "recursion requested but not
2730                         available" warning with 'dig +qr'. [RT #15780].
2732 1964.   [func]          Separate out MX and SRV to CNAME checks. [RT #15723]
2734 1963.   [port]          Tru64 4.0E doesn't support send() and recv().
2735                         [RT #15586]
2737 1962.   [bug]           Named failed to clear old update-policy when it
2738                         was removed. [RT #15491]
2740 1961.   [bug]           Check the port and address of responses forwarded
2741                         to dispatch. [RT #15474]
2743 1960.   [bug]           Update code should set NSEC ttls from SOA MINIMUM.
2744                         [RT #15465]
2746 1959.   [func]          Control the zeroing of the negative response TTL to
2747                         a soa query.  Defaults "zero-no-soa-ttl yes;" and
2748                         "zero-no-soa-ttl-cache no;". [RT #15460]
2750 1958.   [bug]           Named failed to update the zone's secure state
2751                         until the zone was reloaded. [RT #15412]
2753 1957.   [bug]           Dig mishandled responses to class ANY queries.
2754                         [RT #15402]
2756 1956.   [bug]           Improve cross compile support, 'gen' is now built
2757                         by native compiler.  See README for additional
2758                         cross compile support information. [RT #15148]
2760 1955.   [bug]           Pre-allocate the cache cleaning iterator. [RT #14998]
2762 1954.   [func]          Named now falls back to advertising EDNS with a
2763                         512 byte receive buffer if the initial EDNS queries
2764                         fail.  [RT #14852]
2766 1953.   [func]          The maximum EDNS UDP response named will send can
2767                         now be set in named.conf (max-udp-size).  This is
2768                         independent of the advertised receive buffer
2769                         (edns-udp-size). [RT #14852]
2771 1952.   [port]          hpux: tell the linker to build a runtime link
2772                         path "-Wl,+b:". [RT #14816].
2774 1951.   [security]      Drop queries from particular well known ports.
2775                         Don't return FORMERR to queries from particular
2776                         well known ports.  [RT #15636]
2778 1950.   [port]          Solaris 2.5.1 and earlier cannot bind() then connect()
2779                         a TCP socket. This prevents the source address being
2780                         set for TCP connections. [RT #15628]
2782 1949.   [func]          Addition memory leakage checks. [RT #15544]
2784 1948.   [bug]           If was possible to trigger a REQUIRE failure in
2785                         xfrin.c:maybe_free() if named ran out of memory.
2786                         [RT #15568]
2788 1947.   [func]          It is now possible to configure named to accept
2789                         expired RRSIGs.  Default "dnssec-accept-expired no;".
2790                         Setting "dnssec-accept-expired yes;" leaves named
2791                         vulnerable to replay attacks.  [RT #14685]
2793 1946.   [bug]           resume_dslookup() could trigger a REQUIRE failure
2794                         when using forwarders. [RT #15549]
2796 1945.   [cleanup]       dnssec-keygen: RSA (RSAMD5) is no longer recommended.
2797                         To generate a RSAMD5 key you must explicitly request
2798                         RSAMD5. [RT #13780]
2800 1944.   [cleanup]       isc_hash_create() does not need a read/write lock.
2801                         [RT #15522]
2803 1943.   [bug]           Set the loadtime after rolling forward the journal.
2804                         [RT #15647]
2806 1942.   [bug]           If the name of a DNSKEY match that of one in
2807                         trusted-keys do not attempt to validate the DNSKEY
2808                         using the parents DS RRset. [RT #15649]
2810 1941.   [bug]           ncache_adderesult() should set eresult even if no
2811                         rdataset is passed to it. [RT #15642]
2813 1940.   [bug]           Fixed a number of error conditions reported by
2814                         Coverity.
2816 1939.   [bug]           The resolver could dereference a null pointer after
2817                         validation if all the queries have timed out.
2818                         [RT #15528]
2820 1938.   [bug]           The validator was not correctly handling unsecure
2821                         negative responses at or below a SEP. [RT #15528]
2823 1937.   [bug]           sdlz doesn't handle RRSIG records. [RT #15564]
2825 1936.   [bug]           The validator could leak memory. [RT #15544]
2827 1935.   [bug]           'acache' was DO sensitive. [RT #15430]
2829 1934.   [func]          Validate pending NS RRsets, in the authority section,
2830                         prior to returning them if it can be done without
2831                         requiring DNSKEYs to be fetched.  [RT #15430]
2833 1933.   [bug]           dump_rdataset_raw() had a incorrect INSIST. [RT #15534]
2835 1932.   [bug]           hpux: LDFLAGS was getting corrupted. [RT #15530]
2837 1931.   [bug]           Per-client mctx could require a huge amount of memory,
2838                         particularly for a busy caching server. [RT #15519]
2840 1930.   [port]          HPUX: ia64 support. [RT #15473]
2842 1929.   [port]          FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
2844 1928.   [bug]           Race in rbtdb.c:currentversion(). [RT #15517]
2846 1927.   [bug]           Access to soanode or nsnode in rbtdb violated the
2847                         lock order rule and could cause a dead lock.
2848                         [RT# 15518]
2850 1926.   [bug]           The Windows installer did not check for empty
2851                         passwords.  BINDinstall was being installed in
2852                         the wrong place. [RT #15483]
2854 1925.   [port]          All outer level AC_TRY_RUNs need cross compiling
2855                         defaults. [RT #15469]
2857 1924.   [port]          libbind: hpux ia64 support. [RT #15473]
2859 1923.   [bug]           ns_client_detach() called too early. [RT #15499]
2861 1922.   [bug]           check-tool.c:setup_logging() missing call to
2862                         dns_log_setcontext().
2864 1921.   [bug]           Client memory contexts were not using internal
2865                         malloc. [RT# 15434]
2867 1920.   [bug]           The cache rbtdb lock array was too small to
2868                         have the desired performance characteristics.
2869                         [RT #15454]
2871 1919.   [contrib]       queryperf: a set of new features: collecting/printing
2872                         response delays, printing intermediate results, and
2873                         adjusting query rate for the "target" qps.
2875 1918.   [bug]           Memory leak when checking acls. [RT #15391]
2877 1917.   [doc]           funcsynopsisinfo wasn't being treated as verbatim
2878                         when generating man pages. [RT #15385]
2880 1916.   [func]          Integrate contributed IDN code from JPNIC. [RT #15383]
2882 1915.   [bug]           dig +ndots was broken. [RT #15215]
2884 1914.   [protocol]      DS is required to accept mnemonic algorithms
2885                         (RFC 4034).  Still emit numeric algorithms for
2886                         compatibility with RFC 3658. [RT #15354]
2888 1913.   [func]          Integrate contributed DLZ code into named. [RT #11382]
2890 1912.   [port]          aix: atomic locking for powerpc. [RT #15020]
2892 1911.   [bug]           Update windows socket code. [RT #14965]
2894 1910.   [bug]           dig's +sigchase code overhauled. [RT #14933]
2896 1909.   [bug]           The DLV code has been re-worked to make no longer
2897                         query order sensitive. [RT #14933]
2899 1908.   [func]          dig now warns if 'RA' is not set in the answer when
2900                         'RD' was set in the query.  host/nslookup skip servers
2901                         that fail to set 'RA' when 'RD' is set unless a server
2902                         is explicitly set.  [RT #15005]
2904 1907.   [func]          host/nslookup now continue (default)/fail on SERVFAIL.
2905                         [RT #15006]
2907 1906.   [func]          dig now has a '-q queryname' and '+showsearch' options.
2908                         [RT #15034]
2910 1905.   [bug]           Strings returned from cfg_obj_asstring() should be
2911                         treated as read-only.  The prototype for
2912                         cfg_obj_asstring() has been updated to reflect this.
2913                         [RT #15256]
2915 1904.   [func]          Automatic empty zone creation for D.F.IP6.ARPA and
2916                         friends.  Note: RFC 1918 zones are not yet covered by
2917                         this but are likely to be in a future release.
2919                         New options: empty-server, empty-contact,
2920                         empty-zones-enable and disable-empty-zone.
2922 1903.   [func]          ISC string copy API.
2924 1902.   [func]          Attempt to make the amount of work performed in a
2925                         iteration self tuning.  The covers nodes clean from
2926                         the cache per iteration, nodes written to disk when
2927                         rewriting a master file and nodes destroyed per
2928                         iteration when destroying a zone or a cache.
2929                         [RT #14996]
2931 1901.   [cleanup]       Don't add DNSKEY records to the additional section.
2933 1900.   [bug]           ixfr-from-differences failed to ensure that the
2934                         serial number increased. [RT #15036]
2936 1899.   [func]          named-checkconf now validates update-policy entries.
2937                         [RT #14963]
2939 1898.   [bug]           Extend ISC_SOCKADDR_FORMATSIZE and
2940                         ISC_NETADDR_FORMATSIZE to allow for scope details.
2942 1897.   [func]          x86 and x86_64 now have separate atomic locking
2943                         implementations.
2945 1896.   [bug]           Recursive clients soft quota support wasn't working
2946                         as expected. [RT #15103]
2948 1895.   [bug]           A escaped character is, potentially, converted to
2949                         the output character set too early. [RT #14666]
2951 1894.   [doc]           Review ARM for BIND 9.4.
2953 1893.   [port]          Use uintptr_t if available. [RT #14606]
2955 1892.   [func]          Support for SPF rdata type. [RT #15033]
2957 1891.   [port]          freebsd: pthread_mutex_init can fail if it runs out
2958                         of memory. [RT #14995]
2960 1890.   [func]          Raise the UDP receive buffer size to 32k if it is
2961                         less than 32k. [RT #14953]
2963 1889.   [port]          sunos: non blocking i/o support. [RT #14951]
2965 1888.   [func]          Support for IPSECKEY rdata type. [RT #14967]
2967 1887.   [bug]           The cache could delete expired records too fast for
2968                         clients with a virtual time in the past. [RT #14991]
2970 1886.   [bug]           fctx_create() could return success even though it
2971                         failed. [RT #14993]
2973 1885.   [func]          dig: report the number of extra bytes still left in
2974                         the packet after processing all the records.
2976 1884.   [cleanup]       dighost.c: move external declarations into <dig/dig.h>.
2978 1883.   [bug]           dnssec-signzone, dnssec-keygen: handle negative debug
2979                         levels. [RT #14962]
2981 1882.   [func]          Limit the number of recursive clients that can be
2982                         waiting for a single query (<qname,qtype,qclass>) to
2983                         resolve.  New options clients-per-query and
2984                         max-clients-per-query.
2986 1881.   [func]          Add a system test for named-checkconf. [RT #14931]
2988 1880.   [func]          The lame cache is now done on a <qname,qclass,qtype>
2989                         basis as some servers only appear to be lame for
2990                         certain query types.  [RT #14916]
2992 1879.   [func]          "USE INTERNAL MALLOC" is now runtime selectable.
2993                         [RT #14892]
2995 1878.   [func]          Detect duplicates of UDP queries we are recursing on
2996                         and drop them.  New stats category "duplicate".
2997                         [RT #2471]
2999 1877.   [bug]           Fix unreasonably low quantum on call to
3000                         dns_rbt_destroy2().  Remove unnecessary unhash_node()
3001                         call. [RT #14919]
3003 1876.   [func]          Additional memory debugging support to track size
3004                         and mctx arguments. [RT #14814]
3006 1875.   [bug]           process_dhtkey() was using the wrong memory context
3007                         to free some memory. [RT #14890]
3009 1874.   [port]          sunos: portability fixes. [RT #14814]
3011 1873.   [port]          win32: isc__errno2result() now reports its caller.
3012                         [RT #13753]
3014 1872.   [port]          win32: Handle ERROR_NETNAME_DELETED.  [RT #13753]
3016 1871.   [placeholder]
3018 1870.   [func]          Added framework for handling multiple EDNS versions.
3019                         [RT #14873]
3021 1869.   [func]          dig can now specify the EDNS version when making
3022                         a query. [RT #14873]
3024 1868.   [func]          edns-udp-size can now be overridden on a per
3025                         server basis. [RT #14851]
3027 1867.   [bug]           It was possible to trigger a INSIST in
3028                         dlv_validatezonekey(). [RT #14846]
3030 1866.   [bug]           resolv.conf parse errors were being ignored by
3031                         dig/host/nslookup. [RT #14841]
3033 1865.   [bug]           Silently ignore nameservers in /etc/resolv.conf with
3034                         bad addresses. [RT #14841]
3036 1864.   [bug]           Don't try the alternative transfer source if you
3037                         got a answer / transfer with the main source
3038                         address. [RT #14802]
3040 1863.   [bug]           rrset-order "fixed" error messages not complete.
3042 1862.   [func]          Add additional zone data constancy checks.
3043                         named-checkzone has extended checking of NS, MX and
3044                         SRV record and the hosts they reference.
3045                         named has extended post zone load checks.
3046                         New zone options: check-mx and integrity-check.
3047                         [RT #4940]
3049 1861.   [bug]           dig could trigger a INSIST on certain malformed
3050                         responses. [RT #14801]
3052 1860.   [port]          solaris 2.8: hack_shutup_pthreadmutexinit was
3053                         incorrectly set. [RT #14775]
3055 1859.   [func]          Add support for CH A record. [RT #14695]
3057 1858.   [bug]           The flush-zones-on-shutdown option wasn't being
3058                         parsed. [RT #14686]
3060 1857.   [bug]           named could trigger a INSIST() if reconfigured /
3061                         reloaded too fast.  [RT #14673]
3063 1856.   [doc]           Switch Docbook toolchain from DSSSL to XSL.
3064                         [RT #11398]
3066 1855.   [bug]           ixfr-from-differences was failing to detect changes
3067                         of ttl due to dns_diff_subtract() was ignoring the ttl
3068                         of records.  [RT #14616]
3070 1854.   [bug]           lwres also needs to know the print format for
3071                         (long long).  [RT #13754]
3073 1853.   [bug]           Rework how DLV interacts with proveunsecure().
3074                         [RT #13605]
3076 1852.   [cleanup]       Remove last vestiges of dnssec-signkey and
3077                         dnssec-makekeyset (removed from Makefile years ago).
3079 1851.   [doc]           Doxygen comment markup. [RT #11398]
3081 1850.   [bug]           Memory leak in lwres_getipnodebyaddr(). [RT #14591]
3083 1849.   [doc]           All forms of the man pages (docbook, man, html) should
3084                         have consistent copyright dates.
3086 1848.   [bug]           Improve SMF integration. [RT #13238]
3088 1847.   [bug]           isc_ondestroy_init() is called too late in
3089                         dns_rbtdb_create()/dns_rbtdb64_create().
3090                         [RT #13661]
3092 1846.   [contrib]       query-loc-0.3.0 from Stephane Bortzmeyer
3093                         <bortzmeyer@nic.fr>.
3095 1845.   [bug]           Improve error reporting to distinguish between
3096                         accept()/fcntl() and socket()/fcntl() errors.
3097                         [RT #13745]
3099 1844.   [bug]           inet_pton() accepted more that 4 hexadecimal digits
3100                         for each 16 bit piece of the IPv6 address.  The text
3101                         representation of a IPv6 address has been tightened
3102                         to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
3103                         [RT #5662]
3105 1843.   [cleanup]       CINCLUDES takes precedence over CFLAGS.  This helps
3106                         when CFLAGS contains "-I /usr/local/include"
3107                         resulting in old header files being used.
3109 1842.   [port]          cmsg_len() could produce incorrect results on
3110                         some platform. [RT #13744]
3112 1841.   [bug]           "dig +nssearch" now makes a recursive query to
3113                         find the list of nameservers to query. [RT #13694]
3115 1840.   [func]          dnssec-signzone can now randomize signature end times
3116                         (dnssec-signzone -j jitter). [RT #13609]
3118 1839.   [bug]           <isc/hash.h> was not being installed.
3120 1838.   [cleanup]       Don't allow Linux capabilities to be inherited.
3121                         [RT #13707]
3123 1837.   [bug]           Compile time option ISC_FACILITY was not effective
3124                         for 'named -u <user>'.  [RT #13714]
3126 1836.   [cleanup]       Silence compiler warnings in hash_test.c.
3128 1835.   [bug]           Update dnssec-signzone's usage message. [RT #13657]
3130 1834.   [bug]           Bad memset in rdata_test.c. [RT #13658]
3132 1833.   [bug]           Race condition in isc_mutex_lock_profile(). [RT #13660]
3134 1832.   [bug]           named fails to return BADKEY on unknown TSIG algorithm.
3135                         [RT #13620]
3137 1831.   [doc]           Update named-checkzone documentation. [RT#13604]
3139 1830.   [bug]           adb lame cache has sence of test reversed. [RT #13600]
3141 1829.   [bug]           win32: "pid-file none;" broken. [RT #13563]
3143 1828.   [bug]           isc_rwlock_init() failed to properly cleanup if it
3144                         encountered a error. [RT #13549]
3146 1827.   [bug]           host: update usage message for '-a'. [RT #37116]
3148 1826.   [bug]           Missing DESTROYLOCK() in isc_mem_createx() on out
3149                         of memory error. [RT #13537]
3151 1825.   [bug]           Missing UNLOCK() on out of memory error from in
3152                         rbtdb.c:subtractrdataset(). [RT #13519]
3154 1824.   [bug]           Memory leak on dns_zone_setdbtype() failure.
3155                         [RT #13510]
3157 1823.   [bug]           Wrong macro used to check for point to point interface.
3158                         [RT#13418]
3160 1822.   [bug]           check-names test for RT was reversed. [RT #13382]
3162 1821.   [placeholder]
3164 1820.   [bug]           Gracefully handle acl loops. [RT #13659]
3166 1819.   [bug]           The validator needed to check both the algorithm and
3167                         digest types of the DS to determine if it could be
3168                         used to introduce a secure zone. [RT #13593]
3170 1818.   [bug]           'named-checkconf -z' triggered an INSIST. [RT #13599]
3172 1817.   [func]          Add support for additional zone file formats for
3173                         improving loading performance.  The masterfile-format
3174                         option in named.conf can be used to specify a
3175                         non-default format.  A separate command
3176                         named-compilezone was provided to generate zone files
3177                         in the new format.  Additionally, the -I and -O options
3178                         for dnssec-signzone specify the input and output
3179                         formats.
3181 1816.   [port]          UnixWare: failed to compile lib/isc/unix/net.c.
3182                         [RT #13597]
3184 1815.   [bug]           nsupdate triggered a REQUIRE if the server was set
3185                         without also setting the zone and it encountered
3186                         a CNAME and was using TSIG.  [RT #13086]
3188 1814.   [func]          UNIX domain controls are now supported.
3190 1813.   [func]          Restructured the data locking framework using
3191                         architecture dependent atomic operations (when
3192                         available), improving response performance on
3193                         multi-processor machines significantly.
3194                         x86, x86_64, alpha, powerpc, and mips are currently
3195                         supported.
3197 1812.   [port]          win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
3198                         [RT #13453]
3200 1811.   [func]          Preserve the case of domain names in rdata during
3201                         zone transfers. [RT #13547]
3203 1810.   [bug]           configure, lib/bind/configure make different default
3204                         decisions about whether to do a threaded build.
3205                         [RT #13212]
3207 1809.   [bug]           "make distclean" failed for libbind if the platform
3208                         is not supported.
3210 1808.   [bug]           zone.c:notify_zone() contained a race condition,
3211                         zone->db could change underneath it.  [RT #13511]
3213 1807.   [bug]           When forwarding (forward only) set the active domain
3214                         from the forward zone name. [RT #13526]
3216 1806.   [bug]           The resolver returned the wrong result when a CNAME /
3217                         DNAME was encountered when fetching glue from a
3218                         secure namespace. [RT #13501]
3220 1805.   [bug]           Pending status was not being cleared when DLV was
3221                         active. [RT #13501]
3223 1804.   [bug]           Ensure that if we are queried for glue that it fits
3224                         in the additional section or TC is set to tell the
3225                         client to retry using TCP. [RT #10114]
3227 1803.   [bug]           dnssec-signzone sometimes failed to remove old
3228                         RRSIGs. [RT #13483]
3230 1802.   [bug]           Handle connection resets better. [RT #11280]
3232 1801.   [func]          Report differences between hints and real NS rrset
3233                         and associated address records.
3235 1800.   [bug]           Changes #1719 allowed a INSIST to be triggered.
3236                         [RT #13428]
3238 1799.   [bug]           'rndc flushname' failed to flush negative cache
3239                         entries. [RT #13438]
3241 1798.   [func]          The server syntax has been extended to support a
3242                         range of servers.  [RT #11132]
3244 1797.   [func]          named-checkconf now check acls to verify that they
3245                         only refer to existing acls. [RT #13101]
3247 1796.   [func]          "rndc freeze/thaw" now freezes/thaws all zones.
3249 1795.   [bug]           "rndc dumpdb" was not fully documented.  Minor
3250                         formating issues with "rndc dumpdb -all".  [RT #13396]
3252 1794.   [func]          Named and named-checkzone can now both check for
3253                         non-terminal wildcard records.
3255 1793.   [func]          Extend adjusting TTL warning messages. [RT #13378]
3257 1792.   [func]          New zone option "notify-delay".  Specify a minimum
3258                         delay between sets of NOTIFY messages.
3260 1791.   [bug]           'host -t a' still printed out AAAA and MX records.
3261                         [RT #13230]
3263 1790.   [cleanup]       Move lib/dns/sec/dst up into lib/dns.  This should
3264                         allow parallel make to succeed.
3266 1789.   [bug]           Prerequisite test for tkey and dnssec could fail
3267                         with "configure --with-libtool".
3269 1788.   [bug]           libbind9.la/libbind9.so needs to link against
3270                         libisccfg.la/libisccfg.so.
3272 1787.   [port]          HPUX: both "cc" and "gcc" need -Wl,+vnocompatwarnings.
3274 1786.   [port]          AIX: libt_api needs to be taught to look for
3275                         T_testlist in the main executable (--with-libtool).
3276                         [RT #13239]
3278 1785.   [bug]           libbind9.la/libbind9.so needs to link against
3279                         libisc.la/libisc.so.
3281 1784.   [cleanup]       "libtool -allow-undefined" is the default.
3282                         Leave hooks in configure to allow it to be set
3283                         if needed in the future.
3285 1783.   [cleanup]       We only need one copy of libtool.m4, ltmain.sh in the
3286                         source tree.
3288 1782.   [port]          OSX: --with-libtool + --enable-libbind broke on
3289                         __evOptMonoTime.  [RT #13219]
3291 1781.   [port]          FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
3293 1780.   [bug]           Update libtool to 1.5.10.
3295 1779.   [port]          OSF 5.1: libtool didn't handle -pthread correctly.
3297 1778.   [port]          HUX 11.11: fix broken IN6ADDR_ANY_INIT and
3298                         IN6ADDR_LOOPBACK_INIT macros.
3300 1777.   [port]          OSF 5.1: fix broken IN6ADDR_ANY_INIT and
3301                         IN6ADDR_LOOPBACK_INIT macros.
3303 1776.   [port]          Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
3304                         IN6ADDR_LOOPBACK_INIT macros.
3306 1775.   [bug]           Only compile getnetent_r.c when threaded. [RT #13205]
3308 1774.   [port]          Aix: Silence compiler warnings / build failures.
3309                         [RT #13154]
3311 1773.   [bug]           Fast retry on host / net unreachable. [RT #13153]
3313 1772.   [placeholder]
3315 1771.   [placeholder]
3317 1770.   [bug]           named-checkconf failed to report missing a missing
3318                         file clause for rbt{64} master/hint zones. [RT#13009]
3320 1769.   [port]          win32: change compiler flags /MTd ==> /MDd,
3321                         /MT ==> /MD.
3323 1768.   [bug]           nsecnoexistnodata() could be called with a non-NSEC
3324                         rdataset. [RT #12907]
3326 1767.   [port]          Builds on IPv6 platforms without IPv6 Advanced API
3327                         support for (struct in6_pktinfo) failed.  [RT #13077]
3329 1766.   [bug]           Update the master file timestamp on successful refresh
3330                         as well as the journal's timestamp. [RT# 13062]
3332 1765.   [bug]           configure --with-openssl=auto failed. [RT #12937]
3334 1764.   [bug]           dns_zone_replacedb failed to emit a error message
3335                         if there was no SOA record in the replacement db.
3336                         [RT #13016]
3338 1763.   [func]          Perform sanity checks on NS records which refer to
3339                         'in zone' names. [RT #13002]
3341 1762.   [bug]           isc_interfaceiter_create() could return ISC_R_SUCCESS
3342                         even when it failed. [RT #12995]
3344 1761.   [bug]           'rndc dumpdb' didn't report unassociated entries.
3345                         [RT #12971]
3347 1760.   [bug]           Host / net unreachable was not penalising rtt
3348                         estimates. [RT #12970]
3350 1759.   [bug]           Named failed to startup if the OS supported IPv6
3351                         but had no IPv6 interfaces configured. [RT #12942]
3353 1758.   [func]          Don't send notify messages to self. [RT #12933]
3355 1757.   [func]          host now can turn on memory debugging flags with '-m'.
3357 1756.   [func]          named-checkconf now checks the logging configuration.
3358                         [RT #12352]
3360 1755.   [func]          allow-update is now settable at the options / view
3361                         level. [RT #6636]
3363 1754.   [bug]           We weren't always attempting to query the parent
3364                         server for the DS records at the zone cut.
3365                         [RT #12774]
3367 1753.   [bug]           Don't serve a slave zone which has no NS records.
3368                         [RT #12894]
3370 1752.   [port]          Move isc_app_start() to after ns_os_daemonise()
3371                         as some fork() implementations unblock the signals
3372                         that are blocked by isc_app_start(). [RT #12810]
3374 1751.   [bug]           --enable-getifaddrs failed under linux. [RT #12867]
3376 1750.   [port]          lib/bind/make/rules.in:subdirs was not bash friendly.
3377                         [RT #12864]
3379 1749.   [bug]           'check-names response ignore;' failed to ignore.
3380                         [RT #12866]
3382 1748.   [func]          dig now returns the byte count for axfr/ixfr.
3384 1747.   [bug]           BIND 8 compatibility: named/named-checkconf failed
3385                         to parse "host-statistics-max" in named.conf.
3387 1746.   [func]          Make public the function to read a key file,
3388                         dst_key_read_public(). [RT #12450]
3390 1745.   [bug]           Dig/host/nslookup accept replies from link locals
3391                         regardless of scope if no scope was specified when
3392                         query was sent. [RT #12745]
3394 1744.   [bug]           If tuple2msgname() failed to convert a tuple to
3395                         a name a REQUIRE could be triggered. [RT #12796]
3397 1743.   [bug]           If isc_taskmgr_create() was not able to create the
3398                         requested number of worker threads then destruction
3399                         of the manager would trigger an INSIST() failure.
3400                         [RT #12790]
3402 1742.   [bug]           Deleting all records at a node then adding a
3403                         previously existing record, in a single UPDATE
3404                         transaction, failed to leave / regenerate the
3405                         associated RRSIG records. [RT #12788]
3407 1741.   [bug]           Deleting all records at a node in a secure zone
3408                         using a update-policy grant failed. [RT #12787]
3410 1740.   [bug]           Replace rbt's hash algorithm as it performed badly
3411                         with certain zones. [RT #12729]
3413                         NOTE: a hash context now needs to be established
3414                         via isc_hash_create() if the application was not
3415                         already doing this.
3417 1739.   [bug]           dns_rbt_deletetree() could incorrectly return
3418                         ISC_R_QUOTA.  [RT #12695]
3420 1738.   [bug]           Enable overrun checking by default. [RT #12695]
3422 1737.   [bug]           named failed if more than 16 masters were specified.
3423                         [RT #12627]
3425 1736.   [bug]           dst_key_fromnamedfile() could fail to read a
3426                         public key. [RT #12687]
3428 1735.   [bug]           'dig +sigtrace' could die with a REQUIRE failure.
3429                         [RE #12688]
3431 1734.   [cleanup]       'rndc-confgen -a -t' remove extra '/' in path.
3432                         [RT #12588]
3434 1733.   [bug]           Return non-zero exit status on initial load failure.
3435                         [RT #12658]
3437 1732.   [bug]           'rrset-order name "*"' wasn't being applied to ".".
3438                         [RT #12467]
3440 1731.   [port]          darwin: relax version test in ifconfig.sh.
3441                         [RT #12581]
3443 1730.   [port]          Determine the length type used by the socket API.
3444                         [RT #12581]
3446 1729.   [func]          Improve check-names error messages.
3448 1728.   [doc]           Update check-names documentation.
3450 1727.   [bug]           named-checkzone: check-names support didn't match
3451                         documentation.
3453 1726.   [port]          aix5: add support for aix5.
3455 1725.   [port]          linux: update error message on interaction of threads,
3456                         capabilities and setuid support (named -u). [RT #12541]
3458 1724.   [bug]           Look for DNSKEY records with "dig +sigtrace".
3459                         [RT #12557]
3461 1723.   [cleanup]       Silence compiler warnings from t_tasks.c. [RT #12493]
3463 1722.   [bug]           Don't commit the journal on malformed ixfr streams.
3464                         [RT #12519]
3466 1721.   [bug]           Error message from the journal processing were not
3467                         always identifying the relevant journal. [RT #12519]
3469 1720.   [bug]           'dig +chase' did not terminate on a RFC 2308 Type 1
3470                         negative response. [RT #12506]
3472 1719.   [bug]           named was not correctly caching a RFC 2308 Type 1
3473                         negative response. [RT #12506]
3475 1718.   [bug]           nsupdate was not handling RFC 2308 Type 3 negative
3476                         responses when looking for the zone / master server.
3477                         [RT #12506]
3479 1717.   [port]          solaris: ifconfig.sh did not support Solaris 10.
3480                         "ifconfig.sh down" didn't work for Solaris 9.
3482 1716.   [doc]           named.conf(5) was being installed in the wrong
3483                         location.  [RT# 12441]
3485 1715.   [func]          'dig +trace' now randomly selects the next servers
3486                         to try.  Report if there is a bad delegation.
3488 1714.   [bug]           dig/host/nslookup were only trying the first
3489                         address when a nameserver was specified by name.
3490                         [RT #12286]
3492 1713.   [port]          linux: extend capset failure message to say:
3493                         please ensure that the capset kernel module is
3494                         loaded.  see insmod(8)
3496 1712.   [bug]           Missing FULLCHECK for "trusted-key" in dig.
3498 1711.   [func]          'rndc unfreeze' has been deprecated by 'rndc thaw'.
3500 1710.   [func]          'rndc notify zone [class [view]]' resend the NOTIFY
3501                         messages for the specified zone. [RT #9479]
3503 1709.   [port]          solaris: add SMF support from Sun.
3505 1708.   [cleanup]       Replaced dns_fullname_hash() with dns_name_fullhash()
3506                         for conformance to the name space convention.  Binary
3507                         backward compatibility to the old function name is
3508                         provided. [RT #12376]
3510 1707.   [contrib]       sdb/ldap updated to version 1.0-beta.
3512 1706.   [bug]           'rndc stop' failed to cause zones to be flushed
3513                         sometimes. [RT #12328]
3515 1705.   [func]          Allow the journal's name to be changed via named.conf.
3517 1704.   [port]          lwres needed a snprintf() implementation for
3518                         platforms without snprintf().  Add missing
3519                         "#include <isc/print.h>". [RT #12321]
3521 1703.   [bug]           named would loop sending NOTIFY messages when it
3522                         failed to receive a response. [RT #12322]
3524 1702.   [bug]           also-notify should not be applied to built in zones.
3525                         [RT #12323]
3527 1701.   [doc]           A minimal named.conf man page.
3529 1700.   [func]          nslookup is no longer to be treated as deprecated.
3530                         Remove "deprecated" warning message.  Add man page.
3532 1699.   [bug]           dnssec-signzone can generate "not exact" errors
3533                         when resigning. [RT #12281]
3535 1698.   [doc]           Use reserved IPv6 documentation prefix.
3537 1697.   [bug]           xxx-source{,-v6} was not effective when it
3538                         specified one of listening addresses and a
3539                         different port than the listening port. [RT #12257]
3541 1696.   [bug]           dnssec-signzone failed to clean out nodes that
3542                         consisted of only NSEC and RRSIG records.
3543                         [RT #12154]
3545 1695.   [bug]           DS records when forwarding require special handling.
3546                         [RT #12133]
3548 1694.   [bug]           Report if the builtin views of "_default" / "_bind"
3549                         are defined in named.conf. [RT #12023]
3551 1693.   [bug]           max-journal-size was not effective for master zones
3552                         with ixfr-from-differences set. [RT# 12024]
3554 1692.   [bug]           Don't set -I, -L and -R flags when libcrypto is in
3555                         /usr/lib. [RT #11971]
3557 1691.   [bug]           sdb's attachversion was not complete. [RT #11990]
3559 1690.   [bug]           Delay detaching view from the client until UPDATE
3560                         processing completes when shutting down. [RT #11714]
3562 1689.   [bug]           DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
3563                         contained gratuitous semicolons. [RT #11707]
3565 1688.   [bug]           LDFLAGS was not supported.
3567 1687.   [bug]           Race condition in dispatch. [RT #10272]
3569 1686.   [bug]           Named sent a extraneous NOTIFY when it received a
3570                         redundant UPDATE request. [RT #11943]
3572 1685.   [bug]           Change #1679 loop tests weren't quite right.
3574 1684.   [func]          ixfr-from-differences now takes master and slave in
3575                         addition to yes and no at the options and view levels.
3577 1683.   [bug]           dig +sigchase could leak memory. [RT #11445]
3579 1682.   [port]          Update configure test for (long long) printf format.
3580                         [RT #5066]
3582 1681.   [bug]           Only set SO_REUSEADDR when a port is specified in
3583                         isc_socket_bind(). [RT #11742]
3585 1680.   [func]          rndc: the source address can now be specified.
3587 1679.   [bug]           When there was a single nameserver with multiple
3588                         addresses for a zone not all addresses were tried.
3589                         [RT #11706]
3591 1678.   [bug]           RRSIG should use TYPEXXXXX for unknown types.
3593 1677.   [bug]           dig: +aaonly didn't work, +aaflag undocumented.
3595 1676.   [func]          New option "allow-query-cache".  This lets
3596                         allow-query be used to specify the default zone
3597                         access level rather than having to have every
3598                         zone override the global value.  allow-query-cache
3599                         can be set at both the options and view levels.
3600                         If allow-query-cache is not set allow-query applies.
3602 1675.   [bug]           named would sometimes add extra NSEC records to
3603                         the authority section.
3605 1674.   [port]          linux: increase buffer size used to scan
3606                         /proc/net/if_inet6.
3608 1673.   [port]          linux: issue a error messages if IPv6 interface
3609                         scans fails.
3611 1672.   [cleanup]       Tests which only function in a threaded build
3612                         now return R:THREADONLY (rather than R:UNTESTED)
3613                         in a non-threaded build.
3615 1671.   [contrib]       queryperf: add NAPTR to the list of known types.
3617 1670.   [func]          Log UPDATE requests to slave zones without an acl as
3618                         "disabled" at debug level 3. [RT# 11657]
3620 1669.   [placeholder]
3622 1668.   [bug]           DIG_SIGCHASE was making bin/dig/host dump core.
3624 1667.   [port]          linux: not all versions have IF_NAMESIZE.
3626 1666.   [bug]           The optional port on hostnames in dual-stack-servers
3627                         was being ignored.
3629 1665.   [func]          rndc now allows addresses to be set in the
3630                         server clauses.
3632 1664.   [bug]           nsupdate needed KEY for SIG(0), not DNSKEY.
3634 1663.   [func]          Look for OpenSSL by default.
3636 1662.   [bug]           Change #1658 failed to change one use of 'type'
3637                         to 'keytype'.
3639 1661.   [bug]           Restore dns_name_concatenate() call in
3640                         adb.c:set_target().  [RT #11582]
3642 1660.   [bug]           win32: connection_reset_fix() was being called
3643                         unconditionally.  [RT #11595]
3645 1659.   [cleanup]       Cleanup some messages that were referring to KEY vs
3646                         DNSKEY, NXT vs NSEC and SIG vs RRSIG.
3648 1658.   [func]          Update dnssec-keygen to default to KEY for HMAC-MD5
3649                         and DH.  Tighten which options apply to KEY and
3650                         DNSKEY records.
3652 1657.   [doc]           ARM: document query log output.
3654 1656.   [doc]           Update DNSSEC description in ARM to cover DS, NSEC
3655                         DNSKEY and RRSIG.  [RT #11542]
3657 1655.   [bug]           Logging multiple versions w/o a size was broken.
3658                         [RT #11446]
3660 1654.   [bug]           isc_result_totext() contained array bounds read
3661                         error.
3663 1653.   [func]          Add key type checking to dst_key_fromfilename(),
3664                         DST_TYPE_KEY should be used to read TSIG, TKEY and
3665                         SIG(0) keys.
3667 1652.   [bug]           TKEY still uses KEY.
3669 1651.   [bug]           dig: process multiple dash options.
3671 1650.   [bug]           dig, nslookup: flush standard out after each command.
3673 1649.   [bug]           Silence "unexpected non-minimal diff" message.
3674                         [RT #11206]
3676 1648.   [func]          Update dnssec-lookaside named.conf syntax to support
3677                         multiple dnssec-lookaside namespaces (not yet
3678                         implemented).
3680 1647.   [bug]           It was possible trigger a INSIST when chasing a DS
3681                         record that required walking back over a empty node.
3682                         [RT #11445]
3684 1646.   [bug]           win32: logging file versions didn't work with
3685                         non-UNC filenames.  [RT#11486]
3687 1645.   [bug]           named could trigger a REQUIRE failure if multiple
3688                         masters with keys are specified.
3690 1644.   [bug]           Update the journal modification time after a
3691                         successful refresh query. [RT #11436]
3693 1643.   [bug]           dns_db_closeversion() could leak memory / node
3694                         references. [RT #11163]
3696 1642.   [port]          Support OpenSSL implementations which don't have
3697                         DSA support. [RT #11360]
3699 1641.   [bug]           Update the check-names description in ARM. [RT #11389]
3701 1640.   [bug]           win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
3702                         incorrectly closing the socket.  [RT #11291]
3704 1639.   [func]          Initial dlv system test.
3706 1638.   [bug]           "ixfr-from-differences" could generate a REQUIRE
3707                         failure if the journal open failed. [RT #11347]
3709 1637.   [bug]           Node reference leak on error in addnoqname().
3711 1636.   [bug]           The dump done callback could get ISC_R_SUCCESS even if
3712                         a error had occurred.  The database version no longer
3713                         matched the version of the database that was dumped.
3715 1635.   [bug]           Memory leak on error in query_addds().
3717 1634.   [bug]           named didn't supply a useful error message when it
3718                         detected duplicate views.  [RT #11208]
3720 1633.   [bug]           named should return NOTIMP to update requests to a
3721                         slaves without a allow-update-forwarding acl specified.
3722                         [RT #11331]
3724 1632.   [bug]           nsupdate failed to send prerequisite only UPDATE
3725                         messages. [RT #11288]
3727 1631.   [bug]           dns_journal_compact() could sometimes corrupt the
3728                         journal. [RT #11124]
3730 1630.   [contrib]       queryperf: add support for IPv6 transport.
3732 1629.   [func]          dig now supports IPv6 scoped addresses with the
3733                         extended format in the local-server part. [RT #8753]
3735 1628.   [bug]           Typo in Compaq Trucluster support. [RT# 11264]
3737 1627.   [bug]           win32: sockets were not being closed when the
3738                         last external reference was removed. [RT# 11179]
3740 1626.   [bug]           --enable-getifaddrs was broken. [RT#11259]
3742 1625.   [bug]           named failed to load/transfer RFC2535 signed zones
3743                         which contained CNAMES. [RT# 11237]
3745 1624.   [bug]           zonemgr_putio() call should be locked. [RT# 11163]
3747 1623.   [bug]           A serial number of zero was being displayed in the
3748                         "sending notifies" log message when also-notify was
3749                         used. [RT #11177]
3751 1622.   [func]          probe the system to see if IPV6_(RECV)PKTINFO is
3752                         available, and suppress wildcard binding if not.
3754 1621.   [bug]           match-destinations did not work for IPv6 TCP queries.
3755                         [RT# 11156]
3757 1620.   [func]          When loading a zone report if it is signed. [RT #11149]
3759 1619.   [bug]           Missing ISC_LIST_UNLINK in end_reserved_dispatches().
3760                         [RT# 11118]
3762 1618.   [bug]           Fencepost errors in dns_name_ishostname() and
3763                         dns_name_ismailbox() could trigger a INSIST().
3765 1617.   [port]          win32: VC++ 6.0 support.
3767 1616.   [compat]        Ensure that named's version is visible in the core
3768                         dump. [RT #11127]
3770 1615.   [port]          Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
3771                         it is defined.
3773 1614.   [port]          win32: silence resource limit messages. [RT# 11101]
3775 1613.   [bug]           Builds would fail on machines w/o a if_nametoindex().
3776                         Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
3777                         [RT #11119]
3779 1612.   [bug]           check-names at the option/view level could trigger
3780                         an INSIST. [RT# 11116]
3782 1611.   [bug]           solaris: IPv6 interface scanning failed to cope with
3783                         no active IPv6 interfaces.
3785 1610.   [bug]           On dual stack machines "dig -b" failed to set the
3786                         address type to be looked up with "@server".
3787                         [RT #11069]
3789 1609.   [func]          dig now has support to chase DNSSEC signature chains.
3790                         Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
3792                         DNSSEC validation code in dig coded by Olivier Courtay
3793                         (olivier.courtay@irisa.fr) for the IDsA project
3794                         (http://idsa.irisa.fr).
3796 1608.   [func]          dig and host now accept -4/-6 to select IP transport
3797                         to use when making queries.
3799 1607.   [bug]           dig, host and nslookup were still using random()
3800                         to generate query ids. [RT# 11013]
3802 1606.   [bug]           DLV insecurity proof was failing.
3804 1605.   [func]          New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
3806 1604.   [bug]           A xfrout_ctx_create() failure would result in
3807                         xfrout_ctx_destroy() being called with a
3808                         partially initialized structure.
3810 1603.   [bug]           nsupdate: set interactive based on isatty().
3811                         [RT# 10929]
3813 1602.   [bug]           Logging to a file failed unless a size was specified.
3814                         [RT# 10925]
3816 1601.   [bug]           Silence spurious warning 'both "recursion no;" and
3817                         "allow-recursion" active' warning from view "_bind".
3818                         [RT# 10920]
3820 1600.   [bug]           Duplicate zone pre-load checks were not case
3821                         insensitive.
3823 1599.   [bug]           Fix memory leak on error path when checking named.conf.
3825 1598.   [func]          Specify that certain parts of the namespace must
3826                         be secure (dnssec-must-be-secure).
3828 1597.   [func]          Allow notify-source and query-source to be specified
3829                         on a per server basis similar to transfer-source.
3830                         [RT #6496]
3832 1596.   [func]          Accept 'notify-source' style syntax for query-source.
3834 1595.   [func]          New notify type 'master-only'.  Enable notify for
3835                         master zones only.
3837 1594.   [bug]           'rndc dumpdb' could prevent named from answering
3838                         queries while the dump was in progress.  [RT #10565]
3840 1593.   [bug]           rndc should return "unknown command" to unknown
3841                         commands. [RT# 10642]
3843 1592.   [bug]           configure_view() could leak a dispatch. [RT# 10675]
3845 1591.   [bug]           libbind: updated to BIND 8.4.5.
3847 1590.   [port]          netbsd: update thread support.
3849 1589.   [func]          DNSSEC lookaside validation.
3851 1588.   [bug]           win32: TCP sockets could become blocked. [RT #10115]
3853 1587.   [bug]           dns_message_settsigkey() failed to clear existing key.
3854                         [RT #10590]
3856 1586.   [func]          "check-names" is now implemented.
3858 1585.   [placeholder]
3860 1584.   [bug]           "make test" failed with a read only source tree.
3861                         [RT #10461]
3863 1583.   [bug]           Records add via UPDATE failed to get the correct trust
3864                         level. [RT #10452]
3866 1582.   [bug]           rrset-order failed to work on RRsets with more
3867                         than 32 elements. [RT #10381]
3869 1581.   [func]          Disable DNSSEC support by default.  To enable
3870                         DNSSEC specify "dnssec-enable yes;" in named.conf.
3872 1580.   [bug]           Zone destruction on final detach takes a long time.
3873                         [RT #3746]
3875 1579.   [bug]           Multiple task managers could not be created.
3877 1578.   [bug]           Don't use CLASS E IPv4 addresses when resolving.
3878                         [RT #10346]
3880 1577.   [bug]           Use isc_uint32_t in ultrasparc optimizer bug
3881                         workaround code. [RT #10331]
3883 1576.   [bug]           Race condition in dns_dispatch_addresponse().
3884                         [RT# 10272]
3886 1575.   [func]          Log TSIG name on TSIG verify failure. [RT #4404]
3888 1574.   [bug]           Don't attempt to open the controls socket(s) when
3889                         running tests. [RT #9091]
3891 1573.   [port]          linux: update to libtool 1.5.2 so that
3892                         "make install DESTDIR=/xx" works with
3893                         "configure --with-libtool".  [RT #9941]
3895 1572.   [bug]           nsupdate: sign the soa query to find the enclosing
3896                         zone if the server is specified. [RT #10148]
3898 1571.   [bug]           rbt:hash_node() could fail leaving the hash table
3899                         in an inconsistent state.  [RT #10208]
3901 1570.   [bug]           nsupdate failed to handle classes other than IN.
3902                         New keyword 'class' which sets the default class.
3903                         [RT #10202]
3905 1569.   [func]          nsupdate new command 'answer' which displays the
3906                         complete answer message to the last update.
3908 1568.   [bug]           nsupdate now reports that the update failed in
3909                         interactive mode. [RT# 10236]
3911 1567.   [maint]         B.ROOT-SERVERS.NET is now 192.228.79.201.
3913 1566.   [port]          Support for the cmsg framework on Solaris and HP/UX.
3914                         This also solved the problem that match-destinations
3915                         for IPv6 addresses did not work on these systems.
3916                         [RT #10221]
3918 1565.   [bug]           CD flag should be copied to outgoing queries unless
3919                         the query is under a secure entry point in which case
3920                         CD should be set.
3922 1564.   [func]          Attempt to provide a fallback entropy source to be
3923                         used if named is running chrooted and named is unable
3924                         to open entropy source within the chroot area.
3925                         [RT #10133]
3927 1563.   [bug]           Gracefully fail when unable to obtain neither an IPv4
3928                         nor an IPv6 dispatch. [RT #10230]
3930 1562.   [bug]           isc_socket_create() and isc_socket_accept() could
3931                         leak memory under error conditions. [RT #10230]
3933 1561.   [bug]           It was possible to release the same name twice if
3934                         named ran out of memory. [RT #10197]
3936 1560.   [port]          FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
3937                         and EAI_NONAME to the same value.
3939 1559.   [port]          named should ignore SIGFSZ.
3941 1558.   [func]          New DNSSEC 'disable-algorithms'.  Support entry into
3942                         child zones for which we don't have a supported
3943                         algorithm.  Such child zones are treated as unsigned.
3945 1557.   [func]          Implement missing DNSSEC tests for
3946                         * NOQNAME proof with wildcard answers.
3947                         * NOWILDARD proof with NXDOMAIN.
3948                         Cache and return NOQNAME with wildcard answers.
3950 1556.   [bug]           nsupdate now treats all names as fully qualified.
3951                         [RT #6427]
3953 1555.   [func]          'rrset-order cyclic' no longer has a random starting
3954                         point per query. [RT #7572]
3956 1554.   [bug]           dig, host, nslookup failed when no nameservers
3957                         were specified in /etc/resolv.conf. [RT #8232]
3959 1553.   [bug]           The windows socket code could stop accepting
3960                         connections. [RT#10115]
3962 1552.   [bug]           Accept NOTIFY requests from mapped masters if
3963                         matched-mapped is set. [RT #10049]
3965 1551.   [port]          Open "/dev/null" before calling chroot().
3967 1550.   [port]          Call tzset(), if available, before calling chroot().
3969 1549.   [func]          named-checkzone can now write out the zone contents
3970                         in a easily parsable format (-D and -o).
3972 1548.   [bug]           When parsing APL records it was possible to silently
3973                         accept out of range ADDRESSFAMILY values. [RT# 9979]
3975 1547.   [bug]           Named wasted memory recording duplicate lame zone
3976                         entries. [RT #9341]
3978 1546.   [bug]           We were rejecting valid secure CNAME to negative
3979                         answers.
3981 1545.   [bug]           It was possible to leak memory if named was unable to
3982                         bind to the specified transfer source and TSIG was
3983                         being used. [RT #10120]
3985 1544.   [bug]           Named would logged a single entry to a file despite it
3986                         being over the specified size limit.
3988 1543.   [bug]           Logging using "versions unlimited" did not work.
3990 1542.   [placeholder]
3992 1541.   [func]          NSEC now uses new bitmap format.
3994 1540.   [bug]           "rndc reload <dynamiczone>" was silently accepted.
3995                         [RT #8934]
3997 1539.   [bug]           Open UDP sockets for notify-source and transfer-source
3998                         that use reserved ports at startup. [RT #9475]
4000 1538.   [placeholder]   rt9997
4002 1537.   [func]          New option "querylog".  If set specify whether query
4003                         logging is to be enabled or disabled at startup.
4005 1536.   [bug]           Windows socket code failed to log a error description
4006                         when returning ISC_R_UNEXPECTED. [RT #9998]
4008 1535.   [placeholder]
4010 1534.   [bug]           Race condition when priming cache. [RT# 9940]
4012 1533.   [func]          Warn if both "recursion no;" and "allow-recursion"
4013                         are active. [RT# 4389]
4015 1532.   [port]          netbsd: the configure test for <sys/sysctl.h>
4016                         requires <sys/param.h>.
4018 1531.   [port]          AIX more libtool fixes.
4020 1530.   [bug]           It was possible to trigger a INSIST() failure if a
4021                         slave master file was removed at just the correct
4022                         moment. [RT #9462]
4024 1529.   [bug]           "notify explicit;" failed to log that NOTIFY messages
4025                         were being sent for the zone. [RT# 9442]
4027 1528.   [cleanup]       Simplify some dns_name_ functions based on the
4028                         deprecation of bitstring labels.
4030 1527.   [cleanup]       Reduce the number of gettimeofday() calls without
4031                         losing necessary timer granularity.
4033 1526.   [func]          Implemented "additional section caching (or acache)",
4034                         an internal cache framework for additional section
4035                         content to improve response performance.  Several
4036                         configuration options were provided to control the
4037                         behavior.
4039 1525.   [bug]           dns_cache_create() could trigger a REQUIRE
4040                         failure in isc_mem_put() during error cleanup.
4041                         [RT# 9360]
4043 1524.   [port]          AIX needs to be able to resolve all symbols when
4044                         creating shared libraries (--with-libtool).
4046 1523.   [bug]           Fix race condition in rbtdb. [RT# 9189]
4048 1522.   [bug]           dns_db_findnode() relax the requirements on 'name'.
4049                         [RT# 9286]
4051 1521.   [bug]           dns_view_createresolver() failed to check the
4052                         result from isc_mem_create(). [RT# 9294]
4054 1520.   [protocol]      Add SSHFP (SSH Finger Print) type.
4056 1519.   [bug]           dnssec-signzone:nsec_setbit() computed the wrong
4057                         length of the new bitmap.
4059 1518.   [bug]           dns_nsec_buildrdata(), and hence dns_nsec_build(),
4060                         contained a off-by-one error when working out the
4061                         number of octets in the bitmap.
4063 1517.   [port]          Support for IPv6 interface scanning on HP/UX and
4064                         TrueUNIX 5.1.
4066 1516.   [func]          Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
4068 1515.   [func]          Allow transfer source to be set in a server statement.
4069                         [RT #6496]
4071 1514.   [bug]           named: isc_hash_destroy() was being called too early.
4072                         [RT #9160]
4074 1513.   [doc]           Add "US" to root-delegation-only exclude list.
4076 1512.   [bug]           Extend the delegation-only logging to return query
4077                         type, class and responding nameserver.
4079 1511.   [bug]           delegation-only was generating false positives
4080                         on negative answers from sub-zones.
4082 1510.   [func]          New view option "root-delegation-only".  Apply
4083                         delegation-only check to all TLDs and root.
4084                         Note there are some TLDs that are NOT delegation
4085                         only (e.g. DE, LV, US and MUSEUM) these can be excluded
4086                         from the checks by using exclude.
4088                         root-delegation-only exclude {
4089                                 "DE"; "LV"; "US"; "MUSEUM";
4090                         };
4092 1509.   [bug]           Hint zones should accept delegation-only.  Forward
4093                         zone should not accept delegation-only.
4095 1508.   [bug]           Don't apply delegation-only checks to answers from
4096                         forwarders.
4098 1507.   [bug]           Handle BIND 8 style returns to NS queries to parents
4099                         when making delegation-only checks.
4101 1506.   [bug]           Wrong return type for dns_view_isdelegationonly().
4103 1505.   [bug]           Uninitialized rdataset in sdb. [RT #8750]
4105 1504.   [func]          New zone type "delegation-only".
4107 1503.   [port]          win32: install libeay32.dll outside of system32.
4109 1502.   [bug]           nsupdate: adjust timeouts for UPDATE requests over TCP.
4111 1501.   [func]          Allow TCP queue length to be specified via
4112                         named.conf, tcp-listen-queue.
4114 1500.   [bug]           host failed to lookup MX records.  Also look up
4115                         AAAA records.
4117 1499.   [bug]           isc_random need to be seeded better if arc4random()
4118                         is not used.
4120 1498.   [port]          bsdos: 5.x support.
4122 1497.   [placeholder]
4124 1496.   [port]          test for pthread_attr_setstacksize().
4126 1495.   [cleanup]       Replace hash functions with universal hash.
4128 1494.   [security]      Turn on RSA BLINDING as a precaution.
4130 1493.   [placeholder]
4132 1492.   [cleanup]       Preserve rwlock quota context when upgrading /
4133                         downgrading. [RT #5599]
4135 1491.   [bug]           dns_master_dump*() would produce extraneous $ORIGIN
4136                         lines. [RT #6206]
4138 1490.   [bug]           Accept reading state as well as working state in
4139                         ns_client_next(). [RT #6813]
4141 1489.   [compat]        Treat 'allow-update' on slave zones as a warning.
4142                         [RT #3469]
4144 1488.   [bug]           Don't override trust levels for glue addresses.
4145                         [RT #5764]
4147 1487.   [bug]           A REQUIRE() failure could be triggered if a zone was
4148                         queued for transfer and the zone was then removed.
4149                         [RT #6189]
4151 1486.   [bug]           isc_print_snprintf() '%%' consumed one too many format
4152                         characters. [RT# 8230]
4154 1485.   [bug]           gen failed to handle high type values. [RT #6225]
4156 1484.   [bug]           The number of records reported after a AXFR was wrong.
4157                         [RT #6229]
4159 1483.   [bug]           dig axfr failed if the message id in the answer failed
4160                         to match that in the request.  Only the id in the first
4161                         message is required to match. [RT #8138]
4163 1482.   [bug]           named could fail to start if the kernel supports
4164                         IPv6 but no interfaces are configured.  Similarly
4165                         for IPv4. [RT #6229]
4167 1481.   [bug]           Refresh and stub queries failed to use masters keys
4168                         if specified. [RT #7391]
4170 1480.   [bug]           Provide replay protection for rndc commands.  Full
4171                         replay protection requires both rndc and named to
4172                         be updated.  Partial replay protection (limited
4173                         exposure after restart) is provided if just named
4174                         is updated.
4176 1479.   [bug]           cfg_create_tuple() failed to handle out of
4177                         memory cleanup.  parse_list() would leak memory
4178                         on syntax errors.
4180 1478.   [port]          ifconfig.sh didn't account for other virtual
4181                         interfaces.  It now takes a optional argument
4182                         to specify the first interface number. [RT #3907]
4184 1477.   [bug]           memory leak using stub zones and TSIG.
4186 1476.   [placeholder]
4188 1475.   [port]          Probe for old sprintf().
4190 1474.   [port]          Provide strtoul() and memmove() for platforms
4191                         without them.
4193 1473.   [bug]           create_map() and create_string() failed to handle out
4194                         of memory cleanup.  [RT #6813]
4196 1472.   [contrib]       idnkit-1.0 from JPNIC, replaces mdnkit.
4198 1471.   [bug]           libbind: updated to BIND 8.4.0.
4200 1470.   [bug]           Incorrect length passed to snprintf. [RT #5966]
4202 1469.   [func]          Log end of outgoing zone transfer at same level
4203                         as the start of transfer is logged. [RT #4441]
4205 1468.   [func]          Internal zones are no longer counted for
4206                         'rndc status'.  [RT #4706]
4208 1467.   [func]          $GENERATES now supports optional class and ttl.
4210 1466.   [bug]           lwresd configuration errors resulted in memory
4211                         and lock leaks.  [RT #5228]
4213 1465.   [bug]           isc_base64_decodestring() and isc_base64_tobuffer()
4214                         failed to check that trailing bits were zero allowing
4215                         some invalid base64 strings to be accepted.  [RT #5397]
4217 1464.   [bug]           Preserve "out of zone" data for outgoing zone
4218                         transfers. [RT #5192]
4220 1463.   [bug]           dns_rdata_from{wire,struct}() failed to catch bad
4221                         NXT bit maps. [RT #5577]
4223 1462.   [bug]           parse_sizeval() failed to check the token type.
4224                         [RT #5586]
4226 1461.   [bug]           Remove deadlock from rbtdb code. [RT #5599]
4228 1460.   [bug]           inet_pton() failed to reject certain malformed
4229                         IPv6 literals.
4231 1459.   [placeholder]
4233 1458.   [cleanup]       sprintf() -> snprintf().
4235 1457.   [port]          Provide strlcat() and strlcpy() for platforms without
4236                         them.
4238 1456.   [contrib]       gen-data-queryperf.py from Stephane Bortzmeyer.
4240 1455.   [bug]           <netaddr> missing from server grammar in
4241                         doc/misc/options. [RT #5616]
4243 1454.   [port]          Use getifaddrs() if available for interface scanning.
4244                         --disable-getifaddrs to override.  Glibc currently
4245                         has a getifaddrs() that does not support IPv6.
4246                         Use --enable-getifaddrs=glibc to force the use of
4247                         this version under linux machines.
4249 1453.   [doc]           ARM: $GENERATE example wasn't accurate. [RT #5298]
4251 1452.   [placeholder]
4253 1451.   [bug]           rndc-confgen didn't exit with a error code for all
4254                         failures. [RT #5209]
4256 1450.   [bug]           Fetching expired glue failed under certain
4257                         circumstances.  [RT #5124]
4259 1449.   [bug]           query_addbestns() didn't handle running out of memory
4260                         gracefully.
4262 1448.   [bug]           Handle empty wildcards labels.
4264 1447.   [bug]           We were casting (unsigned int) to and from (void *).
4265                         rdataset->private4 is now rdataset->privateuint4
4266                         to reflect a type change.
4268 1446.   [func]          Implemented undocumented alternate transfer sources
4269                         from BIND 8.  See use-alt-transfer-source,
4270                         alt-transfer-source and alt-transfer-source-v6.
4272                         SECURITY: use-alt-transfer-source is ENABLED unless
4273                         you are using views.  This may cause a security risk
4274                         resulting in accidental disclosure of wrong zone
4275                         content if the master supplying different source
4276                         content based on IP address.  If you are not certain
4277                         ISC recommends setting use-alt-transfer-source no;
4279 1445.   [bug]           DNS_ADBFIND_STARTATROOT broke stub zones.  This has
4280                         been replaced with DNS_ADBFIND_STARTATZONE which
4281                         causes the search to start using the closest zone.
4283 1444.   [func]          dns_view_findzonecut2() allows you to specify if the
4284                         cache should be searched for zone cuts.
4286 1443.   [func]          Masters lists can now be specified and referenced
4287                         in zone masters clauses and other masters lists.
4289 1442.   [func]          New functions for manipulating port lists:
4290                         dns_portlist_create(), dns_portlist_add(),
4291                         dns_portlist_remove(), dns_portlist_match(),
4292                         dns_portlist_attach() and dns_portlist_detach().
4294 1441.   [func]          It is now possible to tell dig to bind to a specific
4295                         source port.
4297 1440.   [func]          It is now possible to tell named to avoid using
4298                         certain source ports (avoid-v4-udp-ports,
4299                         avoid-v6-udp-ports).
4301 1439.   [bug]           Named could return NOERROR with certain NOTIFY
4302                         failures.  Return NOTAUTH if the NOTIFY zone is
4303                         not being served.
4305 1438.   [func]          Log TSIG (if any) when logging NOTIFY requests.
4307 1437.   [bug]           Leave space for stdio to work in. [RT #5033]
4309 1436.   [func]          dns_zonemgr_resumexfrs() can be used to restart
4310                         stalled transfers.
4312 1435.   [bug]           zmgr_resume_xfrs() was being called read locked
4313                         rather than write locked.  zmgr_resume_xfrs()
4314                         was not being called if the zone was being
4315                         shutdown.
4317 1434.   [bug]           "rndc reconfig" failed to initiate the initial
4318                         zone transfer of new slave zones.
4320 1433.   [bug]           named could trigger a REQUIRE failure if it could
4321                         not get a file descriptor when attempting to write
4322                         a master file. [RT #4347]
4324 1432.   [func]          The advertised EDNS UDP buffer size can now be set
4325                         via named.conf (edns-udp-size).
4327 1431.   [bug]           isc_print_snprintf() "%s" with precision could walk off
4328                         end of argument. [RT #5191]
4330 1430.   [port]          linux: IPv6 interface scanning support.
4332 1429.   [bug]           Prevent the cache getting locked to old servers.
4334 1428.   [placeholder]
4336 1427.   [bug]           Race condition in adb with threaded build.
4338 1426.   [placeholder]
4340 1425.   [port]          linux/libbind: define __USE_MISC when testing *_r()
4341                         function prototypes in netdb.h.  [RT #4921]
4343 1424.   [bug]           EDNS version not being correctly printed.
4345 1423.   [contrib]       queryperf: added A6 and SRV.
4347 1422.   [func]          Log name/type/class when denying a query.  [RT #4663]
4349 1421.   [func]          Differentiate updates that don't succeed due to
4350                         prerequisites (unsuccessful) vs other reasons
4351                         (failed).
4353 1420.   [port]          solaris: work around gcc optimizer bug.
4355 1419.   [port]          openbsd: use /dev/arandom. [RT #4950]
4357 1418.   [bug]           'rndc reconfig' did not cause new slaves to load.
4359 1417.   [func]          ID.SERVER/CHAOS is now a built in zone.
4360                         See "server-id" for how to configure.
4362 1416.   [bug]           Empty node should return NOERROR NODATA, not NXDOMAIN.
4363                         [RT #4715]
4365 1415.   [func]          DS TTL now derived from NS ttl.  NXT TTL now derived
4366                         from SOA MINIMUM.
4368 1414.   [func]          Support for KSK flag.
4370 1413.   [func]          Explicitly request the (re-)generation of DS records
4371                         from keysets (dnssec-signzone -g).
4373 1412.   [func]          You can now specify servers to be tried if a nameserver
4374                         has IPv6 address and you only support IPv4 or the
4375                         reverse. See dual-stack-servers.
4377 1411.   [bug]           empty nodes should stop wildcard matches. [RT #4802]
4379 1410.   [func]          Handle records that live in the parent zone, e.g. DS.
4381 1409.   [bug]           DS should have attribute DNS_RDATATYPEATTR_DNSSEC.
4383 1408.   [bug]           "make distclean" was not complete. [RT #4700]
4385 1407.   [bug]           lfsr incorrectly implements the shift register.
4386                         [RT #4617]
4388 1406.   [bug]           dispatch initializes one of the LFSR's with a incorrect
4389                         polynomial.  [RT #4617]
4391 1405.   [func]          Use arc4random() if available.
4393 1404.   [bug]           libbind: ns_name_ntol() could overwrite a zero length
4394                         buffer.
4396 1403.   [func]          dnssec-signzone, dnssec-keygen, dnssec-makekeyset
4397                         dnssec-signkey now report their version in the
4398                         usage message.
4400 1402.   [cleanup]       A6 has been moved to experimental and is no longer
4401                         fully supported.
4403 1401.   [bug]           adb wasn't clearing state when the timer expired.
4405 1400.   [bug]           Block the addition of wildcard NS records by IXFR
4406                         or UPDATE. [RT #3502]
4408 1399.   [bug]           Use serial number arithmetic when testing SIG
4409                         timestamps. [RT #4268]
4411 1398.   [doc]           ARM: notify-also should have been also-notify.
4412                         [RT #4345]
4414 1397.   [maint]         J.ROOT-SERVERS.NET is now 192.58.128.30.
4416 1396.   [func]          dnssec-signzone: adjust the default signing time by
4417                         1 hour to allow for clock skew.
4419 1395.   [port]          OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
4420                         have a working implementation.  [RT #4079]
4422 1394.   [func]          It is now possible to check if a particular element is
4423                         in a acl.  Remove duplicate entries from the localnets
4424                         acl.
4426 1393.   [port]          Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
4427                         is not available in the kernel to prevent accidently
4428                         listening on IPv4 interfaces.
4430 1392.   [bug]           named-checkzone: update usage.
4432 1391.   [func]          Add support for IPv6 scoped addresses in named.
4434 1390.   [func]          host now supports ixfr.
4436 1389.   [bug]           named could fail to rotate long log files.  [RT #3666]
4438 1388.   [port]          irix: check for sys/sysctl.h and NET_RT_IFLIST before
4439                         defining HAVE_IFLIST_SYSCTL. [RT #3770]
4441 1387.   [bug]           named could crash due to an access to invalid memory
4442                         space (which caused an assertion failure) in
4443                         incremental cleaning.  [RT #3588]
4445 1386.   [bug]           named-checkzone -z stopped on errors in a zone.
4446                         [RT #3653]
4448 1385.   [bug]           Setting serial-query-rate to 10 would trigger a
4449                         REQUIRE failure.
4451 1384.   [bug]           host was incompatible with BIND 8 in its exit code and
4452                         in the output with the -l option.  [RT #3536]
4454 1383.   [func]          Track the serial number in a IXFR response and log if
4455                         a mismatch occurs.  This is a more specific error than
4456                         "not exact". [RT #3445]
4458 1382.   [bug]           make install failed with --enable-libbind. [RT #3656]
4460 1381.   [bug]           named failed to correctly process answers that
4461                         contained DNAME records where the resulting CNAME
4462                         resulted in a negative answer.
4464 1380.   [func]          'rndc recursing' dump recursing queries to
4465                         'recursing-file = "named.recursing";'.
4467 1379.   [func]          'rndc status' now reports tcp and recursion quota
4468                         states.
4470 1378.   [func]          Improved positive feedback for 'rndc {reload|refresh}.
4472 1377.   [func]          dns_zone_load{new}() now reports if the zone was
4473                         loaded, queued for loading to up to date.
4475 1376.   [func]          New function dns_zone_logc() to log to specified
4476                         category.
4478 1375.   [func]          'rndc dumpdb' now dumps the adb cache along with the
4479                         data cache.
4481 1374.   [func]          dns_adb_dump() now logs the lame zones associated
4482                         with each server.
4484 1373.   [bug]           Recovery from expired glue failed under certain
4485                         circumstances.
4487 1372.   [bug]           named crashes with an assertion failure on exit when
4488                         sharing the same port for listening and querying, and
4489                         changing listening addresses several times. [RT# 3509]
4491 1371.   [bug]           notify-source-v6, transfer-source-v6 and
4492                         query-source-v6 with explicit addresses and using the
4493                         same ports as named was listening on could interfere
4494                         with named's ability to answer queries sent to those
4495                         addresses.
4497 1370.   [bug]           dig '+[no]recurse' was incorrectly documented.
4499 1369.   [bug]           Adding an NS record as the lexicographically last
4500                         record in a secure zone didn't work.
4502 1368.   [func]          remove support for bitstring labels.
4504 1367.   [func]          Use response times to select forwarders.
4506 1366.   [contrib]       queryperf usage was incomplete.  Add '-h' for help.
4508 1365.   [func]          "localhost" and "localnets" acls now include IPv6
4509                         addresses / prefixes.
4511 1364.   [func]          Log file name when unable to open memory statistics
4512                         and dump database files. [RT# 3437]
4514 1363.   [func]          Listen-on-v6 now supports specific addresses.
4516 1362.   [bug]           remove IFF_RUNNING test when scanning interfaces.
4518 1361.   [func]          log the reason for rejecting a server when resolving
4519                         queries.
4521 1360.   [bug]           --enable-libbind would fail when not built in the
4522                         source tree for certain OS's.
4524 1359.   [security]      Support patches OpenSSL libraries.
4525                         http://www.cert.org/advisories/CA-2002-23.html
4527 1358.   [bug]           It was possible to trigger a INSIST when debugging
4528                         large dynamic updates. [RT #3390]
4530 1357.   [bug]           nsupdate was extremely wasteful of memory.
4532 1356.   [tuning]        Reduce the number of events / quantum for zone tasks.
4534 1355.   [bug]           Fix DNSSEC wildcard proof for CNAME/DNAME.
4536 1354.   [doc]           lwres man pages had illegal nroff.
4538 1353.   [contrib]       sdb/ldap to version 0.9.
4540 1352.   [bug]           dig, host, nslookup when falling back to TCP use the
4541                         current search entry (if any). [RT #3374]
4543 1351.   [bug]           lwres_getipnodebyname() returned the wrong name
4544                         when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
4545                         was set.
4547 1350.   [bug]           dns_name_fromtext() failed to handle too many labels
4548                         gracefully.
4550 1349.   [security]      Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
4551                         http://www.cert.org/advisories/CA-2002-23.html
4553 1348.   [port]          win32: Rewrote code to use I/O Completion Ports
4554                         in socket.c and eliminating a host of socket
4555                         errors. Performance is enhanced.
4557 1347.   [placeholder]
4559 1346.   [placeholder]
4561 1345.   [port]          Use a explicit -Wformat with gcc.  Not all versions
4562                         include it in -Wall.
4564 1344.   [func]          Log if the serial number on the master has gone
4565                         backwards.
4566                         If you have multiple machines specified in the masters
4567                         clause you may want to set 'multi-master yes;' to
4568                         suppress this warning.
4570 1343.   [func]          Log successful notifies received (info).  Adjust log
4571                         level for failed notifies to notice.
4573 1342.   [func]          Log remote address with TCP dispatch failures.
4575 1341.   [func]          Allow a rate limiter to be stalled.
4577 1340.   [bug]           Delay and spread out the startup refresh load.
4579 1339.   [func]          dig, host and nslookup now use IP6.ARPA for nibble
4580                         lookups.  Bit string lookups are no longer attempted.
4582 1338.   [placeholder]
4584 1337.   [placeholder]
4586 1336.   [func]          Nibble lookups under IP6.ARPA are now supported by
4587                         dns_byaddr_create().  dns_byaddr_createptrname() is
4588                         deprecated, use dns_byaddr_createptrname2() instead.
4590 1335.   [bug]           When performing a nonexistence proof, the validator
4591                         should discard parent NXTs from higher in the DNS.
4593 1334.   [bug]           When signing/verifying rdatasets, duplicate rdatas
4594                         need to be suppressed.
4596 1333.   [contrib]       queryperf now reports a summary of returned
4597                         rcodes (-c), rcodes are printed in mnemonic form (-v).
4599 1332.   [func]          Report the current serial with periodic commits when
4600                         rolling forward the journal.
4602 1331.   [func]          Generate DNSSEC wildcard proofs.
4604 1330.   [bug]           When processing events (non-threaded) only allow
4605                         the task one chance to use to use its quantum.
4607 1329.   [func]          named-checkzone will now check if nameservers that
4608                         appear to be IP addresses.  Available modes "fail",
4609                         "warn" (default) and "ignore" the results of the
4610                         check.
4612 1328.   [bug]           The validator could incorrectly verify an invalid
4613                         negative proof.
4615 1327.   [bug]           The validator would incorrectly mark data as insecure
4616                         when seeing a bogus signature before a correct
4617                         signature.
4619 1326.   [bug]           DNAME/CNAME signatures were not being cached when
4620                         validation was not being performed. [RT #3284]
4622 1325.   [bug]           If the tcpquota was exhausted it was possible to
4623                         to trigger a INSIST() failure.
4625 1324.   [port]          darwin: ifconfig.sh now supports darwin.
4627 1323.   [port]          linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
4629 1322.   [bug]           dnssec-signzone usage message was misleading.
4631 1321.   [bug]           If the last RRset in a zone is glue, dnssec-signzone
4632                         would incorrectly duplicate its output and sign it.
4634 1320.   [doc]           query-source-v6 was missing from options section.
4635                         [RT #3218]
4637 1319.   [func]          libbind: log attempts to exploit #1318.
4639 1318.   [bug]           libbind: Remote buffer overrun.
4641 1317.   [port]          libbind: TrueUNIX 5.1 does not like __align as a
4642                         element name.
4644 1316.   [bug]           libbind: gethostans() could get out of sync parsing
4645                         the response if there was a very long CNAME chain.
4647 1315.   [bug]           Options should apply to the internal _bind view.
4649 1314.   [port]          Handle ECONNRESET from sendmsg() [unix].
4651 1313.   [func]          Query log now says if the query was signed (S) or
4652                         if EDNS was used (E).
4654 1312.   [func]          Log TSIG key used w/ outgoing zone transfers.
4656 1311.   [bug]           lwres_getrrsetbyname leaked memory.  [RT #3159]
4658 1310.   [bug]           'rndc stop' failed to cause zones to be flushed
4659                         sometimes. [RT #3157]
4661 1309.   [func]          Log that a zone transfer was covered by a TSIG.
4663 1308.   [func]          DS (delegation signer) support.
4665 1307.   [bug]           nsupdate: allow white space base64 key data.
4667 1306.   [bug]           Badly encoded LOC record when the size, horizontal
4668                         precision or vertical precision was 0.1m.
4670 1305.   [bug]           Document that internal zones are included in the
4671                         rndc status results.
4673 1304.   [func]          New function: dns_zone_name().
4675 1303.   [func]          Option 'flush-zones-on-shutdown <boolean>;'.
4677 1302.   [func]          Extended rndc dumpdb to support dumping of zones and
4678                         view selection: 'dumpdb [-all|-zones|-cache] [view]'.
4680 1301.   [func]          New category 'update-security'.
4682 1300.   [port]          Compaq Trucluster support.
4684 1299.   [bug]           Set AI_ADDRCONFIG when looking up addresses
4685                         via getaddrinfo() (affects dig, host, nslookup, rndc
4686                         and nsupdate).
4688 1298.   [bug]           The CINCLUDES macro in lib/dns/sec/dst/Makefile
4689                         could be left with a trailing "\" after configure
4690                         has been run.
4692 1297.   [port]          linux: make handling EINVAL from socket() no longer
4693                         conditional on #ifdef LINUX.
4695 1296.   [bug]           isc_log_closefilelogs() needed to lock the log
4696                         context.
4698 1295.   [bug]           isc_log_setdebuglevel() needed to lock the log
4699                         context.
4701 1294.   [func]          libbind: no longer attempts bit string labels for
4702                         IPv6 reverse resolution.  Try IP6.ARPA then IP6.INT
4703                         for nibble style resolution.
4705 1293.   [func]          Entropy can now be retrieved from EGDs. [RT #2438]
4707 1292.   [func]          Enable IPv6 support when using ioctl style interface
4708                         scanning and OS supports SIOCGLIFADDR using struct
4709                         if_laddrreq.
4711 1291.   [func]          Enable IPv6 support when using sysctl style interface
4712                         scanning.
4714 1290.   [func]          "dig axfr" now reports the number of messages
4715                         as well as the number of records.
4717 1289.   [port]          See if -ldl is required for OpenSSL? [RT #2672]
4719 1288.   [bug]           Adjusted REQUIRE's in lib/dns/name.c to better
4720                         reflect written requirements.
4722 1287.   [bug]           REQUIRE that DNS_DBADD_MERGE only be set when adding
4723                         a rdataset to a zone db in the rbtdb implementation of
4724                         addrdataset.
4726 1286.   [bug]           dns_name_downcase() enforce requirement that
4727                         target != NULL or name->buffer != NULL.
4729 1285.   [func]          lwres: probe the system to see what address families
4730                         are currently in use.
4732 1284.   [bug]           The RTT estimate on unused servers was not aged.
4733                         [RT #2569]
4735 1283.   [func]          Use "dataready" accept filter if available.
4737 1282.   [port]          libbind: hpux 11.11 interface scanning.
4739 1281.   [func]          Log zone when unable to get private keys to update
4740                         zone.  Log zone when NXT records are missing from
4741                         secure zone.
4743 1280.   [bug]           libbind: escape '(' and ')' when converting to
4744                         presentation form.
4746 1279.   [port]          Darwin uses (unsigned long) for size_t. [RT #2590]
4748 1278.   [func]          dig: now supports +[no]cl +[no]ttlid.
4750 1277.   [func]          You can now create your own customized printing
4751                         styles: dns_master_stylecreate() and
4752                         dns_master_styledestroy().
4754 1276.   [bug]           libbind: const pointer conflicts in res_debug.c.
4756 1275.   [port]          libbind: hpux: treat all hpux systems as BIG_ENDIAN.
4758 1274.   [bug]           Memory leak in lwres_gnbarequest_parse().
4760 1273.   [port]          libbind: solaris: 64 bit binary compatibility.
4762 1272.   [contrib]       Berkeley DB 4.0 sdb implementation from
4763                         Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
4765 1271.   [bug]           "recursion available: {denied,approved}" was too
4766                         confusing.
4768 1270.   [bug]           Check that system inet_pton() and inet_ntop() support
4769                         AF_INET6.
4771 1269.   [port]          Openserver: ifconfig.sh support.
4773 1268.   [port]          Openserver: the value FD_SETSIZE depends on whether
4774                         <sys/param.h> is included or not.  Be consistent.
4776 1267.   [func]          isc_file_openunique() now creates file using mode
4777                         0666 rather than 0600.
4779 1266.   [bug]           ISC_LINK_INIT, ISC_LINK_UNLINK, ISC_LIST_DEQUEUE,
4780                         __ISC_LINK_UNLINKUNSAFE and __ISC_LIST_DEQUEUEUNSAFE
4781                         are not C++ compatible, use *_TYPE versions instead.
4783 1265.   [bug]           libbind: LINK_INIT and UNLINK were not compatible with
4784                         C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
4786 1264.   [placeholder]
4788 1263.   [bug]           Reference after free error if dns_dispatchmgr_create()
4789                         failed.
4791 1262.   [bug]           ns_server_destroy() failed to set *serverp to NULL.
4793 1261.   [func]          libbind: ns_sign2() and ns_sign_tcp() now provide
4794                         support for compressed TSIG owner names.
4796 1260.   [func]          libbind: res_update can now update IPv6 servers,
4797                         new function res_findzonecut2().
4799 1259.   [bug]           libbind: get_salen() IPv6 support was broken for OSs
4800                         w/o sa_len.
4802 1258.   [bug]           libbind: res_nametotype() and res_nametoclass() were
4803                         broken.
4805 1257.   [bug]           Failure to write pid-file should not be fatal on
4806                         reload. [RT #2861]
4808 1256.   [contrib]       'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
4810 1255.   [bug]           When verifying that an NXT proves nonexistence, check
4811                         the rcode of the message and only do the matching NXT
4812                         check.  That is, for NXDOMAIN responses, check that
4813                         the name is in the range between the NXT owner and
4814                         next name, and for NOERROR NODATA responses, check
4815                         that the type is not present in the NXT bitmap.
4817 1254.   [func]          preferred-glue option from BIND 8.3.
4819 1253.   [bug]           The dnssec system test failed to remove the correct
4820                         files.
4822 1252.   [bug]           Dig, host and nslookup were not checking the address
4823                         the answer was coming from against the address it was
4824                         sent to. [RT# 2692]
4826 1251.   [port]          win32: a make file contained absolute version specific
4827                         references.
4829 1250.   [func]          Nsupdate will report the address the update was
4830                         sent to.
4832 1249.   [bug]           Missing masters clause was not handled gracefully.
4833                         [RT #2703]
4835 1248.   [bug]           DESTDIR was not being propagated between makes.
4837 1247.   [bug]           Don't reset the interface index for link/site local
4838                         addresses. [RT #2576]
4840 1246.   [func]          New functions isc_sockaddr_issitelocal(),
4841                         isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
4842                         and isc_netaddr_islinklocal().
4844 1245.   [bug]           Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
4845                         accept().
4847 1244.   [bug]           Receiving a TCP message from a blackhole address would
4848                         prevent further messages being received over that
4849                         interface.
4851 1243.   [bug]           It was possible to trigger a REQUIRE() in
4852                         dns_message_findtype(). [RT #2659]
4854 1242.   [bug]           named-checkzone failed if a journal existed. [RT #2657]
4856 1241.   [bug]           Drop received UDP messages with a zero source port
4857                         as these are invariably forged. [RT #2621]
4859 1240.   [bug]           It was possible to leak zone references by
4860                         specifying an incorrect zone to rndc.
4862 1239.   [bug]           Under certain circumstances named could continue to
4863                         use a name after it had been freed triggering
4864                         INSIST() failures.  [RT #2614]
4866 1238.   [bug]           It is possible to lockup the server when shutting down
4867                         if notifies were being processed. [RT #2591]
4869 1237.   [bug]           nslookup: "set q=type" failed.
4871 1236.   [bug]           dns_rdata{class,type}_fromtext() didn't handle non
4872                         NULL terminated text regions. [RT #2588]
4874 1235.   [func]          Report 'out of memory' errors from openssl.
4876 1234.   [bug]           contrib/sdb: 'zonetodb' failed to call
4877                         dns_result_register().  DNS_R_SEENINCLUDE should not
4878                         be fatal.
4880 1233.   [bug]           The flags field of a KEY record can be expressed in
4881                         hex as well as decimal.
4883 1232.   [bug]           unix/errno2result() didn't handle EADDRNOTAVAIL.
4885 1231.   [port]          HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
4887 1230.   [bug]           isccc_cc_isreply() and isccc_cc_isack() were broken.
4889 1229.   [bug]           named would crash if it received a TSIG signed
4890                         query as part of an AXFR response. [RT #2570]
4892 1228.   [bug]           'make install' did not depend on 'make all'. [RT #2559]
4894 1227.   [bug]           dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
4895                         if a number was expected and some other token was
4896                         found. [RT#2532]
4898 1226.   [func]          Use EDNS for zone refresh queries. [RT #2551]
4900 1225.   [func]          dns_message_setopt() no longer requires that
4901                         dns_message_renderbegin() to have been called.
4903 1224.   [bug]           'rrset-order' and 'sortlist' should be additive
4904                         not exclusive.
4906 1223.   [func]          'rrset-order' partially works 'cyclic' and 'random'
4907                         are supported.
4909 1222.   [bug]           Specifying 'port *' did not always result in a system
4910                         selected (non-reserved) port being used. [RT #2537]
4912 1221.   [bug]           Zone types 'master', 'slave' and 'stub' were not being
4913                         compared case insensitively. [RT #2542]
4915 1220.   [func]          Support for APL rdata type.
4917 1219.   [func]          Named now reports the TSIG extended error code when
4918                         signature verification fails. [RT #1651]
4920 1218.   [bug]           Named incorrectly returned SERVFAIL rather than
4921                         NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
4923 1217.   [func]          Report locations of previous key definition when a
4924                         duplicate is detected.
4926 1216.   [bug]           Multiple server clauses for the same server were not
4927                         reported.  [RT #2514]
4929 1215.   [port]          solaris: add support to ifconfig.sh for x86 2.5.1
4931 1214.   [bug]           Win32: isc_file_renameunique() could leave zero length
4932                         files behind.
4934 1213.   [func]          Report view associated with client if it is not a
4935                         standard view (_default or _bind).
4937 1212.   [port]          libbind: 64k answer buffers were causing stack space
4938                         to be exceeded for certain OS.  Use heap space instead.
4940 1211.   [bug]           dns_name_fromtext() incorrectly handled certain
4941                         valid octal bitlabels. [RT #2483]
4943 1210.   [bug]           libbind: getnameinfo() failed to lookup IPv4 mapped /
4944                         compatible addresses. [RT #2461]
4946 1209.   [bug]           Dig, host, nslookup were not checking the message ids
4947                         on the responses. [RT #2454]
4949 1208.   [bug]           dns_master_load*() failed to log a error message if
4950                         an error was detected when parsing the ownername of
4951                         a record.  [RT #2448]
4953 1207.   [bug]           libbind: getaddrinfo() could call freeaddrinfo() with
4954                         an invalid pointer.
4956 1206.   [bug]           SERVFAIL and NOTIMP responses to an EDNS query should
4957                         trigger a non-EDNS retry.
4959 1205.   [bug]           OPT, TSIG and TKEY cannot be used to set the "class"
4960                         of the message. [RT #2449]
4962 1204.   [bug]           libbind: res_nupdate() failed to update the name
4963                         server addresses before sending the update.
4965 1203.   [func]          Report locations of previous acl and zone definitions
4966                         when a duplicate is detected.
4968 1202.   [func]          New functions: cfg_obj_line() and cfg_obj_file().
4970 1201.   [bug]           Require that if 'callbacks' is passed to
4971                         dns_rdata_fromtext(), callbacks->error and
4972                         callbacks->warn are initialized.
4974 1200.   [bug]           Log 'errno' that we are unable to convert to
4975                         isc_result_t. [RT #2404]
4977 1199.   [doc]           ARM reference to RFC 2157 should have been RFC 1918.
4978                         [RT #2436]
4980 1198.   [bug]           OPT printing style was not consistent with the way the
4981                         header fields are printed.  The DO bit was not reported
4982                         if set.  Report if any of the MBZ bits are set.
4984 1197.   [bug]           Attempts to define the same acl multiple times were not
4985                         detected.
4987 1196.   [contrib]       update mdnkit to 2.2.3.
4989 1195.   [bug]           Attempts to redefine builtin acls should be caught.
4990                         [RT #2403]
4992 1194.   [bug]           Not all duplicate zone definitions were being detected
4993                         at the named.conf checking stage. [RT #2431]
4995 1193.   [bug]           dig +besteffort parsing didn't handle packet
4996                         truncation.  dns_message_parse() has new flag
4997                         DNS_MESSAGE_IGNORETRUNCATION.
4999 1192.   [bug]           The seconds fields in LOC records were restricted
5000                         to three decimal places.  More decimal places should
5001                         be allowed but warned about.
5003 1191.   [bug]           A dynamic update removing the last non-apex name in
5004                         a secure zone would fail. [RT #2399]
5006 1190.   [func]          Add the "rndc freeze" and "rndc unfreeze" commands.
5007                         [RT #2394]
5009 1189.   [bug]           On some systems, malloc(0) returns NULL, which
5010                         could cause the caller to report an out of memory
5011                         error. [RT #2398]
5013 1188.   [bug]           Dynamic updates of a signed zone would fail if
5014                         some of the zone private keys were unavailable.
5016 1187.   [bug]           named was incorrectly returning DNSSEC records
5017                         in negative responses when the DO bit was not set.
5019 1186.   [bug]           isc_hex_tobuffer(,,length = 0) failed to unget the
5020                         EOL token when reading to end of line.
5022 1185.   [bug]           libbind: don't assume statp->_u._ext.ext is valid
5023                         unless RES_INIT is set when calling res_*init().
5025 1184.   [bug]           libbind: call res_ndestroy() if RES_INIT is set
5026                         when res_*init() is called.
5028 1183.   [bug]           Handle ENOSR error when writing to the internal
5029                         control pipe. [RT #2395]
5031 1182.   [bug]           The server could throw an assertion failure when
5032                         constructing a negative response packet.
5034 1181.   [func]          Add the "key-directory" configuration statement,
5035                         which allows the server to look for online signing
5036                         keys in alternate directories.
5038 1180.   [func]          dnssec-keygen should always generate keys with
5039                         protocol 3 (DNSSEC), since it's less confusing
5040                         that way.
5042 1179.   [func]          Add SIG(0) support to nsupdate.
5044 1178.   [bug]           Follow and cache (if appropriate) A6 and other
5045                         data chains to completion in the additional section.
5047 1177.   [func]          Report view when loading zones if it is not a
5048                         standard view (_default or _bind). [RT #2270]
5050 1176.   [doc]           Document that allow-v6-synthesis is only performed
5051                         for clients that are supplied recursive service.
5052                         [RT #2260]
5054 1175.   [bug]           named-checkzone and named-checkconf failed to call
5055                         dns_result_register() at startup which could
5056                         result in runtime exceptions when printing
5057                         "out of memory" errors. [RT #2335]
5059 1174.   [bug]           Win32: add WSAECONNRESET to the expected errors
5060                         from connect(). [RT #2308]
5062 1173.   [bug]           Potential memory leaks in isc_log_create() and
5063                         isc_log_settag(). [RT #2336]
5065 1172.   [doc]           Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
5066                         table of RR types in ARM.
5068 1171.   [func]          Added function isc_region_compare(), updated files in
5069                         lib/dns to use this function instead of local one.
5071 1170.   [bug]           Don't attempt to print the token when a I/O error
5072                         occurs when parsing named.conf. [RT #2275]
5074 1169.   [func]          Identify recursive queries in the query log.
5076 1168.   [bug]           Empty also-notify clauses were not handled. [RT #2309]
5078 1167.   [contrib]       nslint-2.1a3 (from author).
5080 1166.   [bug]           "Not Implemented" should be reported as NOTIMP,
5081                         not NOTIMPL. [RT #2281]
5083 1165.   [bug]           We were rejecting notify-source{-v6} in zone clauses.
5085 1164.   [bug]           Empty masters clauses in slave / stub zones were not
5086                         handled gracefully. [RT #2262]
5088 1163.   [func]          isc_time_formattimestamp() now includes the year.
5090 1162.   [bug]           The allow-notify option was not accepted in slave
5091                         zone statements.
5093 1161.   [bug]           named-checkzone looped on unbalanced brackets.
5094                         [RT #2248]
5096 1160.   [bug]           Generating Diffie-Hellman keys longer than 1024
5097                         bits could fail. [RT #2241]
5099 1159.   [bug]           MD and MF are not permitted to be loaded by RFC1123.
5101 1158.   [func]          Report the client's address when logging notify
5102                         messages.
5104 1157.   [func]          match-clients and match-destinations now accept
5105                         keys. [RT #2045]
5107 1156.   [port]          The configure test for strsep() incorrectly
5108                         succeeded on certain patched versions of
5109                         AIX 4.3.3. [RT #2190]
5111 1155.   [func]          Recover from master files being removed from under
5112                         us.
5114 1154.   [bug]           Don't attempt to obtain the netmask of a interface
5115                         if there is no address configured. [RT #2176]
5117 1153.   [func]          'rndc {stop|halt} -p' now reports the process id
5118                         of the instance of named being shutdown.
5120 1152.   [bug]           libbind: read buffer overflows.
5122 1151.   [bug]           nslookup failed to check that the arguments to
5123                         the port, timeout, and retry options were
5124                         valid integers and in range. [RT #2099]
5126 1150.   [bug]           named incorrectly accepted TTL values
5127                         containing plus or minus signs, such as
5128                         1d+1h-1s.
5130 1149.   [func]          New function isc_parse_uint32().
5132 1148.   [func]          'rndc-confgen -a' now provides positive feedback.
5134 1147.   [func]          Set IPV6_V6ONLY on IPv6 sockets if supported by
5135                         the OS.  listen-on-v6 { any; }; should no longer
5136                         result in IPv4 queries be accepted.  Similarly
5137                         control { inet :: ... }; should no longer result
5138                         in IPv4 connections being accepted.  This can be
5139                         overridden at compile time by defining
5140                         ISC_ALLOW_MAPPED=1.
5142 1146.   [func]          Allow IPV6_IPV6ONLY to be set/cleared on a socket if
5143                         supported by the OS by a new function
5144                         isc_socket_ipv6only().
5146 1145.   [func]          "host" no longer reports a NOERROR/NODATA response
5147                         by printing nothing. [RT #2065]
5149 1144.   [bug]           rndc-confgen would crash if both the -a and -t
5150                         options were specified. [RT #2159]
5152 1143.   [bug]           When a trusted-keys statement was present and named
5153                         was built without crypto support, it would leak memory.
5155 1142.   [bug]           dnssec-signzone would fail to delete temporary files
5156                         in some failure cases. [RT #2144]
5158 1141.   [bug]           When named rejected a control message, it would
5159                         leak a file descriptor and memory.  It would also
5160                         fail to respond, causing rndc to hang.
5161                         [RT #2139, #2164]
5163 1140.   [bug]           rndc-confgen did not accept IPv6 addresses as arguments
5164                         to the -s option. [RT #2138]
5166 1139.   [func]          It is now possible to flush a given name from the
5167                         cache(s) via 'rndc flushname name [view]'. [RT #2051]
5169 1138.   [func]          It is now possible to flush a given name from the
5170                         cache by calling the new function
5171                         dns_cache_flushname().
5173 1137.   [func]          It is now possible to flush a given name from the
5174                         ADB by calling the new function dns_adb_flushname().
5176 1136.   [bug]           CNAME records synthesized from DNAMEs did not
5177                         have a TTL of zero as required by RFC2672.
5178                         [RT #2129]
5180 1135.   [func]          You can now override the default syslog() facility for
5181                         named/lwresd at compile time. [RT #1982]
5183 1134.   [bug]           Multi-threaded servers could deadlock in ferror()
5184                         when reloading zone files. [RT #1951, #1998]
5186 1133.   [bug]           IN6_IS_ADDR_LOOPBACK was not portably defined on
5187                         platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
5189 1132.   [func]          Improve UPDATE prerequisite failure diagnostic messages.
5191 1131.   [bug]           The match-destinations view option did not work with
5192                         IPv6 destinations. [RT #2073, #2074]
5194 1130.   [bug]           Log messages reporting an out-of-range serial number
5195                         did not include the out-of-range number but the
5196                         following token. [RT #2076]
5198 1129.   [bug]           Multi-threaded servers could crash under heavy
5199                         resolution load due to a race condition. [RT #2018]
5201 1128.   [func]          sdb drivers can now provide RR data in either text
5202                         or wire format, the latter using the new functions
5203                         dns_sdb_putrdata() and dns_sdb_putnamedrdata().
5205 1127.   [func]          rndc: If the server to contact has multiple addresses,
5206                         try all of them.
5208 1126.   [bug]           The server could access a freed event if shut
5209                         down while a client start event was pending
5210                         delivery. [RT #2061]
5212 1125.   [bug]           rndc: -k option was missing from usage message.
5213                         [RT #2057]
5215 1124.   [doc]           dig: +[no]dnssec, +[no]besteffort and +[no]fail
5216                         are now documented. [RT #2052]
5218 1123.   [bug]           dig +[no]fail did not match description. [RT #2052]
5220 1122.   [tuning]        Resolution timeout reduced from 90 to 30 seconds.
5221                         [RT #2046]
5223 1121.   [bug]           The server could attempt to access a NULL zone
5224                         table if shut down while resolving.
5225                         [RT #1587, #2054]
5227 1120.   [bug]           Errors in options were not fatal. [RT #2002]
5229 1119.   [func]          Added support in Win32 for NTFS file/directory ACL's
5230                         for access control.
5232 1118.   [bug]           On multi-threaded servers, a race condition
5233                         could cause an assertion failure in resolver.c
5234                         during resolver shutdown. [RT #2029]
5236 1117.   [port]          The configure check for in6addr_loopback incorrectly
5237                         succeeded on AIX 4.3 when compiling with -O2
5238                         because the test code was optimized away.
5239                         [RT #2016]
5241 1116.   [bug]           Setting transfers in a server clause, transfers-in,
5242                         or transfers-per-ns to a value greater than
5243                         2147483647 disabled transfers. [RT #2002]
5245 1115.   [func]          Set maximum values for cleaning-interval,
5246                         heartbeat-interval, interface-interval,
5247                         max-transfer-idle-in, max-transfer-idle-out,
5248                         max-transfer-time-in, max-transfer-time-out,
5249                         statistics-interval of 28 days and
5250                         sig-validity-interval of 3660 days. [RT #2002]
5252 1114.   [port]          Ignore more accept() errors. [RT #2021]
5254 1113.   [bug]           The allow-update-forwarding option was ignored
5255                         when specified in a view. [RT #2014]
5257 1112.   [placeholder]
5259 1111.   [bug]           Multi-threaded servers could deadlock processing
5260                         recursive queries due to a locking hierarchy
5261                         violation in adb.c. [RT #2017]
5263 1110.   [bug]           dig should only accept valid abbreviations of +options.
5264                         [RT #2003]
5266 1109.   [bug]           nsupdate accepted illegal ttl values.
5268 1108.   [bug]           On Win32, rndc was hanging when named was not running
5269                         due to failure to select for exceptional conditions
5270                         in select(). [RT #1870]
5272 1107.   [bug]           nsupdate could catch an assertion failure if an
5273                         invalid domain name was given as the argument to
5274                         the "zone" command.
5276 1106.   [bug]           After seeing an out of range TTL, nsupdate would
5277                         treat all TTLs as out of range. [RT #2001]
5279 1105.   [port]          OpenUNIX 8 enable threads by default. [RT #1970]
5281 1104.   [bug]           Invalid arguments to the transfer-format option
5282                         could cause an assertion failure. [RT #1995]
5284 1103.   [port]          OpenUNIX 8 support (ifconfig.sh). [RT #1970]
5286 1102.   [doc]           Note that query logging is enabled by directing the
5287                         queries category to a channel.
5289 1101.   [bug]           Array bounds read error in lwres_gai_strerror.
5291 1100.   [bug]           libbind: DNSSEC key ids were computed incorrectly.
5293 1099.   [cleanup]       libbind: defining REPORT_ERRORS in lib/bind/dst caused
5294                         compile time errors.
5296 1098.   [bug]           libbind: HMAC-MD5 key files are now mode 0600.
5298 1097.   [func]          libbind: RES_PRF_TRUNC for dig.
5300 1096.   [func]          libbind: "DNSSEC OK" (DO) support.
5302 1095.   [func]          libbind: resolver option: no-tld-query.  disables
5303                         trying unqualified as a tld.  no_tld_query is also
5304                         supported for FreeBSD compatibility.
5306 1094.   [func]          libbind: add support gcc's format string checking.
5308 1093.   [doc]           libbind: miscellaneous nroff fixes.
5310 1092.   [bug]           libbind: get*by*() failed to check if res_init() had
5311                         been called.
5313 1091.   [bug]           libbind: misplaced va_end().
5315 1090.   [bug]           libbind: dns_ho.c:add_hostent() was not returning
5316                         the amount of memory consumed resulting in garbage
5317                         address being returned.  Alignment calculations were
5318                         wasting space.  We weren't suppressing duplicate
5319                         addresses.
5321 1089.   [func]          libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
5322                         support.
5324 1088.   [port]          libbind: MPE/iX C.70 (incomplete)
5326 1087.   [bug]           libbind: struct __res_state too large on 64 bit arch.
5328 1086.   [port]          libbind: sunos: old sprintf.
5330 1085.   [port]          libbind: solaris: sys_nerr and sys_errlist do not
5331                         exist when compiling in 64 bit mode.
5333 1084.   [cleanup]       libbind: gai_strerror() rewritten.
5335 1083.   [bug]           The default control channel listened on the
5336                         wildcard address, not the loopback as documented.
5337                         [RT #1975]
5339 1082.   [bug]           The -g option to named incorrectly caused logging
5340                         to be sent to syslog in addition to stderr.
5341                         [RT #1974]
5343 1081.   [bug]           Multicast queries were incorrectly identified
5344                         based on the source address, not the destination
5345                         address.
5347 1080.   [bug]           BIND 8 compatibility: accept bare IP prefixes
5348                         as the second element of a two-element top level
5349                         sort list statement. [RT #1964]
5351 1079.   [bug]           BIND 8 compatibility: accept bare elements at top
5352                         level of sort list treating them as if they were
5353                         a single element list. [RT #1963]
5355 1078.   [bug]           We failed to correct bad tv_usec values in one case.
5356                         [RT #1966]
5358 1077.   [func]          Do not accept further recursive clients when
5359                         the total number of recursive lookups being
5360                         processed exceeds max-recursive-clients, even
5361                         if some of the lookups are internally generated.
5362                         [RT #1915, #1938]
5364 1076.   [bug]           A badly defined global key could trigger an assertion
5365                         on load/reload if views were used. [RT #1947]
5367 1075.   [bug]           Out-of-range network prefix lengths were not
5368                         reported. [RT #1954]
5370 1074.   [bug]           Running out of memory in dump_rdataset() could
5371                         cause an assertion failure. [RT #1946]
5373 1073.   [bug]           The ADB cache cleaning should also be space driven.
5374                         [RT #1915, #1938]
5376 1072.   [bug]           The TCP client quota could be exceeded when
5377                         recursion occurred. [RT #1937]
5379 1071.   [bug]           Sockets listening for TCP DNS connections
5380                         specified an excessive listen backlog. [RT #1937]
5382 1070.   [bug]           Copy DNSSEC OK (DO) to response as specified by
5383                         draft-ietf-dnsext-dnssec-okbit-03.txt.
5385 1069.   [placeholder]
5387 1068.   [bug]           errno could be overwritten by catgets(). [RT #1921]
5389 1067.   [func]          Allow quotas to be soft, isc_quota_soft().
5391 1066.   [bug]           Provide a thread safe wrapper for strerror().
5392                         [RT #1689]
5394 1065.   [func]          Runtime support to select new / old style interface
5395                         scanning using ioctls.
5397 1064.   [bug]           Do not shut down active network interfaces if we
5398                         are unable to scan the interface list. [RT #1921]
5400 1063.   [bug]           libbind: "make install" was failing on IRIX.
5401                         [RT #1919]
5403 1062.   [bug]           If the control channel listener socket was shut
5404                         down before server exit, the listener object could
5405                         be freed twice. [RT #1916]
5407 1061.   [bug]           If periodic cache cleaning happened to start
5408                         while cleaning due to reaching the configured
5409                         maximum cache size was in progress, the server
5410                         could catch an assertion failure. [RT #1912]
5412 1060.   [func]          Move refresh, stub and notify UDP retry processing
5413                         into dns_request.
5415 1059.   [func]          dns_request now support will now retry UDP queries,
5416                         dns_request_createvia2() and dns_request_createraw2().
5418 1058.   [func]          Limited lifetime ticker timers are now available,
5419                         isc_timertype_limited.
5421 1057.   [bug]           Reloading the server after adding a "file" clause
5422                         to a zone statement could cause the server to
5423                         crash due to a typo in change 1016.
5425 1056.   [bug]           Rndc could catch an assertion failure on SIGINT due
5426                         to an uninitialized variable. [RT #1908]
5428 1055.   [func]          Version and hostname queries can now be disabled
5429                         using "version none;" and "hostname none;",
5430                         respectively.
5432 1054.   [bug]           On Win32, cfg_categories and cfg_modules need to be
5433                         exported from the libisccfg DLL.
5435 1053.   [bug]           Dig did not increase its timeout when receiving
5436                         AXFRs unless the +time option was used. [RT #1904]
5438 1052.   [bug]           Journals were not being created in binary mode
5439                         resulting in "journal format not recognized" error
5440                         under Win32. [RT #1889]
5442 1051.   [bug]           Do not ignore a network interface completely just
5443                         because it has a noncontiguous netmask.  Instead,
5444                         omit it from the localnets ACL and issue a warning.
5445                         [RT #1891]
5447 1050.   [bug]           Log messages reporting malformed IP addresses in
5448                         address lists such as that of the forwarders option
5449                         failed to include the correct error code, file
5450                         name, and line number. [RT #1890]
5452 1049.   [func]          "pid-file none;" will disable writing a pid file.
5453                         [RT #1848]
5455 1048.   [bug]           Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
5456                         didn't work.
5458 1047.   [bug]           named was incorrectly refusing all requests signed
5459                         with a TSIG key derived from an unsigned TKEY
5460                         negotiation with a NOERROR response. [RT #1886]
5462 1046.   [bug]           The help message for the --with-openssl configure
5463                         option was inaccurate. [RT #1880]
5465 1045.   [bug]           It was possible to skip saving glue for a nameserver
5466                         for a stub zone.
5468 1044.   [bug]           Specifying allow-transfer, notify-source, or
5469                         notify-source-v6 in a stub zone was not treated
5470                         as an error.
5472 1043.   [bug]           Specifying a transfer-source or transfer-source-v6
5473                         option in the zone statement for a master zone was
5474                         not treated as an error. [RT #1876]
5476 1042.   [bug]           The "config" logging category did not work properly.
5477                         [RT #1873]
5479 1041.   [bug]           Dig/host/nslookup could catch an assertion failure
5480                         on SIGINT due to an uninitialized variable. [RT #1867]
5482 1040.   [bug]           Multiple listen-on-v6 options with different ports
5483                         were not accepted. [RT #1875]
5485 1039.   [bug]           Negative responses with CNAMEs in the answer section
5486                         were cached incorrectly. [RT #1862]
5488 1038.   [bug]           In servers configured with a tkey-domain option,
5489                         TKEY queries with an owner name other than the root
5490                         could cause an assertion failure. [RT #1866, #1869]
5492 1037.   [bug]           Negative responses whose authority section contain
5493                         SOA or NS records whose owner names are not equal
5494                         equal to or parents of the query name should be
5495                         rejected. [RT #1862]
5497 1036.   [func]          Silently drop requests received via multicast as
5498                         long as there is no final multicast DNS standard.
5500 1035.   [bug]           If we respond to multicast queries (which we
5501                         currently do not), respond from a unicast address
5502                         as specified in RFC 1123. [RT #137]
5504 1034.   [bug]           Ignore the RD bit on multicast queries as specified
5505                         in RFC 1123. [RT #137]
5507 1033.   [bug]           Always respond to requests with an unsupported opcode
5508                         with NOTIMP, even if we don't have a matching view
5509                         or cannot determine the class.
5511 1032.   [func]          hostname.bind/txt/chaos now returns the name of
5512                         the machine hosting the nameserver.  This is useful
5513                         in diagnosing problems with anycast servers.
5515 1031.   [bug]           libbind.a: isc__gettimeofday() infinite recursion.
5516                         [RT #1858]
5518 1030.   [bug]           On systems with no resolv.conf file, nsupdate
5519                         exited with an error rather than defaulting
5520                         to using the loopback address. [RT #1836]
5522 1029.   [bug]           Some named.conf errors did not cause the loading
5523                         of the configuration file to return a failure
5524                         status even though they were logged. [RT #1847]
5526 1028.   [bug]           On Win32, dig/host/nslookup looked for resolv.conf
5527                         in the wrong directory. [RT #1833]
5529 1027.   [bug]           RRs having the reserved type 0 should be rejected.
5530                         [RT #1471]
5532 1026.   [placeholder]
5534 1025.   [bug]           Don't use multicast addresses to resolve iterative
5535                         queries. [RT #101]
5537 1024.   [port]          Compilation failed on HP-UX 11.11 due to
5538                         incompatible use of the SIOCGLIFCONF macro
5539                         name. [RT #1831]
5541 1023.   [func]          Accept hints without TTLs.
5543 1022.   [bug]           Don't report empty root hints as "extra data".
5544                         [RT #1802]
5546 1021.   [bug]           On Win32, log message timestamps were one month
5547                         later than they should have been, and the server
5548                         would exhibit unspecified behavior in December.
5550 1020.   [bug]           IXFR log messages did not distinguish between
5551                         true IXFRs, AXFR-style IXFRs, and mere version
5552                         polls. [RT #1811]
5554 1019.   [bug]           The value of the lame-ttl option was limited to 18000
5555                         seconds, not 1800 seconds as documented. [RT #1803]
5557 1018.   [bug]           The default log channel was not always initialized
5558                         correctly. [RT #1813]
5560 1017.   [bug]           When specifying TSIG keys to dig and nsupdate using
5561                         the -k option, they must be HMAC-MD5 keys. [RT #1810]
5563 1016.   [bug]           Slave zones with no backup file were re-transferred
5564                         on every server reload.
5566 1015.   [bug]           Log channels that had a "versions" option but no
5567                         "size" option failed to create numbered log
5568                         files. [RT #1783]
5570 1014.   [bug]           Some queries would cause statistics counters to
5571                         increment more than once or not at all. [RT #1321]
5573 1013.   [bug]           It was possible to cancel a query twice when marking
5574                         a server as bogus or by having a blackhole acl.
5575                         [RT #1776]
5577 1012.   [bug]           The -p option to named did not behave as documented.
5579 1011.   [cleanup]       Removed isc_dir_current().
5581 1010.   [bug]           The server could attempt to execute a command channel
5582                         command after initiating server shutdown, causing
5583                         an assertion failure. [RT #1766]
5585 1009.   [port]          OpenUNIX 8 support. [RT #1728]
5587 1008.   [port]          libtool.m4, ltmain.sh from libtool-1.4.2.
5589 1007.   [port]          config.guess, config.sub from autoconf-2.52.
5591 1006.   [bug]           If a KEY RR was found missing during DNSSEC validation,
5592                         an assertion failure could subsequently be triggered
5593                         in the resolver. [RT #1763]
5595 1005.   [bug]           Don't copy nonzero RCODEs from request to response.
5596                         [RT #1765]
5598 1004.   [port]          Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
5600 1003.   [func]          Add the +retry option to dig.
5602 1002.   [bug]           When reporting an unknown class name in named.conf,
5603                         including the file name and line number. [RT #1759]
5605 1001.   [bug]           win32 socket code doio_recv was not catching a
5606                         WSACONNRESET error when a client was timing out
5607                         the request and closing its socket. [RT #1745]
5609 1000.   [bug]           BIND 8 compatibility: accept "HESIOD" as an alias
5610                         for class "HS". [RT #1759]
5612  999.   [func]          "rndc retransfer zone [class [view]]" added.
5613                         [RT #1752]
5615  998.   [func]          named-checkzone now has arguments to specify the
5616                         chroot directory (-t) and working directory (-w).
5617                         [RT #1755]
5619  997.   [func]          Add support for RSA-SHA1 keys (RFC3110).
5621  996.   [func]          Issue warning if the configuration filename contains
5622                         the chroot path.
5624  995.   [bug]           dig, host, nslookup: using a raw IPv6 address as a
5625                         target address should be fatal on a IPv4 only system.
5627  994.   [func]          Treat non-authoritative responses to queries for type
5628                         NS as referrals even if the NS records are in the
5629                         answer section, because BIND 8 servers incorrectly
5630                         send them that way.  This is necessary for DNSSEC
5631                         validation of the NS records of a secure zone to
5632                         succeed when the parent is a BIND 8 server. [RT #1706]
5634  993.   [func]          dig: -v now reports the version.
5636  992.   [doc]           dig: ~/.digrc is now documented.
5638  991.   [func]          Lower UDP refresh timeout messages to level
5639                         debug 1.
5641  990.   [bug]           The rndc-confgen man page was not installed.
5643  989.   [bug]           Report filename if $INCLUDE fails for file related
5644                         errors. [RT #1736]
5646  988.   [bug]           'additional-from-auth no;' did not work reliably
5647                         in the case of queries answered from the cache.
5648                         [RT #1436]
5650  987.   [bug]           "dig -help" didn't show "+[no]stats".
5652  986.   [bug]           "dig +noall" failed to clear stats and command
5653                         printing.
5655  985.   [func]          Consider network interfaces to be up iff they have
5656                         a nonzero IP address rather than based on the
5657                         IFF_UP flag. [RT #1160]
5659  984.   [bug]           Multi-threading should be enabled by default on
5660                         Solaris 2.7 and newer, but it wasn't.
5662  983.   [func]          The server now supports generating IXFR difference
5663                         sequences for non-dynamic zones by comparing zone
5664                         versions, when enabled using the new config
5665                         option "ixfr-from-differences". [RT #1727]
5667  982.   [func]          If "memstatistics-file" is set in options the memory
5668                         statistics will be written to it.
5670  981.   [func]          The dnssec tools can now take multiple '-r randomfile'
5671                         arguments.
5673  980.   [bug]           Incoming zone transfers restarting after an error
5674                         could trigger an assertion failure. [RT #1692]
5676  979.   [func]          Incremental master file dumping.  dns_master_dumpinc(),
5677                         dns_master_dumptostreaminc(), dns_dumpctx_attach(),
5678                         dns_dumpctx_detach(), dns_dumpctx_cancel(),
5679                         dns_dumpctx_db() and dns_dumpctx_version().
5681  978.   [bug]           dns_db_attachversion() had an invalid REQUIRE()
5682                         condition.
5684  977.   [bug]           Improve "not at top of zone" error message.
5686  976.   [func]          named-checkconf can now test load master zones
5687                         (named-checkconf -z). [RT #1468]
5689  975.   [bug]           "max-cache-size default;" as a view option
5690                         caused an assertion failure.
5692  974.   [bug]           "max-cache-size unlimited;" as a global option
5693                         was not accepted.
5695  973.   [bug]           Failed to log the question name when logging:
5696                         "bad zone transfer request: non-authoritative zone
5697                         (NOTAUTH)".
5699  972.   [bug]           The file modification time code in zone.c was using the
5700                         wrong epoch. [RT #1667]
5702  971.   [placeholder]
5704  970.   [func]          'max-journal-size' can now be used to set a target
5705                         size for a journal.
5707  969.   [func]          dig now supports the undocumented dig 8 feature
5708                         of allowing arbitrary labels, not just dotted
5709                         decimal quads, with the -x option.  This can be
5710                         used to conveniently look up RFC2317 names as in
5711                         "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
5713  968.   [bug]           On win32, the isc_time_now() function was unnecessarily
5714                         calling strtime(). [RT #1671]
5716  967.   [bug]           On win32, the link for bindevt was not including the
5717                         required resource file to enable the event viewer
5718                         to interpret the error messages in the event log,
5719                         [RT #1668]
5721  966.   [placeholder]
5723  965.   [bug]           Including data other than root server NS and A
5724                         records in the root hint file could cause a rbtdb
5725                         node reference leak. [RT #1581, #1618]
5727  964.   [func]          Warn if data other than root server NS and A records
5728                         are found in the root hint file. [RT #1581, #1618]
5730  963.   [bug]           Bad ISC_LANG_ENDDECLS. [RT #1645]
5732  962.   [bug]           libbind: bad "#undef", don't attempt to install
5733                         non-existent nlist.h. [RT #1640]
5735  961.   [bug]           Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
5736                         was not defined. [RT #1482]
5738  960.   [port]          liblwres failed to build on systems with support for
5739                         getrrsetbyname() in the OS. [RT #1592]
5741  959.   [port]          On FreeBSD, determine the number of CPUs by calling
5742                         sysctlbyname(). [RT #1584]
5744  958.   [port]          ssize_t is not available on all platforms. [RT #1607]
5746  957.   [bug]           sys/select.h inclusion was broken on older platforms.
5747                         [RT #1607]
5749  956.   [bug]           ns_g_autorndcfile changed to ns_g_keyfile
5750                         in named/win32/os.c due to code changes in
5751                         change #953. win32 .make file for rndc-confgen
5752                         updated to add include path for os.h header.
5754         --- 9.2.0rc1 released ---
5756  955.   [bug]           When using views, the zone's class was not being
5757                         inherited from the view's class. [RT #1583]
5759  954.   [bug]           When requesting AXFRs or IXFRs using dig, host, or
5760                         nslookup, the RD bit should not be set as zone
5761                         transfers are inherently non-recursive. [RT #1575]
5763  953.   [func]          The /var/run/named.key file from change #843
5764                         has been replaced by /etc/rndc.key.  Both
5765                         named and rndc will look for this file and use
5766                         it to configure a default control channel key
5767                         if not already configured using a different
5768                         method (rndc.conf / controls).  Unlike
5769                         named.key, rndc.key is not created automatically;
5770                         it must be created by manually running
5771                         "rndc-confgen -a".
5773  952.   [bug]           The server required manual intervention to serve the
5774                         affected zones if it died between creating a journal
5775                         and committing the first change to it.
5777  951.   [bug]           CFLAGS was not passed to the linker when
5778                         linking some of the test programs under
5779                         bin/tests. [RT #1555].
5781  950.   [bug]           Explicit TTLs did not properly override $TTL
5782                         due to a bug in change 834. [RT #1558]
5784  949.   [bug]           host was unable to print records larger than 512
5785                         bytes. [RT #1557]
5787         --- 9.2.0b2 released ---
5789  948.   [port]          Integrated support for building on Windows NT /
5790                         Windows 2000.
5792  947.   [bug]           dns_rdata_soa_t had a badly named element "mname" which
5793                         was really the RNAME field from RFC1035.  To avoid
5794                         confusion and silent errors that would occur it the
5795                         "origin" and "mname" elements were given their correct
5796                         names "mname" and "rname" respectively, the "mname"
5797                         element is renamed to "contact".
5799  946.   [cleanup]       doc/misc/options is now machine-generated from the
5800                         configuration parser syntax tables, and therefore
5801                         more likely to be correct.
5803  945.   [func]          Add the new view-specific options
5804                         "match-destinations" and "match-recursive-only".
5806  944.   [func]          Check for expired signatures on load.
5808  943.   [bug]           The server could crash when receiving a command
5809                         via rndc if the configuration file listed only
5810                         nonexistent keys in the controls statement. [RT #1530]
5812  942.   [port]          libbind: GETNETBYADDR_ADDR_T was not correctly
5813                         defined on some platforms.
5815  941.   [bug]           The configuration checker crashed if a slave
5816                         zone didn't contain a masters statement. [RT #1514]
5818  940.   [bug]           Double zone locking failure on error path. [RT #1510]
5820         --- 9.2.0b1 released ---
5822  939.   [port]          Add the --disable-linux-caps option to configure for
5823                         systems that manage capabilities outside of named.
5824                         [RT #1503]
5826  938.   [placeholder]
5828  937.   [bug]           A race when shutting down a zone could trigger a
5829                         INSIST() failure. [RT #1034]
5831  936.   [func]          Warn about IPv4 addresses that are not complete
5832                         dotted quads. [RT #1084]
5834  935.   [bug]           inet_pton failed to reject leading zeros.
5836  934.   [port]          Deal with systems where accept() spuriously returns
5837                         ECONNRESET.
5839  933.   [bug]           configure failed doing libbind on platforms not
5840                         supported by BIND 8. [RT #1496]
5842         --- 9.2.0a3 released ---
5844  932.   [bug]           Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
5845                         when installing isc-config.sh.
5846                         [RT #198, #1466]
5848  931.   [bug]           The controls statement only attempted to verify
5849                         messages using the first key in the key list.
5850                         (9.2.0a1/a2 only).
5852  930.   [func]          Query performance testing tool added as
5853                         contrib/queryperf.
5855  929.   [placeholder]
5857  928.   [bug]           nsupdate would send empty update packets if the
5858                         send (or empty line) command was run after
5859                         another send but before any new updates or
5860                         prerequisites were specified.  It should simply
5861                         ignore this command.
5863  927.   [bug]           Don't hold the zone lock for the entire dump to disk.
5864                         [RT #1423]
5866  926.   [bug]           The resolver could deadlock with the ADB when
5867                         shutting down (multi-threaded builds only).
5868                         [RT #1324]
5870  925.   [cleanup]       Remove openssl from the distribution; require that
5871                         --with-openssl be specified if DNSSEC is needed.
5873  924.   [port]          Extend support for pre-RFC2133 IPv6 implementation.
5874                         [RT #987]
5876  923.   [bug]           Multiline TSIG secrets (and other multiline strings)
5877                         were not accepted in named.conf. [RT #1469]
5879  922.   [func]          Added two new lwres_getrrsetbyname() result codes,
5880                         ERR_NONAME and ERR_NODATA.
5882  921.   [bug]           lwres returned an incorrect error code if it received
5883                         a truncated message.
5885  920.   [func]          Increase the lwres receive buffer size to 16K.
5886                         [RT #1451]
5888  919.   [placeholder]
5890  918.   [func]          In nsupdate, TSIG errors are no longer treated as
5891                         fatal errors.
5893  917.   [func]          New nsupdate command 'key', allowing TSIG keys to
5894                         be specified in the nsupdate command stream rather
5895                         than the command line.
5897  916.   [bug]           Specifying type ixfr to dig without specifying
5898                         a serial number failed in unexpected ways.
5900  915.   [func]          The named-checkconf and named-checkzone programs
5901                         now have a '-v' option for printing their version.
5902                         [RT #1151]
5904  914.   [bug]           Global 'server' statements were rejected when
5905                         using views, even though they were accepted
5906                         in 9.1. [RT #1368]
5908  913.   [bug]           Cache cleaning was not sufficiently aggressive.
5909                         [RT #1441, #1444]
5911  912.   [bug]           Attempts to set the 'additional-from-cache' or
5912                         'additional-from-auth' option to 'no' in a
5913                         server with recursion enabled will now
5914                         be ignored and cause a warning message.
5915                         [RT #1145]
5917  911.   [placeholder]
5919  910.   [port]          Some pre-RFC2133 IPv6 implementations do not define
5920                         IN6ADDR_ANY_INIT. [RT #1416]
5922  909.   [placeholder]
5924  908.   [func]          New program, rndc-confgen, to simplify setting up rndc.
5926  907.   [func]          The ability to get entropy from either the
5927                         random device, a user-provided file or from
5928                         the keyboard was migrated from the DNSSEC tools
5929                         to libisc as isc_entropy_usebestsource().
5931  906.   [port]          Separated the system independent portion of
5932                         lib/isc/unix/entropy.c into lib/isc/entropy.c
5933                         and added lib/isc/win32/entropy.c.
5935  905.   [bug]           Configuring a forward "zone" for the root domain
5936                         did not work. [RT #1418]
5938  904.   [bug]           The server would leak memory if attempting to use
5939                         an expired TSIG key. [RT #1406]
5941  903.   [bug]           dig should not crash when receiving a TCP packet
5942                         of length 0.
5944  902.   [bug]           The -d option was ignored if both -t and -g were also
5945                         specified.
5947  901.   [placeholder]
5949  900.   [bug]           A config.guess update changed the system identification
5950                         string of FreeBSD systems; configure and
5951                         bin/tests/system/ifconfig.sh now recognize the new
5952                         string.
5954         --- 9.2.0a2 released ---
5956  899.   [bug]           lib/dns/soa.c failed to compile on many platforms
5957                         due to inappropriate use of a void value.
5958                         [RT #1372, #1373, #1386, #1387, #1395]
5960  898.   [bug]           "dig" failed to set a nonzero exit status
5961                         on UDP query timeout. [RT #1323]
5963  897.   [bug]           A config.guess update changed the system identification
5964                         string of UnixWare systems; configure now recognizes
5965                         the new string.
5967  896.   [bug]           If a configuration file is set on named's command line
5968                         and it has a relative pathname, the current directory
5969                         (after any possible jailing resulting from named -t)
5970                         will be prepended to it so that reloading works
5971                         properly even when a directory option is present.
5973  895.   [func]          New function, isc_dir_current(), akin to POSIX's
5974                         getcwd().
5976  894.   [bug]           When using the DNSSEC tools, a message intended to warn
5977                         when the keyboard was being used because of the lack
5978                         of a suitable random device was not being printed.
5980  893.   [func]          Removed isc_file_test() and added isc_file_exists()
5981                         for the basic functionality that was being added
5982                         with isc_file_test().
5984  892.   [placeholder]
5986  891.   [bug]           Return an error when a SIG(0) signed response to
5987                         an unsigned query is seen.  This should actually
5988                         do the verification, but it's not currently
5989                         possible. [RT #1391]
5991  890.   [cleanup]       The man pages no longer require the mandoc macros
5992                         and should now format cleanly using most versions of
5993                         nroff, and HTML versions of the man pages have been
5994                         added.  Both are generated from DocBook source.
5996  889.   [port]          Eliminated blank lines before .TH in nroff man
5997                         pages since they cause problems with some versions
5998                         of nroff. [RT #1390]
6000  888.   [bug]           Don't die when using TKEY to delete a nonexistent
6001                         TSIG key. [RT #1392]
6003  887.   [port]          Detect broken compilers that can't call static
6004                         functions from inline functions. [RT #1212]
6006  886.   [placeholder]
6008  885.   [placeholder]
6010  884.   [placeholder]
6012  883.   [placeholder]
6014  882.   [placeholder]
6016  881.   [placeholder]
6018  880.   [placeholder]
6020  879.   [placeholder]
6022  878.   [placeholder]
6024  877.   [placeholder]
6026  876.   [placeholder]
6028  875.   [placeholder]
6030  874.   [placeholder]
6032  873.   [placeholder]
6034  872.   [placeholder]
6036  871.   [placeholder]
6038  870.   [placeholder]
6040  869.   [placeholder]
6042  868.   [placeholder]
6044  867.   [placeholder]
6046  866.   [func]          Close debug only file channels when debug is set to
6047                         zero. [RT #1246]
6049  865.   [bug]           The new configuration parser did not allow
6050                         the optional debug level in a "severity debug"
6051                         clause of a logging channel to be omitted.
6052                         This is now allowed and treated as "severity
6053                         debug 1;" like it does in BIND 8.2.4, not as
6054                         "severity debug 0;" like it did in BIND 9.1.
6055                         [RT #1367]
6057  864.   [cleanup]       Multi-threading is now enabled by default on
6058                         OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
6060  863.   [bug]           If an error occurred while an outgoing zone transfer
6061                         was starting up, the server could access a domain
6062                         name that had already been freed when logging a
6063                         message saying that the transfer was starting.
6064                         [RT #1383]
6066  862.   [bug]           Use after realloc(), non portable pointer arithmetic in
6067                         grmerge().
6069  861.   [port]          Add support for Mac OS X, by making it equivalent
6070                         to Darwin.  This was derived from the config.guess
6071                         file shipped with Mac OS X. [RT #1355]
6073  860.   [func]          Drop cross class glue in zone transfers.
6075  859.   [bug]           Cache cleaning now won't swamp the CPU if there
6076                         is a persistent over limit condition.
6078  858.   [func]          isc_mem_setwater() no longer requires that when the
6079                         callback function is non-NULL then its hi_water
6080                         argument must be greater than its lo_water argument
6081                         (they can now be equal) or that they be non-zero.
6083  857.   [cleanup]       Use ISC_MAGIC() to define all magic numbers for
6084                         structs, for our friends in EBCDIC-land.
6086  856.   [func]          Allow partial rdatasets to be returned in answer and
6087                         authority sections to help non-TCP capable clients
6088                         recover from truncation. [RT #1301]
6090  855.   [bug]           Stop spurious "using RFC 1035 TTL semantics" warnings.
6092  854.   [bug]           The config parser didn't properly handle config
6093                         options that were specified in units of time other
6094                         than seconds. [RT #1372]
6096  853.   [bug]           configure_view_acl() failed to detach existing acls.
6097                         [RT #1374]
6099  852.   [bug]           Handle responses from servers which do not know
6100                         about IXFR.
6102  851.   [cleanup]       The obsolete support-ixfr option was not properly
6103                         ignored.
6105         --- 9.2.0a1 released ---
6107  850.   [bug]           dns_rbt_findnode() would not find nodes that were
6108                         split on a bitstring label somewhere other than in
6109                         the last label of the node. [RT #1351]
6111  849.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined.
6113  848.   [func]          A minimum max-cache-size of two megabytes is enforced
6114                         by the cache cleaner.
6116  847.   [func]          Added isc_file_test(), which currently only has
6117                         some very basic functionality to test for the
6118                         existence of a file, whether a pathname is absolute,
6119                         or whether a pathname is the fundamental representation
6120                         of the current directory.  It is intended that this
6121                         function can be expanded to test other things a
6122                         programmer might want to know about a file.
6124  846.   [func]          A non-zero 'param' to dst_key_generate() when making an
6125                         hmac-md5 key means that good entropy is not required.
6127  845.   [bug]           The access rights on the public file of a symmetric
6128                         key are now restricted as soon as the file is opened,
6129                         rather than after it has been written and closed.
6131  844.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined,
6132                         just as <lwres/net.h> does.
6134  843.   [func]          If no controls statement is present in named.conf,
6135                         or if any inet phrase of a controls statement is
6136                         lacking a keys clause, then a key will be automatically
6137                         generated by named and an rndc.conf-style file
6138                         named named.key will be written that uses it.  rndc
6139                         will use this file only if its normal configuration
6140                         file, or one provided on the command line, does not
6141                         exist.
6143  842.   [func]          'rndc flush' now takes an optional view.
6145  841.   [bug]           When sdb modules were not declared threadsafe, their
6146                         create and destroy functions were not serialized.
6148  840.   [bug]           The config file parser could print the wrong file
6149                         name if an error was detected after an included file
6150                         was parsed. [RT #1353]
6152  839.   [func]          Dump packets for which there was no view or that the
6153                         class could not be determined to category "unmatched".
6155  838.   [port]          UnixWare 7.x.x is now suported by
6156                         bin/tests/system/ifconfig.sh.
6158  837.   [cleanup]       Multi-threading is now enabled by default only on
6159                         OSF1, Solaris 2.7 and newer, and AIX.
6161  836.   [func]          Upgraded libtool to 1.4.
6163  835.   [bug]           The dispatcher could enter a busy loop if
6164                         it got an I/O error receiving on a UDP socket.
6165                         [RT #1293]
6167  834.   [func]          Accept (but warn about) master files beginning with
6168                         an SOA record without an explicit TTL field and
6169                         lacking a $TTL directive, by using the SOA MINTTL
6170                         as a default TTL.  This is for backwards compatibility
6171                         with old versions of BIND 8, which accepted such
6172                         files without warning although they are illegal
6173                         according to RFC1035.
6175  833.   [cleanup]       Moved dns_soa_*() from <dns/journal.h> to
6176                         <dns/soa.h>, and extended them to support
6177                         all the integer-valued fields of the SOA RR.
6179  832.   [bug]           The default location for named.conf in named-checkconf
6180                         should depend on --sysconfdir like it does in named.
6181                         [RT #1258]
6183  831.   [placeholder]
6185  830.   [func]          Implement 'rndc status'.
6187  829.   [bug]           The DNS_R_ZONECUT result code should only be returned
6188                         when an ANY query is made with DNS_DBFIND_GLUEOK set.
6189                         In all other ANY query cases, returning the delegation
6190                         is better.
6192  828.   [bug]           The errno value from recvfrom() could be overwritten
6193                         by logging code. [RT #1293]
6195  827.   [bug]           When an IXFR protocol error occurs, the slave
6196                         should retry with AXFR.
6198  826.   [bug]           Some IXFR protocol errors were not detected.
6200  825.   [bug]           zone.c:ns_query() detached from the wrong zone
6201                         reference. [RT #1264]
6203  824.   [bug]           Correct line numbers reported by dns_master_load().
6204                         [RT #1263]
6206  823.   [func]          The output of "dig -h" now goes to stdout so that it
6207                         can easily be piped through "more". [RT #1254]
6209  822.   [bug]           Sending nxrrset prerequisites would crash nsupdate.
6210                         [RT #1248]
6212  821.   [bug]           The program name used when logging to syslog should
6213                         be stripped of leading path components.
6214                         [RT #1178, #1232]
6216  820.   [bug]           Name server address lookups failed to follow
6217                         A6 chains into the glue of local authoritative
6218                         zones.
6220  819.   [bug]           In certain cases, the resolver's attempts to
6221                         restart an address lookup at the root could cause
6222                         the fetch to deadlock (with itself) instead of
6223                         restarting. [RT #1225]
6225  818.   [bug]           Certain pathological responses to ANY queries could
6226                         cause an assertion failure. [RT #1218]
6228  817.   [func]          Adjust timeouts for dialup zone queries.
6230  816.   [bug]           Report potential problems with log file accessibility
6231                         at configuration time, since such problems can't
6232                         reliably be reported at the time they actually occur.
6234  815.   [bug]           If a log file was specified with a path separator
6235                         character (i.e. "/") in its name and the directory
6236                         did not exist, the log file's name was treated as
6237                         though it were the directory name. [RT #1189]
6239  814.   [bug]           Socket objects left over from accept() failures
6240                         were incorrectly destroyed, causing corruption
6241                         of socket manager data structures.
6243  813.   [bug]           File descriptors exceeding FD_SETSIZE were handled
6244                         badly. [RT #1192]
6246  812.   [bug]           dig sometimes printed incomplete IXFR responses
6247                         due to an uninitialized variable. [RT #1188]
6249  811.   [bug]           Parentheses were not quoted in zone dumps. [RT #1194]
6251  810.   [bug]           The signer name in SIG records was not properly
6252                         down-cased when signing/verifying records. [RT #1186]
6254  809.   [bug]           Configuring a non-local address as a transfer-source
6255                         could cause an assertion failure during load.
6257  808.   [func]          Add 'rndc flush' to flush the server's cache.
6259  807.   [bug]           When setting up TCP connections for incoming zone
6260                         transfers, the transfer-source port was not
6261                         ignored like it should be.
6263  806.   [bug]           DNS_R_SEENINCLUDE was failing to propagate back up
6264                         the calling stack to the zone maintenance level,
6265                         causing zones to not reload when an included file was
6266                         touched but the top-level zone file was not.
6268  805.   [bug]           When using "forward only", missing root hints should
6269                         not cause queries to fail. [RT #1143]
6271  804.   [bug]           Attempting to obtain entropy could fail in some
6272                         situations.  This would be most common on systems
6273                         with user-space threads. [RT #1131]
6275  803.   [bug]           Treat all SIG queries as if they have the CD bit set,
6276                         otherwise no data will be returned [RT #749]
6278  802.   [bug]           DNSSEC key tags were computed incorrectly in almost
6279                         all cases. [RT #1146]
6281  801.   [bug]           nsupdate should treat lines beginning with ';' as
6282                         comments. [RT #1139]
6284  800.   [bug]           dnssec-signzone produced incorrect statistics for
6285                         large zones. [RT #1133]
6287  799.   [bug]           The ADB didn't find AAAA glue in a zone unless A6
6288                         glue was also present.
6290  798.   [bug]           nsupdate should be able to reject bad input lines
6291                         and continue. [RT #1130]
6293  797.   [func]          Issue a warning if the 'directory' option contains
6294                         a relative path. [RT #269]
6296  796.   [func]          When a size limit is associated with a log file,
6297                         only roll it when the size is reached, not every
6298                         time the log file is opened. [RT #1096]
6300  795.   [func]          Add the +multiline option to dig. [RT #1095]
6302  794.   [func]          Implement the "port" and "default-port" statements
6303                         in rndc.conf.
6305  793.   [cleanup]       The DNSSEC tools could create filenames that were
6306                         illegal or contained shell meta-characters.  They
6307                         now use a different text encoding of names that
6308                         doesn't have these problems. [RT #1101]
6310  792.   [cleanup]       Replace the OMAPI command channel protocol with a
6311                         simpler one.
6313  791.   [bug]           The command channel now works over IPv6.
6315  790.   [bug]           Wildcards created using dynamic update or IXFR
6316                         could fail to match. [RT #1111]
6318  789.   [bug]           The "localhost" and "localnets" ACLs did not match
6319                         when used as the second element of a two-element
6320                         sortlist item.
6322  788.   [func]          Add the "match-mapped-addresses" option, which
6323                         causes IPv6 v4mapped addresses to be treated as
6324                         IPv4 addresses for the purpose of acl matching.
6326  787.   [bug]           The DNSSEC tools failed to downcase domain
6327                         names when mapping them into file names.
6329  786.   [bug]           When DNSSEC signing/verifying data, owner names were
6330                         not properly down-cased.
6332  785.   [bug]           A race condition in the resolver could cause
6333                         an assertion failure. [RT #673, #872, #1048]
6335  784.   [bug]           nsupdate and other programs would not quit properly
6336                         if some signals were blocked by the caller. [RT #1081]
6338  783.   [bug]           Following CNAMEs could cause an assertion failure
6339                         when either using an sdb database or under very
6340                         rare conditions.
6342  782.   [func]          Implement the "serial-query-rate" option.
6344  781.   [func]          Avoid error packet loops by dropping duplicate FORMERR
6345                         responses. [RT #1006]
6347  780.   [bug]           Error handling code dealing with out of memory or
6348                         other rare errors could lead to assertion failures
6349                         by calling functions on uninitialized names. [RT #1065]
6351  779.   [func]          Added the "minimal-responses" option.
6353  778.   [bug]           When starting cache cleaning, cleaning_timer_action()
6354                         returned without first pausing the iterator, which
6355                         could cause deadlock. [RT #998]
6357  777.   [bug]           An empty forwarders list in a zone failed to override
6358                         global forwarders. [RT #995]
6360  776.   [func]          Improved error reporting in denied messages. [RT #252]
6362  775.   [placeholder]
6364  774.   [func]          max-cache-size is implemented.
6366  773.   [func]          Added isc_rwlock_trylock() to attempt to lock without
6367                         blocking.
6369  772.   [bug]           Owner names could be incorrectly omitted from cache
6370                         dumps in the presence of negative caching entries.
6371                         [RT #991]
6373  771.   [cleanup]       TSIG errors related to unsynchronized clocks
6374                         are logged better. [RT #919]
6376  770.   [func]          Add the "edns yes_or_no" statement to the server
6377                         clause. [RT #524]
6379  769.   [func]          Improved error reporting when parsing rdata. [RT #740]
6381  768.   [bug]           The server did not emit an SOA when a CNAME
6382                         or DNAME chain ended in NXDOMAIN in an
6383                         authoritative zone.
6385  767.   [placeholder]
6387  766.   [bug]           A few cases in query_find() could leak fname.
6388                         This would trigger the mpctx->allocated == 0
6389                         assertion when the server exited.
6390                         [RT #739, #776, #798, #812, #818, #821, #845,
6391                         #892, #935, #966]
6393  765.   [func]          ACL names are once again case insensitive, like
6394                         in BIND 8. [RT #252]
6396  764.   [func]          Configuration files now allow "include" directives
6397                         in more places, such as inside the "view" statement.
6398                         [RT #377, #728, #860]
6400  763.   [func]          Configuration files no longer have reserved words.
6401                         [RT #731, #753]
6403  762.   [cleanup]       The named.conf and rndc.conf file parsers have
6404                         been completely rewritten.
6406  761.   [bug]           _REENTRANT was still defined when building with
6407                         --disable-threads.
6409  760.   [contrib]       Significant enhancements to the pgsql sdb driver.
6411  759.   [bug]           The resolver didn't turn off "avoid fetches" mode
6412                         when restarting, possibly causing resolution
6413                         to fail when it should not.  This bug only affected
6414                         platforms which support both IPv4 and IPv6. [RT #927]
6416  758.   [bug]           The "avoid fetches" code did not treat negative
6417                         cache entries correctly, causing fetches that would
6418                         be useful to be avoided.  This bug only affected
6419                         platforms which support both IPv4 and IPv6. [RT #927]
6421  757.   [func]          Log zone transfers.
6423  756.   [bug]           dns_zone_load() could "return" success when no master
6424                         file was configured.
6426  755.   [bug]           Fix incorrectly formatted log messages in zone.c.
6428  754.   [bug]           Certain failure conditions sending UDP packets
6429                         could cause the server to retry the transmission
6430                         indefinitely. [RT #902]
6432  753.   [bug]           dig, host, and nslookup would fail to contact a
6433                         remote server if getaddrinfo() returned an IPv6
6434                         address on a system that doesn't support IPv6.
6435                         [RT #917]
6437  752.   [func]          Correct bad tv_usec elements returned by
6438                         gettimeofday().
6440  751.   [func]          Log successful zone loads / transfers.  [RT #898]
6442  750.   [bug]           A query should not match a DNAME whose trust level
6443                         is pending. [RT #916]
6445  749.   [bug]           When a query matched a DNAME in a secure zone, the
6446                         server did not return the signature of the DNAME.
6447                         [RT #915]
6449  748.   [doc]           List supported RFCs in doc/misc/rfc-compliance.
6450                         [RT #781]
6452  747.   [bug]           The code to determine whether an IXFR was possible
6453                         did not properly check for a database that could
6454                         not have a journal. [RT #865, #908]
6456  746.   [bug]           The sdb didn't clone rdatasets properly, causing
6457                         a crash when the server followed delegations. [RT #905]
6459  745.   [func]          Report the owner name of records that fail
6460                         semantic checks while loading.
6462  744.   [bug]           When returning DNS_R_CNAME or DNS_R_DNAME as the
6463                         result of an ANY or SIG query, the resolver failed
6464                         to setup the return event's rdatasets, causing an
6465                         assertion failure in the query code. [RT #881]
6467  743.   [bug]           Receiving a large number of certain malformed
6468                         answers could cause named to stop responding.
6469                         [RT #861]
6471  742.   [placeholder]
6473  741.   [port]          Support openssl-engine. [RT #709]
6475  740.   [port]          Handle openssl library mismatches slightly better.
6477  739.   [port]          Look for /dev/random in configure, rather than
6478                         assuming it will be there for only a predefined
6479                         set of OSes.
6481  738.   [bug]           If a non-threadsafe sdb driver supported AXFR and
6482                         received an AXFR request, it would deadlock or die
6483                         with an assertion failure. [RT #852]
6485  737.   [port]          stdtime.c failed to compile on certain platforms.
6487  736.   [func]          New functions isc_task_{begin,end}exclusive().
6489  735.   [doc]           Add BIND 4 migration notes.
6491  734.   [bug]           An attempt to re-lock the zone lock could occur if
6492                         the server was shutdown during a zone transfer.
6493                         [RT #830]
6495  733.   [bug]           Reference counts of dns_acl_t objects need to be
6496                         locked but were not. [RT #801, #821]
6498  732.   [bug]           Glue with 0 TTL could also cause SERVFAIL. [RT #828]
6500  731.   [bug]           Certain zone errors could cause named-checkzone to
6501                         fail ungracefully. [RT #819]
6503  730.   [bug]           lwres_getaddrinfo() returns the correct result when
6504                         it fails to contact a server. [RT #768]
6506  729.   [port]          pthread_setconcurrency() needs to be called on Solaris.
6508  728.   [bug]           Fix comment processing on master file directives.
6509                         [RT# 757]
6511  727.   [port]          Work around OS bug where accept() succeeds but
6512                         fails to fill in the peer address of the accepted
6513                         connection, by treating it as an error rather than
6514                         an assertion failure. [RT #809]
6516  726.   [func]          Implement the "trace" and "notrace" commands in rndc.
6518  725.   [bug]           Installing man pages could fail.
6520  724.   [func]          New libisc functions isc_netaddr_any(),
6521                         isc_netaddr_any6().
6523  723.   [bug]           Referrals whose NS RRs had a 0 TTL caused the resolver
6524                         to return DNS_R_SERVFAIL. [RT #783]
6526  722.   [func]          Allow incremental loads to be canceled.
6528  721.   [cleanup]       Load manager and dns_master_loadfilequota() are no
6529                         more.
6531  720.   [bug]           Server could enter infinite loop in
6532                         dispatch.c:do_cancel(). [RT #733]
6534  719.   [bug]           Rapid reloads could trigger an assertion failure.
6535                         [RT #743, #763]
6537  718.   [cleanup]       "internal" is no longer a reserved word in named.conf.
6538                         [RT #753, #731]
6540  717.   [bug]           Certain TKEY processing failure modes could
6541                         reference an uninitialized variable, causing the
6542                         server to crash. [RT #750]
6544  716.   [bug]           The first line of a $INCLUDE master file was lost if
6545                         an origin was specified. [RT #744]
6547  715.   [bug]           Resolving some A6 chains could cause an assertion
6548                         failure in adb.c. [RT #738]
6550  714.   [bug]           Preserve interval timers across reloads unless changed.
6551                         [RT# 729]
6553  713.   [func]          named-checkconf takes '-t directory' similar to named.
6554                         [RT #726]
6556  712.   [bug]           Sending a large signed update message caused an
6557                         assertion failure. [RT #718]
6559  711.   [bug]           The libisc and liblwres implementations of
6560                         inet_ntop contained an off by one error.
6562  710.   [func]          The forwarders statement now takes an optional
6563                         port. [RT #418]
6565  709.   [bug]           ANY or SIG queries for data with a TTL of 0
6566                         would return SERVFAIL. [RT #620]
6568  708.   [bug]           When building with --with-openssl, the openssl headers
6569                         included with BIND 9 should not be used. [RT #702]
6571  707.   [func]          The "filename" argument to named-checkzone is no
6572                         longer optional, to reduce confusion. [RT #612]
6574  706.   [bug]           Zones with an explicit "allow-update { none; };"
6575                         were considered dynamic and therefore not reloaded
6576                         on SIGHUP or "rndc reload".
6578  705.   [port]          Work out resource limit type for use where rlim_t is
6579                         not available. [RT #695]
6581  704.   [port]          RLIMIT_NOFILE is not available on all platforms.
6582                         [RT #695]
6584  703.   [port]          sys/select.h is needed on older platforms. [RT #695]
6586  702.   [func]          If the address 0.0.0.0 is seen in resolv.conf,
6587                         use 127.0.0.1 instead. [RT #693]
6589  701.   [func]          Root hints are now fully optional.  Class IN
6590                         views use compiled-in hints by default, as
6591                         before.  Non-IN views with no root hints now
6592                         provide authoritative service but not recursion.
6593                         A warning is logged if a view has neither root
6594                         hints nor authoritative data for the root. [RT #696]
6596  700.   [bug]           $GENERATE range check was wrong. [RT #688]
6598  699.   [bug]           The lexer mishandled empty quoted strings. [RT #694]
6600  698.   [bug]           Aborting nsupdate with ^C would lead to several
6601                         race conditions.
6603  697.   [bug]           nsupdate was not compatible with the undocumented
6604                         BIND 8 behavior of ignoring TTLs in "update delete"
6605                         commands. [RT #693]
6607  696.   [bug]           lwresd would die with an assertion failure when passed
6608                         a zero-length name. [RT #692]
6610  695.   [bug]           If the resolver attempted to query a blackholed or
6611                         bogus server, the resolution would fail immediately.
6613  694.   [bug]           $GENERATE did not produce the last entry.
6614                         [RT #682, #683]
6616  693.   [bug]           An empty lwres statement in named.conf caused
6617                         the server to crash while loading.
6619  692.   [bug]           Deal with systems that have getaddrinfo() but not
6620                         gai_strerror(). [RT #679]
6622  691.   [bug]           Configuring per-view forwarders caused an assertion
6623                         failure. [RT #675, #734]
6625  690.   [func]          $GENERATE now supports DNAME. [RT #654]
6627  689.   [doc]           man pages are now installed. [RT #210]
6629  688.   [func]          "make tags" now works on systems with the
6630                         "Exuberant Ctags" etags.
6632  687.   [bug]           Only say we have IPv6, with sufficient functionality,
6633                         if it has actually been tested. [RT #586]
6635  686.   [bug]           dig and nslookup can now be properly aborted during
6636                         blocking operations. [RT #568]
6638  685.   [bug]           nslookup should use the search list/domain options
6639                         from resolv.conf by default. [RT #405, #630]
6641  684.   [bug]           Memory leak with view forwarders. [RT #656]
6643  683.   [bug]           File descriptor leak in isc_lex_openfile().
6645  682.   [bug]           nslookup displayed SOA records incorrectly. [RT #665]
6647  681.   [bug]           $GENERATE specifying output format was broken. [RT #653]
6649  680.   [bug]           dns_rdata_fromstruct() mishandled options bigger
6650                         than 255 octets.
6652  679.   [bug]           $INCLUDE could leak memory and file descriptors on
6653                         reload. [RT #639]
6655  678.   [bug]           "transfer-format one-answer;" could trigger an assertion
6656                         failure. [RT #646]
6658  677.   [bug]           dnssec-signzone would occasionally use the wrong ttl
6659                         for database operations and fail. [RT #643]
6661  676.   [bug]           Log messages about lame servers to category
6662                         'lame-servers' rather than 'resolver', so as not
6663                         to be gratuitously incompatible with BIND 8.
6665  675.   [bug]           TKEY queries could cause the server to leak
6666                         memory.
6668  674.   [func]          Allow messages to be TSIG signed / verified using
6669                         a offset from the current time.
6671  673.   [func]          The server can now convert RFC1886-style recursive
6672                         lookup requests into RFC2874-style lookups, when
6673                         enabled using the new option "allow-v6-synthesis".
6675  672.   [bug]           The wrong time was in the "time signed" field when
6676                         replying with BADTIME error.
6678  671.   [bug]           The message code was failing to parse a message with
6679                         no question section and a TSIG record. [RT #628]
6681  670.   [bug]           The lwres replacements for getaddrinfo and
6682                         getipnodebyname didn't properly check for the
6683                         existence of the sockaddr sa_len field.
6685  669.   [bug]           dnssec-keygen now makes the public key file
6686                         non-world-readable for symmetric keys. [RT #403]
6688  668.   [func]          named-checkzone now reports multiple errors in master
6689                         files.
6691  667.   [bug]           On Linux, running named with the -u option and a
6692                         non-world-readable configuration file didn't work.
6693                         [RT #626]
6695  666.   [bug]           If a request sent by dig is longer than 512 bytes,
6696                         use TCP.
6698  665.   [bug]           Signed responses were not sent when the size of the
6699                         TSIG + question exceeded the maximum message size.
6700                         [RT #628]
6702  664.   [bug]           The t_tasks and t_timers module tests are now skipped
6703                         when building without threads, since they require
6704                         threads.
6706  663.   [func]          Accept a size_spec, not just an integer, in the
6707                         (unimplemented and ignored) max-ixfr-log-size option
6708                         for compatibility with recent versions of BIND 8.
6709                         [RT #613]
6711  662.   [bug]           dns_rdata_fromtext() failed to log certain errors.
6713  661.   [bug]           Certain UDP IXFR requests caused an assertion failure
6714                         (mpctx->allocated == 0). [RT #355, #394, #623]
6716  660.   [port]          Detect multiple CPUs on HP-UX and IRIX.
6718  659.   [performance]   Rewrite the name compression code to be much faster.
6720  658.   [cleanup]       Remove all vestiges of 16 bit global compression.
6722  657.   [bug]           When a listen-on statement in an lwres block does not
6723                         specify a port, use 921, not 53.  Also update the
6724                         listen-on documentation. [RT #616]
6726  656.   [func]          Treat an unescaped newline in a quoted string as
6727                         an error.  This means that TXT records with missing
6728                         close quotes should have meaningful errors printed.
6730  655.   [bug]           Improve error reporting on unexpected eof when loading
6731                         zones. [RT #611]
6733  654.   [bug]           Origin was being forgotten in TCP retries in dig.
6734                         [RT #574]
6736  653.   [bug]           +defname option in dig was reversed in sense.
6737                         [RT #549]
6739  652.   [bug]           zone_saveunique() did not report the new name.
6741  651.   [func]          The AD bit in responses now has the meaning
6742                         specified in <draft-ietf-dnsext-ad-is-secure>.
6744  650.   [bug]           SIG(0) records were being generated and verified
6745                         incorrectly. [RT #606]
6747  649.   [bug]           It was possible to join to an already running fctx
6748                         after it had "cloned" its events, but before it sent
6749                         them.  In this case, the event of the newly joined
6750                         fetch would not contain the answer, and would
6751                         trigger the INSIST() in fctx_sendevents().  In
6752                         BIND 9.0, this bug did not trigger an INSIST(), but
6753                         caused the fetch to fail with a SERVFAIL result.
6754                         [RT #588, #597, #605, #607]
6756  648.   [port]          Add support for pre-RFC2133 IPv6 implementations.
6758  647.   [bug]           Resolver queries sent after following multiple
6759                         referrals had excessively long retransmission
6760                         timeouts due to incorrectly counting the referrals
6761                         as "restarts".
6763  646.   [bug]           The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
6764                         didn't _cleanly_ fix the problem it was trying to fix.
6766  645.   [port]          BSD/OS 3.0 needs pthread_init(). [RT #603]
6768  644.   [bug]           #622 needed more work. [RT #562]
6770  643.   [bug]           xfrin error messages made more verbose, added class
6771                         of the zone. [RT# 599]
6773  642.   [bug]           Break the exit_check() race in the zone module.
6774                         [RT #598]
6776         --- 9.1.0b2 released ---
6778  641.   [bug]           $GENERATE caused a uninitialized link to be used.
6779                         [RT #595]
6781  640.   [bug]           Memory leak in error path could cause
6782                         "mpctx->allocated == 0" failure. [RT #584]
6784  639.   [bug]           Reading entropy from the keyboard would sometimes fail.
6785                         [RT #591]
6787  638.   [port]          lib/isc/random.c needed to explicitly include time.h
6788                         to get a prototype for time() when pthreads was not
6789                         being used. [RT #592]
6791  637.   [port]          Use isc_u?int64_t instead of (unsigned) long long in
6792                         lib/isc/print.c.  Also allow lib/isc/print.c to
6793                         be compiled even if the platform does not need it.
6794                         [RT #592]
6796  636.   [port]          Shut up MSVC++ about a possible loss of precision
6797                         in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
6799  635.   [bug]           Reloading a server with a configured blackhole list
6800                         would cause an assertion. [RT #590]
6802  634.   [bug]           A log file will completely stop being written when
6803                         it reaches the maximum size in all cases, not just
6804                         when versioning is also enabled. [RT #570]
6806  633.   [port]          Cope with rlim_t missing on BSD/OS systems. [RT #575]
6808  632.   [bug]           The index array of the journal file was
6809                         corrupted as it was written to disk.
6811  631.   [port]          Build without thread support on systems without
6812                         pthreads.
6814  630.   [bug]           Locking failure in zone code. [RT #582]
6816  629.   [bug]           9.1.0b1 dereferenced a null pointer and crashed
6817                         when responding to a UDP IXFR request.
6819  628.   [bug]           If the root hints contained only AAAA addresses,
6820                         named would be unable to perform resolution.
6822  627.   [bug]           The EDNS0 blackhole detection code of change 324
6823                         waited for three retransmissions to each server,
6824                         which takes much too long when a domain has many
6825                         name servers and all of them drop EDNS0 queries.
6826                         Now we retry without EDNS0 after three consecutive
6827                         timeouts, even if they are all from different
6828                         servers. [RT #143]
6830  626.   [bug]           The lightweight resolver daemon no longer crashes
6831                         when asked for a SIG rrset. [RT #558]
6833  625.   [func]          Zones now inherit their class from the enclosing view.
6835  624.   [bug]           The zone object could get timer events after it had
6836                         been destroyed, causing a server crash. [RT #571]
6838  623.   [func]          Added "named-checkconf" and "named-checkzone" program
6839                         for syntax checking named.conf files and zone files,
6840                         respectively.
6842  622.   [bug]           A canceled request could be destroyed before
6843                         dns_request_destroy() was called. [RT #562]
6845  621.   [port]          Disable IPv6 at runtime if IPv6 sockets are unusable.
6846                         This mostly affects Red Hat Linux 7.0, which has
6847                         conflicts between libc and the kernel.
6849  620.   [bug]           dns_master_load*inc() now require 'task' and 'load'
6850                         to be non-null.  Also 'done' will not be called if
6851                         dns_master_load*inc() fails immediately. [RT #565]
6853  619.   [placeholder]
6855  618.   [bug]           Queries to a signed zone could sometimes cause
6856                         an assertion failure.
6858  617.   [bug]           When using dynamic update to add a new RR to an
6859                         existing RRset with a different TTL, the journal
6860                         entries generated from the update did not include
6861                         explicit deletions and re-additions of the existing
6862                         RRs to update their TTL to the new value.
6864  616.   [func]          dnssec-signzone -t output now includes performance
6865                         statistics.
6867  615.   [bug]           dnssec-signzone did not like child keysets signed
6868                         by multiple keys.
6870  614.   [bug]           Checks for uninitialized link fields were prone
6871                         to false positives, causing assertion failures.
6872                         The checks are now disabled by default and may
6873                         be re-enabled by defining ISC_LIST_CHECKINIT.
6875  613.   [bug]           "rndc reload zone" now reloads primary zones.
6876                         It previously only updated slave and stub zones,
6877                         if an SOA query indicated an out of date serial.
6879  612.   [cleanup]       Shutup a ridiculously noisy HP-UX compiler that
6880                         complains relentlessly about how its treatment
6881                         of 'const' has changed as well as how casting
6882                         sometimes tightens alignment constraints.
6884  611.   [func]          allow-notify can be used to permit processing of
6885                         notify messages from hosts other than a slave's
6886                         masters.
6888  610.   [func]          rndc dumpdb is now supported.
6890  609.   [bug]           getrrsetbyname() would crash lwresd if the server
6891                         found more SIGs than answers. [RT #554]
6893  608.   [func]          dnssec-signzone now adds a comment to the zone
6894                         with the time the file was signed.
6896  607.   [bug]           nsupdate would fail if it encountered a CNAME or
6897                         DNAME in a response to an SOA query. [RT #515]
6899  606.   [bug]           Compiling with --disable-threads failed due
6900                         to isc_thread_self() being incorrectly defined
6901                         as an integer rather than a function.
6903  605.   [func]          New function isc_lex_getlasttokentext().
6905  604.   [bug]           The named.conf parser could print incorrect line
6906                         numbers when long comments were present.
6908  603.   [bug]           Make dig handle multiple types or classes on the same
6909                         query more correctly.
6911  602.   [func]          Cope automatically with UnixWare's broken
6912                         IN6_IS_ADDR_* macros. [RT #539]
6914  601.   [func]          Return a non-zero exit code if an update fails
6915                         in nsupdate.
6917  600.   [bug]           Reverse lookups sometimes failed in dig, etc...
6919  599.   [func]          Added four new functions to the libisc log API to
6920                         support i18n messages.  isc_log_iwrite(),
6921                         isc_log_ivwrite(), isc_log_iwrite1() and
6922                         isc_log_ivwrite1() were added.
6924  598.   [bug]           An update-policy statement would cause the server
6925                         to assert while loading. [RT #536]
6927  597.   [func]          dnssec-signzone is now multi-threaded.
6929  596.   [bug]           DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
6930                         not mutually exclusive.
6932  595.   [port]          On Linux 2.2, socket() returns EINVAL when it
6933                         should return EAFNOSUPPORT.  Work around this.
6934                         [RT #531]
6936  594.   [func]          sdb drivers are now assumed to not be thread-safe
6937                         unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
6939  593.   [bug]           If a secure zone was missing all its NXTs and
6940                         a dynamic update was attempted, the server entered
6941                         an infinite loop.
6943  592.   [bug]           The sig-validity-interval option now specifies a
6944                         number of days, not seconds.  This matches the
6945                         documentation. [RT #529]
6947         --- 9.1.0b1 released ---
6949  591.   [bug]           Work around non-reentrancy in openssl by disabling
6950                         pre-computation in keys.
6952  590.   [doc]           There are now man pages for the lwres library in
6953                         doc/man/lwres.
6955  589.   [bug]           The server could deadlock if a zone was updated
6956                         while being transferred out.
6958  588.   [bug]           ctx->in_use was not being correctly initialized when
6959                         when pushing a file for $INCLUDE. [RT #523]
6961  587.   [func]          A warning is now printed if the "allow-update"
6962                         option allows updates based on the source IP
6963                         address, to alert users to the fact that this
6964                         is insecure and becoming increasingly so as
6965                         servers capable of update forwarding are being
6966                         deployed.
6968  586.   [bug]           multiple views with the same name were fatal. [RT #516]
6970  585.   [func]          dns_db_addrdataset() and and dns_rdataslab_merge()
6971                         now support 'exact' additions in a similar manner to
6972                         dns_db_subtractrdataset() and dns_rdataslab_subtract().
6974  584.   [func]          You can now say 'notify explicit'; to suppress
6975                         notification of the servers listed in NS records
6976                         and notify only those servers listed in the
6977                         'also-notify' option.
6979  583.   [func]          "rndc querylog" will now toggle logging of
6980                         queries, like "ndc querylog" in BIND 8.
6982  582.   [bug]           dns_zone_idetach() failed to lock the zone.
6983                         [RT #199, #463]
6985  581.   [bug]           log severity was not being correctly processed.
6986                         [RT #485]
6988  580.   [func]          Ignore trailing garbage on incoming DNS packets,
6989                         for interoperability with broken server
6990                         implementations. [RT #491]
6992  579.   [bug]           nsupdate did not take a filename to read update from.
6993                         [RT #492]
6995  578.   [func]          New config option "notify-source", to specify the
6996                         source address for notify messages.
6998  577.   [func]          Log illegal RDATA combinations. e.g. multiple
6999                         singleton types, cname and other data.
7001  576.   [doc]           isc_log_create() description did not match reality.
7003  575.   [bug]           isc_log_create() was not setting internal state
7004                         correctly to reflect the default channels created.
7006  574.   [bug]           TSIG signed queries sent by the resolver would fail to
7007                         have their responses validated and would leak memory.
7009  573.   [bug]           The journal files of IXFRed slave zones were
7010                         inadvertently discarded on server reload, causing
7011                         "journal out of sync with zone" errors on subsequent
7012                         reloads. [RT #482]
7014  572.   [bug]           Quoted strings were not accepted as key names in
7015                         address match lists.
7017  571.   [bug]           It was possible to create an rdataset of singleton
7018                         type which had more than one rdata. [RT #154]
7019                         [RT #279]
7021  570.   [bug]           rbtdb.c allowed zones containing nodes which had
7022                         both a CNAME and "other data". [RT #154]
7024  569.   [func]          The DNSSEC AD bit will not be set on queries which
7025                         have not requested a DNSSEC response.
7027  568.   [func]          Add sample simple database drivers in contrib/sdb.
7029  567.   [bug]           Setting the zone transfer timeout to zero caused an
7030                         assertion failure. [RT #302]
7032  566.   [func]          New public function dns_timer_setidle().
7034  565.   [func]          Log queries more like BIND 8: query logging is now
7035                         done to category "queries", level "info". [RT #169]
7037  564.   [func]          Add sortlist support to lwresd.
7039  563.   [func]          New public functions dns_rdatatype_format() and
7040                         dns_rdataclass_format(), for convenient formatting
7041                         of rdata type/class mnemonics in log messages.
7043  562.   [cleanup]       Moved lib/dns/*conf.c to bin/named where they belong.
7045  561.   [func]          The 'datasize', 'stacksize', 'coresize' and 'files'
7046                         clauses of the options{} statement are now implemented.
7048  560.   [bug]           dns_name_split did not properly the resulting prefix
7049                         when a maximal length bitstring label was split which
7050                         was preceded by another bitstring label. [RT #429]
7052  559.   [bug]           dns_name_split did not properly create the suffix
7053                         when splitting within a maximal length bitstring label.
7055  558.   [func]          New functions, isc_resource_getlimit and
7056                         isc_resource_setlimit.
7058  557.   [func]          Symbolic constants for libisc integral types.
7060  556.   [func]          The DNSSEC OK bit in the EDNS extended flags
7061                         is now implemented.  Responses to queries without
7062                         this bit set will not contain any DNSSEC records.
7064  555.   [bug]           A slave server attempting a zone transfer could
7065                         crash with an assertion failure on certain
7066                         malformed responses from the master. [RT #457]
7068  554.   [bug]           In some cases, not all of the dnssec tools were
7069                         properly installed.
7071  553.   [bug]           Incoming zone transfers deferred due to quota
7072                         were not started when quota was increased but
7073                         only when a transfer in progress finished. [RT #456]
7075  552.   [bug]           We were not correctly detecting the end of all c-style
7076                         comments. [RT #455]
7078  551.   [func]          Implemented the 'sortlist' option.
7080  550.   [func]          Support unknown rdata types and classes.
7082  549.   [bug]           "make" did not immediately abort the build when a
7083                         subdirectory make failed [RT #450].
7085  548.   [func]          The lexer now ungets tokens more correctly.
7087  547.   [placeholder]
7089  546.   [func]          Option 'lame-ttl' is now implemented.
7091  545.   [func]          Name limit and counting options removed from dig;
7092                         they didn't work properly, and cannot be correctly
7093                         implemented without significant changes.
7095  544.   [func]          Add statistics option, enable statistics-file option,
7096                         add RNDC option "dump-statistics" to write out a
7097                         query statistics file.
7099  543.   [doc]           The 'port' option is now documented.
7101  542.   [func]          Add support for update forwarding as required for
7102                         full compliance with RFC2136.  It is turned off
7103                         by default and can be enabled using the
7104                         'allow-update-forwarding' option.
7106  541.   [func]          Add bogus server support.
7108  540.   [func]          Add dialup support.
7110  539.   [func]          Support the blackhole option.
7112  538.   [bug]           fix buffer overruns by 1 in lwres_getnameinfo().
7114  537.   [placeholder]
7116  536.   [func]          Use transfer-source{-v6} when sending refresh queries.
7117                         Transfer-source{-v6} now take a optional port
7118                         parameter for setting the UDP source port.  The port
7119                         parameter is ignored for TCP.
7121  535.   [func]          Use transfer-source{-v6} when forwarding update
7122                         requests.
7124  534.   [func]          Ancestors have been removed from RBT chains.  Ancestor
7125                         information can be discerned via node parent pointers.
7127  533.   [func]          Incorporated name hashing into the RBT database to
7128                         improve search speed.
7130  532.   [func]          Implement DNS UPDATE pseudo records using
7131                         DNS_RDATA_UPDATE flag.
7133  531.   [func]          Rdata really should be initialized before being assigned
7134                         to (dns_rdata_fromwire(), dns_rdata_fromtext(),
7135                         dns_rdata_clone(), dns_rdata_fromregion()),
7136                         check that it is.
7138  530.   [func]          New function dns_rdata_invalidate().
7140  529.   [bug]           521 contained a bug which caused zones to always
7141                         reload.  [RT #410]
7143  528.   [func]          The ISC_LIST_XXXX macros now perform sanity checks
7144                         on their arguments.  ISC_LIST_XXXXUNSAFE can be use
7145                         to skip the checks however use with caution.
7147  527.   [func]          New function dns_rdata_clone().
7149  526.   [bug]           nsupdate incorrectly refused to add RRs with a TTL
7150                         of 0.
7152  525.   [func]          New arguments 'options' for dns_db_subtractrdataset(),
7153                         and 'flags' for dns_rdataslab_subtract() allowing you
7154                         to request that the RR's must exist prior to deletion.
7155                         DNS_R_NOTEXACT is returned if the condition is not met.
7157  524.   [func]          The 'forward' and 'forwarders' statement in
7158                         non-forward zones should work now.
7160  523.   [doc]           The source to the Administrator Reference Manual is
7161                         now an XML file using the DocBook DTD, and is included
7162                         in the distribution.  The plain text version of the
7163                         ARM is temporarily unavailable while we figure out
7164                         how to generate readable plain text from the XML.
7166  522.   [func]          The lightweight resolver daemon can now use
7167                         a real configuration file, and its functionality
7168                         can be provided by a name server.  Also, the -p and -P
7169                         options to lwresd have been reversed.
7171  521.   [bug]           Detect master files which contain $INCLUDE and always
7172                         reload. [RT #196]
7174  520.   [bug]           Upgraded libtool to 1.3.5, which makes shared
7175                         library builds almost work on AIX (and possibly
7176                         others).
7178  519.   [bug]           dns_name_split() would improperly split some bitstring
7179                         labels, zeroing a few of the least significant bits in
7180                         the prefix part.  When such an improperly created
7181                         prefix was returned to the RBT database, the bogus
7182                         label was dutifully stored, corrupting the tree.
7183                         [RT #369]
7185  518.   [bug]           The resolver did not realize that a DNAME which was
7186                         "the answer" to the client's query was "the answer",
7187                         and such queries would fail. [RT #399]
7189  517.   [bug]           The resolver's DNAME code would trigger an assertion
7190                         if there was more than one DNAME in the chain.
7191                         [RT #399]
7193  516.   [bug]           Cache lookups which had a NULL node pointer, e.g.
7194                         those by dns_view_find(), and which would match a
7195                         DNAME, would trigger an INSIST(!search.need_cleanup)
7196                         assertion. [RT #399]
7198  515.   [bug]           The ssu table was not being attached / detached
7199                         by dns_zone_[sg]etssutable. [RT#397]
7201  514.   [func]          Retry refresh and notify queries if they timeout.
7202                         [RT #388]
7204  513.   [func]          New functionality added to rdnc and server to allow
7205                         individual zones to be refreshed or reloaded.
7207  512.   [bug]           The zone transfer code could throw an exception with
7208                         an invalid IXFR stream.
7210  511.   [bug]           The message code could throw an assertion on an
7211                         out of memory failure. [RT #392]
7213  510.   [bug]           Remove spurious view notify warning. [RT #376]
7215  509.   [func]          Add support for write of zone files on shutdown.
7217  508.   [func]          dns_message_parse() can now do a best-effort
7218                         attempt, which should allow dig to print more invalid
7219                         messages.
7221  507.   [func]          New functions dns_zone_flush(), dns_zt_flushanddetach()
7222                         and dns_view_flushanddetach().
7224  506.   [func]          Do not fail to start on errors in zone files.
7226  505.   [bug]           nsupdate was printing "unknown result code". [RT #373]
7228  504.   [bug]           The zone was not being marked as dirty when updated via
7229                         IXFR.
7231  503.   [bug]           dumptime was not being set along with
7232                         DNS_ZONEFLG_NEEDDUMP.
7234  502.   [func]          On a SERVFAIL reply, DiG will now try the next server
7235                         in the list, unless the +fail option is specified.
7237  501.   [bug]           Incorrect port numbers were being displayed by
7238                         nslookup. [RT #352]
7240  500.   [func]          Nearly useless +details option removed from DiG.
7242  499.   [func]          In DiG, specifying a class with -c or type with -t
7243                         changes command-line parsing so that classes and
7244                         types are only recognized if following -c or -t.
7245                         This allows hosts with the same name as a class or
7246                         type to be looked up.
7248  498.   [doc]           There is now a man page for "dig"
7249                         in doc/man/bin/dig.1.
7251  497.   [bug]           The error messages printed when an IP match list
7252                         contained a network address with a nonzero host
7253                         part where not sufficiently detailed. [RT #365]
7255  496.   [bug]           named didn't sanity check numeric parameters. [RT #361]
7257  495.   [bug]           nsupdate was unable to handle large records. [RT #368]
7259  494.   [func]          Do not cache NXDOMAIN responses for SOA queries.
7261  493.   [func]          Return non-cachable (ttl = 0) NXDOMAIN responses
7262                         for SOA queries.  This makes it easier to locate
7263                         the containing zone without polluting intermediate
7264                         caches.
7266  492.   [bug]           attempting to reload a zone caused the server fail
7267                         to shutdown cleanly. [RT #360]
7269  491.   [bug]           nsupdate would segfault when sending certain
7270                         prerequisites with empty RDATA. [RT #356]
7272  490.   [func]          When a slave/stub zone has not yet successfully
7273                         obtained an SOA containing the zone's configured
7274                         retry time, perform the SOA query retries using
7275                         exponential backoff. [RT #337]
7277  489.   [func]          The zone manager now has a "i/o" queue.
7279  488.   [bug]           Locks weren't properly destroyed in some cases.
7281  487.   [port]          flockfile() is not defined on all systems.
7283  486.   [bug]           nslookup: "set all" and "server" commands showed
7284                         the incorrect port number if a port other than 53
7285                         was specified. [RT #352]
7287  485.   [func]          When dig had more than one server to query, it would
7288                         send all of the messages at the same time.  Add
7289                         rate limiting of the transmitted messages.
7291  484.   [bug]           When the server was reloaded after removing addresses
7292                         from the named.conf "listen-on" statement, sockets
7293                         were still listening on the removed addresses due
7294                         to reference count loops. [RT #325]
7296  483.   [bug]           nslookup: "set all" showed a "search" option but it
7297                         was not settable.
7299  482.   [bug]           nslookup: a plain "server" or "lserver" should be
7300                         treated as a lookup.
7302  481.   [bug]           nslookup:get_next_command() stack size could exceed
7303                         per thread limit.
7305  480.   [bug]           strtok() is not thread safe. [RT #349]
7307  479.   [func]          The test suite can now be run by typing "make check"
7308                         or "make test" at the top level.
7310  478.   [bug]           "make install" failed if the directory specified with
7311                         --prefix did not already exist.
7313  477.   [bug]           The the isc-config.sh script could be installed before
7314                         its directory was created. [RT #324]
7316  476.   [bug]           A zone could expire while a zone transfer was in
7317                         progress triggering a INSIST failure. [RT #329]
7319  475.   [bug]           query_getzonedb() sometimes returned a non-null version
7320                         on failure.  This caused assertion failures when
7321                         generating query responses where names subject to
7322                         additional section processing pointed to a zone
7323                         to which access had been denied by means of the
7324                         allow-query option. [RT #336]
7326  474.   [bug]           The mnemonic of the CHAOS class is CH according to
7327                         RFC1035, but it was printed and read only as CHAOS.
7328                         We now accept both forms as input, and print it
7329                         as CH. [RT #305]
7331  473.   [bug]           nsupdate overran the end of the list of name servers
7332                         when no servers could be reached, typically causing
7333                         it to print the error message "dns_request_create:
7334                         not implemented".
7336  472.   [bug]           Off-by-one error caused isc_time_add() to sometimes
7337                         produce invalid time values.
7339  471.   [bug]           nsupdate didn't compile on HP/UX 10.20
7341  470.   [func]          $GENERATE is now supported.  See also
7342                         doc/misc/migration.
7344  469.   [bug]           "query-source address * port 53;" now works.
7346  468.   [bug]           dns_master_load*() failed to report file and line
7347                         number in certain error conditions.
7349  467.   [bug]           dns_master_load*() failed to log an error if
7350                         pushfile() failed.
7352  466.   [bug]           dns_master_load*() could return success when it failed.
7354  465.   [cleanup]       Allow 0 to be set as an omapi_value_t value by
7355                         omapi_value_storeint().
7357  464.   [cleanup]       Build with openssl's RSA code instead of dnssafe.
7359  463.   [bug]           nsupdate sent malformed SOA queries to the second
7360                         and subsequent name servers in resolv.conf if the
7361                         query sent to the first one failed.
7363  462.   [bug]           --disable-ipv6 should work now.
7365  461.   [bug]           Specifying an unknown key in the "keys" clause of the
7366                         "controls" statement caused a NULL pointer dereference.
7367                         [RT #316]
7369  460.   [bug]           Much of the DNSSEC code only worked with class IN.
7371  459.   [bug]           Nslookup processed the "set" command incorrectly.
7373  458.   [bug]           Nslookup didn't properly check class and type values.
7374                         [RT #305]
7376  457.   [bug]           Dig/host/hslookup didn't properly handle connect
7377                         timeouts in certain situations, causing an
7378                         unnecessary warning message to be printed.
7380  456.   [bug]           Stub zones were not resetting the refresh and expire
7381                         counters, loadtime or clearing the DNS_ZONE_REFRESH
7382                         (refresh in progress) flag upon successful update.
7383                         This disabled further refreshing of the stub zone,
7384                         causing it to eventually expire. [RT #300]
7386  455.   [doc]           Document IPv4 prefix notation does not require a
7387                         dotted decimal quad but may be just dotted decimal.
7389  454.   [bug]           Enforce dotted decimal and dotted decimal quad where
7390                         documented as such in named.conf. [RT #304, RT #311]
7392  453.   [bug]           Warn if the obsolete option "maintain-ixfr-base"
7393                         is specified in named.conf. [RT #306]
7395  452.   [bug]           Warn if the unimplemented option "statistics-file"
7396                         is specified in named.conf. [RT #301]
7398  451.   [func]          Update forwarding implemented.
7400  450.   [func]          New function ns_client_sendraw().
7402  449.   [bug]           isc_bitstring_copy() only works correctly if the
7403                         two bitstrings have the same lsb0 value, but this
7404                         requirement was not documented, nor was there a
7405                         REQUIRE for it.
7407  448.   [bug]           Host output formatting change, to match v8. [RT #255]
7409  447.   [bug]           Dig didn't properly retry in TCP mode after
7410                         a truncated reply. [RT #277]
7412  446.   [bug]           Confusing notify log message. [RT #298]
7414  445.   [bug]           Doing a 0 bit isc_bitstring_copy() of an lsb0
7415                         bitstring triggered a REQUIRE statement.  The REQUIRE
7416                         statement was incorrect. [RT #297]
7418  444.   [func]          "recursion denied" messages are always logged at
7419                         debug level 1, now, rather than sometimes at ERROR.
7420                         This silences these warnings in the usual case, where
7421                         some clients set the RD bit in all queries.
7423  443.   [bug]           When loading a master file failed because of an
7424                         unrecognized RR type name, the error message
7425                         did not include the file name and line number.
7426                         [RT #285]
7428  442.   [bug]           TSIG signed messages that did not match any view
7429                         crashed the server. [RT #290]
7431  441.   [bug]           Nodes obscured by a DNAME were inaccessible even
7432                         when DNS_DBFIND_GLUEOK was set.
7434  440.   [func]          New function dns_zone_forwardupdate().
7436  439.   [func]          New function dns_request_createraw().
7438  438.   [func]          New function dns_message_getrawmessage().
7440  437.   [func]          Log NOTIFY activity to the notify channel.
7442  436.   [bug]           If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
7443                         which sometimes happens on Linux, named would enter
7444                         a busy loop.  Also, unexpected socket errors were
7445                         not logged at a high enough logging level to be
7446                         useful in diagnosing this situation. [RT #275]
7448  435.   [bug]           dns_zone_dump() overwrote existing zone files
7449                         rather than writing to a temporary file and
7450                         renaming.  This could lead to empty or partial
7451                         zone files being left around in certain error
7452                         conditions involving the initial transfer of a
7453                         slave zone, interfering with subsequent server
7454                         startup. [RT #282]
7456  434.   [func]          New function isc_file_isabsolute().
7458  433.   [func]          isc_base64_decodestring() now accepts newlines
7459                         within the base64 data.  This makes it possible
7460                         to break up the key data in a "trusted-keys"
7461                         statement into multiple lines. [RT #284]
7463  432.   [func]          Added refresh/retry jitter.  The actual refresh/
7464                         retry time is now a random value between 75% and
7465                         100% of the configured value.
7467  431.   [func]          Log at ISC_LOG_INFO when a zone is successfully
7468                         loaded.
7470  430.   [bug]           Rewrote the lightweight resolver client management
7471                         code to handle shutdown correctly and general
7472                         cleanup.
7474  429.   [bug]           The space reserved for a TSIG record in a response
7475                         was 2 bytes too short, leading to message
7476                         generation failures.
7478  428.   [bug]           rbtdb.c:find_closest_nxt() erroneously returned
7479                         DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
7480                         (e.g. glue).  This could cause SERVFAILs when
7481                         generating negative responses in a secure zone.
7483  427.   [bug]           Avoid going into an infinite loop when the validator
7484                         gets a negative response to a key query where the
7485                         records are signed by the missing key.
7487  426.   [bug]           Attempting to generate an oversized RSA key could
7488                         cause dnssec-keygen to dump core.
7490  425.   [bug]           Warn about the auth-nxdomain default value change
7491                         if there is no auth-nxdomain statement in the
7492                         config file. [RT #287]
7494  424.   [bug]           notify_createmessage() could trigger an assertion
7495                         failure when creating the notify message failed,
7496                         e.g. due to corrupt zones with multiple SOA records.
7497                         [RT #279]
7499  423.   [bug]           When responding to a recursive query, errors that occur
7500                         after following a CNAME should cause the query to fail.
7501                         [RT #274]
7503  422.   [func]          get rid of isc_random_t, and make isc_random_get()
7504                         and isc_random_jitter() use rand() internally
7505                         instead of local state.  Note that isc_random_*()
7506                         functions are only for weak, non-critical "randomness"
7507                         such as timing jitter and such.
7509  421.   [bug]           nslookup would exit when given a blank line as input.
7511  420.   [bug]           nslookup failed to implement the "exit" command.
7513  419.   [bug]           The certificate type PKIX was misspelled as SKIX.
7515  418.   [bug]           At debug levels >= 10, getting an unexpected
7516                         socket receive error would crash the server
7517                         while trying to log the error message.
7519  417.   [func]          Add isc_app_block() and isc_app_unblock(), which
7520                         allow an application to handle signals while
7521                         blocking.
7523  416.   [bug]           Slave zones with no master file tried to use a
7524                         NULL pointer for a journal file name when they
7525                         received an IXFR. [RT #273]
7527  415.   [bug]           The logging code leaked file descriptors.
7529  414.   [bug]           Server did not shut down until all incoming zone
7530                         transfers were finished.
7532  413.   [bug]           Notify could attempt to use the zone database after
7533                         it had been unloaded. [RT#267]
7535  412.   [bug]           named -v didn't print the version.
7537  411.   [bug]           A typo in the HS A code caused an assertion failure.
7539  410.   [bug]           lwres_gethostbyname() and company set lwres_h_errno
7540                         to a random value on success.
7542  409.   [bug]           If named was shut down early in the startup
7543                         process, ns_omapi_shutdown() would attempt to lock
7544                         an uninitialized mutex. [RT #262]
7546  408.   [bug]           stub zones could leak memory and reference counts if
7547                         all the masters were unreachable.
7549  407.   [bug]           isc_rwlock_lock() would needlessly block
7550                         readers when it reached the read quota even
7551                         if no writers were waiting.
7553  406.   [bug]           Log messages were occasionally lost or corrupted
7554                         due to a race condition in isc_log_doit().
7556  405.   [func]          Add support for selective forwarding (forward zones)
7558  404.   [bug]           The request library didn't completely work with IPv6.
7560  403.   [bug]           "host" did not use the search list.
7562  402.   [bug]           Treat undefined acls as errors, rather than
7563                         warning and then later throwing an assertion.
7564                         [RT #252]
7566  401.   [func]          Added simple database API.
7568  400.   [bug]           SIG(0) signing and verifying was done incorrectly.
7569                         [RT #249]
7571  399.   [bug]           When reloading the server with a config file
7572                         containing a syntax error, it could catch an
7573                         assertion failure trying to perform zone
7574                         maintenance on, or sending notifies from,
7575                         tentatively created zones whose views were
7576                         never fully configured and lacked an address
7577                         database and request manager.
7579  398.   [bug]           "dig" sometimes caught an assertion failure when
7580                         using TSIG, depending on the key length.
7582  397.   [func]          Added utility functions dns_view_gettsig() and
7583                         dns_view_getpeertsig().
7585  396.   [doc]           There is now a man page for "nsupdate"
7586                         in doc/man/bin/nsupdate.8.
7588  395.   [bug]           nslookup printed incorrect RR type mnemonics
7589                         for RRs of type >= 21 [RT #237].
7591  394.   [bug]           Current name was not propagated via $INCLUDE.
7593  393.   [func]          Initial answer while loading (awl) support.
7594                         Entry points: dns_master_loadfileinc(),
7595                         dns_master_loadstreaminc(), dns_master_loadbufferinc().
7596                         Note: calls to dns_master_load*inc() should be rate
7597                         be rate limited so as to not use up all file
7598                         descriptors.
7600  392.   [func]          Add ISC_R_FAMILYNOSUPPORT.  Returned when OS does
7601                         not support the given address family requested.
7603  391.   [clarity]       ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
7605  390.   [func]          The function dns_zone_setdbtype() now takes
7606                         an argc/argv style vector of words and sets
7607                         both the zone database type and its arguments,
7608                         making the functions dns_zone_adddbarg()
7609                         and dns_zone_cleardbargs() unnecessary.
7611  389.   [bug]           Attempting to send a request over IPv6 using
7612                         dns_request_create() on a system without IPv6
7613                         support caused an assertion failure [RT #235].
7615  388.   [func]          dig and host can now do reverse ipv6 lookups.
7617  387.   [func]          Add dns_byaddr_createptrname(), which converts
7618                         an address into the name used by a PTR query.
7620  386.   [bug]           Missing strdup() of ACL name caused random
7621                         ACL matching failures [RT #228].
7623  385.   [cleanup]       Removed functions dns_zone_equal(), dns_zone_print(),
7624                         and dns_zt_print().
7626  384.   [bug]           nsupdate was incorrectly limiting TTLs to 65535 instead
7627                         of 2147483647.
7629  383.   [func]          When writing a master file, print the SOA and NS
7630                         records (and their SIGs) before other records.
7632  382.   [bug]           named -u failed on many Linux systems where the
7633                         libc provided kernel headers do not match
7634                         the current kernel.
7636  381.   [bug]           Check for IPV6_RECVPKTINFO and use it instead of
7637                         IPV6_PKTINFO if found. [RT #229]
7639  380.   [bug]           nsupdate didn't work with IPv6.
7641  379.   [func]          New library function isc_sockaddr_anyofpf().
7643  378.   [func]          named and lwresd will log the command line arguments
7644                         they were started with in the "starting ..." message.
7646  377.   [bug]           When additional data lookups were refused due to
7647                         "allow-query", the databases were still being
7648                         attached causing reference leaks.
7650  376.   [bug]           The server should always use good entropy when
7651                         performing cryptographic functions needing entropy.
7653  375.   [bug]           Per-zone "allow-query" did not properly override the
7654                         view/global one for CNAME targets and additional
7655                         data [RT #220].
7657  374.   [bug]           SOA in authoritative negative responses had wrong TTL.
7659  373.   [func]          nslookup is now installed by "make install".
7661  372.   [bug]           Deal with Microsoft DNS servers appending two bytes of
7662                         garbage to zone transfer requests.
7664  371.   [bug]           At high debug levels, doing an outgoing zone transfer
7665                         of a very large RRset could cause an assertion failure
7666                         during logging.
7668  370.   [bug]           The error messages for roll-forward failures were
7669                         overly terse.
7671  369.   [func]          Support new named.conf options, view and zone
7672                         statements:
7674                                 max-retry-time, min-retry-time,
7675                                 max-refresh-time, min-refresh-time.
7677  368.   [func]          Restructure the internal ".bind" view so that more
7678                         zones can be added to it.
7680  367.   [bug]           Allow proper selection of server on nslookup command
7681                         line.
7683  366.   [func]          Allow use of '-' batch file in dig for stdin.
7685  365.   [bug]           nsupdate -k leaked memory.
7687  364.   [func]          Added additional-from-{cache,auth}
7689  363.   [placeholder]
7691  362.   [bug]           rndc no longer aborts if the configuration file is
7692                         missing an options statement. [RT #209]
7694  361.   [func]          When the RBT find or chain functions set the name and
7695                         origin for a node that stores the root label
7696                         the name is now set to an empty name, instead of ".",
7697                         to simplify later use of the name and origin by
7698                         dns_name_concatenate(), dns_name_totext() or
7699                         dns_name_format().
7701  360.   [func]          dns_name_totext() and dns_name_format() now allow
7702                         an empty name to be passed, which is formatted as "@".
7704  359.   [bug]           dnssec-signzone occasionally signed glue records.
7706  358.   [cleanup]       Rename the intermediate files used by the dnssec
7707                         programs.
7709  357.   [bug]           The zone file parser crashed if the argument
7710                         to $INCLUDE was a quoted string.
7712  356.   [cleanup]       isc_task_send no longer requires event->sender to
7713                         be non-null.
7715  355.   [func]          Added isc_dir_createunique(), similar to mkdtemp().
7717  354.   [doc]           Man pages for the dnssec tools are now included in
7718                         the distribution, in doc/man/dnssec.
7720  353.   [bug]           double increment in lwres/gethost.c:copytobuf().
7721                         [RT# 187]
7723  352.   [bug]           Race condition in dns_client_t startup could cause
7724                         an assertion failure.
7726  351.   [bug]           Constructing a response with rcode SERVFAIL to a TSIG
7727                         signed query could crash the server.
7729  350.   [bug]           Also-notify lists specified in the global options
7730                         block were not correctly reference counted, causing
7731                         a memory leak.
7733  349.   [bug]           Processing a query with the CD bit set now works
7734                         as expected.
7736  348.   [func]          New boolean named.conf options 'additional-from-auth'
7737                         and 'additional-from-cache' now supported in view and
7738                         global options statement.
7740  347.   [bug]           Don't crash if an argument is left off options in dig.
7742  346.   [placeholder]
7744  345.   [bug]           Large-scale changes/cleanups to dig:
7745                         * Significantly improve structure handling
7746                         * Don't pre-load entire batch files
7747                         * Add name/rr counting/limiting
7748                         * Fix SIGINT handling
7749                         * Shorten timeouts to match v8's behavior
7751  344.   [bug]           When shutting down, lwresd sometimes tried
7752                         to shut down its client tasks twice,
7753                         triggering an assertion.
7755  343.   [bug]           Although zone maintenance SOA queries and
7756                         notify requests were signed with TSIG keys
7757                         when configured for the server in case,
7758                         the TSIG was not verified on the response.
7760  342.   [bug]           The wrong name was being passed to
7761                         dns_name_dup() when generating a TSIG
7762                         key using TKEY.
7764  341.   [func]          Support 'key' clause in named.conf zone masters
7765                         statement to allow authentication via TSIG keys:
7767                                 masters {
7768                                         10.0.0.1 port 5353 key "foo";
7769                                         10.0.0.2 ;
7770                                 };
7772  340.   [bug]           The top-level COPYRIGHT file was missing from
7773                         the distribution.
7775  339.   [bug]           DNSSEC validation of the response to an ANY
7776                         query at a name with a CNAME RR in a secure
7777                         zone triggered an assertion failure.
7779  338.   [bug]           lwresd logged to syslog as named, not lwresd.
7781  337.   [bug]           "dig" did not recognize "nsap-ptr" as an RR type
7782                         on the command line.
7784  336.   [bug]           "dig -f" used 64 k of memory for each line in
7785                         the file.  It now uses much less, though still
7786                         proportionally to the file size.
7788  335.   [bug]           named would occasionally attempt recursion when
7789                         it was disallowed or undesired.
7791  334.   [func]          Added hmac-md5 to libisc.
7793  333.   [bug]           The resolver incorrectly accepted referrals to
7794                         domains that were not parents of the query name,
7795                         causing assertion failures.
7797  332.   [func]          New function dns_name_reset().
7799  331.   [bug]           Only log "recursion denied" if RD is set. [RT #178]
7801  330.   [bug]           Many debugging messages were partially formatted
7802                         even when debugging was turned off, causing a
7803                         significant decrease in query performance.
7805  329.   [func]          omapi_auth_register() now takes a size_t argument for
7806                         the length of a key's secret data.  Previously
7807                         OMAPI only stored secrets up to the first NUL byte.
7809  328.   [func]          Added isc_base64_decodestring().
7811  327.   [bug]           rndc.conf parser wasn't correctly recognizing an IP
7812                         address where a host specification was required.
7814  326.   [func]          'keys' in an 'inet' control statement is now
7815                         required and must have at least one item in it.
7816                         A "not supported" warning is now issued if a 'unix'
7817                         control channel is defined.
7819  325.   [bug]           isc_lex_gettoken was processing octal strings when
7820                         ISC_LEXOPT_CNUMBER was not set.
7822  324.   [func]          In the resolver, turn EDNS0 off if there is no
7823                         response after a number of retransmissions.
7824                         This is to allow queries some chance of succeeding
7825                         even if all the authoritative servers of a zone
7826                         silently discard EDNS0 requests instead of
7827                         sending an error response like they ought to.
7829  323.   [bug]           dns_rbt_findname() did not ignore empty rbt nodes.
7830                         Because of this, servers authoritative for a parent
7831                         and grandchild zone but not authoritative for the
7832                         intervening child zone did not correctly issue
7833                         referrals to the servers of the child zone.
7835  322.   [bug]           Queries for KEY RRs are now sent to the parent
7836                         server before the authoritative one, making
7837                         DNSSEC insecurity proofs work in many cases
7838                         where they previously didn't.
7840  321.   [bug]           When synthesizing a CNAME RR for a DNAME
7841                         response, query_addcname() failed to initialize
7842                         the type and class of the CNAME dns_rdata_t,
7843                         causing random failures.
7845  320.   [func]          Multiple rndc changes: parses an rndc.conf file,
7846                         uses authentication to talk to named, command
7847                         line syntax changed.  This will all be described
7848                         in the ARM.
7850  319.   [func]          The named.conf "controls" statement is now used
7851                         to configure the OMAPI command channel.
7853  318.   [func]          dns_c_ndcctx_destroy() could never return anything
7854                         except ISC_R_SUCCESS; made it have void return instead.
7856  317.   [func]          Use callbacks from libomapi to determine if a
7857                         new connection is valid, and if a key requested
7858                         to be used with that connection is valid.
7860  316.   [bug]           Generate a warning if we detect an unexpected <eof>
7861                         but treat as <eol><eof>.
7863  315.   [bug]           Handle non-empty blanks lines. [RT #163]
7865  314.   [func]          The named.conf controls statement can now have
7866                         more than one key specified for the inet clause.
7868  313.   [bug]           When parsing resolv.conf, don't terminate on an
7869                         error.  Instead, parse as much as possible, but
7870                         still return an error if one was found.
7872  312.   [bug]           Increase the number of allowed elements in the
7873                         resolv.conf search path from 6 to 8.  If there
7874                         are more than this, ignore the remainder rather
7875                         than returning a failure in lwres_conf_parse.
7877  311.   [bug]           lwres_conf_parse failed when the first line of
7878                         resolv.conf was empty or a comment.
7880  310.   [func]          Changes to named.conf "controls" statement (inet
7881                         subtype only)
7883                           - support "keys" clause
7885                                 controls {
7886                                    inet * port 1024
7887                                         allow { any; } keys { "foo"; }
7888                                 }
7890                           - allow "port xxx" to be left out of statement,
7891                             in which case it defaults to omapi's default port
7892                             of 953.
7894  309.   [bug]           When sending a referral, the server did not look
7895                         for name server addresses as glue in the zone
7896                         holding the NS RRset in the case where this zone
7897                         was not the same as the one where it looked for
7898                         name server addresses as authoritative data.
7900  308.   [bug]           Treat a SOA record not at top of zone as an error
7901                         when loading a zone. [RT #154]
7903  307.   [bug]           When canceling a query, the resolver didn't check for
7904                         isc_socket_sendto() calls that did not yet have their
7905                         completion events posted, so it could (rarely) end up
7906                         destroying the query context and then want to use
7907                         it again when the send event posted, triggering an
7908                         assertion as it tried to cancel an already-canceled
7909                         query.  [RT #77]
7911  306.   [bug]           Reading HMAC-MD5 private key files didn't work.
7913  305.   [bug]           When reloading the server with a config file
7914                         containing a syntax error, it could catch an
7915                         assertion failure trying to perform zone
7916                         maintenance on tentatively created zones whose
7917                         views were never fully configured and lacked
7918                         an address database.
7920  304.   [bug]           If more than LWRES_CONFMAXNAMESERVERS servers
7921                         are listed in resolv.conf, silently ignore them
7922                         instead of returning failure.
7924  303.   [bug]           Add additional sanity checks to differentiate a AXFR
7925                         response vs a IXFR response. [RT #157]
7927  302.   [bug]           In dig, host, and nslookup, MXNAME should be large
7928                         enough to hold any legal domain name in presentation
7929                         format + terminating NULL.
7931  301.   [bug]           Uninitialized pointer in host:printmessage(). [RT #159]
7933  300.   [bug]           Using both <isc/net.h> and <lwres/net.h> didn't work
7934                         on platforms lacking IPv6 because each included their
7935                         own ipv6 header file for the missing definitions.  Now
7936                         each library's ipv6.h defines the wrapper symbol of
7937                         the other (ISC_IPV6_H and LWRES_IPV6_H).
7939  299.   [cleanup]       Get the user and group information before changing the
7940                         root directory, so the administrator does not need to
7941                         keep a copy of the user and group databases in the
7942                         chroot'ed environment.  Suggested by Hakan Olsson.
7944  298.   [bug]           A mutex deadlock occurred during shutdown of the
7945                         interface manager under certain conditions.
7946                         Digital Unix systems were the most affected.
7948  297.   [bug]           Specifying a key name that wasn't fully qualified
7949                         in certain parts of the config file could cause
7950                         an assertion failure.
7952  296.   [bug]           "make install" from a separate build directory
7953                         failed unless configure had been run in the source
7954                         directory, too.
7956  295.   [bug]           When invoked with type==CNAME and a message
7957                         not constructed by dns_message_parse(),
7958                         dns_message_findname() failed to find anything
7959                         due to checking for attribute bits that are set
7960                         only in dns_message_parse().  This caused an
7961                         infinite loop when constructing the response to
7962                         an ANY query at a CNAME in a secure zone.
7964  294.   [bug]           If we run out of space in while processing glue
7965                         when reading a master file and commit "current name"
7966                         reverts to "name_current" instead of staying as
7967                         "name_glue".
7969  293.   [port]          Add support for FreeBSD 4.0 system tests.
7971  292.   [bug]           Due to problems with the way some operating systems
7972                         handle simultaneous listening on IPv4 and IPv6
7973                         addresses, the server no longer listens on IPv6
7974                         addresses by default.  To revert to the previous
7975                         behavior, specify "listen-on-v6 { any; };" in
7976                         the config file.
7978  291.   [func]          Caching servers no longer send outgoing queries
7979                         over TCP just because the incoming recursive query
7980                         was a TCP one.
7982  290.   [cleanup]       +twiddle option to dig (for testing only) removed.
7984  289.   [cleanup]       dig is now installed in $bindir instead of $sbindir.
7985                         host is now installed in $bindir.  (Be sure to remove
7986                         any $sbindir/dig from a previous release.)
7988  288.   [func]          rndc is now installed by "make install" into $sbindir.
7990  287.   [bug]           rndc now works again as "rndc 127.1 reload" (for
7991                         only that task).  Parsing its configuration file and
7992                         using digital signatures for authentication has been
7993                         disabled until named supports the "controls" statement,
7994                         post-9.0.0.
7996  286.   [bug]           On Solaris 2, when named inherited a signal state
7997                         where SIGHUP had the SIG_IGN action, SIGHUP would
7998                         be ignored rather than causing the server to reload
7999                         its configuration.
8001  285.   [bug]           A change made to the dst API for beta4 inadvertently
8002                         broke OMAPI's creation of a dst key from an incoming
8003                         message, causing an assertion to be triggered.  Fixed.
8005  284.   [func]          The DNSSEC key generation and signing tools now
8006                         generate randomness from keyboard input on systems
8007                         that lack /dev/random.
8009  283.   [cleanup]       The 'lwresd' program is now a link to 'named'.
8011  282.   [bug]           The lexer now returns ISC_R_RANGE if parsed integer is
8012                         too big for an unsigned long.
8014  281.   [bug]           Fixed list of recognized config file category names.
8016  280.   [func]          Add isc-config.sh, which can be used to more
8017                         easily build applications that link with
8018                         our libraries.
8020  279.   [bug]           Private omapi function symbols shared between
8021                         two or more files in libomapi.a were not namespace
8022                         protected using the ISC convention of starting with
8023                         the library name and two underscores ("omapi__"...)
8025  278.   [bug]           bin/named/logconf.c:category_fromconf() didn't take
8026                         note of when isc_log_categorybyname() wasn't able
8027                         to find the category name and would then apply the
8028                         channel list of the unknown category to all categories.
8030  277.   [bug]           isc_log_categorybyname() and isc_log_modulebyname()
8031                         would fail to find the first member of any category
8032                         or module array apart from the internal defaults.
8033                         Thus, for example, the "notify" category was improperly
8034                         configured by named.
8036  276.   [bug]           dig now supports maximum sized TCP messages.
8038  275.   [bug]           The definition of lwres_gai_strerror() was missing
8039                         the lwres_ prefix.
8041  274.   [bug]           TSIG AXFR verify failed when talking to a BIND 8
8042                         server.
8044  273.   [func]          The default for the 'transfer-format' option is
8045                         now 'many-answers'.  This will break zone transfers
8046                         to BIND 4.9.5 and older unless there is an explicit
8047                         'one-answer' configuration.
8049  272.   [bug]           The sending of large TCP responses was canceled
8050                         in mid-transmission due to a race condition
8051                         caused by the failure to set the client object's
8052                         "newstate" variable correctly when transitioning
8053                         to the "working" state.
8055  271.   [func]          Attempt to probe the number of cpus in named
8056                         if unspecified rather than defaulting to 1.
8058  270.   [func]          Allow maximum sized TCP answers.
8060  269.   [bug]           Failed DNSSEC validations could cause an assertion
8061                         failure by causing clone_results() to be called with
8062                         with hevent->node == NULL.
8064  268.   [doc]           A plain text version of the Administrator
8065                         Reference Manual is now included in the distribution,
8066                         as doc/arm/Bv9ARM.txt.
8068  267.   [func]          Nsupdate is now provided in the distribution.
8070  266.   [bug]           zone.c:save_nsrrset() node was not initialized.
8072  265.   [bug]           dns_request_create() now works for TCP.
8074  264.   [func]          Dispatch can not take TCP sockets in connecting
8075                         state.  Set DNS_DISPATCHATTR_CONNECTED when calling
8076                         dns_dispatch_createtcp() for connected TCP sockets
8077                         or call dns_dispatch_starttcp() when the socket is
8078                         connected.
8080  263.   [func]          New logging channel type 'stderr'
8082                                 channel some-name {
8083                                         stderr;
8084                                         severity error;
8085                                 }
8087  262.   [bug]           'master' was not initialized in zone.c:stub_callback().
8089  261.   [func]          Add dns_zone_markdirty().
8091  260.   [bug]           Running named as a non-root user failed on Linux
8092                         kernels new enough to support retaining capabilities
8093                         after setuid().
8095  259.   [func]          New random-device and random-seed-file statements
8096                         for global options block of named.conf. Both accept
8097                         a single string argument.
8099  258.   [bug]           Fixed printing of lwres_addr_t.address field.
8101  257.   [bug]           The server detached the last zone manager reference
8102                         too early, while it could still be in use by queries.
8103                         This manifested itself as assertion failures during the
8104                         shutdown process for busy name servers. [RT #133]
8106  256.   [func]          isc_ratelimiter_t now has attach/detach semantics, and
8107                         isc_ratelimiter_shutdown guarantees that the rate
8108                         limiter is detached from its task.
8110  255.   [func]          New function dns_zonemgr_attach().
8112  254.   [bug]           Suppress "query denied" messages on additional data
8113                         lookups.
8115         --- 9.0.0b4 released ---
8117  253.   [func]          resolv.conf parser now recognizes ';' and '#' as
8118                         comments (anywhere in line, not just as the beginning).
8120  252.   [bug]           resolv.conf parser mishandled masks on sortlists.
8121                         It also aborted when an unrecognized keyword was seen,
8122                         now it silently ignores the entire line.
8124  251.   [bug]           lwresd caught an assertion failure on startup.
8126  250.   [bug]           fixed handling of size+unit when value would be too
8127                         large for internal representation.
8129  249.   [cleanup]       max-cache-size config option now takes a size-spec
8130                         like 'datasize', except 'default' is not allowed.
8132  248.   [bug]           global lame-ttl option was not being printed when
8133                         config structures were written out.
8135  247.   [cleanup]       Rename cache-size config option to max-cache-size.
8137  246.   [func]          Rename global option cachesize to cache-size and
8138                         add corresponding option to view statement.
8140  245.   [bug]           If an uncompressed name will take more than 255
8141                         bytes and the buffer is sufficiently long,
8142                         dns_name_fromwire should return DNS_R_FORMERR,
8143                         not ISC_R_NOSPACE.  This bug caused cause the
8144                         server to catch an assertion failure when it
8145                         received a query for a name longer than 255
8146                         bytes.
8148  244.   [bug]           empty named.conf file and empty options statement are
8149                         now parsed properly.
8151  243.   [func]          new cachesize option for named.conf
8153  242.   [cleanup]       fixed incorrect warning about auth-nxdomain usage.
8155  241.   [cleanup]       nscount and soacount have been removed from the
8156                         dns_master_*() argument lists.
8158  240.   [func]          databases now come in three flavours: zone, cache
8159                         and stub.
8161  239.   [func]          If ISC_MEM_DEBUG is enabled, the variable
8162                         isc_mem_debugging controls whether messages
8163                         are printed or not.
8165  238.   [cleanup]       A few more compilation warnings have been quieted:
8166                         + missing sigwait prototype on BSD/OS 4.0/4.0.1.
8167                         + PTHREAD_ONCE_INIT unbraced initializer warnings on
8168                                 Solaris 2.8.
8169                         + IN6ADDR_ANY_INIT unbraced initializer warnings on
8170                                 BSD/OS 4.*, Linux and Solaris 2.8.
8172  237.   [bug]           If connect() returned ENOBUFS when the resolver was
8173                         initiating a TCP query, the socket didn't get
8174                         destroyed, and the server did not shut down cleanly.
8176  236.   [func]          Added new listen-on-v6 config file statement.
8178  235.   [func]          Consider it a config file error if a listen-on
8179                         statement has an IPv6 address in it, or a
8180                         listen-on-v6 statement has an IPv4 address in it.
8182  234.   [bug]           Allow a trusted-key's first field (domain-name) be
8183                         either a quoted or an unquoted string, instead of
8184                         requiring a quoted string.
8186  233.   [cleanup]       Convert all config structure integer values to unsigned
8187                         integer (isc_uint32_t) to match grammar.
8189  232.   [bug]           Allow slave zones to not have a file.
8191  231.   [func]          Support new 'port' clause in config file options
8192                         section. Causes 'listen-on', 'masters' and
8193                         'also-notify' statements to use its value instead of
8194                         default (53).
8196  230.   [func]          Replace the dst sign/verify API with a cleaner one.
8198  229.   [func]          Support config file sig-validity-interval statement
8199                         in options, views and zone statements (master
8200                         zones only).
8202  228.   [cleanup]       Logging messages in config module stripped of
8203                         trailing period.
8205  227.   [cleanup]       The enumerated identifiers dns_rdataclass_*,
8206                         dns_rcode_*, dns_opcode_*, and dns_trust_* are
8207                         also now cast to their appropriate types, as with
8208                         dns_rdatatype_* in item number 225 below.
8210  226.   [func]          dns_name_totext() now always prints the root name as
8211                         '.', even when omit_final_dot is true.
8213  225.   [cleanup]       The enumerated dns_rdatatype_* identifiers are now
8214                         cast to dns_rdatatype_t via macros of their same name
8215                         so that they are of the proper integral type wherever
8216                         a dns_rdatatype_t is needed.
8218  224.   [cleanup]       The entire project builds cleanly with gcc's
8219                         -Wcast-qual and -Wwrite-strings warnings enabled,
8220                         which is now the default when using gcc.  (Warnings
8221                         from confparser.c, because of yacc's code, are
8222                         unfortunately to be expected.)
8224  223.   [func]          Several functions were re-prototyped to qualify one
8225                         or more of their arguments with "const".  Similarly,
8226                         several functions that return pointers now have
8227                         those pointers qualified with const.
8229  222.   [bug]           The global 'also-notify' option was ignored.
8231  221.   [bug]           An uninitialized variable was sometimes passed to
8232                         dns_rdata_freestruct() when loading a zone, causing
8233                         an assertion failure.
8235  220.   [cleanup]       Set the default outgoing port in the view, and
8236                         set it in sockaddrs returned from the ADB.
8237                         [31-May-2000 explorer]
8239  219.   [bug]           Signed truncated messages more correctly follow
8240                         the respective specs.
8242  218.   [func]          When an rdataset is signed, its ttl is normalized
8243                         based on the signature validity period.
8245  217.   [func]          Also-notify and trusted-keys can now be used in
8246                         the 'view' statement.
8248  216.   [func]          The 'max-cache-ttl' and 'max-ncache-ttl' options
8249                         now work.
8251  215.   [bug]           Failures at certain points in request processing
8252                         could cause the assertion INSIST(client->lockview
8253                         == NULL) to be triggered.
8255  214.   [func]          New public function isc_netaddr_format(), for
8256                         formatting network addresses in log messages.
8258  213.   [bug]           Don't leak memory when reloading the zone if
8259                         an update-policy clause was present in the old zone.
8261  212.   [func]          Added dns_message_get/settsigkey, to make TSIG
8262                         key management reasonable.
8264  211.   [func]          The 'key' and 'server' statements can now occur
8265                         inside 'view' statements.
8267  210.   [bug]           The 'allow-transfer' option was ignored for slave
8268                         zones, and the 'transfers-per-ns' option was
8269                         was ignored for all zones.
8271  209.   [cleanup]       Upgraded openssl files to new version 0.9.5a
8273  208.   [func]          Added ISC_OFFSET_MAXIMUM for the maximum value
8274                         of an isc_offset_t.
8276  207.   [func]          The dnssec tools properly use the logging subsystem.
8278  206.   [cleanup]       dst now stores the key name as a dns_name_t, not
8279                         a char *.
8281  205.   [cleanup]       On IRIX, turn off the mostly harmless warnings 1692
8282                         ("prototyped function redeclared without prototype")
8283                         and 1552 ("variable ... set but not used") when
8284                         compiling in the lib/dns/sec/{dnssafe,openssl}
8285                         directories, which contain code imported from outside
8286                         sources.
8288  204.   [cleanup]       On HP/UX, pass +vnocompatwarnings to the linker
8289                         to quiet the warnings that "The linked output may not
8290                         run on a PA 1.x system."
8292  203.   [func]          notify and zone soa queries are now tsig signed when
8293                         appropriate.
8295  202.   [func]          isc_lex_getsourceline() changed from returning int
8296                         to returning unsigned long, the type of its underlying
8297                         counter.
8299  201.   [cleanup]       Removed the test/sdig program, it has been
8300                         replaced by bin/dig/dig.
8302         --- 9.0.0b3 released ---
8304  200.   [bug]           Failures in sending query responses to clients
8305                         (e.g., running out of network buffers) were
8306                         not logged.
8308  199.   [bug]           isc_heap_delete() sometimes violated the heap
8309                         invariant, causing timer events not to be posted
8310                         when due.
8312  198.   [func]          Dispatch managers hold memory pools which
8313                         any managed dispatcher may use.  This allows
8314                         us to avoid dipping into the memory context for
8315                         most allocations. [19-May-2000 explorer]
8317  197.   [bug]           When an incoming AXFR or IXFR completes, the
8318                         zone's internal state is refreshed from the
8319                         SOA data. [19-May-2000 explorer]
8321  196.   [func]          Dispatchers can be shared easily between views
8322                         and/or interfaces. [19-May-2000 explorer]
8324  195.   [bug]           Including the NXT record of the root domain
8325                         in a negative response caused an assertion
8326                         failure.
8328  194.   [doc]           The PDF version of the Administrator's Reference
8329                         Manual is no longer included in the ISC BIND9
8330                         distribution.
8332  193.   [func]          changed dst_key_free() prototype.
8334  192.   [bug]           Zone configuration validation is now done at end
8335                         of config file parsing, and before loading
8336                         callbacks.
8338  191.   [func]          Patched to compile on UnixWare 7.x.  This platform
8339                         is not directly supported by the ISC.
8341  190.   [cleanup]       The DNSSEC tools have been moved to a separate
8342                         directory dnssec/ and given the following new,
8343                         more descriptive names:
8345                               dnssec-keygen
8346                               dnssec-signzone
8347                               dnssec-signkey
8348                               dnssec-makekeyset
8350                         Their command line arguments have also been changed to
8351                         be more consistent.  dnssec-keygen now prints the
8352                         name of the generated key files (sans extension)
8353                         on standard output to simplify its use in automated
8354                         scripts.
8356  189.   [func]          isc_time_secondsastimet(), a new function, will ensure
8357                         that the number of seconds in an isc_time_t does not
8358                         exceed the range of a time_t, or return ISC_R_RANGE.
8359                         Similarly, isc_time_now(), isc_time_nowplusinterval(),
8360                         isc_time_add() and isc_time_subtract() now check the
8361                         range for overflow/underflow.  In the case of
8362                         isc_time_subtract, this changed a calling requirement
8363                         (ie, something that could generate an assertion)
8364                         into merely a condition that returns an error result.
8365                         isc_time_add() and isc_time_subtract() were void-
8366                         valued before but now return isc_result_t.
8368  188.   [func]          Log a warning message when an incoming zone transfer
8369                         contains out-of-zone data.
8371  187.   [func]          isc_ratelimiter_enqueue() has an additional argument
8372                         'task'.
8374  186.   [func]          dns_request_getresponse() has an additional argument
8375                         'preserve_order'.
8377  185.   [bug]           Fixed up handling of ISC_MEMCLUSTER_LEGACY.  Several
8378                         public functions did not have an isc__ prefix, and
8379                         referred to functions that had previously been
8380                         renamed.
8382  184.   [cleanup]       Variables/functions which began with two leading
8383                         underscores were made to conform to the ANSI/ISO
8384                         standard, which says that such names are reserved.
8386  183.   [func]          ISC_LOG_PRINTTAG option for log channels.  Useful
8387                         for logging the program name or other identifier.
8389  182.   [cleanup]       New command-line parameters for dnssec tools
8391  181.   [func]          Added dst_key_buildfilename and dst_key_parsefilename
8393  180.   [func]          New isc_result_t ISC_R_RANGE.  Supersedes DNS_R_RANGE.
8395  179.   [func]          options named.conf statement *must* now come
8396                         before any zone or view statements.
8398  178.   [func]          Post-load of named.conf check verifies a slave zone
8399                         has non-empty list of masters defined.
8401  177.   [func]          New per-zone boolean:
8403                                 enable-zone yes | no ;
8405                         intended to let a zone be disabled without having
8406                         to comment out the entire zone statement.
8408  176.   [func]          New global and per-view option:
8410                                 max-cache-ttl number
8412  175.   [func]          New global and per-view option:
8414                                 additional-data internal | minimal | maximal;
8416  174.   [func]          New public function isc_sockaddr_format(), for
8417                         formatting socket addresses in log messages.
8419  173.   [func]          Keep a queue of zones waiting for zone transfer
8420                         quota so that a new transfer can be dispatched
8421                         immediately whenever quota becomes available.
8423  172.   [bug]           $TTL directive was sometimes missing from dumped
8424                         master files because totext_ctx_init() failed to
8425                         initialize ctx->current_ttl_valid.
8427  171.   [cleanup]       On NetBSD systems, the mit-pthreads or
8428                         unproven-pthreads library is now always used
8429                         unless --with-ptl2 is explicitly specified on
8430                         the configure command line.  The
8431                         --with-mit-pthreads option is no longer needed
8432                         and has been removed.
8434  170.   [cleanup]       Remove inter server consistency checks from zone,
8435                         these should return as a separate module in 9.1.
8436                         dns_zone_checkservers(), dns_zone_checkparents(),
8437                         dns_zone_checkchildren(), dns_zone_checkglue().
8439                         Remove dns_zone_setadb(), dns_zone_setresolver(),
8440                         dns_zone_setrequestmgr() these should now be found
8441                         via the view.
8443  169.   [func]          ratelimiter can now process N events per interval.
8445  168.   [bug]           include statements in named.conf caused syntax errors
8446                         due to not consuming the semicolon ending the include
8447                         statement before switching input streams.
8449  167.   [bug]           Make lack of masters for a slave zone a soft error.
8451  166.   [bug]           Keygen was overwriting existing keys if key_id
8452                         conflicted, now it will retry, and non-null keys
8453                         with key_id == 0 are not generated anymore.  Key
8454                         was not able to generate NOAUTHCONF DSA key,
8455                         increased RSA key size to 2048 bits.
8457  165.   [cleanup]       Silence "end-of-loop condition not reached" warnings
8458                         from Solaris compiler.
8460  164.   [func]          Added functions isc_stdio_open(), isc_stdio_close(),
8461                         isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
8462                         isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
8463                         to encapsulate nonportable usage of errno and sync.
8465  163.   [func]          Added result codes ISC_R_FILENOTFOUND and
8466                         ISC_R_FILEEXISTS.
8468  162.   [bug]           Ensure proper range for arguments to ctype.h functions.
8470  161.   [cleanup]       error in yyparse prototype that only HPUX caught.
8472  160.   [cleanup]       getnet*() are not going to be implemented at this
8473                         stage.
8475  159.   [func]          Redefinition of config file elements is now an
8476                         error (instead of a warning).
8478  158.   [bug]           Log channel and category list copy routines
8479                         weren't assigning properly to output parameter.
8481  157.   [port]          Fix missing prototype for getopt().
8483  156.   [func]          Support new 'database' statement in zone.
8485                                 database "quoted-string";
8487  155.   [bug]           ns_notify_start() was not detaching the found zone.
8489  154.   [func]          The signer now logs libdns warnings to stderr even when
8490                         not verbose, and in a nicer format.
8492  153.   [func]          dns_rdata_tostruct() 'mctx' is now optional.  If 'mctx'
8493                         is NULL then you need to preserve the 'rdata' until
8494                         you have finished using the structure as there may be
8495                         references to the associated memory.  If 'mctx' is
8496                         non-NULL it is guaranteed that there are no references
8497                         to memory associated with 'rdata'.
8499                         dns_rdata_freestruct() must be called if 'mctx' was
8500                         non-NULL and may safely be called if 'mctx' was NULL.
8502  152.   [bug]           keygen dumped core if domain name argument was omitted
8503                         from command line.
8505  151.   [func]          Support 'disabled' statement in zone config (causes
8506                         zone to be parsed and then ignored). Currently must
8507                         come after the 'type' clause.
8509  150.   [func]          Support optional ports in masters and also-notify
8510                         statements:
8512                                 masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
8514  149.   [cleanup]       Removed unused argument 'olist' from
8515                         dns_c_view_unsetordering().
8517  148.   [cleanup]       Stop issuing some warnings about some configuration
8518                         file statements that were not implemented, but now are.
8520  147.   [bug]           Changed yacc union size to be smaller for yaccs that
8521                         put yacc-stack on the real stack.
8523  146.   [cleanup]       More general redundant header file cleanup.  Rather
8524                         than continuing to itemize every header which changed,
8525                         this changelog entry just notes that if a header file
8526                         did not need another header file that it was including
8527                         in order to provide its advertised functionality, the
8528                         inclusion of the other header file was removed.  See
8529                         util/check-includes for how this was tested.
8531  145.   [cleanup]       Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
8532                         ISC_LANG_ENDDECLS to header files that had function
8533                         prototypes, and removed it from those that did not.
8535  144.   [cleanup]       libdns header files too numerous to name were made
8536                         to conform to the same style for multiple inclusion
8537                         protection.
8539  143.   [func]          Added function dns_rdatatype_isknown().
8541  142.   [cleanup]       <isc/stdtime.h> does not need <time.h> or
8542                         <isc/result.h>.
8544  141.   [bug]           Corrupt requests with multiple questions could
8545                         cause an assertion failure.
8547  140.   [cleanup]       <isc/time.h> does not need <time.h> or <isc/result.h>.
8549  139.   [cleanup]       <isc/net.h> now includes <isc/types.h> instead of
8550                         <isc/int.h> and <isc/result.h>.
8552  138.   [cleanup]       isc_strtouq moved from str.[ch] to string.[ch] and
8553                         renamed isc_string_touint64.  isc_strsep moved from
8554                         strsep.c to string.c and renamed isc_string_separate.
8556  137.   [cleanup]       <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
8557                         <isc/serial.h>, <isc/string.h> and <isc/offset.h>
8558                         made to conform to the same style for multiple
8559                         inclusion protection.
8561  136.   [cleanup]       <isc/commandline.h>, <isc/interfaceiter.h>,
8562                         <isc/net.h> and Win32's <isc/thread.h> needed
8563                         ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
8565  135.   [cleanup]       Win32's <isc/condition.h> did not need <isc/result.h>
8566                         or <isc/boolean.h>, now uses <isc/types.h> in place
8567                         of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
8568                         and ISC_LANG_ENDDECLS.
8570  134.   [cleanup]       <isc/dir.h> does not need <limits.h>.
8572  133.   [cleanup]       <isc/ipv6.h> needs <isc/platform.h>.
8574  132.   [cleanup]       <isc/app.h> does not need <isc/task.h>, but does
8575                         need <isc/eventclass.h>.
8577  131.   [cleanup]       <isc/mutex.h> and <isc/util.h> need <isc/result.h>
8578                         for ISC_R_* codes used in macros.
8580  130.   [cleanup]       <isc/condition.h> does not need <pthread.h> or
8581                         <isc/boolean.h>, and now includes <isc/types.h>
8582                         instead of <isc/time.h>.
8584  129.   [bug]           The 'default_debug' log channel was not set up when
8585                         'category default' was present in the config file
8587  128.   [cleanup]       <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
8588                         ISC_LANG_ENDDECLS at end of header.
8590  127.   [cleanup]       The contracts for the comparison routines
8591                         dns_name_fullcompare(), dns_name_compare(),
8592                         dns_name_rdatacompare(), and dns_rdata_compare() now
8593                         specify that the order value returned is < 0, 0, or > 0
8594                         instead of -1, 0, or 1.
8596  126.   [cleanup]       <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
8598  125.   [cleanup]       <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
8599                         <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
8600                         <isc/resultclass.h> do not need <isc/lang.h>.
8602  124.   [func]          signer now imports parent's zone key signature
8603                         and creates null keys/sets zone status bit for
8604                         children when necessary
8606  123.   [cleanup]       <isc/event.h> does not need <stddef.h>.
8608  122.   [cleanup]       <isc/task.h> does not need <isc/mem.h> or
8609                         <isc/result.h>.
8611  121.   [cleanup]       <isc/symtab.h> does not need <isc/mem.h> or
8612                         <isc/result.h>.  Multiple inclusion protection
8613                         symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
8614                         isc_symtab_t moved to <isc/types.h>.
8616  120.   [cleanup]       <isc/socket.h> does not need <isc/boolean.h>,
8617                         <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
8618                         <isc/net.h>.
8620  119.   [cleanup]       structure definitions for generic rdata structures do
8621                         not have _generic_ in their names.
8623  118.   [cleanup]       libdns.a is now namespace-clean, on NetBSD, excepting
8624                         YACC crust (yyparse, etc) [2000-apr-27 explorer]
8626  117.   [cleanup]       libdns.a changes:
8627                         dns_zone_clearnotify() and dns_zone_addnotify()
8628                         are replaced by dns_zone_setnotifyalso().
8629                         dns_zone_clearmasters() and dns_zone_addmaster()
8630                         are replaced by dns_zone_setmasters().
8632  116.   [func]          Added <isc/offset.h> for isc_offset_t (aka off_t
8633                         on Unix systems).
8635  115.   [port]          Shut up the -Wmissing-declarations warning about
8636                         <stdio.h>'s __sputaux on BSD/OS pre-4.1.
8638  114.   [cleanup]       <isc/sockaddr.h> does not need <isc/buffer.h> or
8639                         <isc/list.h>.
8641  113.   [func]          Utility programs dig and host added.
8643  112.   [cleanup]       <isc/serial.h> does not need <isc/boolean.h>.
8645  111.   [cleanup]       <isc/rwlock.h> does not need <isc/result.h> or
8646                         <isc/mutex.h>.
8648  110.   [cleanup]       <isc/result.h> does not need <isc/boolean.h> or
8649                         <isc/list.h>.
8651  109.   [bug]           "make depend" did nothing for
8652                         bin/tests/{db,mem,sockaddr,tasks,timers}/.
8654  108.   [cleanup]       DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
8655                         <dns/types.h> to <dns/bit.h> and renamed to
8656                         DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
8658  107.   [func]          Add keysigner and keysettool.
8660  106.   [func]          Allow dnssec verifications to ignore the validity
8661                         period.  Used by several of the dnssec tools.
8663  105.   [doc]           doc/dev/coding.html expanded with other
8664                         implicit conventions the developers have used.
8666  104.   [bug]           Made compress_add and compress_find static to
8667                         lib/dns/compress.c.
8669  103.   [func]          libisc buffer API changes for <isc/buffer.h>:
8670                         Added:
8671                                 isc_buffer_base(b)          (pointer)
8672                                 isc_buffer_current(b)       (pointer)
8673                                 isc_buffer_active(b)        (pointer)
8674                                 isc_buffer_used(b)          (pointer)
8675                                 isc_buffer_length(b)            (int)
8676                                 isc_buffer_usedlength(b)        (int)
8677                                 isc_buffer_consumedlength(b)    (int)
8678                                 isc_buffer_remaininglength(b)   (int)
8679                                 isc_buffer_activelength(b)      (int)
8680                                 isc_buffer_availablelength(b)   (int)
8681                         Removed:
8682                                 ISC_BUFFER_USEDCOUNT(b)
8683                                 ISC_BUFFER_AVAILABLECOUNT(b)
8684                                 isc_buffer_type(b)
8685                         Changed names:
8686                                 isc_buffer_used(b, r) ->
8687                                         isc_buffer_usedregion(b, r)
8688                                 isc_buffer_available(b, r) ->
8689                                         isc_buffer_available_region(b, r)
8690                                 isc_buffer_consumed(b, r) ->
8691                                         isc_buffer_consumedregion(b, r)
8692                                 isc_buffer_active(b, r) ->
8693                                         isc_buffer_activeregion(b, r)
8694                                 isc_buffer_remaining(b, r) ->
8695                                         isc_buffer_remainingregion(b, r)
8697                         Buffer types were removed, so the ISC_BUFFERTYPE_*
8698                         macros are no more, and the type argument to
8699                         isc_buffer_init and isc_buffer_allocate were removed.
8700                         isc_buffer_putstr is now void (instead of isc_result_t)
8701                         and requires that the caller ensure that there
8702                         is enough available buffer space for the string.
8704  102.   [port]          Correctly detect inet_aton, inet_pton and inet_ptop
8705                         on BSD/OS 4.1.
8707  101.   [cleanup]       Quieted EGCS warnings from lib/isc/print.c.
8709  100.   [cleanup]       <isc/random.h> does not need <isc/int.h> or
8710                         <isc/mutex.h>.  isc_random_t moved to <isc/types.h>.
8712   99.   [cleanup]       Rate limiter now has separate shutdown() and
8713                         destroy() functions, and it guarantees that all
8714                         queued events are delivered even in the shutdown case.
8716   98.   [cleanup]       <isc/print.h> does not need <stdarg.h> or <stddef.h>
8717                         unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
8719   97.   [cleanup]       <isc/ondestroy.h> does not need <stddef.h> or
8720                         <isc/event.h>.
8722   96.   [cleanup]       <isc/mutex.h> does not need <isc/result.h>.
8724   95.   [cleanup]       <isc/mutexblock.h> does not need <isc/result.h>.
8726   94.   [cleanup]       Some installed header files did not compile as C++.
8728   93.   [cleanup]       <isc/msgcat.h> does not need <isc/result.h>.
8730   92.   [cleanup]       <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
8731                         or <isc/result.h>.
8733   91.   [cleanup]       <isc/log.h> does not need <sys/types.h> or
8734                         <isc/result.h>.
8736   90.   [cleanup]       Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
8737                         from <named/listenlist.h>.
8739   89.   [cleanup]       <isc/lex.h> does not need <stddef.h>.
8741   88.   [cleanup]       <isc/interfaceiter.h> does not need <isc/result.h> or
8742                         <isc/mem.h>.  isc_interface_t and isc_interfaceiter_t
8743                         moved to <isc/types.h>.
8745   87.   [cleanup]       <isc/heap.h> does not need <isc/boolean.h>,
8746                         <isc/mem.h> or <isc/result.h>.
8748   86.   [cleanup]       isc_bufferlist_t moved from <isc/bufferlist.h> to
8749                         <isc/types.h>.
8751   85.   [cleanup]       <isc/bufferlist.h> does not need <isc/buffer.h>,
8752                         <isc/list.h>, <isc/mem.h>, <isc/region.h> or
8753                         <isc/int.h>.
8755   84.   [func]          allow-query ACL checks now apply to all data
8756                         added to a response.
8758   83.   [func]          If the server is authoritative for both a
8759                         delegating zone and its (nonsecure) delegatee, and
8760                         a query is made for a KEY RR at the top of the
8761                         delegatee, then the server will look for a KEY
8762                         in the delegator if it is not found in the delegatee.
8764   82.   [cleanup]       <isc/buffer.h> does not need <isc/list.h>.
8766   81.   [cleanup]       <isc/int.h> and <isc/boolean.h> do not need
8767                         <isc/lang.h>.
8769   80.   [cleanup]       <isc/print.h> does not need <stdio.h> or <stdlib.h>.
8771   79.   [cleanup]       <dns/callbacks.h> does not need <stdio.h>.
8773   78.   [cleanup]       lwres_conftest renamed to lwresconf_test for
8774                         consistency with other *_test programs.
8776   77.   [cleanup]       typedef of isc_time_t and isc_interval_t moved from
8777                         <isc/time.h> to <isc/types.h>.
8779   76.   [cleanup]       Rewrote keygen.
8781   75.   [func]          Don't load a zone if its database file is older
8782                         than the last time the zone was loaded.
8784   74.   [cleanup]       Removed mktemplate.o and ufile.o from libisc.a,
8785                         subsumed by file.o.
8787   73.   [func]          New "file" API in libisc, including new function
8788                         isc_file_getmodtime, isc_mktemplate renamed to
8789                         isc_file_mktemplate and isc_ufile renamed to
8790                         isc_file_openunique.  By no means an exhaustive API,
8791                         it is just what's needed for now.
8793   72.   [func]          DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
8794                         added for dns_rbt_findnode, the former to disable the
8795                         setting of the chain to the predecessor, and the
8796                         latter to make clear when no options are set.
8798   71.   [cleanup]       Made explicit the implicit REQUIREs of
8799                         isc_time_seconds, isc_time_nanoseconds, and
8800                         isc_time_subtract.
8802   70.   [func]          isc_time_set() added.
8804   69.   [bug]           The zone object's master and also-notify lists grew
8805                         longer with each server reload.
8807   68.   [func]          Partial support for SIG(0) on incoming messages.
8809   67.   [performance]   Allow use of alternate (compile-time supplied)
8810                         OpenSSL libraries/headers.
8812   66.   [func]          Data in authoritative zones should have a trust level
8813                         beyond secure.
8815   65.   [cleanup]       Removed obsolete typedef of dns_zone_callbackarg_t
8816                         from <dns/types.h>.
8818   64.   [func]          The RBT, DB, and zone table APIs now allow the
8819                         caller find the most-enclosing superdomain of
8820                         a name.
8822   63.   [func]          Generate NOTIFY messages.
8824   62.   [func]          Add UDP refresh support.
8826   61.   [cleanup]       Use single quotes consistently in log messages.
8828   60.   [func]          Catch and disallow singleton types on message
8829                         parse.
8831   59.   [bug]           Cause net/host unreachable to be a hard error
8832                         when sending and receiving.
8834   58.   [bug]           bin/named/query.c could sometimes trigger the
8835                         (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
8836                         == 0 assertion in query_newname().
8838   57.   [func]          Added dns_nxt_typepresent()
8840   56.   [bug]           SIG records were not properly returned in cached
8841                         negative answers.
8843   55.   [bug]           Responses containing multiple names in the authority
8844                         section were not negatively cached.
8846   54.   [bug]           If a fetch with sigrdataset==NULL joined one with
8847                         sigrdataset!=NULL or vice versa, the resolver
8848                         could catch an assertion or lose signature data,
8849                         respectively.
8851   53.   [port]          freebsd 4.0: lib/isc/unix/socket.c requires
8852                         <sys/param.h>.
8854   52.   [bug]           rndc: taskmgr and socketmgr were not initialized
8855                         to NULL.
8857   51.   [cleanup]       dns/compress.h and dns/zt.h did not need to include
8858                         dns/rbt.h; it was needed only by compress.c and zt.c.
8860   50.   [func]          RBT deletion no longer requires a valid chain to work,
8861                         and dns_rbt_deletenode was added.
8863   49.   [func]          Each cache now has its own mctx.
8865   48.   [func]          isc_task_create() no longer takes an mctx.
8866                         isc_task_mem() has been eliminated.
8868   47.   [func]          A number of modules now use memory context reference
8869                         counting.
8871   46.   [func]          Memory contexts are now reference counted.
8872                         Added isc_mem_inuse() and isc_mem_preallocate().
8873                         Renamed isc_mem_destroy_check() to
8874                         isc_mem_setdestroycheck().
8876   45.   [bug]           The trusted-key statement incorrectly loaded keys.
8878   44.   [bug]           Don't include authority data if it would force us
8879                         to unset the AD bit in the message.
8881   43.   [bug]           DNSSEC verification of cached rdatasets was failing.
8883   42.   [cleanup]       Simplified logging of messages with embedded domain
8884                         names by introducing a new convenience function
8885                         dns_name_format().
8887   41.   [func]          Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
8888                         to allow 'named' to run as a non-root user while
8889                         retaining the ability to bind() to privileged
8890                         ports.
8892   40.   [func]          Introduced new logging category "dnssec" and
8893                         logging module "dns/validator".
8895   39.   [cleanup]       Moved the typedefs for isc_region_t, isc_textregion_t,
8896                         and isc_lex_t to <isc/types.h>.
8898   38.   [bug]           TSIG signed incoming zone transfers work now.
8900   37.   [bug]           If the first RR in an incoming zone transfer was
8901                         not an SOA, the server died with an assertion failure
8902                         instead of just reporting an error.
8904   36.   [cleanup]       Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
8906   35.   [performance]   Log messages which are of a level too high to be
8907                         logged by any channel in the logging configuration
8908                         will not cause the log mutex to be locked.
8910   34.   [bug]           Recursion was allowed even with 'recursion no'.
8912   33.   [func]          The RBT now maintains a parent pointer at each node.
8914   32.   [cleanup]       bin/lwresd/client.c needs <string.h> for memset()
8915                         prototype.
8917   31.   [bug]           Use ${LIBTOOL} to compile bin/named/main.@O@.
8919   30.   [func]          config file grammar change to support optional
8920                         class type for a view.
8922   29.   [func]          support new config file view options:
8924                                 auth-nxdomain recursion query-source
8925                                 query-source-v6 transfer-source
8926                                 transfer-source-v6 max-transfer-time-out
8927                                 max-transfer-idle-out transfer-format
8928                                 request-ixfr provide-ixfr cleaning-interval
8929                                 fetch-glue notify rfc2308-type1 lame-ttl
8930                                 max-ncache-ttl min-roots
8932   28.   [func]          support lame-ttl, min-roots and serial-queries
8933                         config global options.
8935   27.   [bug]           Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
8936                         Including it on other platforms (eg, NetBSD) can
8937                         cause a forced #error from the C preprocessor.
8939   26.   [func]          new match-clients statement in config file view.
8941   25.   [bug]           make install failed to install <isc/log.h> and
8942                         <isc/ondestroy.h>.
8944   24.   [cleanup]       Eliminate some unnecessary #includes of header
8945                         files from header files.
8947   23.   [cleanup]       Provide more context in log messages about client
8948                         requests, using a new function ns_client_log().
8950   22.   [bug]           SIGs weren't returned in the answer section when
8951                         the query resulted in a fetch.
8953   21.   [port]          Look at STD_CINCLUDES after CINCLUDES during
8954                         compilation, so additional system include directories
8955                         can be searched but header files in the bind9 source
8956                         tree with conflicting names take precedence.  This
8957                         avoids issues with installed versions of dnssafe and
8958                         openssl.
8960   20.   [func]          Configuration file post-load validation of zones
8961                         failed if there were no zones.
8963   19.   [bug]           dns_zone_notifyreceive() failed to unlock the zone
8964                         lock in certain error cases.
8966   18.   [bug]           Use AC_TRY_LINK rather than AC_TRY_COMPILE in
8967                         configure.in to check for presence of in6addr_any.
8969   17.   [func]          Do configuration file post-load validation of zones.
8971   16.   [bug]           put quotes around key names on config file
8972                         output to avoid possible keyword clashes.
8974   15.   [func]          Add dns_name_dupwithoffsets().  This function is
8975                         improves comparison performance for duped names.
8977   14.   [bug]           free_rbtdb() could have 'put' unallocated memory in
8978                         an unlikely error path.
8980   13.   [bug]           lib/dns/master.c and lib/dns/xfrin.c didn't ignore
8981                         out-of-zone data.
8983   12.   [bug]           Fixed possible uninitialized variable error.
8985   11.   [bug]           axfr_rrstream_first() didn't check the result code of
8986                         db_rr_iterator_first(), possibly causing an assertion
8987                         to be triggered later.
8989   10.   [bug]           A bug in the code which makes EDNS0 OPT records in
8990                         bin/named/client.c and lib/dns/resolver.c could
8991                         trigger an assertion.
8993    9.   [cleanup]       replaced bit-setting code in confctx.c and replaced
8994                         repeated code with macro calls.
8996    8.   [bug]           Shutdown of incoming zone transfer accessed
8997                         freed memory.
8999    7.   [cleanup]       removed 'listen-on' from view statement.
9001    6.   [bug]           quote RR names when generating config file to
9002                         prevent possible clash with config file keywords
9003                         (such as 'key').
9005    5.   [func]          syntax change to named.conf file: new ssu grant/deny
9006                         statements must now be enclosed by an 'update-policy'
9007                         block.
9009    4.   [port]          bin/named/unix/os.c didn't compile on systems with
9010                         linux 2.3 kernel includes due to conflicts between
9011                         C library includes and the kernel includes.  We now
9012                         get only what we need from <linux/capability.h>, and
9013                         avoid pulling in other linux kernel .h files.
9015    3.   [bug]           TKEYs go in the answer section of responses, not
9016                         the additional section.
9018    2.   [bug]           Generating cryptographic randomness failed on
9019                         systems without /dev/random.
9021    1.   [bug]           The installdirs rule in
9022                         lib/isc/unix/include/isc/Makefile.in had a typo which
9023                         prevented the isc directory from being created if it
9024                         didn't exist.
9026         --- 9.0.0b2 released ---
9028 # This tells Emacs to use hard tabs in this file.
9029 # Local Variables:
9030 # indent-tabs-mode: t
9031 # End: