CHANGES revision 9b2a2a9016980fbed6b2025d365a8ae99897608c
7d33e8996948523e0180bc7e28a93d534d878dccAndreas Gustafsson 642. [bug] Break the exit_check() race in the zone module.
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson [RT #598]
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson
a06df85974344892431b14bec51c1beeee971eccAndreas Gustafsson 641. [bug] $GENERATE caused a uninitialized link to be used.
24c5978e0b32137305c2bef2c6e116ee7680a610Andreas Gustafsson [RT #595]
f0f61db621eed0c453e31bb85f6803c550e19a6bAndreas Gustafsson
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington --- 9.1.0b2 released ---
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington 640. [bug] Memory leak in error path could cause
24dc90eff027d8969db6faf4e0ff04af11b434fbAndreas Gustafsson "mpctx->allocated == 0" failure. [RT #584]
7d33e8996948523e0180bc7e28a93d534d878dccAndreas Gustafsson
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson 639. [bug] Reading entropy from the keyboard would sometimes fail.
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson [RT #591]
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson 638. [port] lib/isc/random.c needed to explicitly include time.h
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson to get a prototype for time() when pthreads was not
7d33e8996948523e0180bc7e28a93d534d878dccAndreas Gustafsson being used. [RT #592]
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington lib/isc/print.c. Also allow lib/isc/print.c to
732f883c12f171186d7f3331ebdf5d16044b14b0Brian Wellington be compiled even if the platform does not need it.
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson [RT #592]
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson 636. [port] Shut up MSVC++ about a possible loss of precision
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson 635. [bug] Reloading a server with a configured blackhole list
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson would cause an assertion. [RT #590]
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson
f53848e17123569387b279578f0100dca5407da5Mark Andrews 634. [bug] A log file will completely stop being written when
f53848e17123569387b279578f0100dca5407da5Mark Andrews it reaches the maximum size in all cases, not just
f53848e17123569387b279578f0100dca5407da5Mark Andrews when versioning is also enabled. [RT #570]
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington
64a84169d7eed05486b10be90afea58f4af146f9Brian Wellington 632. [bug] The index array of the journal file was
1599bd6998f54b2b34804d7332f543744368a586Mark Andrews corrupted as it was written to disk.
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson
1599bd6998f54b2b34804d7332f543744368a586Mark Andrews 631. [port] Build without thread support on systems without
acc63b06d9e4e2137950dabddcccd17d8b336ca0Olafur Gudmundsson pthreads.
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington 630. [bug] Locking failure in zone code. [RT #582]
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson when responding to a UDP IXFR request.
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson 628. [bug] If the root hints contained only AAAA addresses,
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson named would be unable to perform resolution.
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson 627. [bug] The EDNS0 blackhole detection code of change 324
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson waited for three retransmissions to each server,
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson which takes much too long when a domain has many
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson name servers and all of them drop EDNS0 queries.
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson Now we retry without EDNS0 after three consecutive
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson timeouts, even if they are all from different
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson servers. [RT #143]
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson 626. [bug] The lightweight resolver daemon no longer crashes
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson when asked for a SIG rrset. [RT #558]
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence 625. [func] Zones now inherit their class from the enclosing view.
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence 624. [bug] The zone object could get timer events after it had
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence been destroyed, causing a server crash. [RT #571]
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence 623. [func] Added "named-checkconf" and "named-checkzone" program
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence for syntax checking named.conf files and zone files,
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence respectively.
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence 622. [bug] A canceled request could be destroyed before
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence dns_request_destroy() was called. [RT #562]
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington This mostly affects Red Hat Linux 7.0, which has
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington conflicts between libc and the kernel.
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington 620. [bug] dns_master_load*inc() now require 'task' and 'load'
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington to be non-null. Also 'done' will not be called if
253f774e358dba38742a484426a4cadf4f248817Brian Wellington dns_master_load*inc() fails immediately. [RT #565]
253f774e358dba38742a484426a4cadf4f248817Brian Wellington
253f774e358dba38742a484426a4cadf4f248817Brian Wellington 618. [bug] Queries to a signed zone could sometimes cause
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington an assertion failure.
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington 617. [bug] When using dynamic update to add a new RR to an
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson existing RRset with a different TTL, the journal
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson entries generated from the update did not include
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson explicit deletions and re-additions of the existing
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson RRs to update their TTL to the new value.
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson 616. [func] dnssec-signzone -t output now includes performance
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington statistics.
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington 615. [bug] dnssec-signzone did not like child keysets signed
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer by multiple keys.
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer 614. [bug] Checks for uninitialized link fields were prone
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence to false positives, causing assertion failures.
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence The checks are now disabled by default and may
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence be re-enabled by defining ISC_LIST_CHECKINIT.
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington 613. [bug] "rndc reload zone" now reloads primary zones.
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington It previously only updated slave and stub zones,
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer if an SOA query indicated an out of date serial.
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson complains relentlessly about how its treatment
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence of 'const' has changed as well as how casting
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence sometimes tightens alignment constraints.
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington 611. [func] allow-notify can be used to permit processing of
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington notify messages from hosts other than a slave's
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington masters.
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington 610. [func] rndc dumpdb is now supported.
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington 609. [bug] getrrsetbyname() would crash lwresd if the server
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington found more SIGs than answers. [RT #554]
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington 608. [func] dnssec-signzone now adds a comment to the zone
833535ea78ec7a15376b862fd288ffd00f808666Brian Wellington with the time the file was signed.
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington 607. [bug] nsupdate would fail if it encountered a CNAME or
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington DNAME in a response to an SOA query. [RT #515]
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson 606. [bug] Compiling with --disable-threads failed due
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson to isc_thread_self() being incorrectly defined
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson as an integer rather than a function.
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington 605. [func] New function isc_lex_getlasttokentext().
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington 604. [bug] The named.conf parser could print incorrect line
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson numbers when long comments were present.
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson 603. [bug] Make dig handle multiple types or classes on the same
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington query more correctly.
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington 602. [func] Cope automatically with UnixWare's broken
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson IN6_IS_ADDR_* macros. [RT #539]
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson 601. [func] Return a non-zero exit code if an update fails
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson in nsupdate.
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson 600. [bug] Reverse lookups sometimes failed in dig, etc...
5a6335a8bffdcc15ab4b3bb01d070080f9bc892eMark Andrews
5a6335a8bffdcc15ab4b3bb01d070080f9bc892eMark Andrews 599. [func] Added four new functions to the libisc log API to
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson support i18n messages. isc_log_iwrite(),
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson isc_log_ivwrite(), isc_log_iwrite1() and
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson isc_log_ivwrite1() were added.
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson 598. [bug] An update-policy statement would cause the server
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson to assert while loading. [RT #536]
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson 597. [func] dnssec-signzone is now multithreaded.
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews not mutually exclusive.
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 595. [port] On Linux 2.2, socket() returns EINVAL when it
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson should return EAFNOSUPPORT. Work around this.
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson [RT #531]
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson 594. [func] sdb drivers are now assumed to not be thread-safe
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson 593. [bug] If a secure zone was missing all its NXTs and
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson a dynamic update was attempted, the server entered
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson an infinite loop.
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews 592. [bug] The sig-validity-interval option now specifies a
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews number of days, not seconds. This matches the
483958540f0034d543f0564beb7877326f15a45bMark Andrews documentation. [RT #529]
483958540f0034d543f0564beb7877326f15a45bMark Andrews
59e1a928bc4253b91ead0f7c46be7d3984cb3016Bob Halley --- 9.1.0b1 released ---
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson 591. [bug] Work around non-reentrancy in openssl by disabling
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson precomputation in keys.
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews 590. [doc] There are now man pages for the lwres library in
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews doc/man/lwres.
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews
f9870620b346ed267023dc98ee81adcfef2e16b7Andreas Gustafsson 589. [bug] The server could deadlock if a zone was updated
f9870620b346ed267023dc98ee81adcfef2e16b7Andreas Gustafsson while being transferred out.
dfd7798d8b870abf03795d8095297a4b982ab6e9Mark Andrews
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews 588. [bug] ctx->in_use was not being correctly initalised when
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews when pushing a file for $INCLUDE. [RT #523]
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews 587. [func] A warning is now printed if the "allow-update"
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews option allows updates based on the source IP
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews address, to alert users to the fact that this
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews is insecure and becoming increasingly so as
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson servers capable of update forwarding are being
42928d936e79dbda7ea00bbcab6e5d8034a95bf8Andreas Gustafsson deployed.
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington 586. [bug] multiple views with the same name were fatal. [RT #516]
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson now support 'exact' additions in a similar manner to
d7e77a9b59138e8a94d3dfa4e41e1852ad51ac25Andreas Gustafsson dns_db_subtractrdataset() and dns_rdataslab_subtract().
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson 584. [func] You can now say 'notify explicit'; to suppress
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson notification of the servers listed in NS records
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson and notify only those servers listed in the
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley 'also-notify' option.
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley 583. [func] "rndc querylog" will now toggle logging of
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley queries, like "ndc querylog" in BIND 8.
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley 582. [bug] dns_zone_idetach() failed to lock the zone.
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley [RT #199, #463]
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley 581. [bug] log severity was not being correctly processed.
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley [RT #485]
5bbed85a33186db4e629e98f45ca702ac6b09127Brian Wellington
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson 580. [func] Ignore trailing garbage on incoming DNS packets,
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson for interoperability with broken server
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson implementations. [RT #491]
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson 579. [bug] nsupdate did not take a filename to read update from.
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson [RT #492]
86a4d80e0624a10b1824d25018246e1ea63f55d2Andreas Gustafsson
86a4d80e0624a10b1824d25018246e1ea63f55d2Andreas Gustafsson 578. [func] New config option "notify-source", to specify the
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson source address for notify messages.
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington 577. [func] Log illegal RDATA combinations. e.g. multiple
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson singlton types, cname and other data.
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson 576. [doc] isc_log_create() description did not match reality.
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson 575. [bug] isc_log_create() was not setting internal state
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson correctly to reflect the default channels created.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 574. [bug] TSIG signed queries sent by the resolver would fail to
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence have their responses validated and would leak memory.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 573. [bug] The journal files of IXFRed slave zones were
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence inadvertantly discarded on server reload, causing
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence "journal out of sync with zone" errors on subsequent
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence reloads. [RT #482]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 572. [bug] Quoted strings were not accepted as key names in
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence address match lists.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 571. [bug] It was possible to create an rdataset of singleton
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence type which had more than one rdata. [RT #154]
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson [RT #279]
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington 570. [bug] rbtdb.c allowed zones containing nodes which had
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington both a CNAME and "other data". [RT #154]
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson 569. [func] The DNSSEC AD bit will not be set on queries which
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson have not requested a DNSSEC response.
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson 568. [func] Add sample simple database drivers in contrib/sdb.
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington 567. [bug] Setting the zone transfer timeout to zero caused an
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington assertion failure. [RT #302]
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson 566. [func] New public function dns_timer_setidle().
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson 565. [func] Log queries more like BIND 8: query logging is now
733e928f714c848aa394c2d12b6239bc7780101bMark Andrews done to category "queries", level "info". [RT #169]
733e928f714c848aa394c2d12b6239bc7780101bMark Andrews
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson 564. [func] Add sortlist support to lwresd.
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson 563. [func] New public functions dns_rdatatype_format() and
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington dns_rdataclass_format(), for convenient formatting
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington of rdata type/class mnemonics in log messages.
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson
066faef1195d539f575816ccab87ff3e85b1b13eBrian Wellington 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
dffdc24ffd76ef3d8c8141671e89fb39428fef06Brian Wellington clauses of the options{} statement are now implemented.
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews 560. [bug] dns_name_split did not properly the resulting prefix
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer when a maximal length bitstring label was split which
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer was preceded by another bitstring label. [RT #429]
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer 559. [bug] dns_name_split did not properly create the suffix
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer when splitting within a maximal length bitstring label.
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer 558. [func] New functions, isc_resource_getlimit and
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer isc_resource_setlimit.
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson 557. [func] Symbolic constants for libisc integral types.
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson 556. [func] The DNSSEC OK bit in the EDNS extended flags
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson is now implemented. Responses to queries without
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson this bit set will not contain any DNSSEC records.
4ec1a96d90784f70380bdec66f8a0bd6718a5b71Mark Andrews
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington 555. [bug] A slave server attempting a zone transfer could
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington crash with an assertion failure on certain
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews malformed responses from the master. [RT #457]
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington 554. [bug] In some cases, not all of the dnssec tools were
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington properly installed.
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews 553. [bug] Incoming zone transfers deferred due to quota
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews were not started when quota was increased but
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews only when a transfer in progress finished. [RT #456]
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews 552. [bug] We were not correctly detecting the end of all c-style
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews comments. [RT #455]
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews 551. [func] Implemented the 'sortlist' option.
6ef15459b8fd3fc8b5672da4ad72c19a755dbe45Mark Andrews
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence 550. [func] Support unknown rdata types and classes.
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence 549. [bug] "make" did not immediately abort the build when a
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence subdirectory make failed [RT #450].
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence 548. [func] The lexer now ungets tokens more correctly.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 546. [func] Option 'lame-ttl' is now implemented.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence 545. [func] Name limit and counting options removed from dig;
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence they didn't work properly, and cannot be correctly
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews implemented without significant changes.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 544. [func] Add statistics option, enable statistics-file option,
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews add RNDC option "dump-statistics" to write out a
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews query statistics file.
72fa265baa3d138b43427bcb5c0838740f807045Mark Andrews
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson 543. [doc] The 'port' option is now documented.
72fa265baa3d138b43427bcb5c0838740f807045Mark Andrews
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews 542. [func] Add support for update forwarding as required for
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews full compliance with RFC2136. It is turned off
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews by default and can be enabled using the
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews 'allow-update-forwarding' option.
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews 541. [func] Add bogus server support.
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington 540. [func] Add dialup support.
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 539. [func] Support the blackhole option.
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson 536. [func] Use transfer-source{-v6} when sending refresh queries.
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington Transfer-source{-v6} now take a optional port
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington parameter for setting the UDP source port. The port
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington parameter is ignored for TCP.
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson 535. [func] Use transfer-source{-v6} when forwarding update
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson requests.
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson 534. [func] Ancestors have been removed from RBT chains. Ancestor
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson information can be discerned via node parent pointers.
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington 533. [func] Incorporated name hashing into the RBT database to
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington improve search speed.
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington 532. [func] Implement DNS UPDATE pseudo records using
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews DNS_RDATA_UPDATE flag.
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews 531. [func] Rdata really should be initalized before being assigned
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson to (dns_rdata_fromwire(), dns_rdata_fromtext(),
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson dns_rdata_clone(), dns_rdata_fromregion()),
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson check that it is.
f90fe7c8b9a3eef8968fac74905e868c8ab583a3Brian Wellington
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence 530. [func] New function dns_rdata_invalidate().
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence 529. [bug] 521 contained a bug which caused zones to always
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence reload. [RT #410]
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence on their arguements. ISC_LIST_XXXXUNSAFE can be use
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley to skip the checks however use with caution.
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley
7b438bdb9b821f9f1c96443762072e137716048dBrian Wellington 527. [func] New function dns_rdata_clone().
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley of 0.
7b438bdb9b821f9f1c96443762072e137716048dBrian Wellington
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley and 'flags' for dns_rdataslab_subtract() allowing you
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley to request that the RR's must exist prior to deletion.
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley DNS_R_NOTEXACT is returned if the condition is not met.
7b438bdb9b821f9f1c96443762072e137716048dBrian Wellington
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 524. [func] The 'forward' and 'forwarders' statement in
86c270cbb24117976d6cd3098c3010e067915c24Andreas Gustafsson non-forward zones should work now.
86c270cbb24117976d6cd3098c3010e067915c24Andreas Gustafsson
10258f6b3d1ce54ffb22e6b9a31f8f001f7ee2d5Mark Andrews 523. [doc] The source to the Administrator Reference Manual is
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews now an XML file using the DocBook DTD, and is included
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews in the distribution. The plain text version of the
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews ARM is temporarily unavailable while we figure out
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer how to generate readable plain text from the XML.
8217f91f8d2dd6e94a2bf893284506ea47cd294aAndreas Gustafsson
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer 522. [func] The lightweight resolver daemon can now use
21a170a0cee1ec2df7be0ce334da309f9a892ea9Andreas Gustafsson a real configuration file, and its functionality
588b63e1a86fb707172830e14897da624ed380edMark Andrews can be provided by a name server. Also, the -p and -P
588b63e1a86fb707172830e14897da624ed380edMark Andrews options to lwresd have been reversed.
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington 521. [bug] Detect master files which contain $INCLUDE and always
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington reload. [RT #196]
452d75b18f9d050086964fa39c326cf388517396Mark Andrews
452d75b18f9d050086964fa39c326cf388517396Mark Andrews 520. [bug] Upgraded libtool to 1.3.5, which makes shared
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews library builds almost work on AIX (and possibly
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews others).
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington 519. [bug] dns_name_split() would improperly split some bitstring
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington labels, zeroing a few of the least signficant bits in
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington the prefix part. When such an improperly created
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews prefix was returned to the RBT database, the bogus
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews label was dutifully stored, corrupting the tree.
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews [RT #369]
6c87cf19970a9eef43c1e38227cd23b3a2f6151aMark Andrews
6c87cf19970a9eef43c1e38227cd23b3a2f6151aMark Andrews 518. [bug] The resolver did not realize that a DNAME which was
7869b99dc815e3b863351b8095d1b71b3f583541Brian Wellington "the answer" to the client's query was "the answer",
7869b99dc815e3b863351b8095d1b71b3f583541Brian Wellington and such queries would fail. [RT #399]
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews 517. [bug] The resolver's DNAME code would trigger an assertion
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews if there was more than one DNAME in the chain.
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews [RT #399]
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews 516. [bug] Cache lookups which had a NULL node pointer, e.g.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer those by dns_view_find(), and which would match a
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer DNAME, would trigger an INSIST(!search.need_cleanup)
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer assertion. [RT #399]
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 515. [bug] The ssu table was not being attached / detached
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer by dns_zone_[sg]etssutable. [RT#397]
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 514. [func] Retry refresh and notify queries if they timeout.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer [RT #388]
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 513. [func] New functionality added to rdnc and server to allow
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer individual zones to be refreshed or reloaded.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 512. [bug] The zone transfer code could throw an execption with
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson an invalid IXFR stream.
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson 511. [bug] The message code could throw an assertion on an
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson out of memory failure. [RT #392]
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson 510. [bug] Remove spurious view notify warning. [RT #376]
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 509. [func] Add support for write of zone files on shutdown.
e2b52099918681498136fc82df192d256cc3cdd3Brian Wellington
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 508. [func] dns_message_parse() can now do a best-effort
389ec663f262cc219e986d6600eec9707ef2cb24Brian Wellington attempt, which should allow dig to print more invalid
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews messages.
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews and dns_view_flushanddetach().
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews 506. [func] Do not fail to start on errors in zone files.
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews
fce9a9550e8e7a6dff4093d4815ec41fae2d7b55Mark Andrews 505. [bug] nsupdate was printing "unknown result code". [RT #373]
fce9a9550e8e7a6dff4093d4815ec41fae2d7b55Mark Andrews
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson 504. [bug] The zone was not being marked as dirty when updated via
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson IXFR.
93d5a6b95e88f57b7619d9728f06e3aa5e2f0c65Andreas Gustafsson
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson 503. [bug] dumptime was not being set along with
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson DNS_ZONEFLG_NEEDDUMP.
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson 502. [func] On a SERVFAIL reply, DiG will now try the next server
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson in the list, unless the +fail option is specified.
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews 501. [bug] Incorrect port numbers were being displayed by
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews nslookup. [RT #352]
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian Wellington
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian Wellington 500. [func] Nearly useless +details option removed from DiG.
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington 499. [func] In DiG, specifying a class with -c or type with -t
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer changes command-line parsing so that classes and
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer types are only recognized if following -c or -t.
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer This allows hosts with the same name as a class or
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer type to be looked up.
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer 498. [doc] There is now a man page for "dig"
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer in doc/man/bin/dig.1.
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson 497. [bug] The error messages printed when an IP match list
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson contained a network address with a nonzero host
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson part where not sufficiently detailed. [RT #365]
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson 496. [bug] named didn't sanity check numeric parameters. [RT #361]
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 495. [bug] nsupdate was unable to handle large records. [RT #368]
aa2c453d3c6e416b56b29247bedd9a0af2721e93Mark Andrews
e412ae947df6de858883564b8676a9650df70d9aMark Andrews 494. [func] Do not cache NXDOMAIN responses for SOA queries.
e412ae947df6de858883564b8676a9650df70d9aMark Andrews
e412ae947df6de858883564b8676a9650df70d9aMark Andrews 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson for SOA queries. This makes it easier to locate
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews the containing zone without polluting intermediate
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews caches.
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews 492. [bug] attempting to reload a zone caused the server fail
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson to shutdown cleanly. [RT #360]
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson 491. [bug] nsupdate would segfault when sending certain
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson prerequisites with empty RDATA. [RT #356]
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson 490. [func] When a slave/stub zone has not yet successfully
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson obtained an SOA containing the zone's configured
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson retry time, perform the SOA query retries using
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson exponential backoff. [RT #337]
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews 489. [func] The zone manager now has a "i/o" queue.
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson 488. [bug] Locks weren't properly destroyed in some cases.
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson 487. [port] flockfile() is not defined on all systems.
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson 486. [bug] nslookup: "set all" and "server" commands showed
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson the incorrect port number if a port other than 53
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson was specified. [RT #352]
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson 485. [func] When dig had more than one server to query, it would
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson send all of the messages at the same time. Add
dc2e45d08d73fdaefd92dbfa4d69b4d3f3b0f249Andreas Gustafsson rate limiting of the transmitted messages.
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson 484. [bug] When the server was reloaded after removing addresses
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson from the named.conf "listen-on" statement, sockets
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson were still listening on the removed addresses due
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson to reference count loops. [RT #325]
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson 483. [bug] nslookup: "set all" showed a "search" option but it
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson was not settable.
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington 482. [bug] nslookup: a plain "server" or "lserver" should be
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington treated as a lookup.
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews 481. [bug] nslookup:get_next_command() stack size could exceed
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews per thread limit.
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews 480. [bug] strtok() is not thread safe. [RT #349]
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews 479. [func] The test suite can now be run by typing "make check"
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews or "make test" at the top level.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews 478. [bug] "make install" failed if the directory specified with
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews --prefix did not already exist.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews 477. [bug] The the isc-config.sh script could be installed before
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence its directory was created. [RT #324]
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson 476. [bug] A zone could expire while a zone transfer was in
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence progress triggering a INSIST failure. [RT #329]
051beeafa6547440da17985665b31952b85ede56Brian Wellington
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson 475. [bug] query_getzonedb() sometimes returned a non-null version
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson on failure. This caused assertion failures when
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson generating query responses where names subject to
cd73a1c823bc9feea603803a96a9e5f5da8bf33dMichael Sawyer additional section processing pointed to a zone
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington to which access had been denied by means of the
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington allow-query option. [RT #336]
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson 474. [bug] The mnemonic of the CHAOS class is CH according to
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson RFC1035, but it was printed and read only as CHAOS.
b0796437d493ca2e083ab0ff02acf0dc0c8ad2a3David Lawrence We now accept both forms as input, and print it
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington as CH. [RT #305]
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson 473. [bug] nsupdate overran the end of the list of name servers
e42c402595802edceafbd3e5338dda011fbbcdb6Michael Sawyer when no servers could be reached, typically causing
cc7420cb3b8eb2c48a00384784701bfee37cc96fAndreas Gustafsson it to print the error message "dns_request_create:
8357e90fba97010a86356a41c8a961d5d602d7d0Michael Sawyer not implemented".
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson 472. [bug] Off-by-one error caused isc_time_add() to sometimes
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson produce invalid time values.
abb38b673379d6dae7cbb495f814d73a4afe5c8bAndreas Gustafsson
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer 471. [bug] nsupdate didn't compile on HP/UX 10.20
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews 470. [feature] $GENERATE is now supported. See also
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews doc/misc/migration.
d922e82162b4d0d2387a531ebc127abe9fe4cf2bAndreas Gustafsson
d922e82162b4d0d2387a531ebc127abe9fe4cf2bAndreas Gustafsson 469. [bug] "query-source address * port 53;" now works.
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews 468. [bug] dns_master_load*() failed to report file and line
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews number in certain error conditions.
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews
be1d71fd17c92b0acee36ba43ebe4daa498e8014Mark Andrews 467. [bug] dns_master_load*() failed to log an error if
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews pushfile() failed.
be1d71fd17c92b0acee36ba43ebe4daa498e8014Mark Andrews
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson 466. [bug] dns_master_load*() could return success when it failed.
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson omapi_value_storeint().
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews 463. [bug] nsupdate sent malformed SOA queries to the second
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews and subsequent name servers in resolv.conf if the
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews query sent to the first one failed.
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley 462. [bug] --disable-ipv6 should work now.
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley 461. [bug] Specifying an unknown key in the "keys" clause of the
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley "controls" statement caused a NULL pointer dereference.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson [RT #316]
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 460. [bug] Much of the DNSSEC code only worked with class IN.
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer 459. [bug] Nslookup processed the "set" command incorrectly.
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews 458. [bug] Nslookup didn't properly check class and type values.
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley [RT #305]
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley 457. [bug] Dig/host/hslookup didn't properly handle connect
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley timeouts in certain situations, causing an
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff unnecessary warning message to be printed.
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff 456. [bug] Stub zones were not resetting the refresh and expire
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff counters, loadtime or clearing the DNS_ZONE_REFRESH
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff (refresh in progress) flag upon successful update.
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson This disabled further refreshing of the stub zone,
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson causing it to eventually expire. [RT #300]
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson 455. [doc] Document IPv4 prefix notation does not require a
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson dotted decimal quad but may be just dotted decimal.
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson 454. [bug] Enforce dotted decimal and dotted decimal quad where
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson documented as such in named.conf. [RT #304, RT #311]
ba43c53451d5c38765f376eeede457178b36951aBob Halley
ba43c53451d5c38765f376eeede457178b36951aBob Halley 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
ba43c53451d5c38765f376eeede457178b36951aBob Halley is specified in named.conf. [RT #306]
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews 452. [bug] Warn if the unimplemented option "statistics-file"
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews is specified in named.conf. [RT #301]
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews 451. [func] Update forwarding implememted.
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews
668278867ba063995988507b6b28724ebb9f9391Mark Andrews 450. [func] New function ns_client_sendraw().
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson 449. [bug] isc_bitstring_copy() only works correctly if the
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson two bitstrings have the same lsb0 value, but this
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson requirement was not documented, nor was there a
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson REQUIRE for it.
2053a53eeac7f069311d8ed67333503c7d3a2e2bAndreas Gustafsson
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson 448. [bug] Host output formatting change, to match v8. [RT #255]
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson 447. [bug] Dig didn't properly retry in TCP mode after
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson a truncated reply. [RT #277]
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson 446. [bug] Confusing notify log message. [RT #298]
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson bitstring triggered a REQUIRE statement. The REQUIRE
7ec4367f3d578170a9495ff3c851b248c1656f08Andreas Gustafsson statement was incorrect. [RT #297]
7ec4367f3d578170a9495ff3c851b248c1656f08Andreas Gustafsson
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson 444. [func] "recursion denied" messages are always logged at
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson debug level 1, now, rather than sometimes at ERROR.
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson This silences these warnings in the usual case, where
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson some clients set the RD bit in all queries.
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson 443. [bug] When loading a master file failed because of an
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson unrecognized RR type name, the error message
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson did not include the file name and line number.
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff [RT #285]
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff 442. [bug] TSIG signed messages that did not match any view
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff crashed the server. [RT #290]
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff 441. [bug] Nodes obscured by a DNAME were inaccessible even
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff when DNS_DBFIND_GLUEOK was set.
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington 440. [func] New function dns_zone_forwardupdate().
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington 439. [func] New function dns_request_createraw().
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 438. [func] New function dns_message_getrawmessage().
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley 437. [func] Log NOTIFY activity to the notify channel.
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington which sometimes happens on Linux, named would enter
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington a busy loop. Also, unexpected socket errors were
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington not logged at a high enough logging level to be
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington useful in diagnosing this situation. [RT #275]
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson 435. [bug] dns_zone_dump() overwrote existing zone files
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson rather than writing to a temporary file and
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley renaming. This could lead to empty or partial
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley zone files being left around in certain error
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley conditions involving the initial transfer of a
7f52817a92d74be0d970c33b204f8f13309eece5Andreas Gustafsson slave zone, interfering with subsequent server
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff startup. [RT #282]
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff 434. [func] New function isc_file_isabsolute().
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington 433. [func] isc_base64_decodestring() now accepts newlines
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson within the base64 data. This makes it possible
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson to break up the key data in a "trusted-keys"
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson statement into multiple lines. [RT #284]
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff 432. [func] Added refresh/retry jitter. The actual refresh/
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff retry time is now a random value between 75% and
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 100% of the configured value.
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff 431. [func] Log at ISC_LOG_INFO when a zone is successfully
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff loaded.
c4ec2c3190175705df255aa3d5e842a96137a5a1Andreas Gustafsson
c4ec2c3190175705df255aa3d5e842a96137a5a1Andreas Gustafsson 430. [bug] Rewrote the lightweight resolver client management
8529c3cdc6abdf3514cb0127313a976bbc3b3936Andreas Gustafsson code to handle shutdown correctly and general
8529c3cdc6abdf3514cb0127313a976bbc3b3936Andreas Gustafsson cleanup.
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson 429. [bug] The space reserved for a TSIG record in a response
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson was 2 bytes too short, leading to message
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson generation failures.
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington (e.g. glue). This could cause SERVFAILs when
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington generating negative responses in a secure zone.
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson 427. [bug] Avoid going into an infinite loop when the validator
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson gets a negative response to a key query where the
0d00f4bb92090ff64d49ae803a2e75b3f299f547Andreas Gustafsson records are signed by the missing key.
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington 426. [bug] Attempting to generate an oversized RSA key could
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington cause dnssec-keygen to dump core.
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson 425. [bug] Warn about the auth-nxdomain default value change
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson if there is no auth-nxdomain statement in the
d9ec31a329a14588127b0a15618dec53ca41c73eAndreas Gustafsson config file. [RT #287]
d9ec31a329a14588127b0a15618dec53ca41c73eAndreas Gustafsson
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson 424. [bug] notify_createmessage() could trigger an assertion
e5d0f6d61e2349e1512c40922305b28c69cb4d3fBrian Wellington failure when creating the notify message failed,
e5d0f6d61e2349e1512c40922305b28c69cb4d3fBrian Wellington e.g. due to corrupt zones with multiple SOA records.
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington [RT #279]
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson 423. [bug] When responding to a recusive query, errors that occur
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson after following a CNAME should cause the query to fail.
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson [RT #274]
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson 422. [func] get rid of isc_random_t, and make isc_random_get()
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson and isc_random_jitter() use rand() internally
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson instead of local state. Note that isc_random_*()
cdc2d4a065b6b1a00f0b07aae94bc7cb380d15bcAndreas Gustafsson functions are only for weak, non-critical "randomness"
ec4060d3104e8bec28406232eb7338c81bb1b1c1Mark Andrews such as timing jitter and such.
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson 421. [bug] nslookup would exit when given a blank line as input.
2c7097eac0aed3b0b3387082cb783db64f2d7765Andreas Gustafsson
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson 420. [bug] nslookup failed to implement the "exit" command.
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson 419. [bug] The certificate type PKIX was misspelled as SKIX.
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson 418. [bug] At debug levels >= 10, getting an unexpected
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington socket receive error would crash the server
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington while trying to log the error message.
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington 417. [func] Add isc_app_block() and isc_app_unblock(), which
17a28c1f02c5093b207a3b64201aa9e71df78ebaAndreas Gustafsson allow an application to handle signals while
17a28c1f02c5093b207a3b64201aa9e71df78ebaAndreas Gustafsson blocking.
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson 416. [bug] Slave zones with no master file tried to use a
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson NULL pointer for a journal file name when they
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson received an IXFR. [RT #273]
87075c90f668f4c2f7a709a6bd32bb8e013ae73dBrian Wellington
87075c90f668f4c2f7a709a6bd32bb8e013ae73dBrian Wellington 415. [bug] The logging code leaked file descriptors.
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington 414. [bug] Server did not shut down until all incoming zone
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington transfers were finished.
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson 413. [bug] Notify could attempt to use the zone database after
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson it had been unloaded. [RT#267]
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson 412. [bug] named -v didn't print the version.
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson 411. [bug] A typo in the HS A code caused an assertion failure.
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson to a random value on success.
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson
e1368a7770744cbeadcdc27967f855196988eceaAndreas Gustafsson 409. [bug] If named was shut down early in the startup
e1368a7770744cbeadcdc27967f855196988eceaAndreas Gustafsson process, ns_omapi_shutdown() would attempt to lock
c05eb51a1b9ebd156b9fec957d60c2579c968468Mark Andrews an unintialized mutex. [RT #262]
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson 408. [bug] stub zones could leak memory and reference counts if
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson all the masters were unreachable.
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson 407. [bug] isc_rwlock_lock() would needlessly block
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson readers when it reached the read quota even
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews if no writers were waiting.
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews 406. [bug] Log messages were occasionally lost or corrupted
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews due to a race condition in isc_log_doit().
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews 405. [func] Add support for selective forwarding (forward zones)
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews 404. [bug] The request library didn't completely work with IPv6.
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews 403. [bug] "host" did not use the search list.
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews 402. [bug] Treat undefined acls as errors, rather than
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews warning and then later throwing an assertion.
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews [RT #252]
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson 401. [func] Added simple database API.
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson 400. [bug] SIG(0) signing and verifying was done incorrectly.
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson [RT #249]
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson 399. [bug] When reloading the server with a config file
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson containing a syntax error, it could catch an
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson assertion failure trying to perform zone
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson maintenance on, or sending notifies from,
e3402551ac9be809eeb3a4b7b30d023ba67dad28Brian Wellington tentatively created zones whose views were
6d3f954c572db02159deedd444373161fda47a88Brian Wellington never fully configured and lacked an address
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington database and request manager.
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington 398. [bug] "dig" sometimes caught an assertion failure when
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson using TSIG, depending on the key length.
3f31c8c2954f857e375db8e943a35f6aa5e230b4Andreas Gustafsson
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson 397. [func] Added utility functions dns_view_gettsig() and
ff59f0e4feaefb45a49427bd91775058b4b4f2d0Andreas Gustafsson dns_view_getpeertsig().
ff59f0e4feaefb45a49427bd91775058b4b4f2d0Andreas Gustafsson
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson 396. [doc] There is now a man page for "nsupdate"
8af0b86ade4c15a7db207bd7643f8a9f6cb5a648David Lawrence in doc/man/bin/nsupdate.8.
8af0b86ade4c15a7db207bd7643f8a9f6cb5a648David Lawrence
886b96ebfd555cfeaf37ae46fc08421a41c61392Andreas Gustafsson 395. [bug] nslookup printed incorrect RR type mnemonics
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington for RRs of type >= 21 [RT #237].
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington 394. [bug] Current name was not propagated via $INCLUDE.
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson 393. [func] Initial answer while loading (awl) support.
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson Entry points: dns_master_loadfileinc(),
da76a8046e01e1c1c2e6f75772afb2c4f202cc25Brian Wellington dns_master_loadstreaminc(), dns_master_loadbufferinc().
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington Note: calls to dns_master_load*inc() should be rate
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington be rate limited so as to not use up all file
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington descriptors.
0cff88818a96197995c3533f6cbfb1a0efc06db0Brian Wellington
0cff88818a96197995c3533f6cbfb1a0efc06db0Brian Wellington 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson not support the given address family requested.
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence
e06aebbe7b5b3128f99b16d6756a074b4de28d37Mark Andrews 390. [func] The function dns_zone_setdbtype() now takes
b41de87910a4c57039a4f5968e272a9aec566959Brian Wellington an argc/argv style vector of words and sets
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson both the zone database type and its arguments,
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson making the functions dns_zone_adddbarg()
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson and dns_zone_cleardbargs() unnecessary.
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington 389. [bug] Attempting to send a reqeust over IPv6 using
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington dns_request_create() on a system without IPv6
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson support caused an assertion failure [RT #235].
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson 388. [func] dig and host can now do reverse ipv6 lookups.
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson 387. [func] Add dns_byaddr_createptrname(), which converts
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson an address into the name used by a PTR query.
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson 386. [bug] Missing strdup() of ACL name caused random
d403e27f2b1c94f2b9349ddb68f50a141ae8d26dAndreas Gustafsson ACL matching failures [RT #228].
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson and dns_zt_print().
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson of 2147483647.
e0a9b524614889ca9b75f846cb6101fc448a60dcAndreas Gustafsson
512661edd7d51c8c179cce89a855df6cec2fcdcdMark Andrews 383. [func] When writing a master file, print the SOA and NS
512661edd7d51c8c179cce89a855df6cec2fcdcdMark Andrews records (and their SIGs) before other records.
385a9cb48a70b329e507c39d043fa9a44c659913James Brister
385a9cb48a70b329e507c39d043fa9a44c659913James Brister 382. [bug] named -u failed on many Linux systems where the
385a9cb48a70b329e507c39d043fa9a44c659913James Brister libc provided kernel headers do not match
385a9cb48a70b329e507c39d043fa9a44c659913James Brister the current kernel.
3cb0de1c667237085c6a805715c31ddc5fdc9c4dBrian Wellington
385a9cb48a70b329e507c39d043fa9a44c659913James Brister 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington IPV6_PKTINFO if found. [RT #229]
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington 380. [bug] nsupdate didn't work with IPv6.
e5f5ec73a710d21067d4721a9e82f2399f2f6c25David Lawrence
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer 379. [func] New library function isc_sockaddr_anyofpf().
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer
e5f5ec73a710d21067d4721a9e82f2399f2f6c25David Lawrence 378. [func] named and lwresd will log the command line arguments
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer they were started with in the "starting ..." message.
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington 377. [bug] When additional data lookups were refused due to
47ddde42728034854444cf17e278cebaea06f666Michael Graff "allow-query", the databases were still being
47ddde42728034854444cf17e278cebaea06f666Michael Graff attached causing reference leaks.
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence 376. [bug] The server should always use good entropy when
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence performing cryptographic functions needing entropy.
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence 375. [bug] Per-zone "allow-query" did not properly override the
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence view/global one for CNAME targets and additional
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence data [RT #220].
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence 374. [bug] SOA in authoritative negative responses had wrong TTL.
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence 373. [func] nslookup is now installed by "make install".
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence 372. [bug] Deal with Microsoft DNS servers appending two bytes of
36e0c379080343a0272dc076b7d7795ded04ee1dBrian Wellington garbage to zone transfer requests.
36e0c379080343a0272dc076b7d7795ded04ee1dBrian Wellington
529a6b5224d751504027293a766a4c8b81241869Brian Wellington 371. [bug] At high debug levels, doing an outgoing zone transfer
529a6b5224d751504027293a766a4c8b81241869Brian Wellington of a very large RRset could cause an assertion failure
529a6b5224d751504027293a766a4c8b81241869Brian Wellington during logging.
186ba80b8e391cf8421872f26771324644e45d83Andreas Gustafsson
186ba80b8e391cf8421872f26771324644e45d83Andreas Gustafsson 370. [bug] The error messages for rollforward failures were
862a026a7d752fbc8b376df6f7a9080d7c778b49Brian Wellington overly terse.
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington 369. [func] Support new named.conf options, view and zone
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington statements:
febf5f8b55abb2e6e840488a29a5ef4e20654f67David Lawrence
febf5f8b55abb2e6e840488a29a5ef4e20654f67David Lawrence max-retry-time, min-retry-time,
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson max-refresh-time, min-refresh-time.
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson 368. [func] Restructure the internal ".bind" view so that more
05f6d0c0381d19eec721e11f6fd88caef25dacd8Andreas Gustafsson zones can be added to it.
c9b176a5281c8232eec0f2056ce10ea249afc4a3Mark Andrews
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington 367. [bug] Allow proper selection of server on nslookup command
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson line.
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson 366. [func] Allow use of '-' batch file in dig for stdin.
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington 365. [bug] nsupdate -k leaked memory.
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson 364. [func] Added additional-from-{cache,auth}
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson 362. [bug] rndc no longer aborts if the configuration file is
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson missing an options statement. [RT #209]
ffea7c2e73a0771c80b32df93cf4547fcea64eaeAndreas Gustafsson
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington 361. [func] When the RBT find or chain functions set the name and
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington origin for a node that stores the root label
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson the name is now set to an empty name, instead of ".",
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson to simplify later use of the name and origin by
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson dns_name_concatenate(), dns_name_totext() or
d4ab9cd94f0fe0cf24ba36d21240215ae648c8d5James Brister dns_name_format().
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson
080a4fe83c3ad208073bffbce1a2af8fe444214fMichael Sawyer 360. [func] dns_name_totext() and dns_name_format() now allow
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer an empty name to be passed, which is formatted as "@".
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer 359. [bug] dnssec-signzone occasionally signed glue records.
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer 358. [cleanup] Rename the intermediate files used by the dnssec
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer programs.
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer 357. [bug] The zone file parser crashed if the argument
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer to $INCLUDE was a quoted string.
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson 356. [cleanup] isc_task_send no longer requires event->sender to
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence be non-null.
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson 354. [doc] Man pages for the dnssec tools are now included in
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson the distribution, in doc/man/dnssec.
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson 353. [bug] double increment in lwres/gethost.c:copytobuf().
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson (RT# 187)
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson 352. [bug] Race condition in dns_client_t startup could cause
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson an assertion failure.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence signed query could crash the server.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence 350. [bug] Also-notify lists specified in the global options
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence block were not correctly reference counted, causing
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence a memory leak.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson 349. [bug] Processing a query with the CD bit set now works
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson as expected.
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson 348. [func] New boolean named.conf options 'additional-from-auth'
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson and 'additional-from-cache' now supported in view and
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson global options statement.
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson
663841abe0bb1cc8040e552597ef721c35b799e5Brian Wellington 347. [bug] Don't crash if an argument is left off options in dig.
663841abe0bb1cc8040e552597ef721c35b799e5Brian Wellington
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson 346. [func] Add support for .digrc config file, in the
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson user's current directory
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson 345. [bug] Large-scale changes/cleanups to dig:
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson * Significantly improve structure handling
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson * Don't pre-load entire batch files
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson * Add name/rr counting/limiting
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington * Fix SIGINT handling
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington * Shorten timeouts to match v8's behavior
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington
9c4cba349f52bb8176c3858b2b5b340f13603802Brian Wellington 344. [bug] When shutting down, lwresd sometimes tried
9c4cba349f52bb8176c3858b2b5b340f13603802Brian Wellington to shut down its client tasks twice,
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson triggering an assertion.
0e65062acb2b0d14ab64e0c7ae7eb4137758339bAndreas Gustafsson
0e65062acb2b0d14ab64e0c7ae7eb4137758339bAndreas Gustafsson 343. [bug] Although zone maintenance SOA queries and
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson notify requests were signed with TSIG keys
da527e4ff6a013364826637963e7ac372e024f33David Lawrence when configured for the server in case,
da527e4ff6a013364826637963e7ac372e024f33David Lawrence the TSIG was not verified on the response.
8d51d9e67e1e5dcf10203c4147ece519c7daa57dMark Andrews
8d51d9e67e1e5dcf10203c4147ece519c7daa57dMark Andrews 342. [bug] The wrong name was being passed to
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson dns_name_dup() when generating a TSIG
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson key using TKEY.
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson
30576c592b538cab293cf6e1f6265d376cd5a12cAndreas Gustafsson 341. [func] Support 'key' clause in named.conf zone masters
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence statement to allow authentication via TSIG keys:
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence masters {
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence 10.0.0.1 port 5353 key "foo";
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence 10.0.0.2 ;
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence };
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister 340. [bug] The top-level COPYRIGHT file was missing from
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister the distribution.
adade77942b069127a7094df419b3ad39dafb385James Brister
adade77942b069127a7094df419b3ad39dafb385James Brister 339. [bug] DNSSEC validation of the response to an ANY
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence query at a name with a CNAME RR in a secure
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence zone triggered an assertion failure.
adade77942b069127a7094df419b3ad39dafb385James Brister
5c0a406664065d54824675e3d2f795ea9e2a56b8Mark Andrews 338. [bug] lwresd logged to syslog as named, not lwresd.
5c0a406664065d54824675e3d2f795ea9e2a56b8Mark Andrews
ce8d0fffea20fe03fd0f075263f529ad55f82aacAndreas Gustafsson 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson on the command line.
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson 336. [bug] "dig -f" used 64 k of memory for each line in
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson the file. It now uses much less, though still
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence proportionally to the file size.
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson 335. [bug] named would occasionally attempt recursion when
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson it was disallowed or undesired.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson 334. [func] Added hmac-md5 to libisc.
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson 333. [bug] The resolver incorrectly accepted referrals to
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson domains that were not parents of the query name,
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence causing assertion failures.
ce8d0fffea20fe03fd0f075263f529ad55f82aacAndreas Gustafsson
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson 332. [func] New function dns_name_reset().
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson 331. [bug] Only log "recursion denied" if RD is set. (RT #178)
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson 330. [bug] Many debugging messages were partially formatted
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson even when debugging was turned off, causing a
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson significant decrease in query performance.
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson
5096958739769958dd7a6b69356bf41260033873David Lawrence 329. [func] omapi_auth_register() now takes a size_t argument for
5096958739769958dd7a6b69356bf41260033873David Lawrence the length of a key's secret data. Previously
5096958739769958dd7a6b69356bf41260033873David Lawrence OMAPI only stored secrets up to the first NUL byte.
5096958739769958dd7a6b69356bf41260033873David Lawrence
5096958739769958dd7a6b69356bf41260033873David Lawrence 328. [func] Added isc_base64_decodestring().
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence 327. [bug] rndc.conf parser wasn't correctly recognising an IP
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence address where a host specification was required.
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence 326. [func] 'keys' in an 'inet' control statement is now
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence required and must have at least one item in it.
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence A "not supported" warning is now issued if a 'unix'
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence control channel is defined.
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence 325. [bug] isc_lex_gettoken was processing octal strings when
280942843277ca894571ca94c1e431ba079d0ca0Mark Andrews ISC_LEXOPT_CNUMBER was not set.
280942843277ca894571ca94c1e431ba079d0ca0Mark Andrews
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews 324. [func] In the resolver, turn EDNS0 off if there is no
0f6ef702b3e231001d0e320059eb1051dcf7afa2Mark Andrews response after a number of retransmissions.
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews This is to allow queries some chance of succeeding
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence even if all the authoritative servers of a zone
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence silently discard EDNS0 requests instead of
475c936d4cd0fb83700eb3e022aaecc5626b9b4fJames Brister sending an error response like they ought to.
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington Because of this, servers authoritative for a parent
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington and grandchild zone but not authoritative for the
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington intervening child zone did not correctly issue
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington referrals to the servers of the child zone.
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington 322. [bug] Queries for KEY RRs are now sent to the parent
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington server before the authoritative one, making
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington DNSSEC insecurity proofs work in many cases
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington where they previously didn't.
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister 321. [bug] When synthesizing a CNAME RR for a DNAME
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister response, query_addcname() failed to intitialize
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister the type and class of the CNAME dns_rdata_t,
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister causing random failures.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister 320. [func] Multiple rndc changes: parses an rndc.conf file,
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister uses authentication to talk to named, command
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister line syntax changed. This will all be described
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister in the ARM.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister 319. [func] The named.conf "controls" statement is now used
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister to configure the OMAPI command channel.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 318. [func] dns_c_ndcctx_destroy() could never return anything
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson except ISC_R_SUCCESS; made it have void return instead.
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson 317. [func] Use callbacks from libomapi to determine if a
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson new connection is valid, and if a key requested
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson to be used with that connection is valid.
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson
8c1aa8573dd85774ac8921dc0482b91d73e8b8b6Mark Andrews 316. [bug] Generate a warning if we detect an unexpected <eof>
8c1aa8573dd85774ac8921dc0482b91d73e8b8b6Mark Andrews but treat as <eol><eof>.
8c1aa8573dd85774ac8921dc0482b91d73e8b8b6Mark Andrews
96ab25294b028270eb1be867613df8a6c999b332David Lawrence 315. [bug] Handle non-empty blanks lines. (RT #163)
96ab25294b028270eb1be867613df8a6c999b332David Lawrence
96ab25294b028270eb1be867613df8a6c999b332David Lawrence 314. [func] The named.conf controls statement can now have
96ab25294b028270eb1be867613df8a6c999b332David Lawrence more than one key specified for the inet clause.
96ab25294b028270eb1be867613df8a6c999b332David Lawrence
96ab25294b028270eb1be867613df8a6c999b332David Lawrence 313. [bug] When parsing resolv.conf, don't terminate on an
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson error. Instead, parse as much as possible, but
e68de4a7dbf5b6a1b2ff3f4f4dd8adf80b80525bBrian Wellington still return an error if one was found.
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson
96ab25294b028270eb1be867613df8a6c999b332David Lawrence 312. [bug] Increase the number of allowed elements in the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence resolv.conf search path from 6 to 8. If there
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson are more than this, ignore the remainder rather
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson than returning a failure in lwres_conf_parse.
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson 311. [bug] lwres_conf_parse failed when the first line of
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson resolv.conf was empty or a comment.
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington 310. [func] Changes to named.conf "controls" statement (inet
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington subtype only)
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington - support "keys" clause
96ab25294b028270eb1be867613df8a6c999b332David Lawrence
845e0b5f968d4ac069ac8b802730467df8cd7136Mark Andrews controls {
845e0b5f968d4ac069ac8b802730467df8cd7136Mark Andrews inet * port 1024
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence allow { any; } keys { "foo"; }
c4252cd10ba9a35ef03c53b97961a4c0b15fe44fAndreas Gustafsson }
c4252cd10ba9a35ef03c53b97961a4c0b15fe44fAndreas Gustafsson
b6747cf19dea764e5acaa164f23b70d54348d64cMark Andrews - allow "port xxx" to be left out of statement,
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson in which case it defaults to omapi's default port
1318ddb52d8a8a22eae47f7d82137e74b9beacf1Mark Andrews of 953.
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence 309. [bug] When sending a referral, the server did not look
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence for name server addresses as glue in the zone
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence holding the NS RRset in the case where this zone
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence was not the same as the one where it looked for
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence name server addresses as authoritative data.
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence 308. [bug] Treat a SOA record not at top of zone as an error
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence when loading a zone. (RT #154)
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence 307. [bug] When canceling a query, the resolver didn't check for
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson isc_socket_sendto() calls that did not yet have their
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson completion events posted, so it could (rarely) end up
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson destroying the query context and then want to use
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson it again when the send event posted, triggering an
e405739af20dcdc6c7f604548e78806a0d1515c5Brian Wellington assertion as it tried to cancel an already-canceled
e405739af20dcdc6c7f604548e78806a0d1515c5Brian Wellington query. (RT #77)
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson 306. [bug] Reading HMAC-MD5 private key files didn't work.
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson 305. [bug] When reloading the server with a config file
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson containing a syntax error, it could catch an
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson assertion failure trying to perform zone
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson maintenance on tentatively created zones whose
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson views were never fully configured and lacked
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson an address database.
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson are listed in resolv.conf, silently ignore them
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson instead of returning failure.
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews 303. [bug] Add additional sanity checks to differentiate a AXFR
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews response vs a IXFR response. (RT #157)
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews 302. [bug] In dig, host, and nslookup, MXNAME should be large
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews enough to hold any legal domain name in presentation
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence format + terminating NULL.
323b6387ce2575627427859b8668e7f27f090c4cMark Andrews
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson 301. [bug] Uninitalised pointer in host:printmessage(). (RT #159)
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson on platforms lacking IPv6 because each included their
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson own ipv6 header file for the missing definitions. Now
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson each library's ipv6.h defines the wrapper symbol of
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson the other (ISC_IPV6_H and LWRES_IPV6_H).
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson 299. [cleanup] Get the user and group information before changing the
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson root directory, so the administrator does not need to
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson keep a copy of the user and group databases in the
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson chroot'ed environment. Suggested by Hakan Olsson.
84c4c99c9e2cf14fb9ef6f6815a9fdb824475423Michael Sawyer
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 298. [bug] A mutex deadlock occurred during shutdown of the
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence interface manager under certain conditions.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence Digital Unix systems were the most affected.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 297. [bug] Specifying a key name that wasn't fully qualified
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence in certain parts of the config file could cause
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence an assertion failure.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 296. [bug] "make install" from a separate build directory
0df2335526caaebd8639129fd0327a6cc97060eaDavid Lawrence failed unless configure had been run in the source
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence directory, too.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 295. [bug] When invoked with type==CNAME and a message
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson not constructed by dns_message_parse(),
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson dns_message_findname() failed to find anything
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson due to checking for attribute bits that are set
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson only in dns_message_parse(). This caused an
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence infinite loop when constructing the response to
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence an ANY query at a CNAME in a secure zone.
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence 294. [bug] If we run out of space in while processing glue
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson when reading a master file and commit "current name"
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson reverts to "name_current" instead of staying as
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson "name_glue".
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson 293. [port] Add support for FreeBSD 4.0 system tests.
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 292. [bug] Due to problems with the way some operating systems
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence handle simultaneous listening on IPv4 and IPv6
8775909be9fc67180fc480115716f88174e74471James Brister addresses, the server no longer listens on IPv6
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence addresses by default. To revert to the previous
406ce0cd9633188a79c008e8f7c8092fa54bc98cJames Brister behavior, specify "listen-on-v6 { any; };" in
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the config file.
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington 291. [func] Caching servers no longer send outgoing queries
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington over TCP just because the incoming recursive query
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence was a TCP one.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 290. [cleanup] +twiddle option to dig (for testing only) removed.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
17d91fddb33cc6e0bf2dfacf7156bb1ebba197d8David Lawrence 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence host is now installed in $bindir. (Be sure to remove
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence any $sbindir/dig from a previous release.)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 288. [func] rndc is now installed by "make install" into $sbindir.
a38e5f0695a8ddf0b3cbb70b5a172a5c6dce994bDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 287. [bug] rndc now works again as "rndc 127.1 reload" (for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence only that task). Parsing its configuration file and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence using digital signatures for authentication has been
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence disabled until named supports the "controls" statement,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence post-9.0.0.
c244584cad2a71276e60919bf2c80c7d79dc073bDavid Lawrence
abeb505bb6c1400dde1a40d0bff7b3a435666e1cMark Andrews 286. [bug] On Solaris 2, when named inherited a signal state
abeb505bb6c1400dde1a40d0bff7b3a435666e1cMark Andrews where SIGHUP had the SIG_IGN action, SIGHUP would
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence be ignored rather than causing the server to reload
727eef0cbc8bf889ddb3b58eb89e9ea2c3b4b047Andreas Gustafsson its configuration.
57b3597444bc8716459f0fb3022b2c12f4eee2aeAndreas Gustafsson
727eef0cbc8bf889ddb3b58eb89e9ea2c3b4b047Andreas Gustafsson 285. [bug] A change made to the dst API for beta4 inadvertently
727eef0cbc8bf889ddb3b58eb89e9ea2c3b4b047Andreas Gustafsson broke OMAPI's creation of a dst key from an incoming
99524919752c9b9abe1814007732b86592011cc1Brian Wellington message, causing an assertion to be triggered. Fixed.
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson 284. [func] The DNSSEC key generation and signing tools now
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson generate randomness from keyboard input on systems
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson that lack /dev/random.
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson 283. [cleanup] The 'lwresd' program is now a link to 'named'.
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson too big for an unsigned long.
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson 281. [bug] Fixed list of recognized config file category names.
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington 280. [func] Add isc-config.sh, which can be used to more
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington easily build applications that link with
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews our libraries.
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson 279. [bug] Private omapi function symbols shared between
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson two or more files in libomapi.a were not namespace
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson protected using the ISC convention of starting with
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson the library name and two underscores ("omapi__"...)
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson note of when isc_log_categorybyname() wasn't able
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson to find the category name and would then apply the
34ea3c6fd940a8514b5ec609491f823263a735c7Michael Sawyer channel list of the unknown category to all categories.
34ea3c6fd940a8514b5ec609491f823263a735c7Michael Sawyer
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews would fail to find the first member of any category
8ae26e9f87560f9d2e495328d573c25af81c49beMark Andrews or module array apart from the internal defaults.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews Thus, for example, the "notify" category was improperly
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews configured by named.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews 276. [bug] dig now supports maximum sized TCP messages.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews 275. [bug] The definition of lwres_gai_strerror() was missing
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews the lwres_ prefix.
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister server.
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister 273. [func] The default for the 'transfer-format' option is
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister now 'many-answers'. This will break zone transfers
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister to BIND 4.9.5 and older unless there is an explicit
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson 'one-answer' configuration.
5dc6a24e8b6808f03e7a9bc6530d646ebba927dbMark Andrews
5dc6a24e8b6808f03e7a9bc6530d646ebba927dbMark Andrews 272. [bug] The sending of large TCP responses was canceled
242dfd9cc6901a5e02dae94acdecdb91e78ea07cMark Andrews in mid-transmission due to a race condition
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington caused by the failure to set the client object's
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington "newstate" variable correctly when transitioning
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington to the "working" state.
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister 271. [func] Attempt to probe the number of cpus in named
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister if unspecified rather than defaulting to 1.
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister 270. [func] Allow maximum sized TCP answers.
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister 269. [bug] Failed DNSSEC validations could cause an assertion
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson failure by causing clone_results() to be called with
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson with hevent->node == NULL.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson 268. [doc] A plain text version of the Administrator
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson Reference Manual is now included in the distribution,
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson as doc/arm/Bv9ARM.txt.
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson 267. [func] Nsupdate is now provided in the distribution.
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson 266. [bug] zone.c:save_nsrrset() node was not initalized.
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 265. [bug] dns_request_create() now works for TCP.
0bfcec250f9705a1211d0374f0fc1049960de84bMark Andrews
0bfcec250f9705a1211d0374f0fc1049960de84bMark Andrews 264. [func] Dispatch can not take TCP sockets in connecting
b5f24a6988e04710bee0281b03b7e168358ac868Andreas Gustafsson state. Set DNS_DISPATCHATTR_CONNECTED when calling
b5f24a6988e04710bee0281b03b7e168358ac868Andreas Gustafsson dns_dispatch_createtcp() for connected TCP sockets
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister or call dns_dispatch_starttcp() when the socket is
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister connected.
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister 263. [func] New logging channel type 'stderr'
0df2335526caaebd8639129fd0327a6cc97060eaDavid Lawrence
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister channel some-name {
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister stderr;
c24265935e70d17279153b3cde43e3f6c3527577Andreas Gustafsson severity error;
c24265935e70d17279153b3cde43e3f6c3527577Andreas Gustafsson }
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister 262. [bug] 'master' was not initalized in zone.c:stub_callback().
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister 261. [func] Add dns_zone_markdirty().
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister 260. [bug] Running named as a non-root user failed on Linux
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister kernels new enough to support retaining capabilities
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister after setuid().
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister
47c196192afa37b2dea728e52579779f190bf07fJames Brister 259. [func] New random-device and random-seed-file statements
47c196192afa37b2dea728e52579779f190bf07fJames Brister for global options block of named.conf. Both accept
29196ffb72a1337c72ffd6d52f1c8348f84c644eJames Brister a single string argument.
47c196192afa37b2dea728e52579779f190bf07fJames Brister
adf82221858138f295bce732e86dcac34645692eJames Brister 258. [bug] Fixed printing of lwres_addr_t.address field.
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson 257. [bug] The server detached the last zone manager reference
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington too early, while it could still be in use by queries.
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson This manifested itself as assertion failures during the
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson shutdown process for busy name servers (RT #133).
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington isc_ratelimiter_shutdown guarantees that the rate
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister limiter is detached from its task.
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister 255. [func] New function dns_zonemgr_attach().
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister 254. [bug] Suppress "query denied" messages on additional data
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister lookups.
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister
0380c44d0238a88e167526954d630d071739ed28Mark Andrews --- 9.0.0b4 released ---
0380c44d0238a88e167526954d630d071739ed28Mark Andrews
0380c44d0238a88e167526954d630d071739ed28Mark Andrews 253. [func] resolv.conf parser now recognises ';' and '#' as
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews comments (anywhere in line, not just as the beginning).
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews 252. [bug] resolv.conf parser mishandled masks on sortlists.
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence It also aborted when an unrecognized keyword was seen,
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington now it silently ignores the entire line.
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington 251. [bug] lwresd caught an assertion failure on startup.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 250. [bug] fixed handling of size+unit when value would be too
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence large for internal representation.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 249. [cleanup] max-cache-size config option now takes a size-spec
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence like 'datasize', except 'default' is not allowed.
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence
9c11326b18c69b9b2fd6102d80fbd568ae6bd31eAndreas Gustafsson 248. [bug] global lame-ttl option was not being printed when
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence config structures were written out.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
9c11326b18c69b9b2fd6102d80fbd568ae6bd31eAndreas Gustafsson 247. [cleanup] Rename cache-size config option to max-cache-size.
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister 246. [func] Rename global option cachesize to cache-size and
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence add corresponding option to view statement.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister 245. [bug] If an uncompressed name will take more than 255
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence bytes and the buffer is sufficiently long,
d5399cc351a549db957185993b320a3bffa40e41James Brister dns_name_fromwire should return DNS_R_FORMERR,
d5399cc351a549db957185993b320a3bffa40e41James Brister not ISC_R_NOSPACE. This bug caused cause the
d5399cc351a549db957185993b320a3bffa40e41James Brister server to catch an assertion failure when it
d5399cc351a549db957185993b320a3bffa40e41James Brister received a query for a name longer than 255
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister bytes.
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister 244. [bug] empty named.conf file and empty options statement are
ac3b769801d794993e9eb6065b2f7144ffcfc9acMark Andrews now parsed properly.
ac3b769801d794993e9eb6065b2f7144ffcfc9acMark Andrews
69b691c9624f31e59b8d128ada902a82127c15a3James Brister 243. [func] new cachesize option for named.conf
69b691c9624f31e59b8d128ada902a82127c15a3James Brister
69b691c9624f31e59b8d128ada902a82127c15a3James Brister 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
69b691c9624f31e59b8d128ada902a82127c15a3James Brister
69b691c9624f31e59b8d128ada902a82127c15a3James Brister 241. [cleanup] nscount and soacount have been removed from the
dba20696eb808075d849e5a4cc8d854555869fb2Brian Wellington dns_master_*() arguement lists.
dba20696eb808075d849e5a4cc8d854555869fb2Brian Wellington
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 240. [func] databases now come in three flavours: zone, cache
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence and stub.
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister 239. [func] If ISC_MEM_DEBUG is enabled, the variable
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence isc_mem_debugging controls whether messages
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister are printed or not.
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 238. [cleanup] A few more compilation warnings have been quieted:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence + missing sigwait prototype on BSD/OS 4.0/4.0.1.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence + PTHREAD_ONCE_INIT unbraced initializer warnings on
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Solaris 2.8.
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence + IN6ADDR_ANY_INIT unbraced initializer warnings on
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence BSD/OS 4.*, Linux and Solaris 2.8.
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence
a3c0a79b61edfd6a021c080d4b368c9c962fcad6Andreas Gustafsson 237. [bug] If connect() returned ENOBUFS when the resolver was
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence initiating a TCP query, the socket didn't get
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence destroyed, and the server did not shut down cleanly.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 236. [func] Added new listen-on-v6 config file statement.
0b056755b2f423ba5f6adac8f7851d78f7d11437David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 235. [func] Consider it a config file error if a listen-on
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence statement has an IPv6 address in it, or a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence listen-on-v6 statement has an IPv4 address in it.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 234. [bug] Allow a trusted-key's first field (domain-name) be
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence either a quoted or an unquoted string, instead of
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence requiring a quoted string.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 233. [cleanup] Convert all config structure integer values to unsigned
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence integer (isc_uint32_t) to match grammer.
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson 232. [bug] Allow slave zones to not have a file.
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson 231. [func] Support new 'port' clause in config file options
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson section. Causes 'listen-on', 'masters' and
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson 'also-notify' statements to use its value instead of
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson default (53).
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff 230. [func] Replace the dst sign/verify API with a cleaner one.
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff 229. [func] Support config file sig-validity-interval statement
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington in options, views and zone statements (master
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington zones only).
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington 228. [cleanup] Logging messages in config module stripped of
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington trailing period.
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington
c8df84cb389994b4eaf549f5851e70d18e2d063fAndreas Gustafsson 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
c8df84cb389994b4eaf549f5851e70d18e2d063fAndreas Gustafsson dns_rcode_*, dns_opcode_*, and dns_trust_* are
f34984369fbc87f6cc5c5d1059303377a1724d79James Brister also now cast to their appropriate types, as with
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence dns_rdatatype_* in item number 225 below.
b092aef75539b462d24b460b67ac49edb79aaff8Andreas Gustafsson
7cd4c3ddd1baf5f2b204562fdba3da37c716cc78Andreas Gustafsson 226. [func] dns_name_totext() now always prints the root name as
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson '.', even when omit_final_dot is true.
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson cast to dns_rdatatype_t via macros of their same name
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence so that they are of the proper integral type wherever
fef059dcec0f7f83b09b9ce30b91b21a51d9c481Andreas Gustafsson a dns_rdatatype_t is needed.
fef059dcec0f7f83b09b9ce30b91b21a51d9c481Andreas Gustafsson
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence 224. [cleanup] The entire project builds cleanly with gcc's
5f80c1428b9b7235fc9c1c80aa505457c3043504Brian Wellington -Wcast-qual and -Wwrite-strings warnings enabled,
5f80c1428b9b7235fc9c1c80aa505457c3043504Brian Wellington which is now the default when using gcc. (Warnings
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence from confparser.c, because of yacc's code, are
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington unfortunately to be expected.)
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson 223. [func] Several functions were reprototyped to qualify one
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson or more of their arguments with "const". Similarly,
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson several functions that return pointers now have
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson those pointers qualified with const.
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson 222. [bug] The global 'also-notify' option was ignored.
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson
389f2ccc2f5f00a11a14114d40492f7ac8249fa7Olafur Gudmundsson 221. [bug] An uninitialized variable was sometimes passed to
389f2ccc2f5f00a11a14114d40492f7ac8249fa7Olafur Gudmundsson dns_rdata_freestruct() when loading a zone, causing
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence an assertion failure.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
6deb631b20b7e212d9a350759e472fa60f9e92e4David Lawrence 220. [cleanup] Set the default outgoing port in the view, and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence set it in sockaddrs returned from the ADB.
b1d234eb75e2804e09d89178a76df39c321db51bBrian Wellington [31-May-2000 explorer]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
a9bc95f22ef2dd4a12e79be99412c9f18b814a5dBrian Wellington 219. [bug] Signed truncated messages more correctly follow
a9bc95f22ef2dd4a12e79be99412c9f18b814a5dBrian Wellington the respective specs.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 218. [func] When an rdataset is signed, its ttl is normalized
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence based on the signature validity period.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 217. [func] Also-notify and trusted-keys can now be used in
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the 'view' statement.
3c8e458ed2118828b13f35ca6fcc409da66c2869David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence now work.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence 215. [bug] Failures at certain points in request processing
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence could cause the assertion INSIST(client->lockview
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington == NULL) to be triggered.
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 214. [func] New public function isc_netaddr_format(), for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence formatting network addresses in log messages.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
20b20b23948b90cb2f7d7f402da99d09f837efd0David Lawrence 213. [bug] Don't leak memory when reloading the zone if
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson an update-policy clause was present in the old zone.
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson 212. [func] Added dns_message_get/settsigkey, to make TSIG
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson key management reasonable.
9c987b20b9246a34f38af8ed3cd22c61040933a7Andreas Gustafsson
9c987b20b9246a34f38af8ed3cd22c61040933a7Andreas Gustafsson 211. [func] The 'key' and 'server' statements can now occur
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson inside 'view' statements.
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson 210. [bug] The 'allow-transfer' option was ignored for slave
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson zones, and the 'transfers-per-ns' option was
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson was ignored for all zones.
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson 209. [cleanup] Upgraded openssl files to new version 0.9.5a
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence of an isc_offset_t.
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff 207. [func] The dnssec tools properly use the logging subsystem.
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff 206. [cleanup] dst now stores the key name as a dns_name_t, not
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff a char *.
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff ("prototyped function redeclared without prototype")
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff and 1552 ("variable ... set but not used") when
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff compiling in the lib/dns/sec/{dnssafe,openssl}
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson directories, which contain code imported from outside
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson sources.
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson to quiet the warnings that "The linked output may not
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson run on a PA 1.x system."
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson 203. [func] notify and zone soa queries are now tsig signed when
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence appropriate.
c50936eb40263b65ebf6afe4e6556e2dc67c10e4Brian Wellington
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 202. [func] isc_lex_getsourceline() changed from returning int
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister to returning unsigned long, the type of its underlying
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister counter.
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 201. [cleanup] Removed the test/sdig program, it has been
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence replaced by bin/dig/dig.
dc97fe4ed08488d314ab5bc8e99ed839542cf411David Lawrence
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson --- 9.0.0b3 released ---
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson 200. [bug] Failures in sending query responses to clients
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson (e.g., running out of network buffers) were
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson not logged.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson 199. [bug] isc_heap_delete() sometimes violated the heap
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson invariant, causing timer events not to be posted
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson when due.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson 198. [func] Dispatch managers hold memory pools which
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson any managed dispatcher may use. This allows
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson us to avoid dipping into the memory context for
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson most allocations. [19-May-2000 explorer]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 197. [bug] When an incoming AXFR or IXFR completes, the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence zone's internal state is refreshed from the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence SOA data. [19-May-2000 explorer]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 196. [func] Dispatchers can be shared easily between views
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and/or interfaces. [19-May-2000 explorer]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 195. [bug] Including the NXT record of the root domain
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in a negative response caused an assertion
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence failure.
6fa1cb5754695d550a58c6e8978fda65f5146af7David Lawrence
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson 194. [doc] The PDF version of the Administrator's Reference
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson Manual is no longer included in the ISC BIND9
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson distribution.
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews 193. [func] changed dst_key_free() prototype.
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews 192. [bug] Zone configuration validation is now done at end
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews of config file parsing, and before loading
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews callbacks.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 191. [func] Patched to compile on UnixWare 7.x. This platform
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence is not directly supported by the ISC.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
600cfa2ba4c50017581b6c14e3a688a82ecebbe0David Lawrence 190. [cleanup] The DNSSEC tools have been moved to a separate
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence directory dnssec/ and given the following new,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence more descriptive names:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence dnssec-keygen
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dnssec-signzone
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dnssec-signkey
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence dnssec-makekeyset
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington Their command line arguments have also been changed to
f6afa4ac95f3a6c86c61c0b122cd0dc6f957649bBrian Wellington be more consistent. dnssec-keygen now prints the
f6afa4ac95f3a6c86c61c0b122cd0dc6f957649bBrian Wellington name of the generated key files (sans extension)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence on standard output to simplify its use in automated
34b394b43e2207e8f8f3703f0402422121455638David Lawrence scripts.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 189. [func] isc_time_secondsastimet(), a new function, will ensure
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister that the number of seconds in an isc_time_t does not
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister exceed the range of a time_t, or return ISC_R_RANGE.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister Similarly, isc_time_now(), isc_time_nowplusinterval(),
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister isc_time_add() and isc_time_subtract() now check the
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister range for overflow/underflow. In the case of
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister isc_time_subtract, this changed a calling requirement
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister (ie, something that could generate an assertion)
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister into merely a condition that returns an error result.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister isc_time_add() and isc_time_subtract() were void-
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister valued before but now return isc_result_t.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 188. [func] Log a warning message when an incoming zone transfer
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence contains out-of-zone data.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 187. [func] isc_ratelimter_enqueue() has an additional arguement
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 'task'.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
c0b06c8275c5ea3cde8cc67f3a6f9cab1bd55d65James Brister 186. [func] dns_request_getresponse() has an additional arguement
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 'preserve_order'.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson public functions did not have an isc__ prefix, and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence referred to functions that had previously been
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson renamed.
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson 184. [cleanup] Variables/functions which began with two leading
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence underscores were made to conform to the ANSI/ISO
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson standard, which says that such names are reserved.
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence for logging the program name or other identifier.
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson 182. [cleanup] New commandline parameters for dnssec tools
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
bd36d3014e8a82d217ed1c88cdb4c717a25fee09Andreas Gustafsson
bd36d3014e8a82d217ed1c88cdb4c717a25fee09Andreas Gustafsson 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews 179. [func] options named.conf statement *must* now come
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews before any zone or view statements.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews 178. [func] Post-load of named.conf check verifies a slave zone
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews has non-empty list of masters defined.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews 177. [func] New per-zone boolean:
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews
c052487cdf42c83bb0fa8e4c0ed135e801ac1e90Mark Andrews enable-zone yes | no ;
c052487cdf42c83bb0fa8e4c0ed135e801ac1e90Mark Andrews
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson intended to let a zone be disabled without having
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson to comment out the entire zone statement.
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson 176. [func] New global and per-view option:
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews max-cache-ttl number
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews 175. [func] New global and per-view option:
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews additional-data internal | minimal | maximal;
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews
ff8d15be4e6096329fe6ae8217d0adcabd08c94bOlafur Gudmundsson 174. [func] New public function isc_sockaddr_format(), for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence formatting socket addresses in log messages.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson 173. [func] Keep a queue of zones waiting for zone transfer
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence quota so that a new transfer can be dispatched
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence immediately whenever quota becomes available.
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence 172. [bug] $TTL directive was sometimes missing from dumped
996f4a8bc34cb0203ce6a40ff82bca8bf32423ccAndreas Gustafsson master files because totext_ctx_init() failed to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence initialize ctx->current_ttl_valid.
f2fdfe7c42f3b10f3653f851ce5a0a90ee5ac1f9David Lawrence
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson 171. [cleanup] On NetBSD systems, the mit-pthreads or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence unproven-pthreads library is now always used
47b26abe77184f9bedc68e36bdad03332cf67570David Lawrence unless --with-ptl2 is explicitly specified on
c0fcd6b98bc1fe5bbd2bd1a4d729215f65e3d20fJames Brister the configure command line. The
c0fcd6b98bc1fe5bbd2bd1a4d729215f65e3d20fJames Brister --with-mit-pthreads option is no longer needed
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews and has been removed.
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews 170. [cleanup] Remove inter server consistancy checks from zone,
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister these should return as a seperate module in 9.1.
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister dns_zone_checkservers(), dns_zone_checkparents(),
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister dns_zone_checkchildren(), dns_zone_checkglue().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister Remove dns_zone_setadb(), dns_zone_setresolver(),
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister dns_zone_setrequestmgr() these should now be found
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence via the view.
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister
e411a986b94276c28e6a971f9c3b61d45c635456James Brister 169. [func] ratelimiter can now process N events per interval.
e411a986b94276c28e6a971f9c3b61d45c635456James Brister
e411a986b94276c28e6a971f9c3b61d45c635456James Brister 168. [bug] include statements in named.conf caused syntax errors
e411a986b94276c28e6a971f9c3b61d45c635456James Brister due to not consuming the semicolon ending the include
c6ce77b4dccb15297f78de9e0c00d40f40ce8aa4Mark Andrews statement before switching input streams.
c6ce77b4dccb15297f78de9e0c00d40f40ce8aa4Mark Andrews
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 167. [bug] Make lack of masters for a slave zone a soft error.
76a33ffee5be9a1001c27c103e6d98983443cbfdAndreas Gustafsson
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson 166. [bug] Keygen was overwriting existing keys if key_id
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson conflicted, now it will retry, and non-null keys
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews with key_id == 0 are not generated anymore. Key
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews was not able to generate NOAUTHCONF DSA key,
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence increased RSA key size to 2048 bits.
41da7fdc551c50cddebf2c5311e322efd793fd3bDavid Lawrence
41da7fdc551c50cddebf2c5311e322efd793fd3bDavid Lawrence 165. [cleanup] Silence "end-of-loop condition not reached" warnings
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews from Solaris compiler.
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson to encapsulate nonportable usage of errno and sync.
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 163. [func] Added result codes ISC_R_FILENOTFOUND and
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister ISC_R_FILEEXISTS.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister 162. [bug] Ensure proper range for arguments to ctype.h functions.
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 161. [cleanup] error in yyparse prototype that only HPUX caught.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister 160. [cleanup] getnet*() are not going to be implemented at this
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister stage.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson 159. [func] Redefinition of config file elements is now an
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister error (instead of a warning).
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
41da7fdc551c50cddebf2c5311e322efd793fd3bDavid Lawrence 158. [bug] Log channel and category list copy routines
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister weren't assigning properly to output parameter.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
36357e4304862fb47e9fae03c704cb6720310c45James Brister 157. [port] Fix missing prototype for getopt().
36357e4304862fb47e9fae03c704cb6720310c45James Brister
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 156. [func] Support new 'database' statement in zone.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence database "quoted-string";
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 155. [bug] ns_notify_start() was not detaching the found zone.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 154. [func] The signer now logs libdns warnings to stderr even when
9bb05852fed91ff3913601b7ed8e43e711aa9094David Lawrence not verbose, and in a nicer format.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence is NULL then you need to preserve the 'rdata' until
b09983678f5d116d3c8387aaeab4f2dc4deb0454David Lawrence you have finished using the structure as there may be
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence references to the associated memory. If 'mctx' is
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence non-NULL it is guaranteed that there are no references
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence to memory associated with 'rdata'.
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_rdata_freestruct() must be called if 'mctx' was
014892d86d30b7eceb0003d51788f9b5cadfc1bfAndreas Gustafsson non-NULL and may safely be called if 'mctx' was NULL.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 152. [bug] keygen dumped core if domain name argument was omitted
b99d080717fdd741961d736581270d37bad8bec0David Lawrence from command line.
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson 151. [func] Support 'disabled' statement in zone config (causes
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson zone to be parsed and then ignored). Currently must
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence come after the 'type' clause.
b905ff7cbe3737d3c76115fa71c340a8ce439120David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 150. [func] Support optional ports in masters and also-notify
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence statements:
23a09704774241d2dba059e4d9231cd3d28bb116David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 149. [cleanup] Removed usused argument 'olist' from
358628c8f4804a2db52be0f6d03a66137fab4884David Lawrence dns_c_view_unsetordering().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 148. [cleanup] Stop issuing some warnings about some configuration
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence file statements that were not implemented, but now are.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence 147. [bug] Changed yacc union size to be smaller for yaccs that
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence put yacc-stack on the real stack.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 146. [cleanup] More general redundant header file cleanup. Rather
027212247d59c05452abb7a8b253efe52d14459eDavid Lawrence than continuing to itemize every header which changed,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence this changelog entry just notes that if a header file
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence did not need another header file that it was including
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in order to provide its advertized functionality, the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence inclusion of the other header file was removed. See
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence util/check-includes for how this was tested.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
344e909ce9c59422a70105aba498e68b2d42623bDavid Lawrence 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence ISC_LANG_ENDDECLS to header files that had function
738922ba7bb10b206f6f54931aed068e3dcb950dDavid Lawrence prototypes, and removed it from those that did not.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 144. [cleanup] libdns header files too numerous to name were made
eefea43215016bce437ab4a7441b2851fd182960David Lawrence to conform to the same style for multiple inclusion
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence protection.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9c4f33b6718407e94d50dbfb4977e16d3f83de9dDavid Lawrence 143. [func] Added function dns_rdatatype_isknown().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/result.h>.
c403d3f7d6cb17406e9be03a330ed5cf91619abcDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 141. [bug] Corrupt requests with multiple questions could
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson cause an assertion failure.
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
dc91d010dbd848ab3a11815e5a3d109662a38b0cDavid Lawrence 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley <isc/int.h> and <isc/result.h>.
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley renamed isc_string_touint64. isc_strsep moved from
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley strsep.c to string.c and renamed isc_string_separate.
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
904463e94cafd59c8284f472ea8f58f1f311b8cbDavid Lawrence <isc/serial.h>, <isc/string.h> and <isc/offset.h>
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence made to conform to the same style for multiple
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence inclusion protection.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
bf6f755a74e24441e96a110b3c8d11cfe2ed0da7David Lawrence 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/net.h> and Win32's <isc/thread.h> needed
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence or <isc/boolean.h>, now uses <isc/types.h> in place
56433595bb938c21fd3b07a0f7c565d942bb8780David Lawrence of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and ISC_LANG_ENDDECLS.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
fc9e755ba340607d76c7de897ee2d985d3b24505David Lawrence 134. [cleanup] <isc/dir.h> does not need <limits.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
7896e45912df15d07eb99f885b9d9c15ad5f3f68David Lawrence need <isc/eventclass.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence for ISC_R_* codes used in macros.
32eddfc189108fa93e31761e13150594c7a79d2bDavid Lawrence
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews <isc/boolean.h>, and now includes <isc/types.h>
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews instead of <isc/time.h>.
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff 129. [bug] The 'default_debug' log channel was not set up when
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff 'category default' was present in the config file
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews ISC_LANG_ENDDECLS at end of header.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews 127. [cleanup] The contracts for the comparision routines
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence dns_name_fullcompare(), dns_name_compare(),
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_name_rdatacompare(), and dns_rdata_compare() now
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence specify that the order value returned is < 0, 0, or > 0
61e9c1cdbe29683bb2db388e4fc6a6fd59315cefDavid Lawrence instead of -1, 0, or 1.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
8b11f3debd9a9494d5aec60ea228ab393fbdc26eDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
2cc1d2536d5834fbe20281068b8bd34dd1ee5337David Lawrence <isc/resultclass.h> do not need <isc/lang.h>.
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer 124. [func] signer now imports parent's zone key signature
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and creates null keys/sets zone status bit for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence children when necessary
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 123. [cleanup] <isc/event.h> does not need <stddef.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/result.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/result.h>. Multiple inclusion protection
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_symtab_t moved to <isc/types.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/net.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 119. [cleanup] structure definitions for generic rdata stuctures do
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence not have _generic_ in their names.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence YACC crust (yyparse, etc) [2000-apr-27 explorer]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 117. [cleanup] libdns.a changes:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_zone_clearnotify() and dns_zone_addnotify()
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence are replaced by dns_zone_setnotifyalso().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_zone_clearmasters() and dns_zone_addmaster()
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence are replaced by dns_zone_setmasters().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence on Unix systems).
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 115. [port] Shut up the -Wmissing-declarations warning about
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <stdio.h>'s __sputaux on BSD/OS pre-4.1.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/list.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 113. [func] Utility programs dig and host added.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/mutex.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/list.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 109. [bug] "make depend" did nothing for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence bin/tests/{db,mem,sockaddr,tasks,timers}/.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <dns/types.h> to <dns/bit.h> and renamed to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 107. [func] Add keysigner and keysettool.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 106. [func] Allow dnssec verifications to ignore the validity
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence period. Used by several of the dnssec tools.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 105. [doc] doc/dev/coding.html expanded with other
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence implicit conventions the developers have used.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 104. [bug] Made compress_add and compress_find static to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence lib/dns/compress.c.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 103. [func] libisc buffer API changes for <isc/buffer.h>:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Added:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_base(b) (pointer)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_current(b) (pointer)
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence isc_buffer_active(b) (pointer)
16a107c904a30a687a08efec86a26a2f9398d2edAndreas Gustafsson isc_buffer_used(b) (pointer)
16a107c904a30a687a08efec86a26a2f9398d2edAndreas Gustafsson isc_buffer_length(b) (int)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_usedlength(b) (int)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_consumedlength(b) (int)
33e927bf8622db6d3e5ecfd871f517db47fa722bDavid Lawrence isc_buffer_remaininglength(b) (int)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_activelength(b) (int)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_availablelength(b) (int)
3e6b98586e823544344bcbbcad825d3d4485de59David Lawrence Removed:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence ISC_BUFFER_USEDCOUNT(b)
947bd6c648bd29bc226971324de1b30230a56a22David Lawrence ISC_BUFFER_AVAILABLECOUNT(b)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_type(b)
878363c06b3d42f8fa4acca0c4aec9252b7844d9David Lawrence Changed names:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_used(b, r) ->
cc5547dbcb04bdc498cf050c6104a1974f68c6eaAndreas Gustafsson isc_buffer_usedregion(b, r)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_available(b, r) ->
b8957f3496b6a900df9ca263864a47dbb1cb8978David Lawrence isc_buffer_available_region(b, r)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_consumed(b, r) ->
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_consumedregion(b, r)
c7f22f83aac9e61dafee191cad040e9c42652cc8David Lawrence isc_buffer_active(b, r) ->
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_activeregion(b, r)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_remaining(b, r) ->
c4717613e45323ed23dc6e9162cba89f1f83830cDavid Lawrence isc_buffer_remainingregion(b, r)
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson Buffer types were removed, so the ISC_BUFFERTYPE_*
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson macros are no more, and the type argument to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_buffer_init and isc_buffer_allocate were removed.
d41c9885ecfb4be7382fd32a58ae4a9fb2056b81David Lawrence isc_buffer_putstr is now void (instead of isc_result_t)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and requires that the caller ensure that there
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence is enough available buffer space for the string.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence on BSD/OS 4.1.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
802aa6f2b70cc0b4e69ef0a1dcab0a8d68a0fdeaDavid Lawrence 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
5b27fa26dd1288f61de9ace6f4ec56be63858048David Lawrence <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 99. [cleanup] Rate limiter now has separate shutdown() and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence destroy() functions, and it guarantees that all
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley queued events are delivered even in the shutdown case.
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley <isc/event.h>.
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
cc43f2461d2b7da80105cf6d1b96bda4e93303cdDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 94. [cleanup] Some installed header files did not compile as C++.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
58bc93c3ddbdf0b2fde9b7d2b4342f90d83ec633David Lawrence 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
7ce81e15fa98db5b13fba06d54526e8679ac064cDavid Lawrence 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence or <isc/result.h>.
8fedfa7b45989d3c1715e414637bc1a96331fd14David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/result.h>.
7da5c63dc0eaeec88aaf67b7aeee43ab0b0125baDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence from <named/listenlist.h>.
7da5c63dc0eaeec88aaf67b7aeee43ab0b0125baDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
32eeec855957c3dd38f0d6c98ca79b67a71300b6Brian Wellington
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
f3f88c6802df4cfee59439b19a1c49637b70342dDavid Lawrence moved to <isc/types.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
77f372eed39827f5efef476602de7c0505f99b91David Lawrence <isc/mem.h> or <isc/result.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/types.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
8b7304a34c751e519ede7d00b77f1f962c0a37e4David Lawrence <isc/list.h>, <isc/mem.h>, <isc/region.h> or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence <isc/int.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 84. [func] allow-query ACL checks now apply to all data
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence added to a response.
cabcfd3e90a647c7bab3c5cc3ef7b36f49830787David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 83. [func] If the server is authoritative for both a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence delegating zone and its (nonsecure) delegatee, and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence a query is made for a KEY RR at the top of the
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence delegatee, then the server will look for a KEY
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in the delegator if it is not found in the delegatee.
d111a46c88adda33a93839f4934e127b6147d87dBob Halley
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
e4e183af576855f4ccc9fc28084ffe095aaa5b55Andreas Gustafsson
e4e183af576855f4ccc9fc28084ffe095aaa5b55Andreas Gustafsson 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
e49a98d47fea220023c22bcc7204f13f7f0b07feBrian Wellington <isc/lang.h>.
6f17d90364f01c3e81073a9ffb40b0093878c8e2Brian Wellington
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington 78. [cleanup] lwres_conftest renamed to lwresconf_test for
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington consistency with other *_test programs.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
d1bdeae7bb7a0642170d5476c2fd901db3028143Andreas Gustafsson 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
d1bdeae7bb7a0642170d5476c2fd901db3028143Andreas Gustafsson <isc/time.h> to <isc/types.h>.
d111a46c88adda33a93839f4934e127b6147d87dBob Halley
d111a46c88adda33a93839f4934e127b6147d87dBob Halley 76. [cleanup] Rewrote keygen.
d111a46c88adda33a93839f4934e127b6147d87dBob Halley
d111a46c88adda33a93839f4934e127b6147d87dBob Halley 75. [func] Don't load a zone if its database file is older
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence than the last time the zone was loaded.
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews subsumed by file.o.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
2d0c5f1eada2015324cb89c11c7c5c11cccb493fAndreas Gustafsson 73. [func] New "file" API in libisc, including new function
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff isc_file_getmodtime, isc_mktemplate renamed to
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff isc_file_mktemplate and isc_ufile renamed to
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff isc_file_openunique. By no means an exhaustive API,
c6adcd09c8d5c0acd47a8dccb8061bb1105cad95Michael Graff it is just what's needed for now.
c6adcd09c8d5c0acd47a8dccb8061bb1105cad95Michael Graff
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley added for dns_rbt_findnode, the former to disable the
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley setting of the chain to the predecessor, and the
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley latter to make clear when no options are set.
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 71. [cleanup] Made explicit the implicit REQUIREs of
53c892082e4dd70a12bb5badd81a9e939d7e6efdBrian Wellington isc_time_seconds, isc_time_nanoseconds, and
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington isc_time_subtract.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington 70. [func] isc_time_set() added.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington 69. [bug] The zone object's master and also-notify lists grew
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington longer with each server reload.
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson 68. [func] Partial support for SIG(0) on incoming messages.
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson 67. [performance] Allow use of alternate (compile-time supplied)
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson OpenSSL libraries/headers.
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews 66. [func] Data in authoritative zones should have a trust level
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews beyond secure.
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson
4716e94840921878b26e493576f84afe4fe08752Mark Andrews 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
4716e94840921878b26e493576f84afe4fe08752Mark Andrews from <dns/types.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 64. [func] The RBT, DB, and zone table APIs now allow the
622af581bd08a61d12c70f80b1d40d0d9c8a1fa3David Lawrence caller find the most-enclosing superdomain of
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence a name.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley 63 [func] Generate NOTIFY messages.
0e9c5d24d25cb77a6935abf9247734b576626c9fBob Halley
0e9c5d24d25cb77a6935abf9247734b576626c9fBob Halley 62. [func] Add UDP refresh support.
3886e748a4086b813e3453232a742903762fedadBob Halley
3886e748a4086b813e3453232a742903762fedadBob Halley 61. [cleanup] Use single quotes consistently in log messages.
3886e748a4086b813e3453232a742903762fedadBob Halley
3886e748a4086b813e3453232a742903762fedadBob Halley 60. [func] Catch and disallow singleton types on message
3886e748a4086b813e3453232a742903762fedadBob Halley parse.
3886e748a4086b813e3453232a742903762fedadBob Halley
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley 59. [bug] Cause net/host unreachable to be a hard error
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley when sending and receiving.
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley 58. [bug] bin/named/query.c could sometimes trigger the
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington == 0 assertion in query_newname().
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington 57. [func] Added dns_nxt_typepresent()
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington 56. [bug] SIG records were not properly returned in cached
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington negative answers.
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson 55. [bug] Responses containing multiple names in the authority
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson section were not negatively cached.
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley 54. [bug] If a fetch with sigrdataset==NULL joined one with
83a39d3f3c9b9966bc060d46e8e419adb004888aAndreas Gustafsson sigrdataset!=NULL or vice versa, the resolver
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley could catch an assertion or lose signature data,
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley respectively.
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
83a39d3f3c9b9966bc060d46e8e419adb004888aAndreas Gustafsson <sys/param.h>.
8426878e988859184706f36e2229e24e77b80aa4Andreas Gustafsson
8426878e988859184706f36e2229e24e77b80aa4Andreas Gustafsson 52. [bug] rndc: taskmgr and socketmgr were not initialized
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence to NULL.
0f7045b0c437b158c61c195c319d2762882ece83Andreas Gustafsson
0f7045b0c437b158c61c195c319d2762882ece83Andreas Gustafsson 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
7c0e50b5623a6ffc9e3986e129f8ca6bae9aabfaBrian Wellington dns/rbt.h; it was needed only by compress.c and zt.c.
7c0e50b5623a6ffc9e3986e129f8ca6bae9aabfaBrian Wellington
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 50. [func] RBT deletion no longer requires a valid chain to work,
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson and dns_rbt_deletenode was added.
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson 49. [func] Each cache now has its own mctx.
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff 48. [func] isc_task_create() no longer takes an mctx.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_task_mem() has been eliminated.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 47. [func] A number of modules now use memory context reference
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence counting.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
11a898e05092e8477fbfe1a245c1c5871a846638Andreas Gustafsson 46. [func] Memory contexts are now reference counted.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Added isc_mem_inuse() and isc_mem_preallocate().
5d4f11b265c396d71ec2162a632e620425481a9eDavid Lawrence Renamed isc_mem_destroy_check() to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_mem_setdestroycheck().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
b295930144c8782e84528dcd355153ae5a5d66e8David Lawrence 45. [bug] The trusted-key statement incorrectly loaded keys.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
0bcb1d4d630f8d7547ee62870e1b059827cc1c8aDavid Lawrence 44. [bug] Don't include authority data if it would force us
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence to unset the AD bit in the message.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 43. [bug] DNSSEC verification of cached rdatasets was failing.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 42. [cleanup] Simplified logging of messages with embedded domain
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister names by introducing a new convenience function
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister dns_name_format().
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
6253eaa03c49aac035bdd8b1d9ec4853b45e94a0Andreas Gustafsson to allow 'named' to run as a non-root user while
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister retaining the ability to bind() to privileged
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister ports.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 40. [func] Introduced new logging category "dnssec" and
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister logging module "dns/validator".
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and isc_lex_t to <isc/types.h>.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
7b2db4b8d13e3d8bc81419ffcc8b39de8193ef63David Lawrence 38. [bug] TSIG signed incoming zone transfers work now.
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister 37. [bug] If the first RR in an incoming zone transfer was
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson not an SOA, the server died with an assertion failure
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson instead of just reporting an error.
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson 35. [performance] Log messages which are of a level too high to be
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson logged by any channel in the logging configuration
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson will not cause the log mutex to be locked.
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 34. [bug] Recursion was allowed even with 'recursion no'.
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington 33. [func] The RBT now maintains a parent pointer at each node.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence prototype.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley 30. [func] config file grammer change to support optional
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington class type for a view.
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington 29. [func] support new config file view options:
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley auth-nxdomain recursion query-source
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley query-source-v6 transfer-source
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence transfer-source-v6 max-transfer-time-out
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence max-transfer-idle-out transfer-format
9ac79ef3f89b23d80f9649abf71fdc65bb7a8b62David Lawrence request-ixfr provide-ixfr cleaning-interval
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister fetch-glue notify rfc2308-type1 lame-ttl
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister max-ncache-ttl min-roots
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister 28. [func] support lame-ttl, min-roots and serial-queries
be768c2e952c34438025999125f984995a2c675fBob Halley config global options.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley Including it on other platforms (eg, NetBSD) can
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley cause a forced #error from the C preprocessor.
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley 26. [func] new match-clients statement in config file view.
be768c2e952c34438025999125f984995a2c675fBob Halley
be768c2e952c34438025999125f984995a2c675fBob Halley 25. [bug] make install failed to install <isc/log.h> and
be768c2e952c34438025999125f984995a2c675fBob Halley <isc/ondestroy.h>.
f00e30e9322fb2170ad3e21c3336c5b81be964c2James Brister
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley 24. [cleanup] Eliminate some unnecessary #includes of header
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley files from header files.
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley 23. [cleanup] Provide more context in log messages about client
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley requests, using a new function ns_client_log().
9ac79ef3f89b23d80f9649abf71fdc65bb7a8b62David Lawrence
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley 22. [bug] SIGs weren't returned in the answer section when
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley the query resulted in a fetch.
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 21. [port] Look at STD_CINCLUDES after CINCLUDES during
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister compilation, so additional system include directories
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister can be searched but header files in the bind9 source
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence tree with conflicting names take precedence. This
d6d18435cd47a57f43af2eab835d0f6b7a76f2bdAndreas Gustafsson avoids issues with installed versions of dnssafe and
d6d18435cd47a57f43af2eab835d0f6b7a76f2bdAndreas Gustafsson openssl.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister 20. [func] Configuration file post-load validation of zones
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence failed if there were no zones.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister lock in certain error cases.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister configure.in to check for presence of in6addr_any.
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley 17. [func] Do configuration file post-load validation of zones.
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley 16. [bug] put quotes around key names on config file
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley output to avoid possible keyword clashes.
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley 15. [func] Add dns_name_dupwithoffsets(). This function is
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington improves comparison performance for duped names.
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington 14. [bug] free_rbtdb() could have 'put' unallocated memory in
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington an unlikely error path.
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley out-of-zone data.
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley 12. [bug] Fixed possible unitialized variable error.
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley 11. [bug] axfr_rrstream_first() didn't check the result code of
a5a5371b756f3bbbe33dac1dde196fbd6c063640Bob Halley db_rr_iterator_first(), possibly causing an assertion
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence to be triggered later.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 10. [bug] A bug in the code which makes EDNS0 OPT records in
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence bin/named/client.c and lib/dns/resolver.c could
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence trigger an assertion.
9. [cleanup] replaced bit-setting code in confctx.c and replaced
repeated code with macro calls.
8. [bug] Shutdown of incoming zone transfer accessed
freed memory.
7. [cleanup] removed 'listen-on' from view statement.
6. [bug] quote RR names when generating config file to
prevent possible clash with config file keywords
(such as 'key').
5. [func] syntax change to named.conf file: new ssu grant/deny
statements must now be enclosed by an 'update-policy'
block.
4. [port] bin/named/unix/os.c didn't compile on systems with
linux 2.3 kernel includes due to conflicts between
C library includes and the kernel includes. We now
get only what we need from <linux/capability.h>, and
avoid pulling in other linux kernel .h files.
3. [bug] TKEYs go in the answer section of responses, not
the additional section.
2. [bug] Generating cryptographic randomness failed on
systems without /dev/random.
1. [bug] The installdirs rule in
lib/isc/unix/include/isc/Makefile.in had a typo which
prevented the isc directory from being created if it
didn't exist.
--- 9.0.0b2 released ---
# This tells Emacs to use hard tabs in this file.
# Local Variables:
# indent-tabs-mode: t
# End: