CHANGES revision d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5
dc2a0aa7aaa8b85398ae183c7274c0eeec5009afMark Andrews 667. [bug] On Linux, running named with the -u option and a
dc2a0aa7aaa8b85398ae183c7274c0eeec5009afMark Andrews non-world-readable configuration file didn't work.
7539c231d47677250008737b0691f9518111f3f5Mark Andrews 666. [bug] If a request sent by dig is longer than 512 bytes,
7ae2fa27e921ff5a2de4b0bb3aef5013315e92a8Tatuya JINMEI 神明達哉 665. [bug] Signed responses were not sent when the size of the
7ae2fa27e921ff5a2de4b0bb3aef5013315e92a8Tatuya JINMEI 神明達哉 TSIG + question exceeded the maximum message size.
1c3ed2a83d176d9023b51b60dfc96c133f678362Tatuya JINMEI 神明達哉 664. [bug] The t_tasks and t_timers module tests are now skipped
1c3ed2a83d176d9023b51b60dfc96c133f678362Tatuya JINMEI 神明達哉 when building without threads, since they require
fc53f564caa9d40f4b73a2808260b1dc07e86fddEvan Hunt 663. [func] Accept a size_spec, not just an integer, in the
e951a79d901cc9b72a4882c38f02b568eed6bf24Mark Andrews (unimplemented and ignored) max-ixfr-log-size option
9a727082a0f4959d4ad5ee91c171c2fad92ac996Mark Andrews for compatibility with recent versions of BIND 8.
4462e590791925b6a5efceacbff054a6b5fe35edMark Andrews 662. [bug] dns_rdata_fromtext() failed to log certain errors.
9925249931480c9e422b70c948b2665264ec46f5Mark Andrews 661. [bug] Certain UDP IXFR requests caused an assertion failure
9925249931480c9e422b70c948b2665264ec46f5Mark Andrews (mpctx->allocated == 0). [RT #355, #394, #623]
fc7043d7d1294478c9988c10af9a7fb8fd810338Evan Hunt 660. [port] Detect multiple CPUs on HP-UX and IRIX.
cef715b6556ca1207b85aa1eac6ce817af2be44eMark Andrews 659. [performance] Rewrite the name compression code to be much faster.
cef715b6556ca1207b85aa1eac6ce817af2be44eMark Andrews 658. [cleanup] Remove all vestiges of 16 bit global compression.
5497de6931b5ac26f65c2343b0318614f73933baMark Andrews 657. [bug] When a listen-on statement in an lwres block does not
5497de6931b5ac26f65c2343b0318614f73933baMark Andrews specifiy a port, use 921, not 53. Also update the
f86c5d30de5d2bf4a4aab98f72295309d62e92eeMark Andrews listen-on documentation. [RT #616]
f86c5d30de5d2bf4a4aab98f72295309d62e92eeMark Andrews 656. [func] Treat an unescaped newline in a quoted string as
262c39b2366bf79062f7f86b218947523dd1cbacEvan Hunt an error. This means that TXT records with missing
262c39b2366bf79062f7f86b218947523dd1cbacEvan Hunt close quotes should have meaningful errors printed.
1ff207c2fa4182156932f3f5c982170385a19225Mark Andrews 655. [bug] Improve error reporting on unexpected eof when loading
b1e32169ac5cf21fca540fa122a546db71090491Mark Andrews zones. [RT #611]
1aba9fe67899522364a9dbc3ee5a14da081f0314Evan Hunt 654. [bug] Origin was being forgotten in TCP retries in dig.
546c2bf791782df1077217bdaf1865235fa95a93Mark Andrews 653. [bug] +defname option in dig was reversed in sense.
6c7f722d31d12cf83964c8132f0a59ef70e34cb5Mark Andrews 652. [bug] zone_saveunique() did not report the new name.
fcc2a57e13fbecf085e9d11702709b3d5a49b043Mark Andrews 651. [func] The AD bit in responses now has the meaning
fcc2a57e13fbecf085e9d11702709b3d5a49b043Mark Andrews specified in <draft-ietf-dnsext-ad-is-secure>.
fcdafc1e30dd4d10184b56201ea2fc3bab711e5eMark Andrews 650. [bug] SIG(0) records were being generated and verified
fcdafc1e30dd4d10184b56201ea2fc3bab711e5eMark Andrews incorrectly. [RT #606]
f1263d2aa405087e74caf001cd443079f50ee903Mark Andrews 649. [bug] It was possible to join to an already running fctx
f1263d2aa405087e74caf001cd443079f50ee903Mark Andrews after it had "cloned" its events, but before it sent
b1d21f6c93c93bd27492fc41f1c3205c39ab2167Mark Andrews them. In this case, the event of the newly joined
b1d21f6c93c93bd27492fc41f1c3205c39ab2167Mark Andrews fetch would not contain the answer, and would
b1d21f6c93c93bd27492fc41f1c3205c39ab2167Mark Andrews trigger the INSIST() in fctx_sendevents(). In
efb3fa669f00ccfd9aada997b426616b6b0ce044Mark Andrews BIND 9.0, this bug did not trigger an INSIST(), but
efb3fa669f00ccfd9aada997b426616b6b0ce044Mark Andrews caused the fetch to fail with a SERVFAIL result.
034f775ae1bbc260d88bc372f01fdf4b50554514Mark Andrews [RT #588, #597, #605, #607]
034f775ae1bbc260d88bc372f01fdf4b50554514Mark Andrews 648. [port] Add support for pre-RFC2133 IPv6 implementations.
80f20cb452989a423ed0ab84cfbf67d258b92247Mark Andrews 647. [bug] Resolver queries sent after following multiple
80f20cb452989a423ed0ab84cfbf67d258b92247Mark Andrews referrals had excessively long retransmission
93ee06cbe34294c300834d383ff89162ad5c241aMark Andrews timeouts due to incorrectly counting the referrals
93ee06cbe34294c300834d383ff89162ad5c241aMark Andrews as "restarts".
494143860bbe118050f46ecac3d196c779d4b7b0Mark Andrews 646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
494143860bbe118050f46ecac3d196c779d4b7b0Mark Andrews didn't _cleanly_ fix the problem it was trying to fix.
400a1b6604ede895cc8d67a7aa66796a5dbc75e4Mark Andrews 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
400a1b6604ede895cc8d67a7aa66796a5dbc75e4Mark Andrews 644. [bug] #622 needed more work. [RT #562]
c0fb34e8156aea6b7fde8488e7440524c703f22eMark Andrews 643. [bug] xfrin error messages made more verbose, added class
c0fb34e8156aea6b7fde8488e7440524c703f22eMark Andrews of the zone. [RT# 599]
48fa5940280d65a83b020cca12769b4cd0422e91Mark Andrews 642. [bug] Break the exit_check() race in the zone module.
bfcc5ae79a46c5c55e6cf1a9fe4d70a957712d2bTatuya JINMEI 神明達哉 --- 9.1.0b2 released ---
bfcc5ae79a46c5c55e6cf1a9fe4d70a957712d2bTatuya JINMEI 神明達哉 641. [bug] $GENERATE caused a uninitialized link to be used.
1c9f629c181dfd14bb429a6699d22c3c023aa218Mark Andrews 640. [bug] Memory leak in error path could cause
1c9f629c181dfd14bb429a6699d22c3c023aa218Mark Andrews "mpctx->allocated == 0" failure. [RT #584]
f61a7c87bf36b189d8f04ea4c8ab3ec55778355cMark Andrews 639. [bug] Reading entropy from the keyboard would sometimes fail.
f61a7c87bf36b189d8f04ea4c8ab3ec55778355cMark Andrews 638. [port] lib/isc/random.c needed to explicitly include time.h
f61a7c87bf36b189d8f04ea4c8ab3ec55778355cMark Andrews to get a prototype for time() when pthreads was not
2678fccde3453facce53f857d95fec30ca4a284fMark Andrews being used. [RT #592]
2678fccde3453facce53f857d95fec30ca4a284fMark Andrews 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
562460463b6f4c4d6f815c58c129451c82d66823Mark Andrews be compiled even if the platform does not need it.
577272cf7935770fa2ea817e656a572cdcd94eccMark Andrews 636. [port] Shut up MSVC++ about a possible loss of precision
577272cf7935770fa2ea817e656a572cdcd94eccMark Andrews in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
8486ce1efa5deded85415d21d5696e5a51c63357Mark Andrews 635. [bug] Reloading a server with a configured blackhole list
92f60809e854ccf5f115883c6347e370da048848Mark Andrews would cause an assertion. [RT #590]
92f60809e854ccf5f115883c6347e370da048848Mark Andrews 634. [bug] A log file will completely stop being written when
92f60809e854ccf5f115883c6347e370da048848Mark Andrews it reaches the maximum size in all cases, not just
92f60809e854ccf5f115883c6347e370da048848Mark Andrews when versioning is also enabled. [RT #570]
f5d0f495847eb4eb9f0058e73051f855800bee0bMark Andrews 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
dc0ecf08dbea81b6ebfcd3a18b52aa974472b1baMark Andrews 632. [bug] The index array of the journal file was
dc0ecf08dbea81b6ebfcd3a18b52aa974472b1baMark Andrews corrupted as it was written to disk.
dc19dcbc236bc876a6cdb426ec7c5fab964f8dfcMark Andrews 631. [port] Build without thread support on systems without
dc19dcbc236bc876a6cdb426ec7c5fab964f8dfcMark Andrews 630. [bug] Locking failure in zone code. [RT #582]
114c14f8adfc249cf2e5cdcb9007af46fed257e3Mark Andrews 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
604419a812b491cd35fb6fad129c3c39da7200a1Mark Andrews when responding to a UDP IXFR request.
3d78993c6d415f600f57520d1566627b5535d715Mark Andrews 628. [bug] If the root hints contained only AAAA addresses,
3d78993c6d415f600f57520d1566627b5535d715Mark Andrews named would be unable to perform resolution.
8c850a29eda020642c84038e449d60f124c6123bMark Andrews 627. [bug] The EDNS0 blackhole detection code of change 324
8c850a29eda020642c84038e449d60f124c6123bMark Andrews waited for three retransmissions to each server,
da31aff2f2a2163dafeea65c63f16d8f3fca05c5Mark Andrews which takes much too long when a domain has many
da31aff2f2a2163dafeea65c63f16d8f3fca05c5Mark Andrews name servers and all of them drop EDNS0 queries.
da31aff2f2a2163dafeea65c63f16d8f3fca05c5Mark Andrews Now we retry without EDNS0 after three consecutive
da31aff2f2a2163dafeea65c63f16d8f3fca05c5Mark Andrews timeouts, even if they are all from different
e8ca2abed76b550fd3baddcfb17f2c9a630d6b71Mark Andrews servers. [RT #143]
e8ca2abed76b550fd3baddcfb17f2c9a630d6b71Mark Andrews 626. [bug] The lightweight resolver daemon no longer crashes
81d9d7a10e52b421d7f4784c48ae995b13203c59Mark Andrews when asked for a SIG rrset. [RT #558]
81d9d7a10e52b421d7f4784c48ae995b13203c59Mark Andrews 625. [func] Zones now inherit their class from the enclosing view.
301f6ffbbeabcbf765f8163f4ffb7f6f0146b926Mark Andrews 624. [bug] The zone object could get timer events after it had
9e4b25fc3eb5777202147634d789345d893b4539Mark Andrews been destroyed, causing a server crash. [RT #571]
9e4b25fc3eb5777202147634d789345d893b4539Mark Andrews 623. [func] Added "named-checkconf" and "named-checkzone" program
28c49640dcb25102e5040b8d957edd905ddf82f8Mark Andrews for syntax checking named.conf files and zone files,
7314547af7aa1dd25d690dd3f034d49e5cc8fa9dMark Andrews respectively.
541b9722d8031485922ab11221c2e747c0262cf5Mark Andrews 622. [bug] A canceled request could be destroyed before
541b9722d8031485922ab11221c2e747c0262cf5Mark Andrews dns_request_destroy() was called. [RT #562]
ddaeaddf2b9148ce3e6ec5fecc48f64ea5826faeMark Andrews 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
ddaeaddf2b9148ce3e6ec5fecc48f64ea5826faeMark Andrews This mostly affects Red Hat Linux 7.0, which has
a6f7fdcc039de75e9a20da90044caa814f0357a3Michael Graff conflicts between libc and the kernel.
d7e8610d31d83ff863e8b2dc05c238376c35e949Mark Andrews 620. [bug] dns_master_load*inc() now require 'task' and 'load'
d7e8610d31d83ff863e8b2dc05c238376c35e949Mark Andrews to be non-null. Also 'done' will not be called if
d7e8610d31d83ff863e8b2dc05c238376c35e949Mark Andrews dns_master_load*inc() fails immediately. [RT #565]
7e8214191899dc8043babdfbe9235ba14c825005Mark Andrews 618. [bug] Queries to a signed zone could sometimes cause
c4dc5966e0a66f4d75677f1634eff3b45baf988eMark Andrews an assertion failure.
c4dc5966e0a66f4d75677f1634eff3b45baf988eMark Andrews 617. [bug] When using dynamic update to add a new RR to an
9429f5a8318bd2142280c949d4af05998ca348a2Evan Hunt existing RRset with a different TTL, the journal
9429f5a8318bd2142280c949d4af05998ca348a2Evan Hunt entries generated from the update did not include
0899d16ebd6a70bb027e7899c53e7f542ebc987bEvan Hunt explicit deletions and re-additions of the existing
0899d16ebd6a70bb027e7899c53e7f542ebc987bEvan Hunt RRs to update their TTL to the new value.
0899d16ebd6a70bb027e7899c53e7f542ebc987bEvan Hunt 616. [func] dnssec-signzone -t output now includes performance
d2e440ca30f27468443ccc7e21db0b8e10c4faf8Mark Andrews 615. [bug] dnssec-signzone did not like child keysets signed
404df30f4fcbd318dd1e3cc027d2b5abff3ab6d5Mark Andrews by multiple keys.
404df30f4fcbd318dd1e3cc027d2b5abff3ab6d5Mark Andrews 614. [bug] Checks for uninitialized link fields were prone
544d0efa38490d67e458aa9c23a7dac2a9d546bfMark Andrews to false positives, causing assertion failures.
544d0efa38490d67e458aa9c23a7dac2a9d546bfMark Andrews The checks are now disabled by default and may
1f2635d3f7b3f0b3bf0d0310fe880d95e84f09fcMark Andrews be re-enabled by defining ISC_LIST_CHECKINIT.
1f2635d3f7b3f0b3bf0d0310fe880d95e84f09fcMark Andrews 613. [bug] "rndc reload zone" now reloads primary zones.
802760773ca5224b29a610741a7f2e0a7d6e031bMark Andrews It previously only updated slave and stub zones,
802760773ca5224b29a610741a7f2e0a7d6e031bMark Andrews if an SOA query indicated an out of date serial.
b6d496d53851e5ab5ba82e800062a431b05310cbEvan Hunt 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
b6d496d53851e5ab5ba82e800062a431b05310cbEvan Hunt complains relentlessly about how its treatment
67213ca3d0594588a6fac32d8188efc68b0ad572Shane Kerr of 'const' has changed as well as how casting
d55494b8e9887e7ff7cdf1ec96a9dc5e8afe3c94Shane Kerr sometimes tightens alignment constraints.
67213ca3d0594588a6fac32d8188efc68b0ad572Shane Kerr 611. [func] allow-notify can be used to permit processing of
67213ca3d0594588a6fac32d8188efc68b0ad572Shane Kerr notify messages from hosts other than a slave's
33170a4b2b2765583df543efbb13a01e7b664037Mark Andrews 610. [func] rndc dumpdb is now supported.
33170a4b2b2765583df543efbb13a01e7b664037Mark Andrews 609. [bug] getrrsetbyname() would crash lwresd if the server
2cc262c0932a193b261e6e6a172855bd8f898c6dMark Andrews found more SIGs than answers. [RT #554]
2cc262c0932a193b261e6e6a172855bd8f898c6dMark Andrews 608. [func] dnssec-signzone now adds a comment to the zone
76a378884f628f9b23bff16490e39dcd69b6ef0eMark Andrews with the time the file was signed.
76a378884f628f9b23bff16490e39dcd69b6ef0eMark Andrews 607. [bug] nsupdate would fail if it encountered a CNAME or
03745451370778a867e46fdbe315eb958745a391Mark Andrews DNAME in a response to an SOA query. [RT #515]
f183f4c0cd40354f423bdb129e7a0c9badb5082cMark Andrews 606. [bug] Compiling with --disable-threads failed due
f183f4c0cd40354f423bdb129e7a0c9badb5082cMark Andrews to isc_thread_self() being incorrectly defined
f183f4c0cd40354f423bdb129e7a0c9badb5082cMark Andrews as an integer rather than a function.
f183f4c0cd40354f423bdb129e7a0c9badb5082cMark Andrews 605. [func] New function isc_lex_getlasttokentext().
71f4918fd8a5ec4f0a05aac657b614fdf2467bebMark Andrews 604. [bug] The named.conf parser could print incorrect line
71f4918fd8a5ec4f0a05aac657b614fdf2467bebMark Andrews numbers when long comments were present.
dabe7f50bb61d75841b535b91edb8f323f82f826Evan Hunt 603. [bug] Make dig handle multiple types or classes on the same
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews query more correctly.
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews 602. [func] Cope automatically with UnixWare's broken
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews IN6_IS_ADDR_* macros. [RT #539]
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews 601. [func] Return a non-zero exit code if an update fails
a1e2170ad5c5018fbe8f7b8449d8885d5d298e88Mark Andrews in nsupdate.
05d2776f6fa8e3628555463b06cb43288c9ee68eEvan Hunt 600. [bug] Reverse lookups sometimes failed in dig, etc...
8327cdb88fdbf306eb4c37fe00a29aac4c2f55c5Evan Hunt 599. [func] Added four new functions to the libisc log API to
8327cdb88fdbf306eb4c37fe00a29aac4c2f55c5Evan Hunt support i18n messages. isc_log_iwrite(),
f2d8c4a4c3dfa212ddcf5b86d4c5fced4965e52eMark Andrews isc_log_ivwrite(), isc_log_iwrite1() and
f2d8c4a4c3dfa212ddcf5b86d4c5fced4965e52eMark Andrews isc_log_ivwrite1() were added.
8c76634f88c5b3169b61505925e10b997ea08e54Mark Andrews 598. [bug] An update-policy statement would cause the server
8c76634f88c5b3169b61505925e10b997ea08e54Mark Andrews to assert while loading. [RT #536]
8bedd9647f4d6894e12a8c94d3ccc624dddcee50Mark Andrews 597. [func] dnssec-signzone is now multithreaded.
ca84283333d22c64abfbcb87872dd5e6d9172c5aMark Andrews 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
ca84283333d22c64abfbcb87872dd5e6d9172c5aMark Andrews not mutually exclusive.
ca84283333d22c64abfbcb87872dd5e6d9172c5aMark Andrews 595. [port] On Linux 2.2, socket() returns EINVAL when it
e6555b046798b1900e93c3208d26301872f50ca5Shane Kerr should return EAFNOSUPPORT. Work around this.
9a41f786b167a2a6df498d5e9c699f9835e1e9dcMark Andrews 594. [func] sdb drivers are now assumed to not be thread-safe
9a41f786b167a2a6df498d5e9c699f9835e1e9dcMark Andrews unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
9a41f786b167a2a6df498d5e9c699f9835e1e9dcMark Andrews 593. [bug] If a secure zone was missing all its NXTs and
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews a dynamic update was attempted, the server entered
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews an infinite loop.
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews 592. [bug] The sig-validity-interval option now specifies a
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews number of days, not seconds. This matches the
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews documentation. [RT #529]
bf98702c1941f368e54c499dd1ff59ee684cf125Mark Andrews --- 9.1.0b1 released ---
65391557db5d7dc725ed3f2b759248fea31a2445Mark Andrews 591. [bug] Work around non-reentrancy in openssl by disabling
e2c3f8059e77a8e11c4378d22e5d8e78b423a28fMark Andrews precomputation in keys.
e2c3f8059e77a8e11c4378d22e5d8e78b423a28fMark Andrews 590. [doc] There are now man pages for the lwres library in
1ca168b58e02fda534cad741a248e549e0f98d4dMark Andrews 589. [bug] The server could deadlock if a zone was updated
6f1b09965f26ab0d6c38dec4a38f67bb34ebddceMark Andrews while being transferred out.
de05f7d061abfe0ce555e0d0f2089f1261b031b6Mark Andrews 588. [bug] ctx->in_use was not being correctly initalised when
de05f7d061abfe0ce555e0d0f2089f1261b031b6Mark Andrews when pushing a file for $INCLUDE. [RT #523]
d468b1b7b2ccfdf132df15f600be48dccf447eb1Evan Hunt 587. [func] A warning is now printed if the "allow-update"
c7e266b7e5675e12d1ca3cc929f24b3e86d41f8eEvan Hunt option allows updates based on the source IP
c7e266b7e5675e12d1ca3cc929f24b3e86d41f8eEvan Hunt address, to alert users to the fact that this
c7e266b7e5675e12d1ca3cc929f24b3e86d41f8eEvan Hunt is insecure and becoming increasingly so as
c7e266b7e5675e12d1ca3cc929f24b3e86d41f8eEvan Hunt servers capable of update forwarding are being
85db2b5fb360ccd2aeec1e6e22336b3d654bb39aMark Andrews 586. [bug] multiple views with the same name were fatal. [RT #516]
a0749e59c0356381fdaea0fefe66256589ec8c99Mark Andrews 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
a0749e59c0356381fdaea0fefe66256589ec8c99Mark Andrews now support 'exact' additions in a similar manner to
709220567fb820cf7e7625925449dadf86317629Mark Andrews dns_db_subtractrdataset() and dns_rdataslab_subtract().
709220567fb820cf7e7625925449dadf86317629Mark Andrews 584. [func] You can now say 'notify explicit'; to suppress
fe6b6eebd74f7c5c20088f67081ae690228f9744Mark Andrews notification of the servers listed in NS records
adc3f2c0fdcc0a2bee469ffb0e7ae41b83cbf403Mark Andrews and notify only those servers listed in the
adc3f2c0fdcc0a2bee469ffb0e7ae41b83cbf403Mark Andrews 'also-notify' option.
45deeddf4cf1ea57b8b493dcd2410f2332a36128Mark Andrews 583. [func] "rndc querylog" will now toggle logging of
8731a2bd2f5483f50d82cf28e315090b7ceeed54Mark Andrews queries, like "ndc querylog" in BIND 8.
2de90cd1e20061bde684a21c3d852056a2e290d0Mark Andrews 582. [bug] dns_zone_idetach() failed to lock the zone.
2de90cd1e20061bde684a21c3d852056a2e290d0Mark Andrews [RT #199, #463]
8a45eeebb8bdd4633bccfd9d77d9b50c1d337d54Mark Andrews 581. [bug] log severity was not being correctly processed.
d4034b48fd112ef43933f1455b194b5249a88ee6Mark Andrews 580. [func] Ignore trailing garbage on incoming DNS packets,
d4034b48fd112ef43933f1455b194b5249a88ee6Mark Andrews for interoperability with broken server
d4034b48fd112ef43933f1455b194b5249a88ee6Mark Andrews implementations. [RT #491]
ee4bbc8454cc0cb36a25a7d26c5b47370f96d9b2Mark Andrews 579. [bug] nsupdate did not take a filename to read update from.
f568dad6c7ddaa732e6562a4b89fd2ac922d263bMark Andrews 578. [func] New config option "notify-source", to specify the
03ec481ee88f4ab72af6abb4efe096fe2c661d60Mark Andrews source address for notify messages.
03ec481ee88f4ab72af6abb4efe096fe2c661d60Mark Andrews 577. [func] Log illegal RDATA combinations. e.g. multiple
f568dad6c7ddaa732e6562a4b89fd2ac922d263bMark Andrews singlton types, cname and other data.
8e74bfb6045d78af71b54a2934823b334b3e423aMark Andrews 576. [doc] isc_log_create() description did not match reality.
d91df50b670d92d0ab784b741e2ee9af7f2dc4a1Mark Andrews 575. [bug] isc_log_create() was not setting internal state
88a4de3c24caf71426bf06e42ce18f6099d7a439Mark Andrews correctly to reflect the default channels created.
3eab85ca54b681504d772b1d6bb3ccf4f08d4305Mark Andrews 574. [bug] TSIG signed queries sent by the resolver would fail to
3eab85ca54b681504d772b1d6bb3ccf4f08d4305Mark Andrews have their responses validated and would leak memory.
c5adbd722da0908f91be4fb710c082b4b68ec782Mark Andrews 573. [bug] The journal files of IXFRed slave zones were
c5adbd722da0908f91be4fb710c082b4b68ec782Mark Andrews inadvertantly discarded on server reload, causing
557bcc2092642b2d4668c9b08872c9f2bb88bddbMark Andrews "journal out of sync with zone" errors on subsequent
557bcc2092642b2d4668c9b08872c9f2bb88bddbMark Andrews reloads. [RT #482]
c60eaaf9b3c6bb4d693cdb5f68acdfacf076e1fdMark Andrews 572. [bug] Quoted strings were not accepted as key names in
c60eaaf9b3c6bb4d693cdb5f68acdfacf076e1fdMark Andrews address match lists.
634a4da58460979fa0fcad5304b810d189f9cf49Mark Andrews 571. [bug] It was possible to create an rdataset of singleton
634a4da58460979fa0fcad5304b810d189f9cf49Mark Andrews type which had more than one rdata. [RT #154]
c0720b90ed6e673264b17eb752d873a89cbd6db5Mark Andrews 570. [bug] rbtdb.c allowed zones containing nodes which had
c0720b90ed6e673264b17eb752d873a89cbd6db5Mark Andrews both a CNAME and "other data". [RT #154]
c06cb907737eb7ce128c92dd729c73798733f37aMark Andrews 569. [func] The DNSSEC AD bit will not be set on queries which
c06cb907737eb7ce128c92dd729c73798733f37aMark Andrews have not requested a DNSSEC response.
6e5e27c38d86f2338688f5123d2ff84558956dd0Mark Andrews 568. [func] Add sample simple database drivers in contrib/sdb.
5059b393e80cda6beffb74f2f30d7329502c41e6Mark Andrews 567. [bug] Setting the zone transfer timeout to zero caused an
5059b393e80cda6beffb74f2f30d7329502c41e6Mark Andrews assertion failure. [RT #302]
c16aed9c469a986f1b84e457db4a8c4d2da01ca3Mark Andrews 566. [func] New public function dns_timer_setidle().
c16aed9c469a986f1b84e457db4a8c4d2da01ca3Mark Andrews 565. [func] Log queries more like BIND 8: query logging is now
c16aed9c469a986f1b84e457db4a8c4d2da01ca3Mark Andrews done to category "queries", level "info". [RT #169]
dd19fbaf817f974c24ddfa1d276d7594d5b18750Mark Andrews 564. [func] Add sortlist support to lwresd.
f408773d47b25594d1302525a4db6efb84b1843cMark Andrews 563. [func] New public functions dns_rdatatype_format() and
f408773d47b25594d1302525a4db6efb84b1843cMark Andrews dns_rdataclass_format(), for convenient formatting
cd315d4cf631753c94f27fabaa42a37a27d30530Mark Andrews of rdata type/class mnemonics in log messages.
cd315d4cf631753c94f27fabaa42a37a27d30530Mark Andrews 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews clauses of the options{} statement are now implemented.
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews 560. [bug] dns_name_split did not properly the resulting prefix
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews when a maximal length bitstring label was split which
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews was preceded by another bitstring label. [RT #429]
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews 559. [bug] dns_name_split did not properly create the suffix
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews when splitting within a maximal length bitstring label.
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews 558. [func] New functions, isc_resource_getlimit and
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews isc_resource_setlimit.
69826a6a2f89ecb2b280eeb6d4adb4826bf0db72Mark Andrews 557. [func] Symbolic constants for libisc integral types.
5888f62c204a99da60d7854fe01eda4960fb3b36Mark Andrews 556. [func] The DNSSEC OK bit in the EDNS extended flags
57668dc1bb0eb063e9037ff07ddbfd520e0d7186Mark Andrews is now implemented. Responses to queries without
fd23bc509d5fddb91247a2a1ca52d432969067e5Mark Andrews this bit set will not contain any DNSSEC records.
07072c9456f1112705db701bb35f12dbdcb217b0Mark Andrews 555. [bug] A slave server attempting a zone transfer could
07072c9456f1112705db701bb35f12dbdcb217b0Mark Andrews crash with an assertion failure on certain
07072c9456f1112705db701bb35f12dbdcb217b0Mark Andrews malformed responses from the master. [RT #457]
afd002e89aadf30181155566544480349e70339dMark Andrews 554. [bug] In some cases, not all of the dnssec tools were
afd002e89aadf30181155566544480349e70339dMark Andrews properly installed.
ba5d2a97ee0cd2cc9d4b9e7e344ae8f607cc2994Mark Andrews 553. [bug] Incoming zone transfers deferred due to quota
ba5d2a97ee0cd2cc9d4b9e7e344ae8f607cc2994Mark Andrews were not started when quota was increased but
6133734cecb05630e32edb63031b95d333df8e48Mark Andrews only when a transfer in progress finished. [RT #456]
6133734cecb05630e32edb63031b95d333df8e48Mark Andrews 552. [bug] We were not correctly detecting the end of all c-style
47ee25b1f58a5924c51b59194b84621b9b7b6ba5Mark Andrews comments. [RT #455]
47ee25b1f58a5924c51b59194b84621b9b7b6ba5Mark Andrews 551. [func] Implemented the 'sortlist' option.
32391301db6f532ad17033f188d4540ae3f409f1Mark Andrews 550. [func] Support unknown rdata types and classes.
0cedbe4ab56e00d5827941697418476318cbdeb3Mark Andrews 549. [bug] "make" did not immediately abort the build when a
0cedbe4ab56e00d5827941697418476318cbdeb3Mark Andrews subdirectory make failed [RT #450].
0cedbe4ab56e00d5827941697418476318cbdeb3Mark Andrews 548. [func] The lexer now ungets tokens more correctly.
0cedbe4ab56e00d5827941697418476318cbdeb3Mark Andrews 546. [func] Option 'lame-ttl' is now implemented.
bf45f72ed319628eebce60c368177320943d001fMark Andrews 545. [func] Name limit and counting options removed from dig;
bf45f72ed319628eebce60c368177320943d001fMark Andrews they didn't work properly, and cannot be correctly
bf45f72ed319628eebce60c368177320943d001fMark Andrews implemented without significant changes.
af1e00675fa573fec779e9a01aac5bedb99f0fd6Mark Andrews 544. [func] Add statistics option, enable statistics-file option,
af1e00675fa573fec779e9a01aac5bedb99f0fd6Mark Andrews add RNDC option "dump-statistics" to write out a
af1e00675fa573fec779e9a01aac5bedb99f0fd6Mark Andrews query statistics file.
d1199d9c06ba470fa4779981bea2f8f7403e8eabMark Andrews 543. [doc] The 'port' option is now documented.
7c5dfcc60a7ee41ae5ba15a3e1fe337af3bef1a9Mark Andrews 542. [func] Add support for update forwarding as required for
7c5dfcc60a7ee41ae5ba15a3e1fe337af3bef1a9Mark Andrews full compliance with RFC2136. It is turned off
7c5dfcc60a7ee41ae5ba15a3e1fe337af3bef1a9Mark Andrews by default and can be enabled using the
7c5dfcc60a7ee41ae5ba15a3e1fe337af3bef1a9Mark Andrews 'allow-update-forwarding' option.
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews 541. [func] Add bogus server support.
fc8197c3ce31d81cd5e23703680572fac09a2e8aMark Andrews 540. [func] Add dialup support.
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews 539. [func] Support the blackhole option.
bc6af069c80ca33a5619d71d57859724cab1f4c4Mark Andrews 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
bc6af069c80ca33a5619d71d57859724cab1f4c4Mark Andrews 536. [func] Use transfer-source{-v6} when sending refresh queries.
bc6af069c80ca33a5619d71d57859724cab1f4c4Mark Andrews Transfer-source{-v6} now take a optional port
4bb0f1046f3f3c26539ff91e28b3c8872519df17Mark Andrews parameter for setting the UDP source port. The port
4bb0f1046f3f3c26539ff91e28b3c8872519df17Mark Andrews parameter is ignored for TCP.
ab6e5af4cd644b174709f95c2702ec4c442aa755Mark Andrews 535. [func] Use transfer-source{-v6} when forwarding update
f3139b9d763cbfd3f8dbf1062191a688ed5195e4Mark Andrews 534. [func] Ancestors have been removed from RBT chains. Ancestor
f3139b9d763cbfd3f8dbf1062191a688ed5195e4Mark Andrews information can be discerned via node parent pointers.
79e3817e2c0f1b017643638dc3876ba41da94335Mark Andrews 533. [func] Incorporated name hashing into the RBT database to
79e3817e2c0f1b017643638dc3876ba41da94335Mark Andrews improve search speed.
2d78cc9624dd735ffdc634e6c39dd30bddfb95f7Mark Andrews 532. [func] Implement DNS UPDATE pseudo records using
2d78cc9624dd735ffdc634e6c39dd30bddfb95f7Mark Andrews DNS_RDATA_UPDATE flag.
eea8cd8d1a9b2762480fab793972d1cefbc7cf90Mark Andrews 531. [func] Rdata really should be initalized before being assigned
eea8cd8d1a9b2762480fab793972d1cefbc7cf90Mark Andrews to (dns_rdata_fromwire(), dns_rdata_fromtext(),
eea8cd8d1a9b2762480fab793972d1cefbc7cf90Mark Andrews dns_rdata_clone(), dns_rdata_fromregion()),
9860862cedd41ffaf69e7806e8f8959263552721Mark Andrews check that it is.
9860862cedd41ffaf69e7806e8f8959263552721Mark Andrews 530. [func] New function dns_rdata_invalidate().
25e2824175eb0c186df3ab0737c83d322410594cMark Andrews 529. [bug] 521 contained a bug which caused zones to always
25e2824175eb0c186df3ab0737c83d322410594cMark Andrews reload. [RT #410]
63aaac8137bd1d86aab8c950fb066bb522a26e5bMark Andrews 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
63aaac8137bd1d86aab8c950fb066bb522a26e5bMark Andrews on their arguements. ISC_LIST_XXXXUNSAFE can be use
fe3220466e3c23cd2c22a59a4db46bc97ce0827dMark Andrews to skip the checks however use with caution.
fe3220466e3c23cd2c22a59a4db46bc97ce0827dMark Andrews 527. [func] New function dns_rdata_clone().
40aadb6a143e0f2d351e743dce43cfc894d4d855Mark Andrews 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
65b26a4dc8c6c16d0a5ccb03b67cf968c77d6570Mark Andrews 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
65b26a4dc8c6c16d0a5ccb03b67cf968c77d6570Mark Andrews and 'flags' for dns_rdataslab_subtract() allowing you
c58821f7100821e1d4e4bbace727b988bb3e0623Mark Andrews to request that the RR's must exist prior to deletion.
c58821f7100821e1d4e4bbace727b988bb3e0623Mark Andrews DNS_R_NOTEXACT is returned if the condition is not met.
337e70ead93aafec305ac0a7a62090339543b8d1Mark Andrews 524. [func] The 'forward' and 'forwarders' statement in
337e70ead93aafec305ac0a7a62090339543b8d1Mark Andrews non-forward zones should work now.
f0a1b8c85792d4e04716f995a2b2a8ca73f8367dMark Andrews 523. [doc] The source to the Administrator Reference Manual is
a5d7c242b564cbd3cebc0dd27c19d9093d38b3abMark Andrews now an XML file using the DocBook DTD, and is included
a5d7c242b564cbd3cebc0dd27c19d9093d38b3abMark Andrews in the distribution. The plain text version of the
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews ARM is temporarily unavailable while we figure out
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews how to generate readable plain text from the XML.
7a253b705ccbc30821253e7a124658623f10c499Mark Andrews 522. [func] The lightweight resolver daemon can now use
7a253b705ccbc30821253e7a124658623f10c499Mark Andrews a real configuration file, and its functionality
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark Andrews can be provided by a name server. Also, the -p and -P
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark Andrews options to lwresd have been reversed.
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrews 521. [bug] Detect master files which contain $INCLUDE and always
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrews reload. [RT #196]
a05f23d07e1b60a1d88119678111a47014480611Mark Andrews 520. [bug] Upgraded libtool to 1.3.5, which makes shared
a05f23d07e1b60a1d88119678111a47014480611Mark Andrews library builds almost work on AIX (and possibly
429e23d2f56d28d86439f75c13cda2b4ac5ab67bMark Andrews 519. [bug] dns_name_split() would improperly split some bitstring
429e23d2f56d28d86439f75c13cda2b4ac5ab67bMark Andrews labels, zeroing a few of the least signficant bits in
c5c825bf07a00a2478afd9400e9f8534457980b0Mark Andrews the prefix part. When such an improperly created
c5c825bf07a00a2478afd9400e9f8534457980b0Mark Andrews prefix was returned to the RBT database, the bogus
c5c825bf07a00a2478afd9400e9f8534457980b0Mark Andrews label was dutifully stored, corrupting the tree.
43da7565913277c020ded34d6ee2139998b743b6Mark Andrews 518. [bug] The resolver did not realize that a DNAME which was
43da7565913277c020ded34d6ee2139998b743b6Mark Andrews "the answer" to the client's query was "the answer",
c1297b6025bf8ccdc832b7bca705da1d4cf2944eMark Andrews and such queries would fail. [RT #399]
25820cf1d110ec22cec5f6be5257aabe6853ca92Evan Hunt 517. [bug] The resolver's DNAME code would trigger an assertion
25820cf1d110ec22cec5f6be5257aabe6853ca92Evan Hunt if there was more than one DNAME in the chain.
99cce386a489671727a737b3748937cf3a0676e8Evan Hunt 516. [bug] Cache lookups which had a NULL node pointer, e.g.
99cce386a489671727a737b3748937cf3a0676e8Evan Hunt those by dns_view_find(), and which would match a
99cce386a489671727a737b3748937cf3a0676e8Evan Hunt DNAME, would trigger an INSIST(!search.need_cleanup)
819b98479eff49ed93f57f4d65eb0ffe72136adcMark Andrews assertion. [RT #399]
819b98479eff49ed93f57f4d65eb0ffe72136adcMark Andrews 515. [bug] The ssu table was not being attached / detached
819b98479eff49ed93f57f4d65eb0ffe72136adcMark Andrews by dns_zone_[sg]etssutable. [RT#397]
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews 514. [func] Retry refresh and notify queries if they timeout.
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews 513. [func] New functionality added to rdnc and server to allow
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews individual zones to be refreshed or reloaded.
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews 512. [bug] The zone transfer code could throw an execption with
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews an invalid IXFR stream.
65085946d4f92481699678e276e3ced04bcfdafbMark Andrews 511. [bug] The message code could throw an assertion on an
65085946d4f92481699678e276e3ced04bcfdafbMark Andrews out of memory failure. [RT #392]
b5f690e1618cffeec15b3bcb9525443206fb7007Mark Andrews 510. [bug] Remove spurious view notify warning. [RT #376]
37d373d88631c7be57a30bf4a49c824a9195781fMark Andrews 509. [func] Add support for write of zone files on shutdown.
37d373d88631c7be57a30bf4a49c824a9195781fMark Andrews 508. [func] dns_message_parse() can now do a best-effort
b130bf8b4ebdabd5c94eb5c6522a9971997b6ac9Mark Andrews attempt, which should allow dig to print more invalid
072eaf055b7fa0d8abe96146fbb9152b14946c84Mark Andrews 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
7a3c2d189e811933c48aace1900a868dffd42f5fMark Andrews and dns_view_flushanddetach().
7a3c2d189e811933c48aace1900a868dffd42f5fMark Andrews 506. [func] Do not fail to start on errors in zone files.
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews 505. [bug] nsupdate was printing "unknown result code". [RT #373]
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews 504. [bug] The zone was not being marked as dirty when updated via
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews 503. [bug] dumptime was not being set along with
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews DNS_ZONEFLG_NEEDDUMP.
4259095c8058beb9b475f1884dbeda375979e6f6Mark Andrews 502. [func] On a SERVFAIL reply, DiG will now try the next server
4259095c8058beb9b475f1884dbeda375979e6f6Mark Andrews in the list, unless the +fail option is specified.
c53a5699c8242636fd913a4d07b4447efebe3bbfMark Andrews 501. [bug] Incorrect port numbers were being displayed by
c53a5699c8242636fd913a4d07b4447efebe3bbfMark Andrews nslookup. [RT #352]
8c731c1219f1698f15bf5b1fcf6bc301cfd9bc42Mark Andrews 500. [func] Nearly useless +details option removed from DiG.
a630d60b8b628cb2ce46b906dc7b1a5b83b74ed5Mark Andrews 499. [func] In DiG, specifying a class with -c or type with -t
a630d60b8b628cb2ce46b906dc7b1a5b83b74ed5Mark Andrews changes command-line parsing so that classes and
b53871d8592a0bfeacdd06ccba46d75aa96e4fecMark Andrews types are only recognized if following -c or -t.
b53871d8592a0bfeacdd06ccba46d75aa96e4fecMark Andrews This allows hosts with the same name as a class or
b53871d8592a0bfeacdd06ccba46d75aa96e4fecMark Andrews type to be looked up.
9dabd0455ca923b5b02f74c1e999702ddc9c6fd2Mark Andrews 498. [doc] There is now a man page for "dig"
58f32ac26ea330054f7b85579cd93a6376168fe7Mark Andrews 497. [bug] The error messages printed when an IP match list
58f32ac26ea330054f7b85579cd93a6376168fe7Mark Andrews contained a network address with a nonzero host
58f32ac26ea330054f7b85579cd93a6376168fe7Mark Andrews part where not sufficiently detailed. [RT #365]
bde20a0436dff13e2299cfd4230ddec54d396d02Mark Andrews 496. [bug] named didn't sanity check numeric parameters. [RT #361]
0deee29113e5919c88f341ec3a181b70f7c905ccMark Andrews 495. [bug] nsupdate was unable to handle large records. [RT #368]
0deee29113e5919c88f341ec3a181b70f7c905ccMark Andrews 494. [func] Do not cache NXDOMAIN responses for SOA queries.
340a05967aaad53d90694426c33d81b490b0f915Mark Andrews 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
340a05967aaad53d90694426c33d81b490b0f915Mark Andrews for SOA queries. This makes it easier to locate
394f4aec2189750d7f861d00f97fe28ffcd9f659Mark Andrews the containing zone without polluting intermediate
2e676167cc8cbb2e6dbb54e9859098dd5b9cd5c8Mark Andrews 492. [bug] attempting to reload a zone caused the server fail
2e676167cc8cbb2e6dbb54e9859098dd5b9cd5c8Mark Andrews to shutdown cleanly. [RT #360]
4098271a81b3e965da14f77c893232a0b6be22f3Mark Andrews 491. [bug] nsupdate would segfault when sending certain
4098271a81b3e965da14f77c893232a0b6be22f3Mark Andrews prerequisites with empty RDATA. [RT #356]
4098271a81b3e965da14f77c893232a0b6be22f3Mark Andrews 490. [func] When a slave/stub zone has not yet successfully
57eb7efe13b67455e8c6a08cf080afb3de2ac622Mark Andrews obtained an SOA containing the zone's configured
7228a4d9ca1f1b868e257a28de86c6a1f21e9ffeMark Andrews retry time, perform the SOA query retries using
7228a4d9ca1f1b868e257a28de86c6a1f21e9ffeMark Andrews exponential backoff. [RT #337]
5dcc67a0fff89e7ebf051f64b6b987862c331a04Mark Andrews 489. [func] The zone manager now has a "i/o" queue.
8363ddb32da86811663d12d0b2c61a8ea2fa0eaeMark Andrews 488. [bug] Locks weren't properly destroyed in some cases.
8363ddb32da86811663d12d0b2c61a8ea2fa0eaeMark Andrews 487. [port] flockfile() is not defined on all systems.
cc2720da38bb7bab2bf283de56dd90e9093d7f00Mark Andrews 486. [bug] nslookup: "set all" and "server" commands showed
cc2720da38bb7bab2bf283de56dd90e9093d7f00Mark Andrews the incorrect port number if a port other than 53
10fc76d48aa7ecb8a7242970585ba154b368f97eMark Andrews was specified. [RT #352]
5cc6a0f7dae472e5c2022b2cbb5343ec9f7f4942Mark Andrews 485. [func] When dig had more than one server to query, it would
4490e14feb50cd59a62ce9f348ff53b68a0594ebMark Andrews send all of the messages at the same time. Add
5cc6a0f7dae472e5c2022b2cbb5343ec9f7f4942Mark Andrews rate limiting of the transmitted messages.
1e70c9a36639bb1e8d537dcefa3cd12a7bb39db0Mark Andrews 484. [bug] When the server was reloaded after removing addresses
1e70c9a36639bb1e8d537dcefa3cd12a7bb39db0Mark Andrews from the named.conf "listen-on" statement, sockets
9baec3ca233efe8ffca6fbafea5c75021adff03cMark Andrews were still listening on the removed addresses due
9baec3ca233efe8ffca6fbafea5c75021adff03cMark Andrews to reference count loops. [RT #325]
96ea71632887c58a9d00f47eb318bf76b35903c3Mark Andrews 483. [bug] nslookup: "set all" showed a "search" option but it
f31446e6b5925395fce4f62adf71f7ad70cea6ceMark Andrews was not settable.
f31446e6b5925395fce4f62adf71f7ad70cea6ceMark Andrews 482. [bug] nslookup: a plain "server" or "lserver" should be
0961ac0868e7d60e7cb665160f6d3717e1da5228Mark Andrews treated as a lookup.
0961ac0868e7d60e7cb665160f6d3717e1da5228Mark Andrews 481. [bug] nslookup:get_next_command() stack size could exceed
3d697a7eddf375586435f8fb6e1440fb3ce9058dMark Andrews per thread limit.
8943ff626fa337419cbffad6a4a910c7d99509f4Mark Andrews 480. [bug] strtok() is not thread safe. [RT #349]
281bab0f36eaedc56f859721fbdf45568b71cd60Mark Andrews 479. [func] The test suite can now be run by typing "make check"
281bab0f36eaedc56f859721fbdf45568b71cd60Mark Andrews or "make test" at the top level.
281bab0f36eaedc56f859721fbdf45568b71cd60Mark Andrews 478. [bug] "make install" failed if the directory specified with
5cd4555ad444fd391002ae32450572054369fd42Rob Austein --prefix did not already exist.
8eb4eca37538183edb36db88580b5232f15931b0Mark Andrews 477. [bug] The the isc-config.sh script could be installed before
8eb4eca37538183edb36db88580b5232f15931b0Mark Andrews its directory was created. [RT #324]
305227476756aecb11cebbc811dba88a2d147b34Mark Andrews 476. [bug] A zone could expire while a zone transfer was in
e7d32e57a5c8600893f91ec08f74117c983f8b8dMark Andrews progress triggering a INSIST failure. [RT #329]
e7d32e57a5c8600893f91ec08f74117c983f8b8dMark Andrews 475. [bug] query_getzonedb() sometimes returned a non-null version
fa3d0b9991ea0d8344881c5dd4609d9c33314b9bMark Andrews on failure. This caused assertion failures when
e3f66e1617f9fca7313e4005b8c3c611551906d1Mark Andrews generating query responses where names subject to
ed954ce73b1c712b24eab945190028871433f803Mark Andrews additional section processing pointed to a zone
ed954ce73b1c712b24eab945190028871433f803Mark Andrews to which access had been denied by means of the
ed954ce73b1c712b24eab945190028871433f803Mark Andrews allow-query option. [RT #336]
29747dfe5e073a299b3681e01f5c55540f8bfed7Mark Andrews 474. [bug] The mnemonic of the CHAOS class is CH according to
29747dfe5e073a299b3681e01f5c55540f8bfed7Mark Andrews RFC1035, but it was printed and read only as CHAOS.
186e7f37c9fc985a7a7264cc8170e48a25bed434Mark Andrews We now accept both forms as input, and print it
186e7f37c9fc985a7a7264cc8170e48a25bed434Mark Andrews as CH. [RT #305]
1372e172d0e0b08996376b782a9041d1e3542489Mark Andrews 473. [bug] nsupdate overran the end of the list of name servers
1372e172d0e0b08996376b782a9041d1e3542489Mark Andrews when no servers could be reached, typically causing
1372e172d0e0b08996376b782a9041d1e3542489Mark Andrews it to print the error message "dns_request_create:
8d709e3ee443222cd35e44eadc9a4c0a8d92fec2Rob Austein not implemented".
23235c00eda9089f38ace0a1371fed9a466ea5ddMark Andrews 472. [bug] Off-by-one error caused isc_time_add() to sometimes
23235c00eda9089f38ace0a1371fed9a466ea5ddMark Andrews produce invalid time values.
23235c00eda9089f38ace0a1371fed9a466ea5ddMark Andrews 471. [bug] nsupdate didn't compile on HP/UX 10.20
514aeac2acbbe2b77ff3c4e310617523cf5651c5Mark Andrews 470. [feature] $GENERATE is now supported. See also
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews 469. [bug] "query-source address * port 53;" now works.
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews 468. [bug] dns_master_load*() failed to report file and line
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews number in certain error conditions.
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews 467. [bug] dns_master_load*() failed to log an error if
1ea2595e1b33cc63ea73ee1d54b580b717d7d155Mark Andrews pushfile() failed.
e60f01cdd29c71e9224273214521b15aef4d4555Mark Andrews 466. [bug] dns_master_load*() could return success when it failed.
13290782cb83ee43c4dc942d186761a46c4a2692Mark Andrews 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
13290782cb83ee43c4dc942d186761a46c4a2692Mark Andrews omapi_value_storeint().
824cb6567555af556d0963d961798483d252eb5fMark Andrews 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
824cb6567555af556d0963d961798483d252eb5fMark Andrews 463. [bug] nsupdate sent malformed SOA queries to the second
bca16e31b457598cd1dbbf0cdc7a26a6d2ec3753Mark Andrews and subsequent name servers in resolv.conf if the
bca16e31b457598cd1dbbf0cdc7a26a6d2ec3753Mark Andrews query sent to the first one failed.
58ea8fb1dfc8c055a7d4ad74d65e345436ede790Mark Andrews 462. [bug] --disable-ipv6 should work now.
cfcb0881d12db2b7cb33475b7d20ac6c9015203bMark Andrews 461. [bug] Specifying an unknown key in the "keys" clause of the
cfcb0881d12db2b7cb33475b7d20ac6c9015203bMark Andrews "controls" statement caused a NULL pointer dereference.
1a8efeab76d34327a699894a6a404f97b341c57aMark Andrews 460. [bug] Much of the DNSSEC code only worked with class IN.
f041bef2c60a092ab4dcae475451729a5345830fMark Andrews 459. [bug] Nslookup processed the "set" command incorrectly.
a7dd5f21e996b01262a3d564dae9561cb3f8e717Mark Andrews 458. [bug] Nslookup didn't properly check class and type values.
92d23165938a5e595f80b2e3fb5d8cb918ac7dacMark Andrews 457. [bug] Dig/host/hslookup didn't properly handle connect
1cbb3a4df30777791ce27a0d2349420808c013d8Mark Andrews timeouts in certain situations, causing an
1cbb3a4df30777791ce27a0d2349420808c013d8Mark Andrews unnecessary warning message to be printed.
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews 456. [bug] Stub zones were not resetting the refresh and expire
4ccea866e64a8ec8525ad4bf7d57606bcd2fc15dMark Andrews counters, loadtime or clearing the DNS_ZONE_REFRESH
4ccea866e64a8ec8525ad4bf7d57606bcd2fc15dMark Andrews (refresh in progress) flag upon successful update.
4cf228853d658a742a826393f341e2486c629f7bMark Andrews This disabled further refreshing of the stub zone,
4cf228853d658a742a826393f341e2486c629f7bMark Andrews causing it to eventually expire. [RT #300]
1672cc63c190e073706a742ebaabc20ac4d2c916Mark Andrews 455. [doc] Document IPv4 prefix notation does not require a
1672cc63c190e073706a742ebaabc20ac4d2c916Mark Andrews dotted decimal quad but may be just dotted decimal.
6805e4e2c46ad3c5a4aa941b5e9a29d34579641eMark Andrews 454. [bug] Enforce dotted decimal and dotted decimal quad where
6805e4e2c46ad3c5a4aa941b5e9a29d34579641eMark Andrews documented as such in named.conf. [RT #304, RT #311]
1afb6c548d9bbfcfb00d0799077faa17ad9a4f59Mark Andrews 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
1afb6c548d9bbfcfb00d0799077faa17ad9a4f59Mark Andrews is specified in named.conf. [RT #306]
5de1ad63735deb0ea86b2d0a9366eddf5fbeddc1Mark Andrews 452. [bug] Warn if the unimplemented option "statistics-file"
92ff69c60001ed270248a6f38bafd2ae12d029beMark Andrews is specified in named.conf. [RT #301]
a1210da03636eca13c70502a2b132ead22481b70Mark Andrews 451. [func] Update forwarding implememted.
a473029e76dfc68db00505f40065607b4ea1e0f5Mark Andrews 450. [func] New function ns_client_sendraw().
a473029e76dfc68db00505f40065607b4ea1e0f5Mark Andrews 449. [bug] isc_bitstring_copy() only works correctly if the
411118a594dbcee68cd6adf5f6bd1b9db0ff9190Mark Andrews two bitstrings have the same lsb0 value, but this
411118a594dbcee68cd6adf5f6bd1b9db0ff9190Mark Andrews requirement was not documented, nor was there a
411118a594dbcee68cd6adf5f6bd1b9db0ff9190Mark Andrews REQUIRE for it.
7c0946e74be897d02aaaf980ac146bcb500c2c8cMark Andrews 448. [bug] Host output formatting change, to match v8. [RT #255]
09cbf84907de2bd088b4ce8bd1307938bf0e81baMark Andrews 447. [bug] Dig didn't properly retry in TCP mode after
09cbf84907de2bd088b4ce8bd1307938bf0e81baMark Andrews a truncated reply. [RT #277]
9e2789fd70b954df426b80301b62388497692481Mark Andrews 446. [bug] Confusing notify log message. [RT #298]
b1163a6fe91e6e7a14e40cd5d33108c4deb38312Mark Andrews 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
b1163a6fe91e6e7a14e40cd5d33108c4deb38312Mark Andrews bitstring triggered a REQUIRE statement. The REQUIRE
b1163a6fe91e6e7a14e40cd5d33108c4deb38312Mark Andrews statement was incorrect. [RT #297]
8af4bf165e9a6aa111e0b6bfcbcc7f4a741a8ae5Mark Andrews 444. [func] "recursion denied" messages are always logged at
5cf0c559489d741ee5c7943ece47e40567bb0ba9Mark Andrews debug level 1, now, rather than sometimes at ERROR.
5cf0c559489d741ee5c7943ece47e40567bb0ba9Mark Andrews This silences these warnings in the usual case, where
5cf0c559489d741ee5c7943ece47e40567bb0ba9Mark Andrews some clients set the RD bit in all queries.
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews 443. [bug] When loading a master file failed because of an
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews unrecognized RR type name, the error message
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews did not include the file name and line number.
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews 442. [bug] TSIG signed messages that did not match any view
fda0a038810529d6e45b17822ddcc61d82964e83Mark Andrews crashed the server. [RT #290]
53d3679913d715cce0dc7e8be04662366eab4842Mark Andrews 441. [bug] Nodes obscured by a DNAME were inaccessible even
53d3679913d715cce0dc7e8be04662366eab4842Mark Andrews when DNS_DBFIND_GLUEOK was set.
755df9a92a13310eec4b1baeb297c93674a70417Mark Andrews 440. [func] New function dns_zone_forwardupdate().
e3582ce43119a95448ccc06ea2586f6547c92967Mark Andrews 439. [func] New function dns_request_createraw().
2952abf7cbbba6c6f821ee18579ca29d87549574Mark Andrews 438. [func] New function dns_message_getrawmessage().
efb82ed87e916c82b481bee4aa6651f2dbd4cedaMark Andrews 437. [func] Log NOTIFY activity to the notify channel.
7c693bfdbe488ca8fa4f0831c71f5809972f6cc7Mark Andrews 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
7c693bfdbe488ca8fa4f0831c71f5809972f6cc7Mark Andrews which sometimes happens on Linux, named would enter
7092864f71e0bbb108041ef01ac3d2b41f90c4a9Mark Andrews a busy loop. Also, unexpected socket errors were
7092864f71e0bbb108041ef01ac3d2b41f90c4a9Mark Andrews not logged at a high enough logging level to be
7092864f71e0bbb108041ef01ac3d2b41f90c4a9Mark Andrews useful in diagnosing this situation. [RT #275]
24ee607afa66e5ba5fa8b2f18c34a5c430b8a3feMark Andrews 435. [bug] dns_zone_dump() overwrote existing zone files
24ee607afa66e5ba5fa8b2f18c34a5c430b8a3feMark Andrews rather than writing to a temporary file and
2113dfd6e20a9ca16000ed226517b4660087c1f2Mark Andrews renaming. This could lead to empty or partial
2113dfd6e20a9ca16000ed226517b4660087c1f2Mark Andrews zone files being left around in certain error
2113dfd6e20a9ca16000ed226517b4660087c1f2Mark Andrews conditions involving the initial transfer of a
2dafa707cc9af9cca66d68c1d2c3af0c768c2900Mark Andrews slave zone, interfering with subsequent server
2dafa707cc9af9cca66d68c1d2c3af0c768c2900Mark Andrews startup. [RT #282]
2dafa707cc9af9cca66d68c1d2c3af0c768c2900Mark Andrews 434. [func] New function isc_file_isabsolute().
2dafa707cc9af9cca66d68c1d2c3af0c768c2900Mark Andrews 433. [func] isc_base64_decodestring() now accepts newlines
c7817270552b2faab56466b89731b6f290b352a4Mark Andrews within the base64 data. This makes it possible
c7817270552b2faab56466b89731b6f290b352a4Mark Andrews to break up the key data in a "trusted-keys"
c7817270552b2faab56466b89731b6f290b352a4Mark Andrews statement into multiple lines. [RT #284]
22e5a52c3b5bfef7e75d95629e08cab7592fee5cMark Andrews 432. [func] Added refresh/retry jitter. The actual refresh/
22e5a52c3b5bfef7e75d95629e08cab7592fee5cMark Andrews retry time is now a random value between 75% and
6d453e1bb296e88732655f3d736e571eeaaca254Mark Andrews 100% of the configured value.
240e57ab983296e6d52031a594d3345728191b48Mark Andrews 431. [func] Log at ISC_LOG_INFO when a zone is successfully
cdb674387ca19dc8550553d90d8f9731befb6f1fMark Andrews 430. [bug] Rewrote the lightweight resolver client management
cdb674387ca19dc8550553d90d8f9731befb6f1fMark Andrews code to handle shutdown correctly and general
02ced31b6aa999099214d2688b1a80ac5d93c57bMark Andrews 429. [bug] The space reserved for a TSIG record in a response
728156dfbdced7bc18b1f88227cced9d426a70e7Mark Andrews was 2 bytes too short, leading to message
728156dfbdced7bc18b1f88227cced9d426a70e7Mark Andrews generation failures.
d4f5efb4d63e2e17081a49a3457f05fe06fbb5abMark Andrews 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
d4f5efb4d63e2e17081a49a3457f05fe06fbb5abMark Andrews DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
d4f5efb4d63e2e17081a49a3457f05fe06fbb5abMark Andrews (e.g. glue). This could cause SERVFAILs when
e560f615b2592deea69c49bfc74acbb56f4fd913Mark Andrews generating negative responses in a secure zone.
cfaf65f53fb0c1779e7b2e07216e5fbfd3a2d52eMark Andrews 427. [bug] Avoid going into an infinite loop when the validator
cfaf65f53fb0c1779e7b2e07216e5fbfd3a2d52eMark Andrews gets a negative response to a key query where the
cfaf65f53fb0c1779e7b2e07216e5fbfd3a2d52eMark Andrews records are signed by the missing key.
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews 426. [bug] Attempting to generate an oversized RSA key could
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews cause dnssec-keygen to dump core.
dbfc2232ef5b6e5572480070ab87a4d67c18aa39Mark Andrews 425. [bug] Warn about the auth-nxdomain default value change
ce8cd4a3efd27ef145847216d513bb341bfe208cMark Andrews if there is no auth-nxdomain statement in the
ce8cd4a3efd27ef145847216d513bb341bfe208cMark Andrews config file. [RT #287]
393e4679cf4dd8bafb031d8a61ece95af61fbedcMark Andrews 424. [bug] notify_createmessage() could trigger an assertion
393e4679cf4dd8bafb031d8a61ece95af61fbedcMark Andrews failure when creating the notify message failed,
854dac0f186e5b491d65f6d73dd6e440e7a2c227Mark Andrews e.g. due to corrupt zones with multiple SOA records.
67b1eee9dfde5ad86b54b2b768ff4d6b1354b651Mark Andrews 423. [bug] When responding to a recusive query, errors that occur
431fd1b0b5c3c049f9397ed4be8915715ead9cdbMark Andrews after following a CNAME should cause the query to fail.
cc7d91bd5c6b9be5a3c67a99112b885602c24873Mark Andrews 422. [func] get rid of isc_random_t, and make isc_random_get()
39ef7dddef12152afa3a2fc1c1962cdf6d30b5cbMark Andrews and isc_random_jitter() use rand() internally
39ef7dddef12152afa3a2fc1c1962cdf6d30b5cbMark Andrews instead of local state. Note that isc_random_*()
39ef7dddef12152afa3a2fc1c1962cdf6d30b5cbMark Andrews functions are only for weak, non-critical "randomness"
f22ef4dfb973c4714eedd3818050fde74fb20e48Mark Andrews such as timing jitter and such.
f22ef4dfb973c4714eedd3818050fde74fb20e48Mark Andrews 421. [bug] nslookup would exit when given a blank line as input.
84f5576c149ed0cf18555bcd7cf1ffbe491bb08fMark Andrews 420. [bug] nslookup failed to implement the "exit" command.
84f5576c149ed0cf18555bcd7cf1ffbe491bb08fMark Andrews 419. [bug] The certificate type PKIX was misspelled as SKIX.
84f5576c149ed0cf18555bcd7cf1ffbe491bb08fMark Andrews 418. [bug] At debug levels >= 10, getting an unexpected
6953fd6e20fddcb6389e642aa872cb7425a95f6dMark Andrews socket receive error would crash the server
6953fd6e20fddcb6389e642aa872cb7425a95f6dMark Andrews while trying to log the error message.
2b67af24fa02867fbc703e89277400b10d0c8b92Mark Andrews 417. [func] Add isc_app_block() and isc_app_unblock(), which
2b67af24fa02867fbc703e89277400b10d0c8b92Mark Andrews allow an application to handle signals while
f02b985650a6f1277a3a45f18561d519916c1890Mark Andrews 416. [bug] Slave zones with no master file tried to use a
f02b985650a6f1277a3a45f18561d519916c1890Mark Andrews NULL pointer for a journal file name when they
c870001ae1bff0e38f622c4ed56872c7f1d2d336Mark Andrews received an IXFR. [RT #273]
c870001ae1bff0e38f622c4ed56872c7f1d2d336Mark Andrews 415. [bug] The logging code leaked file descriptors.
0b5d8941bb41edbe1296619485c16df536ecc05fMark Andrews 414. [bug] Server did not shut down until all incoming zone
bcdf37e0ff7d73310b7bf247d755194a5718ba38Mark Andrews transfers were finished.
bcdf37e0ff7d73310b7bf247d755194a5718ba38Mark Andrews 413. [bug] Notify could attempt to use the zone database after
a34d19803a206febe10866394393ec1c09b28984Mark Andrews it had been unloaded. [RT#267]
cbef026164ceabccb2e85403434b722d77f7b5eeMark Andrews 412. [bug] named -v didn't print the version.
cbef026164ceabccb2e85403434b722d77f7b5eeMark Andrews 411. [bug] A typo in the HS A code caused an assertion failure.
2db8db63992d081c75d664340866e2a21913705dMark Andrews 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
2db8db63992d081c75d664340866e2a21913705dMark Andrews to a random value on success.
2db8db63992d081c75d664340866e2a21913705dMark Andrews 409. [bug] If named was shut down early in the startup
7076f000ea3487299a9da9318915d042aaba62c5Mark Andrews process, ns_omapi_shutdown() would attempt to lock
7076f000ea3487299a9da9318915d042aaba62c5Mark Andrews an unintialized mutex. [RT #262]
7076f000ea3487299a9da9318915d042aaba62c5Mark Andrews 408. [bug] stub zones could leak memory and reference counts if
7076f000ea3487299a9da9318915d042aaba62c5Mark Andrews all the masters were unreachable.
8626c376a038da969de1ee6c158957dfe638daacMark Andrews 407. [bug] isc_rwlock_lock() would needlessly block
8626c376a038da969de1ee6c158957dfe638daacMark Andrews readers when it reached the read quota even
c6ee5082db1e40ab64e08a540620da79996efa9cTatuya JINMEI 神明達哉 if no writers were waiting.
c6ee5082db1e40ab64e08a540620da79996efa9cTatuya JINMEI 神明達哉 406. [bug] Log messages were occasionally lost or corrupted
f22ef4dfb973c4714eedd3818050fde74fb20e48Mark Andrews due to a race condition in isc_log_doit().
f5a156fa25e6d341e703782de6368fbe9e256ddeTatuya JINMEI 神明達哉 405. [func] Add support for selective forwarding (forward zones)
78ff0e94eae96f2cf8bf94454d8ff01ba280d30dMark Andrews 404. [bug] The request library didn't completely work with IPv6.
08eadd404a59a6befcf51cb13695abee5d03456dMark Andrews 403. [bug] "host" did not use the search list.
08eadd404a59a6befcf51cb13695abee5d03456dMark Andrews 402. [bug] Treat undefined acls as errors, rather than
c55dd77de4ce71b858afb291e44577b51be8b780Mark Andrews warning and then later throwing an assertion.
eca38a9d43391482bfa22e2eb7b86e19be8bf461Mark Andrews 401. [func] Added simple database API.
eca38a9d43391482bfa22e2eb7b86e19be8bf461Mark Andrews 400. [bug] SIG(0) signing and verifying was done incorrectly.
4f5a43c5f084290054ddf212add7b4c2abe6edc5Tatuya JINMEI 神明達哉 399. [bug] When reloading the server with a config file
9a482d1fcead22ab0d639c463c77672846485f3eMark Andrews containing a syntax error, it could catch an
46390a96dd5f15c9a0b3663bdb7791bdecec3052Mark Andrews assertion failure trying to perform zone
9a482d1fcead22ab0d639c463c77672846485f3eMark Andrews maintenance on, or sending notifies from,
9a482d1fcead22ab0d639c463c77672846485f3eMark Andrews tentatively created zones whose views were
9a482d1fcead22ab0d639c463c77672846485f3eMark Andrews never fully configured and lacked an address
9a482d1fcead22ab0d639c463c77672846485f3eMark Andrews database and request manager.
d48f9877255f41b6074777da0639b6bc2bfad388Mark Andrews 398. [bug] "dig" sometimes caught an assertion failure when
d48f9877255f41b6074777da0639b6bc2bfad388Mark Andrews using TSIG, depending on the key length.
d48f9877255f41b6074777da0639b6bc2bfad388Mark Andrews 397. [func] Added utility functions dns_view_gettsig() and
5d51f534831bd648436d22e4faf203fb9abdf3d4Mark Andrews dns_view_getpeertsig().
5d51f534831bd648436d22e4faf203fb9abdf3d4Mark Andrews 396. [doc] There is now a man page for "nsupdate"
a45a6ea2b03448751d7c44931e8ac7666e7cc2ceMark Andrews 395. [bug] nslookup printed incorrect RR type mnemonics
a45a6ea2b03448751d7c44931e8ac7666e7cc2ceMark Andrews for RRs of type >= 21 [RT #237].
15bda409010cbf2d3e43baf10f28bae5f7b1abefMark Andrews 394. [bug] Current name was not propagated via $INCLUDE.
b5205d860b1672c405c57004e6823af873799b42Mark Andrews 393. [func] Initial answer while loading (awl) support.
b5205d860b1672c405c57004e6823af873799b42Mark Andrews Entry points: dns_master_loadfileinc(),
9a1e8f1baf3e5c53d6b6bfa97d7f60cb3358e404Mark Andrews dns_master_loadstreaminc(), dns_master_loadbufferinc().
9a1e8f1baf3e5c53d6b6bfa97d7f60cb3358e404Mark Andrews Note: calls to dns_master_load*inc() should be rate
c79e85f7d77317a9b5c34b4bb94eaf1779fc0b6eMark Andrews be rate limited so as to not use up all file
c79e85f7d77317a9b5c34b4bb94eaf1779fc0b6eMark Andrews descriptors.
12b1bf8b14ac3b6ec4de9cae6fea10f389b5e5dbMark Andrews 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
12b1bf8b14ac3b6ec4de9cae6fea10f389b5e5dbMark Andrews not support the given address family requested.
e22bd3c4bc0de0b96531fab5c2c944251e02e975Mark Andrews 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
e22bd3c4bc0de0b96531fab5c2c944251e02e975Mark Andrews 390. [func] The function dns_zone_setdbtype() now takes
9c420baae0dce935d70df3852bc3abdfe5caf093Mark Andrews an argc/argv style vector of words and sets
529035492ea0a427cc8d007cd743934d4494d9d3Mark Andrews both the zone database type and its arguments,
529035492ea0a427cc8d007cd743934d4494d9d3Mark Andrews making the functions dns_zone_adddbarg()
ff6bd86d5778de50cb1b4e93591e22354062ee17Mark Andrews and dns_zone_cleardbargs() unnecessary.
444bbadb54d4a676aa4b20685d3178d7988534b3Mark Andrews 389. [bug] Attempting to send a reqeust over IPv6 using
444bbadb54d4a676aa4b20685d3178d7988534b3Mark Andrews dns_request_create() on a system without IPv6
444bbadb54d4a676aa4b20685d3178d7988534b3Mark Andrews support caused an assertion failure [RT #235].
cd6d8d61b076eea02826596334a105b918393627Mark Andrews 388. [func] dig and host can now do reverse ipv6 lookups.
f04809663f4ba3df0e2ef1247d67bdd6ce0157d6Mark Andrews 387. [func] Add dns_byaddr_createptrname(), which converts
f04809663f4ba3df0e2ef1247d67bdd6ce0157d6Mark Andrews an address into the name used by a PTR query.
7d7f929274e48808b4771162d6302a99e69865d8Mark Andrews 386. [bug] Missing strdup() of ACL name caused random
7d7f929274e48808b4771162d6302a99e69865d8Mark Andrews ACL matching failures [RT #228].
21b76ee598c937c6736cbc7ab69684bb3332428aMark Andrews 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
21b76ee598c937c6736cbc7ab69684bb3332428aMark Andrews and dns_zt_print().
21b76ee598c937c6736cbc7ab69684bb3332428aMark Andrews 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
5c45d30402af6860e1f66f5aa7d78dff58373b27Mark Andrews of 2147483647.
b66ca17f2990433a3e277b50cc3c15f19cdd0771Mark Andrews 383. [func] When writing a master file, print the SOA and NS
b66ca17f2990433a3e277b50cc3c15f19cdd0771Mark Andrews records (and their SIGs) before other records.
dc1f18f211a91735faf2771acc8438f0fbc70d4bMark Andrews 382. [bug] named -u failed on many Linux systems where the
dc1f18f211a91735faf2771acc8438f0fbc70d4bMark Andrews libc provided kernel headers do not match
dc1f18f211a91735faf2771acc8438f0fbc70d4bMark Andrews the current kernel.
7b68fa6229f1edadac44c7ec459c9ed77a8368c8Mark Andrews 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews IPV6_PKTINFO if found. [RT #229]
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews 380. [bug] nsupdate didn't work with IPv6.
6412902ffc0d255657f54db768f30b6efa819143Mark Andrews 379. [func] New library function isc_sockaddr_anyofpf().
6412902ffc0d255657f54db768f30b6efa819143Mark Andrews 378. [func] named and lwresd will log the command line arguments
6412902ffc0d255657f54db768f30b6efa819143Mark Andrews they were started with in the "starting ..." message.
6412902ffc0d255657f54db768f30b6efa819143Mark Andrews 377. [bug] When additional data lookups were refused due to
0d8971a4b8abed599ec9d9b7d1b51b8de8038ce2Shane Kerr "allow-query", the databases were still being
0d8971a4b8abed599ec9d9b7d1b51b8de8038ce2Shane Kerr attached causing reference leaks.
a8f950ff05e2e81d425a3411268cdf21f8f26b16Mark Andrews 376. [bug] The server should always use good entropy when
a8f950ff05e2e81d425a3411268cdf21f8f26b16Mark Andrews performing cryptographic functions needing entropy.
bc1467288a25b48446d3229fef0a19fad0cb6f2fMark Andrews 375. [bug] Per-zone "allow-query" did not properly override the
bc1467288a25b48446d3229fef0a19fad0cb6f2fMark Andrews view/global one for CNAME targets and additional
bc1467288a25b48446d3229fef0a19fad0cb6f2fMark Andrews data [RT #220].
6ed53e5949d9fcd9715b440015b56e5a896d63dfDavid Hankins 374. [bug] SOA in authoritative negative responses had wrong TTL.
6ed53e5949d9fcd9715b440015b56e5a896d63dfDavid Hankins 373. [func] nslookup is now installed by "make install".
f19353d73186913a6e0f0f766c1f72e5f4c5e9e1Tatuya JINMEI 神明達哉 372. [bug] Deal with Microsoft DNS servers appending two bytes of
84910d09ee8244027c7031e03999bc60a3d63adbMark Andrews garbage to zone transfer requests.
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews 371. [bug] At high debug levels, doing an outgoing zone transfer
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews of a very large RRset could cause an assertion failure
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews during logging.
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews 370. [bug] The error messages for rollforward failures were
d2ef84e07b67e72a4bd9c729c6b8228067d17584Mark Andrews overly terse.
cfe92110ce4eaf19f7f3255d2961710879bdc9ddMark Andrews 369. [func] Support new named.conf options, view and zone
cfe92110ce4eaf19f7f3255d2961710879bdc9ddMark Andrews max-retry-time, min-retry-time,
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews max-refresh-time, min-refresh-time.
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews 368. [func] Restructure the internal ".bind" view so that more
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews zones can be added to it.
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews 367. [bug] Allow proper selection of server on nslookup command
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews 366. [func] Allow use of '-' batch file in dig for stdin.
fe6f384b2efde528dabbf822634eedc020be67e0Mark Andrews 365. [bug] nsupdate -k leaked memory.
5929cde251d6d971fda14ac9ea927035421f6480Mark Andrews 364. [func] Added additional-from-{cache,auth}
5929cde251d6d971fda14ac9ea927035421f6480Mark Andrews 362. [bug] rndc no longer aborts if the configuration file is
1412643ba5bcc735c3731d8cebf71fd76eedec91Mark Andrews missing an options statement. [RT #209]
1412643ba5bcc735c3731d8cebf71fd76eedec91Mark Andrews 361. [func] When the RBT find or chain functions set the name and
1412643ba5bcc735c3731d8cebf71fd76eedec91Mark Andrews origin for a node that stores the root label
6de9371826bd253eb29aa3965ef03670d9d0a06dMark Andrews the name is now set to an empty name, instead of ".",
6de9371826bd253eb29aa3965ef03670d9d0a06dMark Andrews to simplify later use of the name and origin by
6de9371826bd253eb29aa3965ef03670d9d0a06dMark Andrews dns_name_concatenate(), dns_name_totext() or
6de9371826bd253eb29aa3965ef03670d9d0a06dMark Andrews dns_name_format().
daba3af103617ce4dd49bfdd0d9e07df7f22d08dMark Andrews 360. [func] dns_name_totext() and dns_name_format() now allow
daba3af103617ce4dd49bfdd0d9e07df7f22d08dMark Andrews an empty name to be passed, which is formatted as "@".
59d84d1b077678cb77f6cbcc53d8cfa60ff69cb7Mark Andrews 359. [bug] dnssec-signzone occasionally signed glue records.
59d84d1b077678cb77f6cbcc53d8cfa60ff69cb7Mark Andrews 358. [cleanup] Rename the intermediate files used by the dnssec
d76ed813a51465e5c47d521ab09ea20c06f1428dMark Andrews 357. [bug] The zone file parser crashed if the argument
b6d199bd6a505d84093874339056d9df4d21dfbcMark Andrews to $INCLUDE was a quoted string.
b6d199bd6a505d84093874339056d9df4d21dfbcMark Andrews 356. [cleanup] isc_task_send no longer requires event->sender to
b6d199bd6a505d84093874339056d9df4d21dfbcMark Andrews be non-null.
1d7b3b6dac1a0c6c586808c2add2ca2bef80512fMark Andrews 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
1d7b3b6dac1a0c6c586808c2add2ca2bef80512fMark Andrews 354. [doc] Man pages for the dnssec tools are now included in
f27eae9cfeb5b6c3c38ead6a7a0b1dd36bba691dMark Andrews the distribution, in doc/man/dnssec.
f27eae9cfeb5b6c3c38ead6a7a0b1dd36bba691dMark Andrews 353. [bug] double increment in lwres/gethost.c:copytobuf().
9a8cec4995c1586d27e95f13d421e4de61a97eb5Mark Andrews 352. [bug] Race condition in dns_client_t startup could cause
25c18fded02c5df8391a333e90ea776b52bff079Mark Andrews an assertion failure.
7042126e8a10315255144989f7723f0510558928Mark Andrews 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
7042126e8a10315255144989f7723f0510558928Mark Andrews signed query could crash the server.
7042126e8a10315255144989f7723f0510558928Mark Andrews 350. [bug] Also-notify lists specified in the global options
5581e28ed8c05350ce6119230c223da60dafdbafMark Andrews block were not correctly reference counted, causing
2c4ae1d331c98beba03a337a58e9b44aec98d663Mark Andrews a memory leak.
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews 349. [bug] Processing a query with the CD bit set now works
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews as expected.
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews 348. [func] New boolean named.conf options 'additional-from-auth'
c4008fdd56a8045802ed125e40a06bf1df9b7fbeMark Andrews and 'additional-from-cache' now supported in view and
c4008fdd56a8045802ed125e40a06bf1df9b7fbeMark Andrews global options statement.
c4008fdd56a8045802ed125e40a06bf1df9b7fbeMark Andrews 347. [bug] Don't crash if an argument is left off options in dig.
4f54d095945d6f60f146112d37d31815ad73eb02Mark Andrews 346. [func] Add support for .digrc config file, in the
4f54d095945d6f60f146112d37d31815ad73eb02Mark Andrews user's current directory
472ce617b7c19ae38dfaa2fc9e8699e3bf9be4a8Mark Andrews 345. [bug] Large-scale changes/cleanups to dig:
472ce617b7c19ae38dfaa2fc9e8699e3bf9be4a8Mark Andrews * Significantly improve structure handling
c5387e694299c41361660e54f23e89c7da3ede1dMark Andrews * Don't pre-load entire batch files
d00e58d4814b45c13434721b5771782e485dcb73Mark Andrews * Fix SIGINT handling
d00e58d4814b45c13434721b5771782e485dcb73Mark Andrews * Shorten timeouts to match v8's behavior
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews 344. [bug] When shutting down, lwresd sometimes tried
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews to shut down its client tasks twice,
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews triggering an assertion.
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews 343. [bug] Although zone maintenance SOA queries and
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews notify requests were signed with TSIG keys
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews when configured for the server in case,
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews the TSIG was not verified on the response.
f3a8cd3835463b47a8e3dc84cd8e7a02bcd7fee8Mark Andrews 342. [bug] The wrong name was being passed to
3e9ab6efd14ad716e6815718207dac2bdef3fddfMark Andrews dns_name_dup() when generating a TSIG
3e9ab6efd14ad716e6815718207dac2bdef3fddfMark Andrews key using TKEY.
6e373c502584f9292e964378411d296c8259026bMark Andrews 341. [func] Support 'key' clause in named.conf zone masters
6e373c502584f9292e964378411d296c8259026bMark Andrews statement to allow authentication via TSIG keys:
3bf783a6d4627266d76b0ebdc05afdccb3d06ad0Mark Andrews 10.0.0.1 port 5353 key "foo";
a37e44f107f5f60d7e84de77eb33b13139bca03fMark Andrews 340. [bug] The top-level COPYRIGHT file was missing from
a37e44f107f5f60d7e84de77eb33b13139bca03fMark Andrews the distribution.
2a35dc09d6c14f4041116766c0f7b60f41be0c9eMark Andrews 339. [bug] DNSSEC validation of the response to an ANY
2a35dc09d6c14f4041116766c0f7b60f41be0c9eMark Andrews query at a name with a CNAME RR in a secure
d53520b78d4a8726396efdbaa71f86f687a6f308Mark Andrews zone triggered an assertion failure.
d53520b78d4a8726396efdbaa71f86f687a6f308Mark Andrews 338. [bug] lwresd logged to syslog as named, not lwresd.
43501e6570e9081d459fb5c1a81b73c2c53c5df0Mark Andrews 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
43501e6570e9081d459fb5c1a81b73c2c53c5df0Mark Andrews on the command line.
c2b2bd69faabd83143ffb30a132a2f20ebd9abdaMark Andrews 336. [bug] "dig -f" used 64 k of memory for each line in
d140ae28347065500e7efb1ebe884f1606f9ac7bMark Andrews the file. It now uses much less, though still
d140ae28347065500e7efb1ebe884f1606f9ac7bMark Andrews proportionally to the file size.
d3bcf7adca7fc4a019364b0195818673448072f7Mark Andrews 335. [bug] named would occasionally attempt recursion when
d3bcf7adca7fc4a019364b0195818673448072f7Mark Andrews it was disallowed or undesired.
7b52c2ad3c9ca65712e962ddc803e34641f2bc07Mark Andrews 334. [func] Added hmac-md5 to libisc.
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews 333. [bug] The resolver incorrectly accepted referrals to
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews domains that were not parents of the query name,
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews causing assertion failures.
c9eaf357a31ea5eaeeed24f2f4e800a6ef9512e0Mark Andrews 332. [func] New function dns_name_reset().
3fc7753efdc33559978ce61785961b1305944077Mark Andrews 331. [bug] Only log "recursion denied" if RD is set. (RT #178)
3fc7753efdc33559978ce61785961b1305944077Mark Andrews 330. [bug] Many debugging messages were partially formatted
219a8f14a864aca47c340729dfff008a5050dd26Mark Andrews even when debugging was turned off, causing a
219a8f14a864aca47c340729dfff008a5050dd26Mark Andrews significant decrease in query performance.
d14e4f3a9916f2159de4c5995006195072e05085Mark Andrews 329. [func] omapi_auth_register() now takes a size_t argument for
d14e4f3a9916f2159de4c5995006195072e05085Mark Andrews the length of a key's secret data. Previously
d14e4f3a9916f2159de4c5995006195072e05085Mark Andrews OMAPI only stored secrets up to the first NUL byte.
fde1a334ee0d437ccbada347ff09e8ea0eaff221Mark Andrews 328. [func] Added isc_base64_decodestring().
8549bc9b78d7664ac99436d36a1ce615f772378aMark Andrews 327. [bug] rndc.conf parser wasn't correctly recognising an IP
a957b9ccdccf519018e06213a27e1b70b8dc4640Mark Andrews address where a host specification was required.
4ff0e3c8afbbbc30473701c47d75e1d7829bae3eMark Andrews 326. [func] 'keys' in an 'inet' control statement is now
9a33e2d135b0de7d2e2d768f2b9c45b2627fe4e6Mark Andrews required and must have at least one item in it.
9a33e2d135b0de7d2e2d768f2b9c45b2627fe4e6Mark Andrews A "not supported" warning is now issued if a 'unix'
9a33e2d135b0de7d2e2d768f2b9c45b2627fe4e6Mark Andrews control channel is defined.
dc6da18ccbb808d21f123cc6bda399b44ad11445Mark Andrews 325. [bug] isc_lex_gettoken was processing octal strings when
94b58e01ae98764a045e18581d7aaf05d2889e60Mark Andrews ISC_LEXOPT_CNUMBER was not set.
94b58e01ae98764a045e18581d7aaf05d2889e60Mark Andrews 324. [func] In the resolver, turn EDNS0 off if there is no
a687a0592bbe3a582860eb5f03725bf80d7ac1d8Mark Andrews response after a number of retransmissions.
a687a0592bbe3a582860eb5f03725bf80d7ac1d8Mark Andrews This is to allow queries some chance of succeeding
a687a0592bbe3a582860eb5f03725bf80d7ac1d8Mark Andrews even if all the authoritative servers of a zone
a295fbb55cfed38bcf2853c60410cce52ab6cebbMark Andrews silently discard EDNS0 requests instead of
a295fbb55cfed38bcf2853c60410cce52ab6cebbMark Andrews sending an error response like they ought to.
6eb8591f005f3e270d9ffb23769753952d0ec286Mark Andrews 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
6eb8591f005f3e270d9ffb23769753952d0ec286Mark Andrews Because of this, servers authoritative for a parent
6eb8591f005f3e270d9ffb23769753952d0ec286Mark Andrews and grandchild zone but not authoritative for the
a1bc94109313bf4ebb6e6ff655d71d45582d2e43Mark Andrews intervening child zone did not correctly issue
a1bc94109313bf4ebb6e6ff655d71d45582d2e43Mark Andrews referrals to the servers of the child zone.
a1bc94109313bf4ebb6e6ff655d71d45582d2e43Mark Andrews 322. [bug] Queries for KEY RRs are now sent to the parent
d9c4f954a1ddf7fcd5bf86bb7bbc12f669f81507Mark Andrews server before the authoritative one, making
d9c4f954a1ddf7fcd5bf86bb7bbc12f669f81507Mark Andrews DNSSEC insecurity proofs work in many cases
d9c4f954a1ddf7fcd5bf86bb7bbc12f669f81507Mark Andrews where they previously didn't.
6657a9e2d8c039be0bec367cae59a91d77ccaad4Mark Andrews 321. [bug] When synthesizing a CNAME RR for a DNAME
6657a9e2d8c039be0bec367cae59a91d77ccaad4Mark Andrews response, query_addcname() failed to intitialize
118394ef2ec7cef253c55359a3d70d202ddc2fa0Mark Andrews the type and class of the CNAME dns_rdata_t,
118394ef2ec7cef253c55359a3d70d202ddc2fa0Mark Andrews causing random failures.
118394ef2ec7cef253c55359a3d70d202ddc2fa0Mark Andrews 320. [func] Multiple rndc changes: parses an rndc.conf file,
6178552326050b16f5706ee63c931e9388d74318Mark Andrews uses authentication to talk to named, command
6178552326050b16f5706ee63c931e9388d74318Mark Andrews line syntax changed. This will all be described
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews 319. [func] The named.conf "controls" statement is now used
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews to configure the OMAPI command channel.
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews 318. [func] dns_c_ndcctx_destroy() could never return anything
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews except ISC_R_SUCCESS; made it have void return instead.
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews 317. [func] Use callbacks from libomapi to determine if a
f8f65e2de40b1e9874b88f392f3abeb057ce6172Mark Andrews new connection is valid, and if a key requested
f8f65e2de40b1e9874b88f392f3abeb057ce6172Mark Andrews to be used with that connection is valid.
05d32f6b0f6590ca22136b753309f070ce769000Mark Andrews 316. [bug] Generate a warning if we detect an unexpected <eof>
05d32f6b0f6590ca22136b753309f070ce769000Mark Andrews but treat as <eol><eof>.
05d32f6b0f6590ca22136b753309f070ce769000Mark Andrews 315. [bug] Handle non-empty blanks lines. (RT #163)
2b66a51a7d72e9cc07917fb583ad528b0539d2a3Mark Andrews 314. [func] The named.conf controls statement can now have
2b66a51a7d72e9cc07917fb583ad528b0539d2a3Mark Andrews more than one key specified for the inet clause.
e9733bc599f30033ffe7af69f5fca254fb59d46eMark Andrews 313. [bug] When parsing resolv.conf, don't terminate on an
e9733bc599f30033ffe7af69f5fca254fb59d46eMark Andrews error. Instead, parse as much as possible, but
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews still return an error if one was found.
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews 312. [bug] Increase the number of allowed elements in the
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews resolv.conf search path from 6 to 8. If there
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews are more than this, ignore the remainder rather
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews than returning a failure in lwres_conf_parse.
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews 311. [bug] lwres_conf_parse failed when the first line of
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews resolv.conf was empty or a comment.
1c91b0a6516319d81670da2325e2bd08a7703707Mark Andrews 310. [func] Changes to named.conf "controls" statement (inet
1c91b0a6516319d81670da2325e2bd08a7703707Mark Andrews subtype only)
95b484c9580d06eb2f9735a22e9841389c2859baMark Andrews - support "keys" clause
be2c2c29a88db96bd51f11d671ec207f0b6b0d45Mark Andrews inet * port 1024
be2c2c29a88db96bd51f11d671ec207f0b6b0d45Mark Andrews allow { any; } keys { "foo"; }
503ab4e136b843ef431f904709698231f1bc39e3Mark Andrews - allow "port xxx" to be left out of statement,
503ab4e136b843ef431f904709698231f1bc39e3Mark Andrews in which case it defaults to omapi's default port
cf224bbf7bab87bc28b12f5b30f5ca3f3e5bf604Mark Andrews 309. [bug] When sending a referral, the server did not look
cf224bbf7bab87bc28b12f5b30f5ca3f3e5bf604Mark Andrews for name server addresses as glue in the zone
00afe78ab290fec3041731c1fac146a24f556de4Mark Andrews holding the NS RRset in the case where this zone
00afe78ab290fec3041731c1fac146a24f556de4Mark Andrews was not the same as the one where it looked for
00afe78ab290fec3041731c1fac146a24f556de4Mark Andrews name server addresses as authoritative data.
2674e1a455d4f71de09b2b60e7a8304b9a305588Mark Andrews 308. [bug] Treat a SOA record not at top of zone as an error
2674e1a455d4f71de09b2b60e7a8304b9a305588Mark Andrews when loading a zone. (RT #154)
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews 307. [bug] When canceling a query, the resolver didn't check for
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews isc_socket_sendto() calls that did not yet have their
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews completion events posted, so it could (rarely) end up
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews destroying the query context and then want to use
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews it again when the send event posted, triggering an
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews assertion as it tried to cancel an already-canceled
405ae948cc01c5fb9fee511ce32de86f8077e01bMark Andrews query. (RT #77)
57e4191a112bf57a1eab6d37212df2531b6f8a16Mark Andrews 306. [bug] Reading HMAC-MD5 private key files didn't work.
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews 305. [bug] When reloading the server with a config file
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews containing a syntax error, it could catch an
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews assertion failure trying to perform zone
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews maintenance on tentatively created zones whose
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews views were never fully configured and lacked
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews an address database.
203629e729b756601646c639c0dbfb267030a617Mark Andrews 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
8af4e7aa4e2a6fe84bf4ebe09ca1d4ef1d8ab593Mark Andrews are listed in resolv.conf, silently ignore them
8af4e7aa4e2a6fe84bf4ebe09ca1d4ef1d8ab593Mark Andrews instead of returning failure.
d08c5dfcd4d1f69004c1382ffc00cc1848dcd1a3Mark Andrews 303. [bug] Add additional sanity checks to differentiate a AXFR
982a2cfef37a39842ff53dc2e00b947c554fa78eTatuya JINMEI 神明達哉 response vs a IXFR response. (RT #157)
16ee4fe11bad616a76c79e9f626a7e04a88ef4abMark Andrews 302. [bug] In dig, host, and nslookup, MXNAME should be large
16ee4fe11bad616a76c79e9f626a7e04a88ef4abMark Andrews enough to hold any legal domain name in presentation
16ee4fe11bad616a76c79e9f626a7e04a88ef4abMark Andrews format + terminating NULL.
a5b66bf342440688739d7207e437bf743e8b7ac0Mark Andrews 301. [bug] Uninitalised pointer in host:printmessage(). (RT #159)
982e072a5000bfc072aee8b34f64112cf54369a5Mark Andrews 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
982e072a5000bfc072aee8b34f64112cf54369a5Mark Andrews on platforms lacking IPv6 because each included their
e24089c5c33f31a39cea0123765165fa31308343Tatuya JINMEI 神明達哉 own ipv6 header file for the missing definitions. Now
9547d3e03bb082d73aeabb497b60632ebfdc78a6Mark Andrews each library's ipv6.h defines the wrapper symbol of
6f3c2ee187d690f96ffef3ba5a6c2e112bb3798cMark Andrews the other (ISC_IPV6_H and LWRES_IPV6_H).
9547d3e03bb082d73aeabb497b60632ebfdc78a6Mark Andrews 299. [cleanup] Get the user and group information before changing the
9de05727e334336ceb0abcca404d770abd23b876Mark Andrews root directory, so the administrator does not need to
9de05727e334336ceb0abcca404d770abd23b876Mark Andrews keep a copy of the user and group databases in the
9de05727e334336ceb0abcca404d770abd23b876Mark Andrews chroot'ed environment. Suggested by Hakan Olsson.
7c61d798f54f7c19f87d46a0df775e0e58fe7d30Mark Andrews 298. [bug] A mutex deadlock occurred during shutdown of the
e23932d3c8c154cff3fea0ecff64e26c6ac6f5d8Mark Andrews interface manager under certain conditions.
e23932d3c8c154cff3fea0ecff64e26c6ac6f5d8Mark Andrews Digital Unix systems were the most affected.
72160d9b51d902a7cf18de84953bc651941f73c2Mark Andrews 297. [bug] Specifying a key name that wasn't fully qualified
72160d9b51d902a7cf18de84953bc651941f73c2Mark Andrews in certain parts of the config file could cause
885e60828681cecd17bccbe5ceff8f4e75ef4c5cMark Andrews an assertion failure.
8ec056723666c71a499880ffa415661f37ffd08eMark Andrews 296. [bug] "make install" from a separate build directory
037b732f88edc943f3141e0342dc993156e3abf3Mark Andrews failed unless configure had been run in the source
80a609bf44ee09766aeb9ae02cfbf7f9fe86dd83Mark Andrews directory, too.
80a609bf44ee09766aeb9ae02cfbf7f9fe86dd83Mark Andrews 295. [bug] When invoked with type==CNAME and a message
b89095ba15e9163f2bacc46239d8f69d1a2b9ad3Tatuya JINMEI 神明達哉 not constructed by dns_message_parse(),
b89095ba15e9163f2bacc46239d8f69d1a2b9ad3Tatuya JINMEI 神明達哉 dns_message_findname() failed to find anything
b89095ba15e9163f2bacc46239d8f69d1a2b9ad3Tatuya JINMEI 神明達哉 due to checking for attribute bits that are set
bd5c8a564b21781fe6b608fe6a75c2e7152200acTatuya JINMEI 神明達哉 only in dns_message_parse(). This caused an
85708f9aabbfe31fc648c90258ae18ce0edc3488Mark Andrews infinite loop when constructing the response to
85708f9aabbfe31fc648c90258ae18ce0edc3488Mark Andrews an ANY query at a CNAME in a secure zone.
49732e4d6008d7d99dfce596a17e17aa13425502Mark Andrews 294. [bug] If we run out of space in while processing glue
49732e4d6008d7d99dfce596a17e17aa13425502Mark Andrews when reading a master file and commit "current name"
cae2cb086244dfb883739edbe79e34756079f70eMark Andrews reverts to "name_current" instead of staying as
cae2cb086244dfb883739edbe79e34756079f70eMark Andrews "name_glue".
cf0bcc2c80ca99f1e6e53dcdd0eba03fe70723dfMark Andrews 293. [port] Add support for FreeBSD 4.0 system tests.
0da29be670f6fa5b2a6320d9d843bc8b802c153aMark Andrews 292. [bug] Due to problems with the way some operating systems
0da29be670f6fa5b2a6320d9d843bc8b802c153aMark Andrews handle simultaneous listening on IPv4 and IPv6
0da29be670f6fa5b2a6320d9d843bc8b802c153aMark Andrews addresses, the server no longer listens on IPv6
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews addresses by default. To revert to the previous
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews behavior, specify "listen-on-v6 { any; };" in
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews the config file.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 291. [func] Caching servers no longer send outgoing queries
74f261bd2b7846d8e730ca3a1b28d6503de5c74aMark Andrews over TCP just because the incoming recursive query
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews was a TCP one.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 290. [cleanup] +twiddle option to dig (for testing only) removed.
5be3685b0e57677c0cc03113099cb8f99f9a070bMark Andrews 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews host is now installed in $bindir. (Be sure to remove
715361d0c3800e5ad886e5df971936ce6cd1ca89Mark Andrews any $sbindir/dig from a previous release.)
715361d0c3800e5ad886e5df971936ce6cd1ca89Mark Andrews 288. [func] rndc is now installed by "make install" into $sbindir.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 287. [bug] rndc now works again as "rndc 127.1 reload" (for
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews only that task). Parsing its configuration file and
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews using digital signatures for authentication has been
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews disabled until named supports the "controls" statement,
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 286. [bug] On Solaris 2, when named inherited a signal state
4e1d3e67cdc76609bad5f0310ac48de10b442b9fMark Andrews where SIGHUP had the SIG_IGN action, SIGHUP would
4e1d3e67cdc76609bad5f0310ac48de10b442b9fMark Andrews be ignored rather than causing the server to reload
4e1d3e67cdc76609bad5f0310ac48de10b442b9fMark Andrews its configuration.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 285. [bug] A change made to the dst API for beta4 inadvertently
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews broke OMAPI's creation of a dst key from an incoming
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews message, causing an assertion to be triggered. Fixed.
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews 284. [func] The DNSSEC key generation and signing tools now
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews generate randomness from keyboard input on systems
74a14c4eb8518a9cc31cb5a918547a93d0c0e838Mark Andrews 283. [cleanup] The 'lwresd' program is now a link to 'named'.
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews too big for an unsigned long.
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews 281. [bug] Fixed list of recognized config file category names.
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews 280. [func] Add isc-config.sh, which can be used to more
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews easily build applications that link with
7c678cfe0bd477ded2995b9490d72edf7bc76a84Mark Andrews our libraries.
a20e888bde4b307050d76e09266b2fb49f03bc30Mark Andrews 279. [bug] Private omapi function symbols shared between
a20e888bde4b307050d76e09266b2fb49f03bc30Mark Andrews two or more files in libomapi.a were not namespace
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews protected using the ISC convention of starting with
f4f0eedb8916a824124cf56d4c3f18eb6c77b42eMark Andrews the library name and two underscores ("omapi__"...)
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
611ec5dd43d31fd6385f1a94c2f0865375f452b4Mark Andrews note of when isc_log_categorybyname() wasn't able
611ec5dd43d31fd6385f1a94c2f0865375f452b4Mark Andrews to find the category name and would then apply the
7b52c2ad3c9ca65712e962ddc803e34641f2bc07Mark Andrews channel list of the unknown category to all categories.
01b8bc018d83e757b0578723977b0a71e1e626f8Mark Andrews 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews would fail to find the first member of any category
8abe06b25d245ab2955d81525bfe6bd29b80908eMark Andrews or module array apart from the internal defaults.
8abe06b25d245ab2955d81525bfe6bd29b80908eMark Andrews Thus, for example, the "notify" category was improperly
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews configured by named.
7755f5932a3e59d0c6a2506cc94519de92b91ca6Mark Andrews 276. [bug] dig now supports maximum sized TCP messages.
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews 275. [bug] The definition of lwres_gai_strerror() was missing
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews the lwres_ prefix.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
18d0b5e54be891a1aa938c165b6d439859121ec8Mark Andrews 273. [func] The default for the 'transfer-format' option is
18d0b5e54be891a1aa938c165b6d439859121ec8Mark Andrews now 'many-answers'. This will break zone transfers
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews to BIND 4.9.5 and older unless there is an explicit
0563d476dea35a60a59857cc8bd26ef276d78799Mark Andrews 'one-answer' configuration.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 272. [bug] The sending of large TCP responses was canceled
b2f160f266005ceaed77a3f575109f74cd13d548Mark Andrews in mid-transmission due to a race condition
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews caused by the failure to set the client object's
0bb7c66ef8e3e8740cbac4a4de607060dfc4d6c8Mark Andrews "newstate" variable correctly when transitioning
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews to the "working" state.
2b3e34f03675d6c71a654fe2094f3b9c063a70eaMark Andrews 271. [func] Attempt to probe the number of cpus in named
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews if unspecified rather than defaulting to 1.
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews 270. [func] Allow maximum sized TCP answers.
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews 269. [bug] Failed DNSSEC validations could cause an assertion
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews failure by causing clone_results() to be called with
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews with hevent->node == NULL.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 268. [doc] A plain text version of the Administrator
7c386b0c3194aa18089c6fa2e9856b576ec99c81Mark Andrews Reference Manual is now included in the distribution,
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews 267. [func] Nsupdate is now provided in the distribution.
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews 266. [bug] zone.c:save_nsrrset() node was not initalized.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 265. [bug] dns_request_create() now works for TCP.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 264. [func] Dispatch can not take TCP sockets in connecting
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews state. Set DNS_DISPATCHATTR_CONNECTED when calling
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews dns_dispatch_createtcp() for connected TCP sockets
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews or call dns_dispatch_starttcp() when the socket is
016c0a82f1ce3fe4d362d7c9cf8de4377ffaf5a9Mark Andrews 263. [func] New logging channel type 'stderr'
ad226e3da3207fcb1dbb1054dd339dbbd19f507aMark Andrews channel some-name {
9b80f3a7c739a99b498a37a711a51b6a88df3a78Mark Andrews severity error;
83a56f1e4f2d11fa895ceff4342fff7157910036Mark Andrews 262. [bug] 'master' was not initalized in zone.c:stub_callback().
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 261. [func] Add dns_zone_markdirty().
d4d68515d23668cfe804ab2a174a7e427decedd8Mark Andrews 260. [bug] Running named as a non-root user failed on Linux
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews kernels new enough to support retaining capabilities
e8e62bb7829e88fc56360f7edc021dc8493a8704Mark Andrews after setuid().
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews 259. [func] New random-device and random-seed-file statements
e7fb847ed570dd8c1bcdacabb3d69bd81feb79aeMark Andrews for global options block of named.conf. Both accept
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews a single string argument.
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews 258. [bug] Fixed printing of lwres_addr_t.address field.
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews 257. [bug] The server detached the last zone manager reference
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews too early, while it could still be in use by queries.
2c6f9101f99cc663074376a5cc1d954d33bdbe36Mark Andrews This manifested itself as assertion failures during the
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews shutdown process for busy name servers (RT #133).
1fc4793844c9613b17866c33dbeab8aaa94b66ffMark Andrews 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews isc_ratelimiter_shutdown guarantees that the rate
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews limiter is detached from its task.
1c153afce556ff3c687986fb7c4a0b0a7f5e7cd8Mark Andrews 255. [func] New function dns_zonemgr_attach().
81bdad57bd2c0c4b9a0684fe6e222ba95da625ecMark Andrews 254. [bug] Suppress "query denied" messages on additional data
a5768d889b4e139e78f2b1d9433f3e9f8d225ff4Mark Andrews --- 9.0.0b4 released ---
3d247992c4a500caa7703edaee68612e545af602Mark Andrews 253. [func] resolv.conf parser now recognises ';' and '#' as
5c08d19fb17f0684e6424b94910cef61cec7592fMark Andrews comments (anywhere in line, not just as the beginning).
3d247992c4a500caa7703edaee68612e545af602Mark Andrews 252. [bug] resolv.conf parser mishandled masks on sortlists.
5c08d19fb17f0684e6424b94910cef61cec7592fMark Andrews It also aborted when an unrecognized keyword was seen,
9eca2b9b95df456545e1bc298c8337400aa24e8eMark Andrews now it silently ignores the entire line.
9eca2b9b95df456545e1bc298c8337400aa24e8eMark Andrews 251. [bug] lwresd caught an assertion failure on startup.
05331ce161276d879711342fadbc6144af7f5ba6Mark Andrews 250. [bug] fixed handling of size+unit when value would be too
05331ce161276d879711342fadbc6144af7f5ba6Mark Andrews large for internal representation.
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews 249. [cleanup] max-cache-size config option now takes a size-spec
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews like 'datasize', except 'default' is not allowed.
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews 248. [bug] global lame-ttl option was not being printed when
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews config structures were written out.
2fa0485e9e969dd42dd10339354d7949db46111aMark Andrews 247. [cleanup] Rename cache-size config option to max-cache-size.
092f7679306989293bbe755f31ade0a5f456b370Mark Andrews 246. [func] Rename global option cachesize to cache-size and
7d5b32acb1898844afa19123d07483b46edac7cbMark Andrews add corresponding option to view statement.
437404e8313481329baa5897eeda8c45bf748553Mark Andrews 245. [bug] If an uncompressed name will take more than 255
ef67e6d8fa86d98a2c0defc43b624434324d9ce7Mark Andrews bytes and the buffer is sufficiently long,
841fc0fd70881499b62f15e35980dd14b905ba45Mark Andrews dns_name_fromwire should return DNS_R_FORMERR,
e5a5c60a5e690ee9858c9e3facba189b8646f0b7Mark Andrews not ISC_R_NOSPACE. This bug caused cause the
e5a5c60a5e690ee9858c9e3facba189b8646f0b7Mark Andrews server to catch an assertion failure when it
e5a5c60a5e690ee9858c9e3facba189b8646f0b7Mark Andrews received a query for a name longer than 255
afa3f2fab7144761bbf481b9d40d667529c6ec76Mark Andrews 244. [bug] empty named.conf file and empty options statement are
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein now parsed properly.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein 243. [func] new cachesize option for named.conf
da53179d1055c75e64dc2c9623b38cb2b8629eb6Mark Andrews 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
2941824604f9c5aa70f216d1f2941b3c59aa37dcMark Andrews 241. [cleanup] nscount and soacount have been removed from the
b4028939fdffc92cf659764deb9c6e3c805cc948Mark Andrews dns_master_*() arguement lists.
b4028939fdffc92cf659764deb9c6e3c805cc948Mark Andrews 240. [func] databases now come in three flavours: zone, cache
9840a0767d02f6c6b9d1f73d54e0cab2e8192a93Mark Andrews 239. [func] If ISC_MEM_DEBUG is enabled, the variable
57ed0bab5b92f66af3dc3b86081bd42ab8d4ba09Rob Austein isc_mem_debugging controls whether messages
57ed0bab5b92f66af3dc3b86081bd42ab8d4ba09Rob Austein are printed or not.
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein 238. [cleanup] A few more compilation warnings have been quieted:
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein + missing sigwait prototype on BSD/OS 4.0/4.0.1.
1cb73c69f76c8c2c66b767a8b9ad04f3988cf6a9Mark Andrews + PTHREAD_ONCE_INIT unbraced initializer warnings on
1cb73c69f76c8c2c66b767a8b9ad04f3988cf6a9Mark Andrews Solaris 2.8.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews + IN6ADDR_ANY_INIT unbraced initializer warnings on
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews BSD/OS 4.*, Linux and Solaris 2.8.
f754fa97bc698cc251d227173a95e4d39a88ac01Mark Andrews 237. [bug] If connect() returned ENOBUFS when the resolver was
f754fa97bc698cc251d227173a95e4d39a88ac01Mark Andrews initiating a TCP query, the socket didn't get
a8f1c013b0fdc405ca4b5ec8316d3c9e3ad9d31bMark Andrews destroyed, and the server did not shut down cleanly.
a8f1c013b0fdc405ca4b5ec8316d3c9e3ad9d31bMark Andrews 236. [func] Added new listen-on-v6 config file statement.
959fb01017fa83578e7c8776ed3baba3076a2409Mark Andrews 235. [func] Consider it a config file error if a listen-on
959fb01017fa83578e7c8776ed3baba3076a2409Mark Andrews statement has an IPv6 address in it, or a
959fb01017fa83578e7c8776ed3baba3076a2409Mark Andrews listen-on-v6 statement has an IPv4 address in it.
d73541ea2eebe01cafc5ff1b2ba4b9a8f75237b1Mark Andrews 234. [bug] Allow a trusted-key's first field (domain-name) be
d73541ea2eebe01cafc5ff1b2ba4b9a8f75237b1Mark Andrews either a quoted or an unquoted string, instead of
46cb442c5c53f16ece23bfe7f7f7bf44f78b0e46Mark Andrews requiring a quoted string.
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews 233. [cleanup] Convert all config structure integer values to unsigned
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews integer (isc_uint32_t) to match grammer.
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews 232. [bug] Allow slave zones to not have a file.
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews 231. [func] Support new 'port' clause in config file options
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews section. Causes 'listen-on', 'masters' and
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews 'also-notify' statements to use its value instead of
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews default (53).
2132a56b5c6628925838165ae0640e55e3f36188Mark Andrews 230. [func] Replace the dst sign/verify API with a cleaner one.
b514e0cd0e7959a98dd59665553c8a3635ada10eMark Andrews 229. [func] Support config file sig-validity-interval statement
b514e0cd0e7959a98dd59665553c8a3635ada10eMark Andrews in options, views and zone statements (master
30884083d4149a8ff838b84dac1ad55c86948da8Mark Andrews zones only).
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews 228. [cleanup] Logging messages in config module stripped of
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews trailing period.
5cb7e15551f502ab6948689cf3bc7dac6b56571eMark Andrews 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
bb99a72b219ad4f1daa80c636883ab485174c9a6Mark Andrews dns_rcode_*, dns_opcode_*, and dns_trust_* are
bb99a72b219ad4f1daa80c636883ab485174c9a6Mark Andrews also now cast to their appropriate types, as with
5a6874e4ed544186ccb8519765be8c3a1804e033Mark Andrews dns_rdatatype_* in item number 225 below.
3b4405aba93729eead9f8f006d426f24fc4c3d78Mark Andrews 226. [func] dns_name_totext() now always prints the root name as
2ab6dfca4b7432de4fb7da4cd21ee0e02a695c01Mark Andrews '.', even when omit_final_dot is true.
c553b3308e34edfaddbec57b3308bbbe362ef715Mark Andrews 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
24efdccd68d157b400bf68926798bc8f3f71c24cMark Andrews cast to dns_rdatatype_t via macros of their same name
24efdccd68d157b400bf68926798bc8f3f71c24cMark Andrews so that they are of the proper integral type wherever
a5bb4ad5dbd08f9178e807b1e55cb449b69d8173Mark Andrews a dns_rdatatype_t is needed.
5e5b467e8c8abda496b7896241a46b05256cd22cMark Andrews 224. [cleanup] The entire project builds cleanly with gcc's
5e5b467e8c8abda496b7896241a46b05256cd22cMark Andrews -Wcast-qual and -Wwrite-strings warnings enabled,
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews which is now the default when using gcc. (Warnings
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews from confparser.c, because of yacc's code, are
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews unfortunately to be expected.)
cb2d565b507027f9e5664fa7e167bb24faa7c8fbMark Andrews 223. [func] Several functions were reprototyped to qualify one
4f21f7feaff27d5356827e39a4537a60a5e4054cMark Andrews or more of their arguments with "const". Similarly,
4f21f7feaff27d5356827e39a4537a60a5e4054cMark Andrews several functions that return pointers now have
1439214380abcc123e27a42d43a23ba441209ebeMark Andrews those pointers qualified with const.
7d9b632906c756b215d65a3a08d77fe022807c2dMark Andrews 222. [bug] The global 'also-notify' option was ignored.
7d9b632906c756b215d65a3a08d77fe022807c2dMark Andrews 221. [bug] An uninitialized variable was sometimes passed to
5d3083c4b5b11dfb653b15fd0eeb8e0cc9b175e0Mark Andrews dns_rdata_freestruct() when loading a zone, causing
5d3083c4b5b11dfb653b15fd0eeb8e0cc9b175e0Mark Andrews an assertion failure.
52188225731669cd571984c45a1407a55c74ee78Mark Andrews 220. [cleanup] Set the default outgoing port in the view, and
52188225731669cd571984c45a1407a55c74ee78Mark Andrews set it in sockaddrs returned from the ADB.
52188225731669cd571984c45a1407a55c74ee78Mark Andrews [31-May-2000 explorer]
3cbc87c31f76262980d54ddbcdda7875be37b684Mark Andrews 219. [bug] Signed truncated messages more correctly follow
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews the respective specs.
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews 218. [func] When an rdataset is signed, its ttl is normalized
5a4854e226ce5eca99bcfb5557b36ea210bb25bcMark Andrews based on the signature validity period.
5a4854e226ce5eca99bcfb5557b36ea210bb25bcMark Andrews 217. [func] Also-notify and trusted-keys can now be used in
b101c1e9989d0a010a3146ad823e168d15cb10c7Mark Andrews the 'view' statement.
989d7b844bdf2d804fda57b9b53a4eff3a6bea91Mark Andrews 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
6d7007e807241ae0a32de8db8d3bf434626026eaMark Andrews 215. [bug] Failures at certain points in request processing
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews could cause the assertion INSIST(client->lockview
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews == NULL) to be triggered.
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews 214. [func] New public function isc_netaddr_format(), for
77b101ced9801cdb226919784bfc1aa0650ace6aMark Andrews formatting network addresses in log messages.
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews 213. [bug] Don't leak memory when reloading the zone if
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews an update-policy clause was present in the old zone.
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews 212. [func] Added dns_message_get/settsigkey, to make TSIG
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews key management reasonable.
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews 211. [func] The 'key' and 'server' statements can now occur
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews inside 'view' statements.
4f082b58b17ce39087930d5affc2ada90ef386e6Mark Andrews 210. [bug] The 'allow-transfer' option was ignored for slave
4f082b58b17ce39087930d5affc2ada90ef386e6Mark Andrews zones, and the 'transfers-per-ns' option was
3d79c437d8cc10651b22601b55f4098b4cfe5979Mark Andrews was ignored for all zones.
0da70bc50a320a3bb16aa7cecb2727fed2c0683cMark Andrews 209. [cleanup] Upgraded openssl files to new version 0.9.5a
686bcdcb4c63e8dd9bbe9607265061a4d3934bbcMark Andrews 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews of an isc_offset_t.
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 207. [func] The dnssec tools properly use the logging subsystem.
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 206. [cleanup] dst now stores the key name as a dns_name_t, not
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
5cf023372424c1a59fda4a994e3c85c08c26e2f1Tatuya JINMEI 神明達哉 ("prototyped function redeclared without prototype")
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews and 1552 ("variable ... set but not used") when
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews compiling in the lib/dns/sec/{dnssafe,openssl}
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews directories, which contain code imported from outside
073dfc245fd921958b1ccd869ed3471f828cf283Mark Andrews 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews to quiet the warnings that "The linked output may not
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews run on a PA 1.x system."
65d64acb51b0655f04b165c8045d1aed556489abMark Andrews 203. [func] notify and zone soa queries are now tsig signed when
e9aca33f362d017fe0d5f7b729bce646038cf1eeMark Andrews appropriate.
28e36fcc1eea8b5283aa33d3a6d21d42df8fdaf2Mark Andrews 202. [func] isc_lex_getsourceline() changed from returning int
5cf146c586f69af7c65e4a4f612ae3ef6c9cf8deMark Andrews to returning unsigned long, the type of its underlying
8a713ca49ddddb36e432d4717800f9258a5c2ea9Mark Andrews 201. [cleanup] Removed the test/sdig program, it has been
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews --- 9.0.0b3 released ---
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews 200. [bug] Failures in sending query responses to clients
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews (e.g., running out of network buffers) were
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews 199. [bug] isc_heap_delete() sometimes violated the heap
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews invariant, causing timer events not to be posted
797944723c8de672430cc59c11bf4eeacd913649Mark Andrews 198. [func] Dispatch managers hold memory pools which
797944723c8de672430cc59c11bf4eeacd913649Mark Andrews any managed dispatcher may use. This allows
28b65e6d0a03704f4faee88ebf5105addfa57968Mark Andrews us to avoid dipping into the memory context for
8cd830d7c806cac681b057e0c0185f29992fa35fMark Andrews most allocations. [19-May-2000 explorer]
4296c5480dde48ea555f5916be8612e173f1edebMark Andrews 197. [bug] When an incoming AXFR or IXFR completes, the
4296c5480dde48ea555f5916be8612e173f1edebMark Andrews zone's internal state is refreshed from the
14a97c343bc3adb840b13d515a8298c18f15be52Mark Andrews SOA data. [19-May-2000 explorer]
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews 196. [func] Dispatchers can be shared easily between views
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews and/or interfaces. [19-May-2000 explorer]
e90994e3f358bdc6fe03005da08567c807a14c1dMark Andrews 195. [bug] Including the NXT record of the root domain
7087b3dc9298e85909df7a10f83bbd0588310f0cMark Andrews in a negative response caused an assertion
db2649bad98fc08054feb1a1ed234d8b9b011ea8Mark Andrews 194. [doc] The PDF version of the Administrator's Reference
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews Manual is no longer included in the ISC BIND9
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews distribution.
7502c6600645f120434d84d0ce3df7c3585cfe43Mark Andrews 193. [func] changed dst_key_free() prototype.
cdb15282589682b664dfb70428a3c1750fe05250Mark Andrews 192. [bug] Zone configuration validation is now done at end
b326d7e3a3a50eb65dd06db007d2fddc62606bbfMark Andrews of config file parsing, and before loading
508f61f8d699c46f962b682f388e54b446a7194dMark Andrews 191. [func] Patched to compile on UnixWare 7.x. This platform
4834c6a7f0054b8f4a8a267d60ef78204521e39eMark Andrews is not directly supported by the ISC.
4c47c184b98a5ec1b303281959c1f3b0db85d733Mark Andrews 190. [cleanup] The DNSSEC tools have been moved to a separate
48f929d315bafeeffe0a37082ab4c9661a928c39Mark Andrews directory dnssec/ and given the following new,
48f929d315bafeeffe0a37082ab4c9661a928c39Mark Andrews more descriptive names:
93f429295a682f44940c8f4e2b05773c50da4e7dMark Andrews dnssec-keygen
93f429295a682f44940c8f4e2b05773c50da4e7dMark Andrews dnssec-signzone
c04f4437ff8b2aba326e5099eae0cacb7de6f74bMark Andrews dnssec-signkey
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews dnssec-makekeyset
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews Their command line arguments have also been changed to
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews be more consistent. dnssec-keygen now prints the
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews name of the generated key files (sans extension)
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews on standard output to simplify its use in automated
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews 189. [func] isc_time_secondsastimet(), a new function, will ensure
3ea6d4dc33482a752553c59ed94bcecd23d254b0Mark Andrews that the number of seconds in an isc_time_t does not
3ea6d4dc33482a752553c59ed94bcecd23d254b0Mark Andrews exceed the range of a time_t, or return ISC_R_RANGE.
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews Similarly, isc_time_now(), isc_time_nowplusinterval(),
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews isc_time_add() and isc_time_subtract() now check the
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews range for overflow/underflow. In the case of
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews isc_time_subtract, this changed a calling requirement
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews (ie, something that could generate an assertion)
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews into merely a condition that returns an error result.
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews isc_time_add() and isc_time_subtract() were void-
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews valued before but now return isc_result_t.
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews 188. [func] Log a warning message when an incoming zone transfer
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews contains out-of-zone data.
113598f67787f0ed0dcfe23b26d1e5d93256c0acMark Andrews 187. [func] isc_ratelimter_enqueue() has an additional arguement
dba1bc96f6f4fbbb48ab7b041964d44242731b17Mark Andrews 186. [func] dns_request_getresponse() has an additional arguement
b68fe6c0fbfee1dc0659661993de5c6727b66c76Mark Andrews 'preserve_order'.
136e739d0d7267a8ce72468233fa795359db62faMark Andrews 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
7c8662961e2876e22e34c96d41dad0cd70e3ce4cMark Andrews public functions did not have an isc__ prefix, and
7c8662961e2876e22e34c96d41dad0cd70e3ce4cMark Andrews referred to functions that had previously been
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews 184. [cleanup] Variables/functions which began with two leading
85bba08193debe026883d2d6bebbb0f7a01d7ba7Mark Andrews underscores were made to conform to the ANSI/ISO
85bba08193debe026883d2d6bebbb0f7a01d7ba7Mark Andrews standard, which says that such names are reserved.
5173d52b3eb9715259a2890614f869c6baeb18e1Mark Andrews 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
4091f8dfb71b78b53acd1b25f74e26c384750c03Mark Andrews for logging the program name or other identifier.
82ecc9cd96239649dfeb0a16e31c3b978d0d266aMark Andrews 182. [cleanup] New commandline parameters for dnssec tools
a10ae596379471b0dc76ebd8025d91bf2b90bafcMark Andrews 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
09ba9eacebdffc689da9851ce3bd932aedd1deddMark Andrews 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
d5f13fecca944fc7229dac3215581cebec3ac314Mark Andrews 179. [func] options named.conf statement *must* now come
c202b9f4dd7438252d77a4dd8936b7a051431a0bMark Andrews before any zone or view statements.
53e8e0e27a3db745548a7989639b91d16f841c1fMark Andrews 178. [func] Post-load of named.conf check verifies a slave zone
53e8e0e27a3db745548a7989639b91d16f841c1fMark Andrews has non-empty list of masters defined.
d0c827c9c6a21a0708d97314406ff34d79bed5d8Mark Andrews 177. [func] New per-zone boolean:
6f691d4893bb29cd6658b75860d93797f091da0dMark Andrews enable-zone yes | no ;
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews intended to let a zone be disabled without having
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews to comment out the entire zone statement.
4e259c5a2321e994708fb1fe04cd4da30aa3b612Mark Andrews 176. [func] New global and per-view option:
4e259c5a2321e994708fb1fe04cd4da30aa3b612Mark Andrews max-cache-ttl number
fcdef14f4a82138fe835a5c3a20d5667e6f4a26cMark Andrews 175. [func] New global and per-view option:
e94754428d472bdde2cba0efdd549bac2e87b98bMark Andrews additional-data internal | minimal | maximal;
23f2338819fd1a38a828b417eb05be95207e76e2Mark Andrews 174. [func] New public function isc_sockaddr_format(), for
a53259c4cc558f86dd008eccc60cc89b6734a03cMark Andrews formatting socket addresses in log messages.
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews 173. [func] Keep a queue of zones waiting for zone transfer
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews quota so that a new transfer can be dispatched
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews immediately whenever quota becomes available.
6c52944ef2281095d1c317a45ea013b8f3cfa135Mark Andrews 172. [bug] $TTL directive was sometimes missing from dumped
6c52944ef2281095d1c317a45ea013b8f3cfa135Mark Andrews master files because totext_ctx_init() failed to
72379d863a3bb135e7da36e344b731a59b8c3e33Mark Andrews initialize ctx->current_ttl_valid.
77fad835c56b118faf77a69af618d0bca7a16aacMark Andrews 171. [cleanup] On NetBSD systems, the mit-pthreads or
e021f388dfc2ac024a103def34818af73e7e869fMark Andrews unproven-pthreads library is now always used
dd95acdbce0e2a2775391709cdfca0a9eda7e8f7Mark Andrews unless --with-ptl2 is explicitly specified on
dd95acdbce0e2a2775391709cdfca0a9eda7e8f7Mark Andrews the configure command line. The
c5eebaf6f1311662f8120a8b560e2dbbfd5c92e8Mark Andrews --with-mit-pthreads option is no longer needed
71e7ac828e9f4f2b124455b00c3d11560aa5d4c1Mark Andrews and has been removed.
1e6d80a391137b26e7250e72f6b28eb92c2b9952Mark Andrews 170. [cleanup] Remove inter server consistancy checks from zone,
892c9a8817a454fbac32b099eb55af453b19ce86Mark Andrews these should return as a seperate module in 9.1.
892c9a8817a454fbac32b099eb55af453b19ce86Mark Andrews dns_zone_checkservers(), dns_zone_checkparents(),
af4b677e0de9c4ce67a5187039681a58f73b86eaMark Andrews dns_zone_checkchildren(), dns_zone_checkglue().
f34970d390482ceea61bd4d5bcd6ead7828157daMark Andrews Remove dns_zone_setadb(), dns_zone_setresolver(),
4d86cda3d7eb31578c9088c51a26643d43799533Mark Andrews dns_zone_setrequestmgr() these should now be found
cbfce73e8e020c1d08c7be7b48a849d8333eb9bfMark Andrews via the view.
84a5b69f0029952e33c96695f0a7d26c2bb8f7ccMark Andrews 169. [func] ratelimiter can now process N events per interval.
73fb13fe97cf2f1d93d5e2ea56583fdb2f40b6f3Mark Andrews 168. [bug] include statements in named.conf caused syntax errors
73fb13fe97cf2f1d93d5e2ea56583fdb2f40b6f3Mark Andrews due to not consuming the semicolon ending the include
6f1ad0fc645250c240f21a9201e8cdb0f263c218Mark Andrews statement before switching input streams.
e3d982f4a8e8a974231042ff4303ed8e82dfbdf9Mark Andrews 167. [bug] Make lack of masters for a slave zone a soft error.
783707ee556191b974e951f04accf09f443f5fdfMark Andrews 166. [bug] Keygen was overwriting existing keys if key_id
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews conflicted, now it will retry, and non-null keys
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews with key_id == 0 are not generated anymore. Key
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews was not able to generate NOAUTHCONF DSA key,
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews increased RSA key size to 2048 bits.
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews 165. [cleanup] Silence "end-of-loop condition not reached" warnings
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews from Solaris compiler.
fed3d5c2fc3fa8e1547e8b5c28c01f1095e17e5fMark Andrews 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews to encapsulate nonportable usage of errno and sync.
21094b43a2dc4e1f569a9ed894f5369470cd1a7fMark Andrews 163. [func] Added result codes ISC_R_FILENOTFOUND and
b03a31d98f1cf42414d321c742c9fc04be75b32bMark Andrews ISC_R_FILEEXISTS.
81e6a5849d61c2e710d628cf9a7b7282eaa88c46Mark Andrews 162. [bug] Ensure proper range for arguments to ctype.h functions.
4181218570e915959dd203c18f8cf4a03dca5d68Mark Andrews 161. [cleanup] error in yyparse prototype that only HPUX caught.
cd0a7c71c0edd9540a7e917a2389a3ad0accc835Mark Andrews 160. [cleanup] getnet*() are not going to be implemented at this
c1807114ce574896694e3f449c73b098fe91730fMark Andrews 159. [func] Redefinition of config file elements is now an
c1807114ce574896694e3f449c73b098fe91730fMark Andrews error (instead of a warning).
0066165079c7d85033f4b623153e404df31b9c75Mark Andrews 158. [bug] Log channel and category list copy routines
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews weren't assigning properly to output parameter.
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews 157. [port] Fix missing prototype for getopt().
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews 156. [func] Support new 'database' statement in zone.
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews database "quoted-string";
055597532db52233e80f617b8b015e8caadcb577Mark Andrews 155. [bug] ns_notify_start() was not detaching the found zone.
055597532db52233e80f617b8b015e8caadcb577Mark Andrews 154. [func] The signer now logs libdns warnings to stderr even when
055597532db52233e80f617b8b015e8caadcb577Mark Andrews not verbose, and in a nicer format.
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews is NULL then you need to preserve the 'rdata' until
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews you have finished using the structure as there may be
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews references to the associated memory. If 'mctx' is
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews non-NULL it is guaranteed that there are no references
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews to memory associated with 'rdata'.
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews dns_rdata_freestruct() must be called if 'mctx' was
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews non-NULL and may safely be called if 'mctx' was NULL.
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews 152. [bug] keygen dumped core if domain name argument was omitted
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews from command line.
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews 151. [func] Support 'disabled' statement in zone config (causes
af5273ceab514c55ddcd7ebaed5d598150b6b8faMark Andrews zone to be parsed and then ignored). Currently must
411c61d6fbf5a27c78650b9a1b3c69ac2640c929Mark Andrews come after the 'type' clause.
3c20ae76389dd7bd2fbbb5145f51fe7f72f97f14Mark Andrews 150. [func] Support optional ports in masters and also-notify
2d2e0fff8e168012bc34a40ee24476eddab901ecMark Andrews masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
314cac23654229f5df93af0c41231fd3c2187621Mark Andrews 149. [cleanup] Removed usused argument 'olist' from
314cac23654229f5df93af0c41231fd3c2187621Mark Andrews dns_c_view_unsetordering().
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews 148. [cleanup] Stop issuing some warnings about some configuration
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews file statements that were not implemented, but now are.
2c329da87c5c886e7f4468c69a9e6323121068cbMark Andrews 147. [bug] Changed yacc union size to be smaller for yaccs that
5ec95dc3cbba160d03be874941930bdf3e515bbdMark Andrews put yacc-stack on the real stack.
31affb2ca39c483670ba71042ce4c984ac257232Mark Andrews 146. [cleanup] More general redundant header file cleanup. Rather
aeb33b58e1979b716d1eb0521df8bc3a0aa41a52Mark Andrews than continuing to itemize every header which changed,
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews this changelog entry just notes that if a header file
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews did not need another header file that it was including
9e50b6806e428c817bc9537457db8f0a0aeee167Mark Andrews in order to provide its advertized functionality, the
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews inclusion of the other header file was removed. See
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews util/check-includes for how this was tested.
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews ISC_LANG_ENDDECLS to header files that had function
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews prototypes, and removed it from those that did not.
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews 144. [cleanup] libdns header files too numerous to name were made
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews to conform to the same style for multiple inclusion
ca155b13211202a6195b5a0f085aff06075c4300Mark Andrews 143. [func] Added function dns_rdatatype_isknown().
31a71adf14d106260127079f6ea26bea600163e9Mark Andrews 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
110fbe3a1315b38f1491546d82937a01c40f5fdbMark Andrews 141. [bug] Corrupt requests with multiple questions could
561863ed947f18c8bfcaa631ad83a6bee3b7200bMark Andrews cause an assertion failure.
3b9a0696f99c40222e50ddae4d0dd9611737c1daMark Andrews 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
bce2d35b4879d7878e339a9c60db9364508e38fdMark Andrews renamed isc_string_touint64. isc_strsep moved from
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews strsep.c to string.c and renamed isc_string_separate.
bff602d4acc7e3facc28b8931538b77d53681f15Mark Andrews 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews <isc/serial.h>, <isc/string.h> and <isc/offset.h>
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews made to conform to the same style for multiple
bff602d4acc7e3facc28b8931538b77d53681f15Mark Andrews inclusion protection.
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
86c3e4bb9663719cfa16e493a145c4ff0d6f745fMark Andrews 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
86c3e4bb9663719cfa16e493a145c4ff0d6f745fMark Andrews or <isc/boolean.h>, now uses <isc/types.h> in place
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark Andrews of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark Andrews and ISC_LANG_ENDDECLS.
722ebc3a47ffd2ac8f0b1a231dbd0cfd485ea2ffMark Andrews 134. [cleanup] <isc/dir.h> does not need <limits.h>.
41be71bae48846d9525be6f71e19944e34748e26Mark Andrews 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
c93003b0a6c063c15495f66300a1822481728fcaMark Andrews 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
c93003b0a6c063c15495f66300a1822481728fcaMark Andrews for ISC_R_* codes used in macros.
4f32995bf6af48ab410b6d14b160348f5ffe0556Mark Andrews 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
a4743d3d26c4dde69b80fd69bca83e0c28063425Mark Andrews <isc/boolean.h>, and now includes <isc/types.h>
ac86cff0d7ff2108cd7ace66697e2de104735496Mark Andrews 129. [bug] The 'default_debug' log channel was not set up when
2a71a21346ce6a098b7daf98358d5bdced8e6eb6Mark Andrews 'category default' was present in the config file
8147940ae7a7280ba12dd35614b9c987b38363faMark Andrews 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
23ac30603a7639bea1d331537634b079b046b122Mark Andrews ISC_LANG_ENDDECLS at end of header.
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews 127. [cleanup] The contracts for the comparision routines
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews dns_name_fullcompare(), dns_name_compare(),
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews dns_name_rdatacompare(), and dns_rdata_compare() now
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews specify that the order value returned is < 0, 0, or > 0
fa901545edc8bb62969121e14199d533a40d0b61Tatuya JINMEI 神明達哉 instead of -1, 0, or 1.
9cc53f2a0819301c2de7ab93197eee11e8a365e7Mark Andrews 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
68ae0f83c00d9e06693f5b138a0ced5a6ceccc5cMark Andrews 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
326449ec24b069f5ef59c8e282ae22a50aa27049Mark Andrews <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews 124. [func] signer now imports parent's zone key signature
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews and creates null keys/sets zone status bit for
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews children when necessary
ed18f744963c431ff76489aa01ec6fc9fac137fbMark Andrews 123. [cleanup] <isc/event.h> does not need <stddef.h>.
825fccf631aa71cfbb8bfcf4e2009ca21de28f36Mark Andrews 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
d0deea590e6e175c77f9b5f972fea3fc7a63577aMark Andrews 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
689023771c563d8660e45d439a207e06e96de28fMark Andrews <isc/result.h>. Multiple inclusion protection
689023771c563d8660e45d439a207e06e96de28fMark Andrews symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews isc_symtab_t moved to <isc/types.h>.
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
30b41c205cec69f7bde2d9afb16557b6c1e7a531Mark Andrews <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
09b24007634d53673fa4a1468416d4e9ee232b7aMark Andrews 119. [cleanup] structure definitions for generic rdata stuctures do
09b24007634d53673fa4a1468416d4e9ee232b7aMark Andrews not have _generic_ in their names.
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 YACC crust (yyparse, etc) [2000-apr-27 explorer]
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews 117. [cleanup] libdns.a changes:
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews dns_zone_clearnotify() and dns_zone_addnotify()
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews are replaced by dns_zone_setnotifyalso().
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews dns_zone_clearmasters() and dns_zone_addmaster()
7f2a6b0ef762b4cef9b0b2b59e7f44e4d2d4d32dMark Andrews are replaced by dns_zone_setmasters().
e37dff26c6bb6e2ffbba7b089ca3599d5e3e04fbMark Andrews 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
b712879fcb6d584bb16b3f39ec1fb6ee176e4a03Mark Andrews on Unix systems).
21d2ebd23d1ff59d0c081baeab1a97aae1baf4a4Mark Andrews 115. [port] Shut up the -Wmissing-declarations warning about
21d2ebd23d1ff59d0c081baeab1a97aae1baf4a4Mark Andrews 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
c5826852e6c789f59b301f8197e65a1dd4e09a44Mark Andrews 113. [func] Utility programs dig and host added.
c0d2891f6e08fcf5379dfb9a1bf8fbbb63f1952aMark Andrews 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
c426fddf168a3cdfc1c4c162365d440c89148ae4Mark Andrews 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
1a6204b6f26677cad76ea5644dc0624aac49b451Mark Andrews 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
9f7d51ee3290e2a064d71016a6bd555b47134a7cMark Andrews 109. [bug] "make depend" did nothing for
d8c2b1787119de43dd6b7e3927ff193ed5df682fMark Andrews bin/tests/{db,mem,sockaddr,tasks,timers}/.
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
fbdadf789f3057a5c90ebc026dbf2d174022bd28Rob Austein 107. [func] Add keysigner and keysettool.
1672cff96d0b02badab6f94524e10285dde851fcMark Andrews 106. [func] Allow dnssec verifications to ignore the validity
e9f33cdca0565d049941117d30e4c37ab3c5e990Mark Andrews period. Used by several of the dnssec tools.
cf6b36171770dc14b6572003b4e8aeaa22536dd4Mark Andrews 105. [doc] doc/dev/coding.html expanded with other
9105a6a730bfb8472c48230629c5a0aebb88c422Mark Andrews implicit conventions the developers have used.
c5a84548b24ffac37d0154d8f2f4fea36a3aeb23Mark Andrews 104. [bug] Made compress_add and compress_find static to
7b78f6665635ed85118352c97ff5a25f5bb242f7Mark Andrews 103. [func] libisc buffer API changes for <isc/buffer.h>:
3b2032121d6e8ae1f4ad24b31a69e1a4b33c91a0Mark Andrews isc_buffer_base(b) (pointer)
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews isc_buffer_current(b) (pointer)
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews isc_buffer_active(b) (pointer)
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews isc_buffer_used(b) (pointer)
65356eb978747c5e68d4c6b3909642cebb8479f8Mark Andrews isc_buffer_length(b) (int)
e8346a529a2777d1867e0bbb3440279cbddbd808Mark Andrews isc_buffer_usedlength(b) (int)
e8346a529a2777d1867e0bbb3440279cbddbd808Mark Andrews isc_buffer_consumedlength(b) (int)
7de69feda2f66658ce66a8700d64ffb88d47bb6aMark Andrews isc_buffer_remaininglength(b) (int)
7de69feda2f66658ce66a8700d64ffb88d47bb6aMark Andrews isc_buffer_activelength(b) (int)
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews isc_buffer_availablelength(b) (int)
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews ISC_BUFFER_USEDCOUNT(b)
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews ISC_BUFFER_AVAILABLECOUNT(b)
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews isc_buffer_type(b)
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews Changed names:
bb3e43000807197e776407fd8d524a87dcc17a10Mark Andrews isc_buffer_used(b, r) ->
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews isc_buffer_usedregion(b, r)
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews isc_buffer_available(b, r) ->
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews isc_buffer_available_region(b, r)
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews isc_buffer_consumed(b, r) ->
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews isc_buffer_consumedregion(b, r)
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews isc_buffer_active(b, r) ->
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews isc_buffer_activeregion(b, r)
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews isc_buffer_remaining(b, r) ->
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews isc_buffer_remainingregion(b, r)
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews Buffer types were removed, so the ISC_BUFFERTYPE_*
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews macros are no more, and the type argument to
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews isc_buffer_init and isc_buffer_allocate were removed.
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews isc_buffer_putstr is now void (instead of isc_result_t)
1bf8f4b77df1e1f8c1ce8326679ab02bac235c09Mark Andrews and requires that the caller ensure that there
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews is enough available buffer space for the string.
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
32c7aa3dd18d57979990574ddb008437b59c2428Rob Austein 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
358043e40fd0c1fe312e25c28a771aafc3bd7b79Mark Andrews 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
358043e40fd0c1fe312e25c28a771aafc3bd7b79Mark Andrews <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews 99. [cleanup] Rate limiter now has separate shutdown() and
bb50eb10edbfa31f53699304d6838716d700b85bMark Andrews destroy() functions, and it guarantees that all
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews queued events are delivered even in the shutdown case.
bb50eb10edbfa31f53699304d6838716d700b85bMark Andrews 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
a5e055b9d8bc42b0e29d88960ed2a5c531fa5acbRob Austein unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
3d8dfd44a3be708f00380064411c16b2fa28303aMark Andrews 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
e794f1ef072b4453c4af64717429729bcf3a6a69Mark Andrews 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
e180037bc15a98cac0b91ffcf464e9c96918294bMark Andrews 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
eeac8cfcd3ad738b435ad82fcd5c6387da643f90Mark Andrews 94. [cleanup] Some installed header files did not compile as C++.
99ba7fc5ff50823248155f4f2954ece0271b4354Mark Andrews 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
3386e927950e1bacd2ae7bfdc03ee17885bd9993Mark Andrews <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
b8694095f0109e23d9aaa3e84f840829b014c417Mark Andrews 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews 84. [func] allow-query ACL checks now apply to all data
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews added to a response.
1c52f228e9e2d8784273b7af76794031e480e5e8Mark Andrews 83. [func] If the server is authoritative for both a
1c52f228e9e2d8784273b7af76794031e480e5e8Mark Andrews delegating zone and its (nonsecure) delegatee, and
ea0b0c283be744d8b5810927b9981a9afe2f900dMark Andrews a query is made for a KEY RR at the top of the
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews delegatee, then the server will look for a KEY
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews in the delegator if it is not found in the delegatee.
c956fbfbbd536407a2f0ef8f138c27729d31744dMark Andrews 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
f66cd386cf4d0cc65b28cbaeaf540353406393a8Mark Andrews 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
e94cf7074d8ac30820a715211ae914387996cca9Mark Andrews 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews 78. [cleanup] lwres_conftest renamed to lwresconf_test for
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews consistency with other *_test programs.
6ecbd11029fa201b5f273f4ef016617dc35206aeMark Andrews 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews 76. [cleanup] Rewrote keygen.
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews 75. [func] Don't load a zone if its database file is older
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews than the last time the zone was loaded.
50e45d74340656422b21a5513f2d7138dfe24b7aMark Andrews 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews 73. [func] New "file" API in libisc, including new function
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews isc_file_getmodtime, isc_mktemplate renamed to
2cd8fa3ef9b168429dcf76603e7b95c58317dd28Mark Andrews isc_file_mktemplate and isc_ufile renamed to
2cd8fa3ef9b168429dcf76603e7b95c58317dd28Mark Andrews isc_file_openunique. By no means an exhaustive API,
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews it is just what's needed for now.
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
f6f0bf7d4bb135ba1a421520076a47a61b6870fcMark Andrews added for dns_rbt_findnode, the former to disable the
f6f0bf7d4bb135ba1a421520076a47a61b6870fcMark Andrews setting of the chain to the predecessor, and the
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews latter to make clear when no options are set.
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews 71. [cleanup] Made explicit the implicit REQUIREs of
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews isc_time_seconds, isc_time_nanoseconds, and
4499c6cd5e376c59e06cd0be61f3620a1336bc5fMark Andrews isc_time_subtract.
4a6f552617fe422ad90826e48c2a3446e3a2574bMark Andrews 70. [func] isc_time_set() added.
1195e2e1f2853df56d7ec69d2e01a99d44e4d61dMark Andrews 69. [bug] The zone object's master and also-notify lists grew
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews longer with each server reload.
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews 68. [func] Partial support for SIG(0) on incoming messages.
5efa612be0471cc4e133b795db3dd3addf18ba6cMark Andrews 67. [performance] Allow use of alternate (compile-time supplied)
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews 66. [func] Data in authoritative zones should have a trust level
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews beyond secure.
f620c5e527746a2ec3d90a11d21abd8a114746dfTatuya JINMEI 神明達哉 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
ec3f1d35170225c74d11c27bb184e250d150b209Tatuya JINMEI 神明達哉 64. [func] The RBT, DB, and zone table APIs now allow the
75654de87118c587629b5dc6882b6c1925d34983Tatuya JINMEI 神明達哉 caller find the most-enclosing superdomain of
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews 63 [func] Generate NOTIFY messages.
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews 62. [func] Add UDP refresh support.
e0199985cfe68e8556cf0060ad8f7effbcdc5628Mark Andrews 61. [cleanup] Use single quotes consistently in log messages.
38e8022ace865803bdd609c9763cd7d7ba2818dcMark Andrews 60. [func] Catch and disallow singleton types on message
8407fbc61d73caa766c0689558525d0a76296c86Mark Andrews 59. [bug] Cause net/host unreachable to be a hard error
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews when sending and receiving.
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews 58. [bug] bin/named/query.c could sometimes trigger the
b9625d9be5d89015b75cc7c25088a8d1a3bb7655Mark Andrews (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews == 0 assertion in query_newname().
267a22597fc1c5ffd81532ec1afad36b729f6cb4Tatuya JINMEI 神明達哉 57. [func] Added dns_nxt_typepresent()
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews 56. [bug] SIG records were not properly returned in cached
267a22597fc1c5ffd81532ec1afad36b729f6cb4Tatuya JINMEI 神明達哉 negative answers.
c5076a76f6562b5aa48e6a1c680c343b53846157Mark Andrews 55. [bug] Responses containing multiple names in the authority
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews section were not negatively cached.
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews 54. [bug] If a fetch with sigrdataset==NULL joined one with
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews sigrdataset!=NULL or vice versa, the resolver
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews could catch an assertion or lose signature data,
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews respectively.
5ed76fa7ea83d3ce7a33d365aa3b84410c3b8773Mark Andrews 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
ad3b537a241f40bbb3fdc4de252881c42645021bMark Andrews 52. [bug] rndc: taskmgr and socketmgr were not initialized
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
ea38808b7dc1b2e760f18f2cc3ae07deaf15ba1aMark Andrews dns/rbt.h; it was needed only by compress.c and zt.c.
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews 50. [func] RBT deletion no longer requires a valid chain to work,
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews and dns_rbt_deletenode was added.
ed6e3610e3e56aac554dc93cad461a0016e961f9Mark Andrews 49. [func] Each cache now has its own mctx.
1cf54d1966b3de8f6593e9e80eae9a80a1c011adMark Andrews 48. [func] isc_task_create() no longer takes an mctx.
c3c72c1033b9d085b1a1fe74a9e3efb6db724ce2Mark Andrews isc_task_mem() has been eliminated.
b4fe7caac90b28629d207b40a77862e2535f925cMark Andrews 47. [func] A number of modules now use memory context reference
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews 46. [func] Memory contexts are now reference counted.
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews Added isc_mem_inuse() and isc_mem_preallocate().
46ed893dd0c8096d2bcbf31e6dcf79b2786e7b7fMark Andrews Renamed isc_mem_destroy_check() to
1ae75c1024eb0475c2be352b8707772e16332ad0Mark Andrews isc_mem_setdestroycheck().
1ae75c1024eb0475c2be352b8707772e16332ad0Mark Andrews 45. [bug] The trusted-key statement incorrectly loaded keys.
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews 44. [bug] Don't include authority data if it would force us
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews to unset the AD bit in the message.
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews 43. [bug] DNSSEC verification of cached rdatasets was failing.
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews 42. [cleanup] Simplified logging of messages with embedded domain
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews names by introducing a new convenience function
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews dns_name_format().
7952b2b43e880b18e63613805f71fd3e8624bb44Mark Andrews 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
6fac7ff1f9ec9c3873d3b55c5079fa79aba1f146Mark Andrews to allow 'named' to run as a non-root user while
6fac7ff1f9ec9c3873d3b55c5079fa79aba1f146Mark Andrews retaining the ability to bind() to privileged
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews 40. [func] Introduced new logging category "dnssec" and
fb827ed6df9a473770fb69a75a455b4ad0d14f52Mark Andrews logging module "dns/validator".
b39213ce599dc433c6f99144c97ca3d562f40344Mark Andrews 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
b39213ce599dc433c6f99144c97ca3d562f40344Mark Andrews and isc_lex_t to <isc/types.h>.
8862388bcb44f634cbfc3e69f11ff4cb76590a4bMark Andrews 38. [bug] TSIG signed incoming zone transfers work now.
6ec0f98cf6e88aeba1615763fdec253bf391f22eMark Andrews 37. [bug] If the first RR in an incoming zone transfer was
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews not an SOA, the server died with an assertion failure
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews instead of just reporting an error.
d4e1933abc4bfa3d42dcc2f093c81816a317dde6Mark Andrews 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews 35. [performance] Log messages which are of a level too high to be
7c82b7ae3f3006e20d00529a15372d6cba133c20Mark Andrews logged by any channel in the logging configuration
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews will not cause the log mutex to be locked.
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews 34. [bug] Recursion was allowed even with 'recursion no'.
7c82b7ae3f3006e20d00529a15372d6cba133c20Mark Andrews 33. [func] The RBT now maintains a parent pointer at each node.
7d4a465de03b26bf9f5ef131d03253b8f6afc169Mark Andrews 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
0b9af9eb37f624033652f6cc463262474ee13344Mark Andrews 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
3b1fce680f1dbe9467cd3b0ab3138ea52d5a976fMark Andrews 30. [func] config file grammer change to support optional
3b1fce680f1dbe9467cd3b0ab3138ea52d5a976fMark Andrews class type for a view.
0822cc50657c972c6a5ee29cba9506847c7ea7c2Mark Andrews 29. [func] support new config file view options:
bdb609f5874056f6f1cd212ebf8700132e683fe5Mark Andrews auth-nxdomain recursion query-source
c5cde9d5a70c921da901a23845e740ccc7a8c4e4Mark Andrews query-source-v6 transfer-source
c5cde9d5a70c921da901a23845e740ccc7a8c4e4Mark Andrews transfer-source-v6 max-transfer-time-out
bae21f249ead77e442a025b9b18d90e21ebf72ceMark Andrews max-transfer-idle-out transfer-format
321df4df1972da49223fc8ee1180f94b88295568Mark Andrews request-ixfr provide-ixfr cleaning-interval
a3a09ca2497e925a9f0ba76f1525c6c60e5d5094Mark Andrews fetch-glue notify rfc2308-type1 lame-ttl
7f5a3cea4e93ad683b13ebef8a6589afd97fb762Mark Andrews max-ncache-ttl min-roots
9c3df90dd3767bcc14c4028fb3d81b26d056e821Mark Andrews 28. [func] support lame-ttl, min-roots and serial-queries
9c3df90dd3767bcc14c4028fb3d81b26d056e821Mark Andrews config global options.
50105afc551903541608b11851d73278b23579a3Mark Andrews 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
1285fa26e632e3b386435b730b47b5ff1a03e553Mark Andrews Including it on other platforms (eg, NetBSD) can
1285fa26e632e3b386435b730b47b5ff1a03e553Mark Andrews cause a forced #error from the C preprocessor.
5a680f4170ba77be1e31cf1fc40ab43856919078Mark Andrews 26. [func] new match-clients statement in config file view.
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews 25. [bug] make install failed to install <isc/log.h> and
9c8fb5f756d99a4ecba95df9a00757384f3b71b7Mark Andrews 24. [cleanup] Eliminate some unnecessary #includes of header
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews files from header files.
d81018ac98b287438248cd0e3a1c230eb40b0b55Mark Andrews 23. [cleanup] Provide more context in log messages about client
1d7cbe71b99ea0e883a4cf8af8a91bba04a3597eMark Andrews requests, using a new function ns_client_log().
7436bb66c610c039ca3dec12aac5024037898910Mark Andrews 22. [bug] SIGs weren't returned in the answer section when
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews the query resulted in a fetch.
e9964e7db4467722300c0d7d52ec1d7a51a784c1Mark Andrews 21. [port] Look at STD_CINCLUDES after CINCLUDES during
89783da064f4f9bf2e82d2b3941ddeffe2a8c30dMark Andrews compilation, so additional system include directories
50105afc551903541608b11851d73278b23579a3Mark Andrews can be searched but header files in the bind9 source
89783da064f4f9bf2e82d2b3941ddeffe2a8c30dMark Andrews tree with conflicting names take precedence. This
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews avoids issues with installed versions of dnssafe and
a03848252fa85734ca75beae3d0b01bb503c0a8bMark Andrews 20. [func] Configuration file post-load validation of zones
d7282a5fe88699990943df5ee6a7a48ee7ee2f7bMark Andrews failed if there were no zones.
22fa4e3206c2048cabaf75a3ae21132fd5542848Mark Andrews 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
3ad4e307b64bcf8baa984e10a4e7549dbeaea31dMark Andrews lock in certain error cases.
3f08fb69eb3b5f6eaa3c57160dff0998e1569283Mark Andrews 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
9ce4318edbab0b50f21df9ce28beb6fde71943ecMark Andrews configure.in to check for presence of in6addr_any.
91c79af4755df2d892511512e0fc886639518a92Mark Andrews 17. [func] Do configuration file post-load validation of zones.
80c5a37ddcb42239f6b7d16b66ca0426ca6ffe2cMark Andrews 16. [bug] put quotes around key names on config file
2558e3f25d4972a028c99141bd26d3f3087630d5Mark Andrews output to avoid possible keyword clashes.
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews 15. [func] Add dns_name_dupwithoffsets(). This function is
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews improves comparison performance for duped names.
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews 14. [bug] free_rbtdb() could have 'put' unallocated memory in
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews an unlikely error path.
22cd704fca51434f7aba193fd94d3291cc94ba2bMark Andrews 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
22cd704fca51434f7aba193fd94d3291cc94ba2bMark Andrews out-of-zone data.
7554feaef6057f5ea2926076900ac7634b911456Mark Andrews 12. [bug] Fixed possible unitialized variable error.
dbc4666b1b153775001613af160541da986429b2Mark Andrews 11. [bug] axfr_rrstream_first() didn't check the result code of
aa20b1b625dc406e1d9c3ff95d2a4af432e119faMark Andrews db_rr_iterator_first(), possibly causing an assertion
aa20b1b625dc406e1d9c3ff95d2a4af432e119faMark Andrews to be triggered later.
54a8b1e6ede781e9f4059512530046db8c4de1ddMark Andrews 10. [bug] A bug in the code which makes EDNS0 OPT records in
c4b8c7555d4abcfa4706c0551b00d71554250936Mark Andrews bin/named/client.c and lib/dns/resolver.c could
c4b8c7555d4abcfa4706c0551b00d71554250936Mark Andrews trigger an assertion.
c4b8c7555d4abcfa4706c0551b00d71554250936Mark Andrews 9. [cleanup] replaced bit-setting code in confctx.c and replaced
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews repeated code with macro calls.
f7e94169a9814c8e7d2ac8ac62bf0ccafb5a2cb6Mark Andrews 8. [bug] Shutdown of incoming zone transfer accessed
f7e94169a9814c8e7d2ac8ac62bf0ccafb5a2cb6Mark Andrews freed memory.
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews 7. [cleanup] removed 'listen-on' from view statement.
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews 6. [bug] quote RR names when generating config file to
807d4a4c54ab9a328afeb5f69dc680ffbcb384c8Tatuya JINMEI 神明達哉 prevent possible clash with config file keywords
1f058fb7d18d43e26ab0c9e8ce2ff6615740186aMark Andrews (such as 'key').
1f058fb7d18d43e26ab0c9e8ce2ff6615740186aMark Andrews 5. [func] syntax change to named.conf file: new ssu grant/deny
6bd3b1fdb3915931ac158b2126fae35711bd0b26Mark Andrews statements must now be enclosed by an 'update-policy'
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews 4. [port] bin/named/unix/os.c didn't compile on systems with
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews linux 2.3 kernel includes due to conflicts between
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews C library includes and the kernel includes. We now
b3d3e578410209d849efb59c9ea4925ca5c9ca68Mark Andrews get only what we need from <linux/capability.h>, and
b3d3e578410209d849efb59c9ea4925ca5c9ca68Mark Andrews avoid pulling in other linux kernel .h files.
96c973a6a96f10c93ede4c66964ceae47535a07aMark Andrews 3. [bug] TKEYs go in the answer section of responses, not
96c973a6a96f10c93ede4c66964ceae47535a07aMark Andrews the additional section.
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews 2. [bug] Generating cryptographic randomness failed on
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews systems without /dev/random.
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark Andrews 1. [bug] The installdirs rule in
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark Andrews lib/isc/unix/include/isc/Makefile.in had a typo which
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark Andrews prevented the isc directory from being created if it
90c4900d5cf1a1b556ae4c1de6338b2e7475ee55Mark Andrews didn't exist.
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews --- 9.0.0b2 released ---
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews# This tells Emacs to use hard tabs in this file.
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews# Local Variables:
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews# indent-tabs-mode: t