CHANGES revision 09671f9551077f9eae8c41619b61272cb9821100
9b2c0d29248ad5f86b47319239a06c783e1b5307Andreas Gustafsson --- 9.1.0b2 released ---
4072dfb9b865c82c24a72e734d54da51a20dfc1eMark Andrews 628. [bug] If the root hints contained only AAAA addresses,
4072dfb9b865c82c24a72e734d54da51a20dfc1eMark Andrews named would be unable to perform resolution.
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson 627. [bug] The EDNS0 blackhole detection code of 324. waited
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson for three retransmissions to each server, which
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson takes much too long when a domain has many name
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson and all of them drop EDNS0 queries. Now we retry
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson without EDNS0 after three consecutive timeouts,
d1abb8bb020aacd1ce0da65c2d5d8f7c96ebd52aMark Andrews even if they are all from different servers.
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson 626. [bug] The lightweight resolver daemon no longer crashes
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson when asked for a SIG rrset. [RT #558]
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson 625. [func] Zones now inherit their class from the enclosing view.
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington 624. [bug] The zone object could get timer events after it had
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington been destroyed, causing a server crash. [RT #571]
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson 623. [func] Added "named-checkconf" and "named-checkzone" program
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson for syntax checking named.conf files and zone files,
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews 622. [bug] A canceled request could be destroyed before
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews dns_request_destroy() was called. [RT #562]
0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65Mark Andrews 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65Mark Andrews This mostly affects Red Hat Linux 7.0, which has
c0fe9b0d1b01a9a0883977a362ce4128723a56d6Mark Andrews conflicts between libc and the kernel.
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson 620. [bug] dns_master_load*inc() now require 'task' and 'load'
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson to be non-null. Also 'done' will not be called if
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson dns_master_load*inc() fails immediately. [RT #565]
ce6caa07591b3723968c22f5aa13740f9609135aAndreas Gustafsson 618. [bug] Queries to a signed zone could sometimes cause
138cc7f283889367b11840ff77a9ea08e17a9daeAndreas Gustafsson an assertion failure.
ac1a59e95cfd035f38222e739affd43eafa9eeefMark Andrews 617. [bug] When using dynamic update to add a new RR to an
ac1a59e95cfd035f38222e739affd43eafa9eeefMark Andrews existing RRset with a different TTL, the journal
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer entries generated from the update did not include
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer explicit deletions and re-additions of the existing
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer RRs to update their TTL to the new value.
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson 616. [func] dnssec-signzone -t output now includes performance
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson 615. [bug] dnssec-signzone did not like child keysets signed
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson by multiple keys.
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson 614. [bug] Checks for uninitialized link fields were prone
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson to false positives, causing assertion failures.
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews The checks are now disabled by default and may
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews be re-enabled by defining ISC_LIST_CHECKINIT.
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews 613. [bug] "rndc reload zone" now reloads primary zones.
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews It previously only updated slave and stub zones,
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews if an SOA query indicated an out of date serial.
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews complains relentlessly about how its treatment
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews of 'const' has changed as well as how casting
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews sometimes tightens alignment constraints.
ea01b618d981e58f85071a40550bc7f7565d4509Andreas Gustafsson 611. [func] allow-notify can be used to permit processing of
bad3251d3f7ffccdec39ccfe04d94308985fb36eAndreas Gustafsson notify messages from hosts other than a slave's
9eec883bf871ee2235009e889440f986c98908b8Andreas Gustafsson 610. [func] rndc dumpdb is now supported.
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson 609. [bug] getrrsetbyname() would crash lwresd if the server
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson found more SIGs than answers. [RT #554]
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson 608. [func] dnssec-signzone now adds a comment to the zone
088eaf3878580eebbbd2b020411532af278aae5aAndreas Gustafsson with the time the file was signed.
afeabf9f707ca71192041c1132d9f07d7bd83132Mark Andrews 607. [bug] nsupdate would fail if it encountered a CNAME or
3842a051baf34ffc4e428cd6f2d4a641e548e6f6Mark Andrews DNAME in a response to an SOA query. [RT #515]
46ba6046bcb3b534346de13a4ff5c1513e72936bAndreas Gustafsson 606. [bug] Compiling with --disable-threads failed due
46ba6046bcb3b534346de13a4ff5c1513e72936bAndreas Gustafsson to isc_thread_self() being incorrectly defined
46ba6046bcb3b534346de13a4ff5c1513e72936bAndreas Gustafsson as an integer rather than a function.
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson 605. [func] New function isc_lex_getlasttokentext().
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson 604. [bug] The named.conf parser could print incorrect line
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson numbers when long comments were present.
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington 603. [bug] Make dig handle multiple types or classes on the same
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington query more correctly.
712bf9b0cc4ed34f4bf33b437f8b0e45853b93ceMark Andrews 602. [func] Cope automatically with UnixWare's broken
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson IN6_IS_ADDR_* macros. [RT #539]
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson 601. [func] Return a non-zero exit code if an update fails
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews 600. [bug] Reverse lookups sometimes failed in dig, etc...
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews 599. [func] Added four new functions to the libisc log API to
552a117791c17878c5c1b94b0fc3ac4e8491543eMark Andrews support i18n messages. isc_log_iwrite(),
552a117791c17878c5c1b94b0fc3ac4e8491543eMark Andrews isc_log_ivwrite(), isc_log_iwrite1() and
f3e4c3d6c536973bae92611402ba55277069eba2Mark Andrews isc_log_ivwrite1() were added.
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews 598. [bug] An update-policy statement would cause the server
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews to assert while loading. [RT #536]
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews 597. [func] dnssec-signzone is now multithreaded.
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
f9321a16fb8dce8999a43a6d4008c54845305401Mark Andrews not mutually exclusive.
c8bedec446212b07511ded85ba04a9a3d5965ba8Mark Andrews 595. [port] On Linux 2.2, socket() returns EINVAL when it
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews should return EAFNOSUPPORT. Work around this.
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews 594. [func] sdb drivers are now assumed to not be thread-safe
923de3bb9cf4d619de206544975986a22b18196fMark Andrews unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
2359261a252b339f3cef046cefa10ee1e1d4564dMark Andrews 593. [bug] If a secure zone was missing all its NXTs and
2359261a252b339f3cef046cefa10ee1e1d4564dMark Andrews a dynamic update was attempted, the server entered
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews an infinite loop.
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews 592. [bug] The sig-validity-interval option now specifies a
6bad645917a026dfa4662dd0a3a78b9efc3f4c36Mark Andrews number of days, not seconds. This matches the
6bad645917a026dfa4662dd0a3a78b9efc3f4c36Mark Andrews documentation. [RT #529]
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews --- 9.1.0b1 released ---
64e9b7eafb798c75e9a40948cf05d8847da59d9dAndreas Gustafsson 591. [bug] Work around non-reentrancy in openssl by disabling
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews precomputation in keys.
d91d025deffd075db2507d44fab04b79920b3e91Mark Andrews 590. [doc] There are now man pages for the lwres library in
985b4f1c8653c6dfaa46652c412838850c0ffb1cMark Andrews 589. [bug] The server could deadlock if a zone was updated
985b4f1c8653c6dfaa46652c412838850c0ffb1cMark Andrews while being transferred out.
1d556695ef3c7918ba5061d7d846122d60f5f6c5Mark Andrews 588. [bug] ctx->in_use was not being correctly initalised when
e9ca87459a20f5e6721b9bd0b28c95fc3d6b843cMark Andrews when pushing a file for $INCLUDE. [RT #523]
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews 587. [func] A warning is now printed if the "allow-update"
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews option allows updates based on the source IP
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews address, to alert users to the fact that this
137a1f98e3862577ae9ccbb6b735ef63a51c456eMark Andrews is insecure and becoming increasingly so as
137a1f98e3862577ae9ccbb6b735ef63a51c456eMark Andrews servers capable of update forwarding are being
5f4804c7e47e3cfe7237d27a354d268b0b7ea73bAndreas Gustafsson 586. [bug] multiple views with the same name were fatal. [RT #516]
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson now support 'exact' additions in a similar manner to
1418d7292da7ebaba1ba389d60192023c0170245Andreas Gustafsson dns_db_subtractrdataset() and dns_rdataslab_subtract().
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson 584. [func] You can now say 'notify explicit'; to suppress
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson notification of the servers listed in NS records
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson and notify only those servers listed in the
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson 'also-notify' option.
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson 583. [func] "rndc querylog" will now toggle logging of
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson queries, like "ndc querylog" in BIND 8.
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews 582. [bug] dns_zone_idetach() failed to lock the zone.
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews [RT #199, #463]
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews 581. [bug] log severity was not being correctly processed.
bc508906db43dda7eab0988348dd0ae3f3023a9bMark Andrews 580. [func] Ignore trailing garbage on incoming DNS packets,
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson for interoperability with broken server
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson implementations. [RT #491]
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson 579. [bug] nsupdate did not take a filename to read update from.
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews 578. [func] New config option "notify-source", to specify the
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews source address for notify messages.
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson 577. [func] Log illegal RDATA combinations. e.g. multiple
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson singlton types, cname and other data.
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson 576. [doc] isc_log_create() description did not match reality.
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson 575. [bug] isc_log_create() was not setting internal state
1c398fd83c444d61904d23431d3994139919b68eAndreas Gustafsson correctly to reflect the default channels created.
081cff0c33514a5dc63ab794fc199c07377ab756Mark Andrews 574. [bug] TSIG signed queries sent by the resolver would fail to
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson have their responses validated and would leak memory.
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson 573. [bug] The journal files of IXFRed slave zones were
3d38596530c389610494e6a6ba70d9f5dc9717c5Andreas Gustafsson inadvertantly discarded on server reload, causing
081cff0c33514a5dc63ab794fc199c07377ab756Mark Andrews "journal out of sync with zone" errors on subsequent
3d38596530c389610494e6a6ba70d9f5dc9717c5Andreas Gustafsson reloads. [RT #482]
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews 572. [bug] Quoted strings were not accepted as key names in
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews address match lists.
b19619260fbd447b0fe3e709b2cc8ae38f27ec3fMark Andrews 571. [bug] It was possible to create an rdataset of singleton
1500a4fe5da9475d5918b27b566a1278ec6b54ebAndreas Gustafsson type which had more than one rdata. [RT #154]
1255d388f034dc556d235a002527101781dbeb29Mark Andrews 570. [bug] rbtdb.c allowed zones containing nodes which had
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews both a CNAME and "other data". [RT #154]
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews 569. [func] The DNSSEC AD bit will not be set on queries which
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews have not requested a DNSSEC response.
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews 568. [func] Add sample simple database drivers in contrib/sdb.
f04c15adc7e62deb2f53cc53f32d890936007903Andreas Gustafsson 567. [bug] Setting the zone transfer timeout to zero caused an
2f6d1483f665d86501049199b9698554da0eacb0Mark Andrews assertion failure. [RT #302]
d1029cbcf03a0a2a6c05c1e17e692d844eb27094Andreas Gustafsson 566. [func] New public function dns_timer_setidle().
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson 565. [func] Log queries more like BIND 8: query logging is now
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson done to category "queries", level "info". [RT #169]
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson 564. [func] Add sortlist support to lwresd.
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson 563. [func] New public functions dns_rdatatype_format() and
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson dns_rdataclass_format(), for convenient formatting
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson of rdata type/class mnemonics in log messages.
8d8c145175370d2fd8dbdf425b5ac2a9dc19da96Mark Andrews 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
07eaf0b8d0c3c93d8139c413bf9cc8bba7db9432Mark Andrews 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews clauses of the options{} statement are now implemented.
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews 560. [bug] dns_name_split did not properly the resulting prefix
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews when a maximal length bitstring label was split which
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews was preceded by another bitstring label. [RT #429]
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson 559. [bug] dns_name_split did not properly create the suffix
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson when splitting within a maximal length bitstring label.
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson 558. [func] New functions, isc_resource_getlimit and
42f61e5c46d4824918385e7279c1b71d8ada8e8dAndreas Gustafsson isc_resource_setlimit.
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews 557. [func] Symbolic constants for libisc integral types.
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson 556. [func] The DNSSEC OK bit in the EDNS extended flags
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson is now implemented. Responses to queries without
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson this bit set will not contain any DNSSEC records.
64ea5fd972c9946a3fe56cbc0bf897266d3f8747Andreas Gustafsson 555. [bug] A slave server attempting a zone transfer could
05a4a299b599195ca6ede9395b245956a8c3a790Mark Andrews crash with an assertion failure on certain
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson malformed responses from the master. [RT #457]
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson 554. [bug] In some cases, not all of the dnssec tools were
1094dec52a86e57df53f6167d86de94360a7a382Mark Andrews properly installed.
64ea5fd972c9946a3fe56cbc0bf897266d3f8747Andreas Gustafsson 553. [bug] Incoming zone transfers deferred due to quota
1094dec52a86e57df53f6167d86de94360a7a382Mark Andrews were not started when quota was increased but
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson only when a transfer in progress finished. [RT #456]
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson 552. [bug] We were not correctly detecting the end of all c-style
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson comments. [RT #455]
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson 551. [func] Implemented the 'sortlist' option.
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson 550. [func] Support unknown rdata types and classes.
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson 549. [bug] "make" did not immediately abort the build when a
248732d66fffb557e84264c2bb2fb43ac766163fAndreas Gustafsson subdirectory make failed [RT #450].
9bdb01e6c382e897572791b12190472955994d87Mark Andrews 548. [func] The lexer now ungets tokens more correctly.
e69b9ffb0f8b4d1117a682908c9143ebe3efcd6bAndreas Gustafsson 546. [func] Option 'lame-ttl' is now implemented.
417872b98aec720d587a9ef0197e25e78a2b7ee9Mark Andrews 545. [func] Name limit and counting options removed from dig;
417872b98aec720d587a9ef0197e25e78a2b7ee9Mark Andrews they didn't work properly, and cannot be correctly
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson implemented without significant changes.
8ba4e82f5358815fd94f34fde408ffd047ba3430Andreas Gustafsson 544. [func] Add statistics option, enable statistics-file option,
8ba4e82f5358815fd94f34fde408ffd047ba3430Andreas Gustafsson add RNDC option "dump-statistics" to write out a
61d5bfc06be978ea962b1c64309894ac80351771Mark Andrews query statistics file.
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews 543. [doc] The 'port' option is now documented.
3c9b2e62502460c34c2e0ceba1a5d138b3a13cc1Andreas Gustafsson 542. [func] Add support for update forwarding as required for
3c9b2e62502460c34c2e0ceba1a5d138b3a13cc1Andreas Gustafsson full compliance with RFC2136. It is turned off
3c9b2e62502460c34c2e0ceba1a5d138b3a13cc1Andreas Gustafsson by default and can be enabled using the
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson 'allow-update-forwarding' option.
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson 541. [func] Add bogus server support.
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson 540. [func] Add dialup support.
024face21cdfbfc7a862a3be061e6780533ef755Andreas Gustafsson 539. [func] Support the blackhole option.
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson 536. [func] Use transfer-source{-v6} when sending refresh queries.
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson Transfer-source{-v6} now take a optional port
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson parameter for setting the UDP source port. The port
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson parameter is ignored for TCP.
cf638fc378d74dd4afa59fe11d04da7b0cddca88Andreas Gustafsson 535. [func] Use transfer-source{-v6} when forwarding update
4fa5d53e750b4e34e19b9648900d489315b185eaAndreas Gustafsson 534. [func] Ancestors have been removed from RBT chains. Ancestor
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson information can be discerned via node parent pointers.
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson 533. [func] Incorporated name hashing into the RBT database to
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson improve search speed.
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson 532. [func] Implement DNS UPDATE pseudo records using
3fc4c1434d7ac377c720640e2e925a3af567cccbMark Andrews DNS_RDATA_UPDATE flag.
2975d0f819762614526c650b9c2077ef22f81328Andreas Gustafsson 531. [func] Rdata really should be initalized before being assigned
0aba41458d345ea901cf945d47162e5f23647de9Mark Andrews to (dns_rdata_fromwire(), dns_rdata_fromtext(),
0bd2ea544e95601e0f0b056acfa079c99d5f6b57Andreas Gustafsson dns_rdata_clone(), dns_rdata_fromregion()),
0bd2ea544e95601e0f0b056acfa079c99d5f6b57Andreas Gustafsson check that it is.
5f7516bee5ace9542701f23fc7723a3e3196802aMark Andrews 530. [func] New function dns_rdata_invalidate().
79432444e84d2d104119fe6a3d5cbc04b1375bd4Andreas Gustafsson 529. [bug] 521 contained a bug which caused zones to always
2e24e82fc3551e3228bcacaa7c45cb61daa49195Mark Andrews reload. [RT #410]
3c17010ba5a6b8dd8a2bbc550813c7f051f45a08Andreas Gustafsson 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
3c17010ba5a6b8dd8a2bbc550813c7f051f45a08Andreas Gustafsson on their arguements. ISC_LIST_XXXXUNSAFE can be use
d5169236b7260d447e672db8256fdd7c70f5ee1dMark Andrews to skip the checks however use with caution.
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews 527. [func] New function dns_rdata_clone().
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson and 'flags' for dns_rdataslab_subtract() allowing you
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson to request that the RR's must exist prior to deletion.
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson DNS_R_NOTEXACT is returned if the condition is not met.
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson 524. [func] The 'forward' and 'forwarders' statement in
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson non-forward zones should work now.
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson 523. [doc] The source to the Administrator Reference Manual is
edf97be2b54cbdc4f3f3a46776df3e912892e960Andreas Gustafsson now an XML file using the DocBook DTD, and is included
edf97be2b54cbdc4f3f3a46776df3e912892e960Andreas Gustafsson in the distribution. The plain text version of the
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson ARM is temporarily unavailable while we figure out
9e46f410e716f73abb345be215ccb4c61782b718Andreas Gustafsson how to generate readable plain text from the XML.
9e46f410e716f73abb345be215ccb4c61782b718Andreas Gustafsson 522. [func] The lightweight resolver daemon can now use
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson a real configuration file, and its functionality
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson can be provided by a name server. Also, the -p and -P
b09f4e054cbe67b93a5ff62d511ee25945038943Mark Andrews options to lwresd have been reversed.
b09f4e054cbe67b93a5ff62d511ee25945038943Mark Andrews 521. [bug] Detect master files which contain $INCLUDE and always
3d3445447225ab63f49fc24362963ea49ce94901Andreas Gustafsson reload. [RT #196]
3d3445447225ab63f49fc24362963ea49ce94901Andreas Gustafsson 520. [bug] Upgraded libtool to 1.3.5, which makes shared
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews library builds almost work on AIX (and possibly
3dff229f5dd223568476acec4df1f513acb00b1dAndreas Gustafsson 519. [bug] dns_name_split() would improperly split some bitstring
3dff229f5dd223568476acec4df1f513acb00b1dAndreas Gustafsson labels, zeroing a few of the least signficant bits in
54c4aa0f62aebeb01b6861ee068c1044433fe8feMark Andrews the prefix part. When such an improperly created
792de65053d8a48d05746b35a21a9fa1792e71acAndreas Gustafsson prefix was returned to the RBT database, the bogus
792de65053d8a48d05746b35a21a9fa1792e71acAndreas Gustafsson label was dutifully stored, corrupting the tree.
846474d5a6aa21cebb3e94243a11faa5c20200bfAndreas Gustafsson 518. [bug] The resolver did not realize that a DNAME which was
3e934267660cb13029bcdbddf318fe1cc27b6718Andreas Gustafsson "the answer" to the client's query was "the answer",
3e934267660cb13029bcdbddf318fe1cc27b6718Andreas Gustafsson and such queries would fail. [RT #399]
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson 517. [bug] The resolver's DNAME code would trigger an assertion
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson if there was more than one DNAME in the chain.
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson 516. [bug] Cache lookups which had a NULL node pointer, e.g.
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson those by dns_view_find(), and which would match a
f558da602e8b74ed181d9189f20bf32dfa6d8723Brian Wellington DNAME, would trigger an INSIST(!search.need_cleanup)
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson assertion. [RT #399]
ff4322d44f8404683b6fb6c86a38a2bc14f6c083Andreas Gustafsson 515. [bug] The ssu table was not being attached / detached
ff4322d44f8404683b6fb6c86a38a2bc14f6c083Andreas Gustafsson by dns_zone_[sg]etssutable. [RT#397]
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson 514. [func] Retry refresh and notify queries if they timeout.
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson 513. [func] New functionality added to rdnc and server to allow
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson individual zones to be refreshed or reloaded.
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson 512. [bug] The zone transfer code could throw an execption with
595a14576ea14884c35b3726f054f2065365620bMark Andrews an invalid IXFR stream.
595a14576ea14884c35b3726f054f2065365620bMark Andrews 511. [bug] The message code could throw an assertion on an
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson out of memory failure. [RT #392]
d9e690eb71bde3c748208733ba40a34e9d0ba29dAndreas Gustafsson 510. [bug] Remove spurious view notify warning. [RT #376]
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson 509. [func] Add support for write of zone files on shutdown.
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson 508. [func] dns_message_parse() can now do a best-effort
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson attempt, which should allow dig to print more invalid
0bd1b2fbfed4aa489e9d5fcbc7f48acb96ba7248Mark Andrews 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews and dns_view_flushanddetach().
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews 506. [func] Do not fail to start on errors in zone files.
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson 505. [bug] nsupdate was printing "unknown result code". [RT #373]
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson 504. [bug] The zone was not being marked as dirty when updated via
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson 503. [bug] dumptime was not being set along with
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson DNS_ZONEFLG_NEEDDUMP.
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson 502. [func] On a SERVFAIL reply, DiG will now try the next server
feb1f6a4ac42988558ecb8dc5dc0c974ec1f0509Brian Wellington in the list, unless the +fail option is specified.
ea34bcc6376555296a08e4c9e2f9c2cbe58378a9Andreas Gustafsson 501. [bug] Incorrect port numbers were being displayed by
ea34bcc6376555296a08e4c9e2f9c2cbe58378a9Andreas Gustafsson nslookup. [RT #352]
5e4c83cfec3f267ea8f22fbb535c61434c94d43cDanny Mayer 500. [func] Nearly useless +details option removed from DiG.
06f12c290c7904f0723094b5cbd11e2a1d49e95eAndreas Gustafsson 499. [func] In DiG, specifying a class with -c or type with -t
5e4c83cfec3f267ea8f22fbb535c61434c94d43cDanny Mayer changes command-line parsing so that classes and
6e1b2ebcd65c6d0cc90d7789f884aea11184eb5dAndreas Gustafsson types are only recognized if following -c or -t.
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson This allows hosts with the same name as a class or
e6f17474cb43a138bf7fc9ad30c6b3a2847cb7a7Mark Andrews type to be looked up.
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews 498. [doc] There is now a man page for "dig"
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews 497. [bug] The error messages printed when an IP match list
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews contained a network address with a nonzero host
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews part where not sufficiently detailed. [RT #365]
36e37042c6c9252cdf6eb99bd71ccb6e6c43ba6dBrian Wellington 496. [bug] named didn't sanity check numeric parameters. [RT #361]
98e231525fda817d393ef0c529b50bfc08cebe47Mark Andrews 495. [bug] nsupdate was unable to handle large records. [RT #368]
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews 494. [func] Do not cache NXDOMAIN responses for SOA queries.
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson for SOA queries. This makes it easier to locate
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson the containing zone without polluting intermediate
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson 492. [bug] attempting to reload a zone caused the server fail
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson to shutdown cleanly. [RT #360]
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews 491. [bug] nsupdate would segfault when sending certain
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews prerequisites with empty RDATA. [RT #356]
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson 490. [func] When a slave/stub zone has not yet successfully
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson obtained an SOA containing the zone's configured
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson retry time, perform the SOA query retries using
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson exponential backoff. [RT #337]
db235e65884c04058cc6e99ca485170d67cf9538Andreas Gustafsson 489. [func] The zone manager now has a "i/o" queue.
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson 488. [bug] Locks weren't properly destroyed in some cases.
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson 487. [port] flockfile() is not defined on all systems.
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson 486. [bug] nslookup: "set all" and "server" commands showed
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson the incorrect port number if a port other than 53
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews was specified. [RT #352]
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews 485. [func] When dig had more than one server to query, it would
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews send all of the messages at the same time. Add
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson rate limiting of the transmitted messages.
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson 484. [bug] When the server was reloaded after removing addresses
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson from the named.conf "listen-on" statement, sockets
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson were still listening on the removed addresses due
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson to reference count loops. [RT #325]
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson 483. [bug] nslookup: "set all" showed a "search" option but it
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson was not settable.
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson 482. [bug] nslookup: a plain "server" or "lserver" should be
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson treated as a lookup.
a24d253a3f4e6f4036800744b348fba858d4959eMark Andrews 481. [bug] nslookup:get_next_command() stack size could exceed
a24d253a3f4e6f4036800744b348fba858d4959eMark Andrews per thread limit.
3f543c371fff724d1fb05eb564f732476e946b5bBrian Wellington 480. [bug] strtok() is not thread safe. [RT #349]
3f543c371fff724d1fb05eb564f732476e946b5bBrian Wellington 479. [func] The test suite can now be run by typing "make check"
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson or "make test" at the top level.
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson 478. [bug] "make install" failed if the directory specified with
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews --prefix did not already exist.
ed03e26c44347ec20aff6608de6082e3594d95fbMark Andrews 477. [bug] The the isc-config.sh script could be installed before
ed03e26c44347ec20aff6608de6082e3594d95fbMark Andrews its directory was created. [RT #324]
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews 476. [bug] A zone could expire while a zone transfer was in
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews progress triggering a INSIST failure. [RT #329]
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews 475. [bug] query_getzonedb() sometimes returned a non-null version
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews on failure. This caused assertion failures when
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews generating query responses where names subject to
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson additional section processing pointed to a zone
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson to which access had been denied by means of the
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson allow-query option. [RT #336]
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson 474. [bug] The mnemonic of the CHAOS class is CH according to
5af0708e7fd78976a33de70f9380785f4086a1f0Andreas Gustafsson RFC1035, but it was printed and read only as CHAOS.
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson We now accept both forms as input, and print it
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson as CH. [RT #305]
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews 473. [bug] nsupdate overran the end of the list of name servers
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews when no servers could be reached, typically causing
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews it to print the error message "dns_request_create:
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews not implemented".
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews 472. [bug] Off-by-one error caused isc_time_add() to sometimes
773e64ec150c33269e748d96dd95726ed7e0d842Mark Andrews produce invalid time values.
cb8fd52bbeaf40c9166a0144541c4ff2bafc2dd6Andreas Gustafsson 471. [bug] nsupdate didn't compile on HP/UX 10.20
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson 470. [feature] $GENERATE is now supported. See also
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson 469. [bug] "query-source address * port 53;" now works.
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson 468. [bug] dns_master_load*() failed to report file and line
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson number in certain error conditions.
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer 467. [bug] dns_master_load*() failed to log an error if
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer pushfile() failed.
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer 466. [bug] dns_master_load*() could return success when it failed.
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer omapi_value_storeint().
89555ff443c8127a533f6c742316c9b1a713cfd5Mark Andrews 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson 463. [bug] nsupdate sent malformed SOA queries to the second
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson and subsequent name servers in resolv.conf if the
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson query sent to the first one failed.
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson 462. [bug] --disable-ipv6 should work now.
539cad8f49b38540b7c20c64d1ef456cb2fa7914Andreas Gustafsson 461. [bug] Specifying an unknown key in the "keys" clause of the
330b421487d7c3a5e699472fe889aa633772057fMark Andrews "controls" statement caused a NULL pointer dereference.
e22dca2a9ad30d493a869586abed86f7268204f9Mark Andrews 460. [bug] Much of the DNSSEC code only worked with class IN.
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson 459. [bug] Nslookup processed the "set" command incorrectly.
2449f41e75d3b3f1c0ec3f05b1603fd8f80d8ae0Mark Andrews 458. [bug] Nslookup didn't properly check class and type values.
ea72586fc5c360539117119ee35e4c3a04b912bcAndreas Gustafsson 457. [bug] Dig/host/hslookup didn't properly handle connect
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson timeouts in certain situations, causing an
6f7660093e70d3a7c80738b681ac0f5c1b661c00Mark Andrews unnecessary warning message to be printed.
1fdbadc594a49b423052ea342dac74ff1a36089dMark Andrews 456. [bug] Stub zones were not resetting the refresh and expire
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews counters, loadtime or clearing the DNS_ZONE_REFRESH
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews (refresh in progress) flag upon successful update.
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews This disabled further refreshing of the stub zone,
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer causing it to eventually expire. [RT #300]
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer 455. [doc] Document IPv4 prefix notation does not require a
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer dotted decimal quad but may be just dotted decimal.
d16b4e8ba885a45933dc6a46f340b76811d60c74Andreas Gustafsson 454. [bug] Enforce dotted decimal and dotted decimal quad where
d16b4e8ba885a45933dc6a46f340b76811d60c74Andreas Gustafsson documented as such in named.conf. [RT #304, RT #311]
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
de9833be77ef92c17b35c02d138a0ad8df34dd91Mark Andrews is specified in named.conf. [RT #306]
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson 452. [bug] Warn if the unimplemented option "statistics-file"
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson is specified in named.conf. [RT #301]
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson 451. [func] Update forwarding implememted.
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson 450. [func] New function ns_client_sendraw().
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson 449. [bug] isc_bitstring_copy() only works correctly if the
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson two bitstrings have the same lsb0 value, but this
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson requirement was not documented, nor was there a
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson REQUIRE for it.
ec5a06ccf7b15f07d20fd872c3dc1ab8f82f2ceaMark Andrews 448. [bug] Host output formatting change, to match v8. [RT #255]
907ec2c618d08d8322b04729779b24bd778d49e7Mark Andrews 447. [bug] Dig didn't properly retry in TCP mode after
907ec2c618d08d8322b04729779b24bd778d49e7Mark Andrews a truncated reply. [RT #277]
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson 446. [bug] Confusing notify log message. [RT #298]
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson bitstring triggered a REQUIRE statement. The REQUIRE
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson statement was incorrect. [RT #297]
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson 444. [func] "recursion denied" messages are always logged at
44c141f9471a6bb1fac0cba7880ba768ede2f0c8Brian Wellington debug level 1, now, rather than sometimes at ERROR.
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson This silences these warnings in the usual case, where
ab3eaa20e9a7e56208408563c79b4f8ac01d5e84Andreas Gustafsson some clients set the RD bit in all queries.
e1a153c3f095e217eea29958950fea36e54862ceAndreas Gustafsson 443. [bug] When loading a master file failed because of an
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson unrecognized RR type name, the error message
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson did not include the file name and line number.
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews 442. [bug] TSIG signed messages that did not match any view
4d77dbcfa052c065a87d2d35b116f17b74bae573Andreas Gustafsson crashed the server. [RT #290]
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews 441. [bug] Nodes obscured by a DNAME were inaccessible even
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews when DNS_DBFIND_GLUEOK was set.
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson 440. [func] New function dns_zone_forwardupdate().
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson 439. [func] New function dns_request_createraw().
ee3ab6063dd13b5947d3fbe88b9ce8f38d65df9dBrian Wellington 438. [func] New function dns_message_getrawmessage().
ee3ab6063dd13b5947d3fbe88b9ce8f38d65df9dBrian Wellington 437. [func] Log NOTIFY activity to the notify channel.
d81622b537be1971530cfb459acdbbe7d82d883bBrian Wellington 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington which sometimes happens on Linux, named would enter
9261ca5fc8a564968f34e108eb862157471ca50eAndreas Gustafsson a busy loop. Also, unexpected socket errors were
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson not logged at a high enough logging level to be
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington useful in diagnosing this situation. [RT #275]
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews 435. [bug] dns_zone_dump() overwrote existing zone files
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews rather than writing to a temporary file and
1cb6e8cbe41afade950837319e04da4ccf8649e0Brian Wellington renaming. This could lead to empty or partial
9261ca5fc8a564968f34e108eb862157471ca50eAndreas Gustafsson zone files being left around in certain error
1cb6e8cbe41afade950837319e04da4ccf8649e0Brian Wellington conditions involving the initial transfer of a
2033e305852d4b76772885ea73ebfb6776c1f820Mark Andrews slave zone, interfering with subsequent server
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson startup. [RT #282]
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson 434. [func] New function isc_file_isabsolute().
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson 433. [func] isc_base64_decodestring() now accepts newlines
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington within the base64 data. This makes it possible
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington to break up the key data in a "trusted-keys"
ecd1addb86319bacc6c0bff2c68373619eebbffcMark Andrews statement into multiple lines. [RT #284]
0176adc7c58bb8bd60ec71eeae94dbfbbc4018a8Mark Andrews 432. [func] Added refresh/retry jitter. The actual refresh/
0176adc7c58bb8bd60ec71eeae94dbfbbc4018a8Mark Andrews retry time is now a random value between 75% and
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson 100% of the configured value.
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson 431. [func] Log at ISC_LOG_INFO when a zone is successfully
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson 430. [bug] Rewrote the lightweight resolver client management
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson code to handle shutdown correctly and general
47d48791fc352fcdf9019200070221be41a8d77cMark Andrews 429. [bug] The space reserved for a TSIG record in a response
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson was 2 bytes too short, leading to message
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson generation failures.
0d5e7cd0afaee07302f8364aa454f09b4c63ea79Andreas Gustafsson 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson (e.g. glue). This could cause SERVFAILs when
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson generating negative responses in a secure zone.
22815444822da17fab82d4ab115da6e055ea1754Brian Wellington 427. [bug] Avoid going into an infinite loop when the validator
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson gets a negative response to a key query where the
22815444822da17fab82d4ab115da6e055ea1754Brian Wellington records are signed by the missing key.
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson 426. [bug] Attempting to generate an oversized RSA key could
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson cause dnssec-keygen to dump core.
c6de6524d777c90ae8011af8b10f5cac044081e5Mark Andrews 425. [bug] Warn about the auth-nxdomain default value change
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington if there is no auth-nxdomain statement in the
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington config file. [RT #287]
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington 424. [bug] notify_createmessage() could trigger an assertion
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington failure when creating the notify message failed,
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington e.g. due to corrupt zones with multiple SOA records.
e9596e1fb3dfa560216776acdbfac3cf5ef97157Mark Andrews 423. [bug] When responding to a recusive query, errors that occur
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson after following a CNAME should cause the query to fail.
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley 422. [func] get rid of isc_random_t, and make isc_random_get()
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley and isc_random_jitter() use rand() internally
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington instead of local state. Note that isc_random_*()
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson functions are only for weak, non-critical "randomness"
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington such as timing jitter and such.
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson 421. [bug] nslookup would exit when given a blank line as input.
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson 420. [bug] nslookup failed to implement the "exit" command.
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson 419. [bug] The certificate type PKIX was misspelled as SKIX.
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson 418. [bug] At debug levels >= 10, getting an unexpected
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson socket receive error would crash the server
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington while trying to log the error message.
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington 417. [func] Add isc_app_block() and isc_app_unblock(), which
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington allow an application to handle signals while
debff476ad3512687a354499c25d2793e2009acdBrian Wellington 416. [bug] Slave zones with no master file tried to use a
debff476ad3512687a354499c25d2793e2009acdBrian Wellington NULL pointer for a journal file name when they
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson received an IXFR. [RT #273]
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson 415. [bug] The logging code leaked file descriptors.
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson 414. [bug] Server did not shut down until all incoming zone
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson transfers were finished.
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington 413. [bug] Notify could attempt to use the zone database after
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson it had been unloaded. [RT#267]
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson 412. [bug] named -v didn't print the version.
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson 411. [bug] A typo in the HS A code caused an assertion failure.
57188b5ff2397c0517e55f622879e69ee547918dAndreas Gustafsson 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson to a random value on success.
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson 409. [bug] If named was shut down early in the startup
9a72459b6040b30d043c5fd9e283441b847e569aAndreas Gustafsson process, ns_omapi_shutdown() would attempt to lock
9a72459b6040b30d043c5fd9e283441b847e569aAndreas Gustafsson an unintialized mutex. [RT #262]
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson 408. [bug] stub zones could leak memory and reference counts if
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson all the masters were unreachable.
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson 407. [bug] isc_rwlock_lock() would needlessly block
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson readers when it reached the read quota even
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson if no writers were waiting.
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews 406. [bug] Log messages were occasionally lost or corrupted
f2a16ec2e8970615d39f8fe339b215ad0a893b85Mark Andrews due to a race condition in isc_log_doit().
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence 405. [func] Add support for selective forwarding (forward zones)
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence 404. [bug] The request library didn't completely work with IPv6.
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence 403. [bug] "host" did not use the search list.
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence 402. [bug] Treat undefined acls as errors, rather than
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence warning and then later throwing an assertion.
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence 401. [func] Added simple database API.
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson 400. [bug] SIG(0) signing and verifying was done incorrectly.
0a9a3d8c6daf9ffcfb62dbe366e26f521cbb9736Brian Wellington 399. [bug] When reloading the server with a config file
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson containing a syntax error, it could catch an
0a9a3d8c6daf9ffcfb62dbe366e26f521cbb9736Brian Wellington assertion failure trying to perform zone
f5ebf2f0c9e9d2068ace1dbcc2ef2ed3ebdbfde5Andreas Gustafsson maintenance on, or sending notifies from,
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson tentatively created zones whose views were
34d5676aac483e00e16056a6834a27b52bed42f0Brian Wellington never fully configured and lacked an address
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson database and request manager.
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson 398. [bug] "dig" sometimes caught an assertion failure when
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence using TSIG, depending on the key length.
112d9875bf33e2382f9a986d3e58fce08f1935fcOlafur Gudmundsson 397. [func] Added utility functions dns_view_gettsig() and
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence dns_view_getpeertsig().
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence 396. [doc] There is now a man page for "nsupdate"
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson 395. [bug] nslookup printed incorrect RR type mnemonics
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson for RRs of type >= 21 [RT #237].
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson 394. [bug] Current name was not propagated via $INCLUDE.
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson 393. [func] Initial answer while loading (awl) support.
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson Entry points: dns_master_loadfileinc(),
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson dns_master_loadstreaminc(), dns_master_loadbufferinc().
4f4e44c98f315bfadc6dded1b86b465222a83967David Lawrence Note: calls to dns_master_load*inc() should be rate
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence be rate limited so as to not use up all file
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence not support the given address family requested.
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence 390. [func] The function dns_zone_setdbtype() now takes
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence an argc/argv style vector of words and sets
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence both the zone database type and its arguments,
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence making the functions dns_zone_adddbarg()
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence and dns_zone_cleardbargs() unnecessary.
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence 389. [bug] Attempting to send a reqeust over IPv6 using
6c35e4dd17e6562a6b4d106cbf1d824b9f529356David Lawrence dns_request_create() on a system without IPv6
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence support caused an assertion failure [RT #235].
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence 388. [func] dig and host can now do reverse ipv6 lookups.
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson 387. [func] Add dns_byaddr_createptrname(), which converts
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson an address into the name used by a PTR query.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson 386. [bug] Missing strdup() of ACL name caused random
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington ACL matching failures [RT #228].
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson and dns_zt_print().
7fe2ead2b3e23f68c1d3c79da51ef5af4f678f7dAndreas Gustafsson 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson of 2147483647.
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson 383. [func] When writing a master file, print the SOA and NS
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson records (and their SIGs) before other records.
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson 382. [bug] named -u failed on many Linux systems where the
6c6a6c9f5e2b3c6fd72263eac155e4feddb77316Brian Wellington libc provided kernel headers do not match
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson the current kernel.
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson IPV6_PKTINFO if found. [RT #229]
4585aeb2cc84c0e0602da5abf47c31f92ec3b6b2Mark Andrews 380. [bug] nsupdate didn't work with IPv6.
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson 379. [func] New library function isc_sockaddr_anyofpf().
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson 378. [func] named and lwresd will log the command line arguments
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson they were started with in the "starting ..." message.
711c2be7d9d99ee4415bc4e41ebe4f7f31947b3bAndreas Gustafsson 377. [bug] When additional data lookups were refused due to
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson "allow-query", the databases were still being
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson attached causing reference leaks.
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson 376. [bug] The server should always use good entropy when
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson performing cryptographic functions needing entropy.
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson 375. [bug] Per-zone "allow-query" did not properly override the
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson view/global one for CNAME targets and additional
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson data [RT #220].
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson 374. [bug] SOA in authoritative negative responses had wrong TTL.
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews 373. [func] nslookup is now installed by "make install".
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews 372. [bug] Deal with Microsoft DNS servers appending two bytes of
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington garbage to zone transfer requests.
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington 371. [bug] At high debug levels, doing an outgoing zone transfer
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington of a very large RRset could cause an assertion failure
99a8d30559834dc12bd80f4f164fa6375f73cb62Mark Andrews during logging.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence 370. [bug] The error messages for rollforward failures were
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence overly terse.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence 369. [func] Support new named.conf options, view and zone
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence max-retry-time, min-retry-time,
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence max-refresh-time, min-refresh-time.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence 368. [func] Restructure the internal ".bind" view so that more
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence zones can be added to it.
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews 367. [bug] Allow proper selection of server on nslookup command
afb0a628efd8ecf40f66f6b8d0711bca62be2a9aMark Andrews 366. [func] Allow use of '-' batch file in dig for stdin.
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington 365. [bug] nsupdate -k leaked memory.
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson 364. [func] Added additional-from-{cache,auth}
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews 362. [bug] rndc no longer aborts if the configuration file is
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews missing an options statement. [RT #209]
fb13bc029f62193a07d92384a910a0317fc7e0b0Brian Wellington 361. [func] When the RBT find or chain functions set the name and
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews origin for a node that stores the root label
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews the name is now set to an empty name, instead of ".",
fb13bc029f62193a07d92384a910a0317fc7e0b0Brian Wellington to simplify later use of the name and origin by
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson dns_name_concatenate(), dns_name_totext() or
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence dns_name_format().
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson 360. [func] dns_name_totext() and dns_name_format() now allow
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence an empty name to be passed, which is formatted as "@".
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 359. [bug] dnssec-signzone occasionally signed glue records.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 358. [cleanup] Rename the intermediate files used by the dnssec
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 357. [bug] The zone file parser crashed if the argument
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence to $INCLUDE was a quoted string.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 356. [cleanup] isc_task_send no longer requires event->sender to
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 354. [doc] Man pages for the dnssec tools are now included in
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence the distribution, in doc/man/dnssec.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 353. [bug] double increment in lwres/gethost.c:copytobuf().
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 352. [bug] Race condition in dns_client_t startup could cause
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence an assertion failure.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson signed query could crash the server.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 350. [bug] Also-notify lists specified in the global options
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence block were not correctly reference counted, causing
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence a memory leak.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 349. [bug] Processing a query with the CD bit set now works
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 348. [func] New boolean named.conf options 'additional-from-auth'
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence and 'additional-from-cache' now supported in view and
5455f30a7532738d750252c00e649890c694ee30Brian Wellington global options statement.
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington 347. [bug] Don't crash if an argument is left off options in dig.
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington 346. [func] Add support for .digrc config file, in the
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington user's current directory
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington 345. [bug] Large-scale changes/cleanups to dig:
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington * Significantly improve structure handling
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews * Don't pre-load entire batch files
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews * Fix SIGINT handling
4fbd6a13a5ba6ec1e9bd080cba86c74b3b92c894Mark Andrews * Shorten timeouts to match v8's behavior
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson 344. [bug] When shutting down, lwresd sometimes tried
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson to shut down its client tasks twice,
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson triggering an assertion.
0b135de5a52acec5bb42f96b4e79484d1629fd93Brian Wellington 343. [bug] Although zone maintenance SOA queries and
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson notify requests were signed with TSIG keys
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson when configured for the server in case,
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson the TSIG was not verified on the response.
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson 342. [bug] The wrong name was being passed to
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson dns_name_dup() when generating a TSIG
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson key using TKEY.
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson 341. [func] Support 'key' clause in named.conf zone masters
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson statement to allow authentication via TSIG keys:
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson 10.0.0.1 port 5353 key "foo";
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson 340. [bug] The top-level COPYRIGHT file was missing from
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson the distribution.
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson 339. [bug] DNSSEC validation of the response to an ANY
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson query at a name with a CNAME RR in a secure
6060b0ac76667afae3c9132ab6e3568a7a693f5dAndreas Gustafsson zone triggered an assertion failure.
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington 338. [bug] lwresd logged to syslog as named, not lwresd.
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley on the command line.
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley 336. [bug] "dig -f" used 64 k of memory for each line in
751aa24c98fea02215cad95a08411af547d70e41Bob Halley the file. It now uses much less, though still
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson proportionally to the file size.
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson 335. [bug] named would occasionally attempt recursion when
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson it was disallowed or undesired.
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson 334. [func] Added hmac-md5 to libisc.
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson 333. [bug] The resolver incorrectly accepted referrals to
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews domains that were not parents of the query name,
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson causing assertion failures.
f08f3c6caeb8460cb679a8687f61da61fff69fb0Mark Andrews 332. [func] New function dns_name_reset().
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson 331. [bug] Only log "recursion denied" if RD is set. (RT #178)
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson 330. [bug] Many debugging messages were partially formatted
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson even when debugging was turned off, causing a
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington significant decrease in query performance.
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington 329. [func] omapi_auth_register() now takes a size_t argument for
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington the length of a key's secret data. Previously
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson OMAPI only stored secrets up to the first NUL byte.
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington 328. [func] Added isc_base64_decodestring().
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson 327. [bug] rndc.conf parser wasn't correctly recognising an IP
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson address where a host specification was required.
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley 326. [func] 'keys' in an 'inet' control statement is now
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley required and must have at least one item in it.
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley A "not supported" warning is now issued if a 'unix'
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley control channel is defined.
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson 325. [bug] isc_lex_gettoken was processing octal strings when
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson ISC_LEXOPT_CNUMBER was not set.
ecaedd50f4e6b8cff110f9981a0a33a34269d421Mark Andrews 324. [func] In the resolver, turn EDNS0 off if there is no
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson response after a number of retransmissions.
296253a3b9dec61190cce77e8b551e05ff514fcdAndreas Gustafsson This is to allow queries some chance of succeeding
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence even if all the authoritative servers of a zone
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence silently discard EDNS0 requests instead of
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence sending an error response like they ought to.
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence Because of this, servers authoritative for a parent
1ac6cf2f7ae95e4c915cba7038e61930d7c4ba2aAndreas Gustafsson and grandchild zone but not authoritative for the
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence intervening child zone did not correctly issue
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson referrals to the servers of the child zone.
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson 322. [bug] Queries for KEY RRs are now sent to the parent
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson server before the authoritative one, making
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson DNSSEC insecurity proofs work in many cases
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson where they previously didn't.
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson 321. [bug] When synthesizing a CNAME RR for a DNAME
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson response, query_addcname() failed to intitialize
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson the type and class of the CNAME dns_rdata_t,
47afc27c28aef95d94e8d1296498ba57a5f00b25Brian Wellington causing random failures.
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington 320. [func] Multiple rndc changes: parses an rndc.conf file,
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson uses authentication to talk to named, command
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington line syntax changed. This will all be described
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington 319. [func] The named.conf "controls" statement is now used
c20ffa38dee7efa0dc01822d4bac5e41729b9b61Brian Wellington to configure the OMAPI command channel.
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson 318. [func] dns_c_ndcctx_destroy() could never return anything
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson except ISC_R_SUCCESS; made it have void return instead.
2b7a77a68e27fc7991a857d403cb34b2ae90fc0bMark Andrews 317. [func] Use callbacks from libomapi to determine if a
4df51a8f53381d57b3dd75dd84615abd4cf9e969Andreas Gustafsson new connection is valid, and if a key requested
0c9dd74fecd876563b7f0e4662243ff026b59622Andreas Gustafsson to be used with that connection is valid.
0c9dd74fecd876563b7f0e4662243ff026b59622Andreas Gustafsson 316. [bug] Generate a warning if we detect an unexpected <eof>
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson but treat as <eol><eof>.
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson 315. [bug] Handle non-empty blanks lines. (RT #163)
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington 314. [func] The named.conf controls statement can now have
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson more than one key specified for the inet clause.
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington 313. [bug] When parsing resolv.conf, don't terminate on an
55ddb88e53838693370c213930beda1652b8a583Brian Wellington error. Instead, parse as much as possible, but
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson still return an error if one was found.
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington 312. [bug] Increase the number of allowed elements in the
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson resolv.conf search path from 6 to 8. If there
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington are more than this, ignore the remainder rather
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington than returning a failure in lwres_conf_parse.
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington 311. [bug] lwres_conf_parse failed when the first line of
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington resolv.conf was empty or a comment.
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington 310. [func] Changes to named.conf "controls" statement (inet
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley subtype only)
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley - support "keys" clause
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington inet * port 1024
672056d560d973cac1c0d02f087e059eef8f948fBrian Wellington allow { any; } keys { "foo"; }
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence - allow "port xxx" to be left out of statement,
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence in which case it defaults to omapi's default port
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington 309. [bug] When sending a referral, the server did not look
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington for name server addresses as glue in the zone
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington holding the NS RRset in the case where this zone
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson was not the same as the one where it looked for
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington name server addresses as authoritative data.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson 308. [bug] Treat a SOA record not at top of zone as an error
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington when loading a zone. (RT #154)
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington 307. [bug] When canceling a query, the resolver didn't check for
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington isc_socket_sendto() calls that did not yet have their
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson completion events posted, so it could (rarely) end up
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington destroying the query context and then want to use
c1ff0308f3f67bf148f96ca952db081eb5fd8383Brian Wellington it again when the send event posted, triggering an
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson assertion as it tried to cancel an already-canceled
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson query. (RT #77)
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson 306. [bug] Reading HMAC-MD5 private key files didn't work.
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson 305. [bug] When reloading the server with a config file
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson containing a syntax error, it could catch an
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson assertion failure trying to perform zone
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson maintenance on tentatively created zones whose
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson views were never fully configured and lacked
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington an address database.
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson are listed in resolv.conf, silently ignore them
3bd8e7cf1c082cd1021e5a6cae1cf21911217858Brian Wellington instead of returning failure.
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson 303. [bug] Add additional sanity checks to differentiate a AXFR
b8a85202af814468421a6541b4c935bd14773c53Brian Wellington response vs a IXFR response. (RT #157)
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson 302. [bug] In dig, host, and nslookup, MXNAME should be large
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson enough to hold any legal domain name in presentation
48565891e8f2f8c77b87908b4893f693a08e9ba9Brian Wellington format + terminating NULL.
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson 301. [bug] Uninitalised pointer in host:printmessage(). (RT #159)
b0390aab30438a13f533cccae9389945214b1421Brian Wellington 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
b0390aab30438a13f533cccae9389945214b1421Brian Wellington on platforms lacking IPv6 because each included their
b0390aab30438a13f533cccae9389945214b1421Brian Wellington own ipv6 header file for the missing definitions. Now
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson each library's ipv6.h defines the wrapper symbol of
54d64c7994d01da590462ecc56faf1a87fc4abb9Brian Wellington the other (ISC_IPV6_H and LWRES_IPV6_H).
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson 299. [cleanup] Get the user and group information before changing the
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson root directory, so the administrator does not need to
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington keep a copy of the user and group databases in the
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington chroot'ed environment. Suggested by Hakan Olsson.
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington 298. [bug] A mutex deadlock occurred during shutdown of the
d9112843333472bb7700c02a10d18e2b253b2708Bob Halley interface manager under certain conditions.
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson Digital Unix systems were the most affected.
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson 297. [bug] Specifying a key name that wasn't fully qualified
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson in certain parts of the config file could cause
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson an assertion failure.
04cb6056a6539539e0fc2ed695298f7fa7b1d632Brian Wellington 296. [bug] "make install" from a separate build directory
17789c880460c0bca3f3693c759be2214b936e69Brian Wellington failed unless configure had been run in the source
55b62439233d930152690b9eba97b06d9dc13d23Mark Andrews directory, too.
02e7e0ba65a26a5f8728b0ee256f7253795cf839Brian Wellington 295. [bug] When invoked with type==CNAME and a message
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson not constructed by dns_message_parse(),
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence dns_message_findname() failed to find anything
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence due to checking for attribute bits that are set
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence only in dns_message_parse(). This caused an
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence infinite loop when constructing the response to
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence an ANY query at a CNAME in a secure zone.
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson 294. [bug] If we run out of space in while processing glue
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson when reading a master file and commit "current name"
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson reverts to "name_current" instead of staying as
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington 293. [port] Add support for FreeBSD 4.0 system tests.
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington 292. [bug] Due to problems with the way some operating systems
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington handle simultaneous listening on IPv4 and IPv6
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews addresses, the server no longer listens on IPv6
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews addresses by default. To revert to the previous
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley behavior, specify "listen-on-v6 { any; };" in
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley the config file.
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley 291. [func] Caching servers no longer send outgoing queries
76b3ec5e0c3ae856bc1000270bf3df13580673ebBrian Wellington over TCP just because the incoming recursive query
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley was a TCP one.
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley 290. [cleanup] +twiddle option to dig (for testing only) removed.
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington host is now installed in $bindir. (Be sure to remove
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley any $sbindir/dig from a previous release.)
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson 288. [func] rndc is now installed by "make install" into $sbindir.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson 287. [bug] rndc now works again as "rndc 127.1 reload" (for
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson only that task). Parsing its configuration file and
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson using digital signatures for authentication has been
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson disabled until named supports the "controls" statement,
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson 286. [bug] On Solaris 2, when named inherited a signal state
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson where SIGHUP had the SIG_IGN action, SIGHUP would
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson be ignored rather than causing the server to reload
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellington its configuration.
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley 285. [bug] A change made to the dst API for beta4 inadvertently
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley broke OMAPI's creation of a dst key from an incoming
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington message, causing an assertion to be triggered. Fixed.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson 284. [func] The DNSSEC key generation and signing tools now
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson generate randomness from keyboard input on systems
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson 283. [cleanup] The 'lwresd' program is now a link to 'named'.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson too big for an unsigned long.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson 281. [bug] Fixed list of recognized config file category names.
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews 280. [func] Add isc-config.sh, which can be used to more
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews easily build applications that link with
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews our libraries.
a97b72bac75dd2b4294108f59e1273f50495583cAndreas Gustafsson 279. [bug] Private omapi function symbols shared between
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson two or more files in libomapi.a were not namespace
1c1156b6e71555e593ed4bbca2284055c9f6fa45Andreas Gustafsson protected using the ISC convention of starting with
1c1156b6e71555e593ed4bbca2284055c9f6fa45Andreas Gustafsson the library name and two underscores ("omapi__"...)
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington note of when isc_log_categorybyname() wasn't able
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington to find the category name and would then apply the
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington channel list of the unknown category to all categories.
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson would fail to find the first member of any category
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson or module array apart from the internal defaults.
df0f58959ed82a2a43ca8d816ce9592541df9f2fMark Andrews Thus, for example, the "notify" category was improperly
4d35b6836eb57387a9da6b103331b59cc988b827Mark Andrews configured by named.
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley 276. [bug] dig now supports maximum sized TCP messages.
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley 275. [bug] The definition of lwres_gai_strerror() was missing
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley the lwres_ prefix.
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
4e605108c6533c2ec6311ee7a466582392656dddAndreas Gustafsson 273. [func] The default for the 'transfer-format' option is
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson now 'many-answers'. This will break zone transfers
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington to BIND 4.9.5 and older unless there is an explicit
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington 'one-answer' configuration.
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington 272. [bug] The sending of large TCP responses was canceled
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington in mid-transmission due to a race condition
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington caused by the failure to set the client object's
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington "newstate" variable correctly when transitioning
c44ab73a0f37fa8c8a52069ca20dd060492dbafdAndreas Gustafsson to the "working" state.
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson 271. [func] Attempt to probe the number of cpus in named
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley if unspecified rather than defaulting to 1.
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley 270. [func] Allow maximum sized TCP answers.
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley 269. [bug] Failed DNSSEC validations could cause an assertion
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson failure by causing clone_results() to be called with
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson with hevent->node == NULL.
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson 268. [doc] A plain text version of the Administrator
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington Reference Manual is now included in the distribution,
2cb74c5bc52ef415a771fafe0bf504eab609feadBrian Wellington 267. [func] Nsupdate is now provided in the distribution.
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington 266. [bug] zone.c:save_nsrrset() node was not initalized.
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington 265. [bug] dns_request_create() now works for TCP.
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington 264. [func] Dispatch can not take TCP sockets in connecting
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington state. Set DNS_DISPATCHATTR_CONNECTED when calling
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington dns_dispatch_createtcp() for connected TCP sockets
d77312050f1fb1d41b450d4fe6908ea155264d08Brian Wellington or call dns_dispatch_starttcp() when the socket is
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson 263. [func] New logging channel type 'stderr'
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson channel some-name {
9a7d163f6f305d48771b4c56d8d18efc6dfc8fc3Mark Andrews severity error;
31039b15173fb3e375269991920e4843f664457eMark Andrews 262. [bug] 'master' was not initalized in zone.c:stub_callback().
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson 261. [func] Add dns_zone_markdirty().
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson 260. [bug] Running named as a non-root user failed on Linux
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson kernels new enough to support retaining capabilities
22457624d3e63e7cd255b4083cb435c16caea26dBob Halley after setuid().
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson 259. [func] New random-device and random-seed-file statements
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington for global options block of named.conf. Both accept
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington a single string argument.
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington 258. [bug] Fixed printing of lwres_addr_t.address field.
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington 257. [bug] The server detached the last zone manager reference
e880677f633f726b7df11ba3e59d4406e22256aaMark Andrews too early, while it could still be in use by queries.
e880677f633f726b7df11ba3e59d4406e22256aaMark Andrews This manifested itself as assertion failures during the
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson shutdown process for busy name servers (RT #133).
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson isc_ratelimiter_shutdown guarantees that the rate
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson limiter is detached from its task.
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington 255. [func] New function dns_zonemgr_attach().
f91dc72b422479b5a0caf1fe54c4054d25ae6055Brian Wellington 254. [bug] Suppress "query denied" messages on additional data
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson --- 9.0.0b4 released ---
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley 253. [func] resolv.conf parser now recognises ';' and '#' as
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson comments (anywhere in line, not just as the beginning).
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley 252. [bug] resolv.conf parser mishandled masks on sortlists.
8e68489885e744ab48907414b4199c36858c27ddMark Andrews It also aborted when an unrecognized keyword was seen,
8e68489885e744ab48907414b4199c36858c27ddMark Andrews now it silently ignores the entire line.
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson 251. [bug] lwresd caught an assertion failure on startup.
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson 250. [bug] fixed handling of size+unit when value would be too
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson large for internal representation.
d8d95c7d2eae28c5adbde097e88efa115bae6f35Andreas Gustafsson 249. [cleanup] max-cache-size config option now takes a size-spec
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson like 'datasize', except 'default' is not allowed.
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson 248. [bug] global lame-ttl option was not being printed when
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson config structures were written out.
7427490a67b9547242b57c255254f7e146127c48Bob Halley 247. [cleanup] Rename cache-size config option to max-cache-size.
7427490a67b9547242b57c255254f7e146127c48Bob Halley 246. [func] Rename global option cachesize to cache-size and
aac319b506beb2e9a77ef124ee95b18870194b05Mark Andrews add corresponding option to view statement.
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson 245. [bug] If an uncompressed name will take more than 255
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson bytes and the buffer is sufficiently long,
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson dns_name_fromwire should return DNS_R_FORMERR,
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson not ISC_R_NOSPACE. This bug caused cause the
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews server to catch an assertion failure when it
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews received a query for a name longer than 255
b1b3495eba72ea2b7270c5cd62b0bb824de74e05Mark Andrews 244. [bug] empty named.conf file and empty options statement are
80ddc8b22bf2ede60038393be5cad9da99d3f03fAndreas Gustafsson now parsed properly.
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington 243. [func] new cachesize option for named.conf
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington 241. [cleanup] nscount and soacount have been removed from the
a1cad3b231800ca928751ff8889bdc6d312d1f88Andreas Gustafsson dns_master_*() arguement lists.
a12d9cfa59b5981c52e1aaafedf652d5128f3448Brian Wellington 240. [func] databases now come in three flavours: zone, cache
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington 239. [func] If ISC_MEM_DEBUG is enabled, the variable
0f537d1c63f643924355ff9ca2cf72c547101aa4Brian Wellington isc_mem_debugging controls whether messages
e4aeba32725a79e295c2ceed1919cba076530ba3Andreas Gustafsson are printed or not.
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson 238. [cleanup] A few more compilation warnings have been quieted:
4b236540be165859390f05911eda86a39ee58eedAndreas Gustafsson + missing sigwait prototype on BSD/OS 4.0/4.0.1.
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson + PTHREAD_ONCE_INIT unbraced initializer warnings on
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson + IN6ADDR_ANY_INIT unbraced initializer warnings on
f6987630ce2d424a34bb9d373b3c08de48010287Andreas Gustafsson BSD/OS 4.*, Linux and Solaris 2.8.
80ddc8b22bf2ede60038393be5cad9da99d3f03fAndreas Gustafsson 237. [bug] If connect() returned ENOBUFS when the resolver was
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews initiating a TCP query, the socket didn't get
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews destroyed, and the server did not shut down cleanly.
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews 236. [func] Added new listen-on-v6 config file statement.
363cb30a83e8e57bc8874e621910f0e23dd84909Mark Andrews 235. [func] Consider it a config file error if a listen-on
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson statement has an IPv6 address in it, or a
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington listen-on-v6 statement has an IPv4 address in it.
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington 234. [bug] Allow a trusted-key's first field (domain-name) be
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson either a quoted or an unquoted string, instead of
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson requiring a quoted string.
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson 233. [cleanup] Convert all config structure integer values to unsigned
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson integer (isc_uint32_t) to match grammer.
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson 232. [bug] Allow slave zones to not have a file.
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson 231. [func] Support new 'port' clause in config file options
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson section. Causes 'listen-on', 'masters' and
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson 'also-notify' statements to use its value instead of
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington default (53).
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington 230. [func] Replace the dst sign/verify API with a cleaner one.
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington 229. [func] Support config file sig-validity-interval statement
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington in options, views and zone statements (master
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson 228. [cleanup] Logging messages in config module stripped of
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington trailing period.
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington dns_rcode_*, dns_opcode_*, and dns_trust_* are
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson also now cast to their appropriate types, as with
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson dns_rdatatype_* in item number 225 below.
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington 226. [func] dns_name_totext() now always prints the root name as
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington '.', even when omit_final_dot is true.
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington cast to dns_rdatatype_t via macros of their same name
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington so that they are of the proper integral type wherever
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson a dns_rdatatype_t is needed.
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson 224. [cleanup] The entire project builds cleanly with gcc's
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews -Wcast-qual and -Wwrite-strings warnings enabled,
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews which is now the default when using gcc. (Warnings
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington from confparser.c, because of yacc's code, are
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington unfortunately to be expected.)
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley 223. [func] Several functions were reprototyped to qualify one
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson or more of their arguments with "const". Similarly,
fb0663dbdd4811c6062fe602b511227be66aec56Mark Andrews several functions that return pointers now have
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson those pointers qualified with const.
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington 222. [bug] The global 'also-notify' option was ignored.
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington 221. [bug] An uninitialized variable was sometimes passed to
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson dns_rdata_freestruct() when loading a zone, causing
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson an assertion failure.
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson 220. [cleanup] Set the default outgoing port in the view, and
b65fc651b8aaab5d0fb9b8f6ef583d699d14a113Mark Andrews set it in sockaddrs returned from the ADB.
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson [31-May-2000 explorer]
c50895694ef939f287aaa7505e0fcf634903bd34Mark Andrews 219. [bug] Signed truncated messages more correctly follow
be387fd057ee54ae5d84904e69587d6e29bd3950Mark Andrews the respective specs.
d72269740049af28b091ba81d68a067c88f53547Mark Andrews 218. [func] When an rdataset is signed, its ttl is normalized
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson based on the signature validity period.
7dbb39a417a28f61ba13e6e066c2f9c711f61471Mark Andrews 217. [func] Also-notify and trusted-keys can now be used in
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews the 'view' statement.
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson 215. [bug] Failures at certain points in request processing
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington could cause the assertion INSIST(client->lockview
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington == NULL) to be triggered.
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson 214. [func] New public function isc_netaddr_format(), for
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson formatting network addresses in log messages.
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson 213. [bug] Don't leak memory when reloading the zone if
725fec8d79ff36402b0f90a7a05aafa7964e387fBrian Wellington an update-policy clause was present in the old zone.
9b0c4bf7003db929fe00a345fc96fb97677d29e0Brian Wellington 212. [func] Added dns_message_get/settsigkey, to make TSIG
19c7cce8555ccc0c95455a0c35dedd017d420d05Mark Andrews key management reasonable.
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson 211. [func] The 'key' and 'server' statements can now occur
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson inside 'view' statements.
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson 210. [bug] The 'allow-transfer' option was ignored for slave
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson zones, and the 'transfers-per-ns' option was
0c70ab306505d89983186e9f8bb8647de55b5d04Mark Andrews was ignored for all zones.
0c70ab306505d89983186e9f8bb8647de55b5d04Mark Andrews 209. [cleanup] Upgraded openssl files to new version 0.9.5a
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington of an isc_offset_t.
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington 207. [func] The dnssec tools properly use the logging subsystem.
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington 206. [cleanup] dst now stores the key name as a dns_name_t, not
523dd6a979865b8b1b8f1ecc81e5ce47a168c63fBrian Wellington 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews ("prototyped function redeclared without prototype")
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews and 1552 ("variable ... set but not used") when
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews compiling in the lib/dns/sec/{dnssafe,openssl}
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington directories, which contain code imported from outside
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
3f8ad70264645ebd6a2a8bc7e923271eb5bf8416Brian Wellington to quiet the warnings that "The linked output may not
3f8ad70264645ebd6a2a8bc7e923271eb5bf8416Brian Wellington run on a PA 1.x system."
fff07c1022643da7274d4ba1b086c9c218762dc9Brian Wellington 203. [func] notify and zone soa queries are now tsig signed when
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson 202. [func] isc_lex_getsourceline() changed from returning int
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson to returning unsigned long, the type of its underlying
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson 201. [cleanup] Removed the test/sdig program, it has been
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson --- 9.0.0b3 released ---
228c679d7a269423019f7c528db92e855f08240bMark Andrews 200. [bug] Failures in sending query responses to clients
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington (e.g., running out of network buffers) were
148af05e15f5d7ae3b076231617369fdaf57d26dAndreas Gustafsson 199. [bug] isc_heap_delete() sometimes violated the heap
d31498a54482c8d5d934875d3fdeaa621c962d6fBrian Wellington invariant, causing timer events not to be posted
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington 198. [func] Dispatch managers hold memory pools which
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington any managed dispatcher may use. This allows
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington us to avoid dipping into the memory context for
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington most allocations. [19-May-2000 explorer]
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington 197. [bug] When an incoming AXFR or IXFR completes, the
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington zone's internal state is refreshed from the
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington SOA data. [19-May-2000 explorer]
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington 196. [func] Dispatchers can be shared easily between views
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington and/or interfaces. [19-May-2000 explorer]
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews 195. [bug] Including the NXT record of the root domain
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews in a negative response caused an assertion
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer 194. [doc] The PDF version of the Administrator's Reference
61470ed14b20c55c0730461165faa582a3775eb8Mark Andrews Manual is no longer included in the ISC BIND9
f7e900edbc368275aa7cec7ebec0986e45aeadd7Mark Andrews 193. [func] changed dst_key_free() prototype.
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington 192. [bug] Zone configuration validation is now done at end
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington of config file parsing, and before loading
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington 191. [func] Patched to compile on UnixWare 7.x. This platform
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington is not directly supported by the ISC.
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley 190. [cleanup] The DNSSEC tools have been moved to a separate
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley directory dnssec/ and given the following new,
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley more descriptive names:
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley dnssec-keygen
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley dnssec-signzone
065958bd3d26dbc25ff313cfcee07bb6a77ee47eBrian Wellington dnssec-signkey
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley dnssec-makekeyset
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence Their command line arguments have also been changed to
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson be more consistent. dnssec-keygen now prints the
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson name of the generated key files (sans extension)
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson on standard output to simplify its use in automated
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence 189. [func] isc_time_secondsastimet(), a new function, will ensure
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence that the number of seconds in an isc_time_t does not
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence exceed the range of a time_t, or return ISC_R_RANGE.
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence Similarly, isc_time_now(), isc_time_nowplusinterval(),
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence isc_time_add() and isc_time_subtract() now check the
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence range for overflow/underflow. In the case of
046a9aca49bdc25bd57d75fd0dd34c021722f095Mark Andrews isc_time_subtract, this changed a calling requirement
f4e4111795ceb13066d09c38723afacb04e33ad4Mark Andrews (ie, something that could generate an assertion)
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson into merely a condition that returns an error result.
f4e4111795ceb13066d09c38723afacb04e33ad4Mark Andrews isc_time_add() and isc_time_subtract() were void-
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews valued before but now return isc_result_t.
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews 188. [func] Log a warning message when an incoming zone transfer
be171be1799e0ba8cdd35d4f67b772ff086d0d81Andreas Gustafsson contains out-of-zone data.
9f28451bca8377ef6c9ea3b0a49bf342c9fa6800Mark Andrews 187. [func] isc_ratelimter_enqueue() has an additional arguement
af5dc286ff4b750deec50d1c006aae5fc38019c0Mark Andrews 186. [func] dns_request_getresponse() has an additional arguement
af5dc286ff4b750deec50d1c006aae5fc38019c0Mark Andrews 'preserve_order'.
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington public functions did not have an isc__ prefix, and
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington referred to functions that had previously been
9b2a2a9016980fbed6b2025d365a8ae99897608cDavid Lawrence 184. [cleanup] Variables/functions which began with two leading
86b8c485762daa54a96d033110f6f41ea96e5213David Lawrence underscores were made to conform to the ANSI/ISO
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence standard, which says that such names are reserved.
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence for logging the program name or other identifier.
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence 182. [cleanup] New commandline parameters for dnssec tools
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
02e38214502c3a946cdfe87e16525747617a1150Brian Wellington 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence 179. [func] options named.conf statement *must* now come
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence before any zone or view statements.
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence 178. [func] Post-load of named.conf check verifies a slave zone
fdb2cda3ed366699d70aaf67ee5ae7fcd2ca7561David Lawrence has non-empty list of masters defined.
6094a7774954463e312f7266c8d4d3f26aa07d4aAndreas Gustafsson 177. [func] New per-zone boolean:
8dc3d2006f679d0a291f7a20612c37e2a7146096Brian Wellington enable-zone yes | no ;
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson intended to let a zone be disabled without having
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson to comment out the entire zone statement.
bd5f2ac1880f5f2e96b291378c3dff296fc011f1Mark Andrews 176. [func] New global and per-view option:
24c5978e0b32137305c2bef2c6e116ee7680a610Andreas Gustafsson max-cache-ttl number
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington 175. [func] New global and per-view option:
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington additional-data internal | minimal | maximal;
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence 174. [func] New public function isc_sockaddr_format(), for
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence formatting socket addresses in log messages.
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence 173. [func] Keep a queue of zones waiting for zone transfer
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson quota so that a new transfer can be dispatched
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson immediately whenever quota becomes available.
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington 172. [bug] $TTL directive was sometimes missing from dumped
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington master files because totext_ctx_init() failed to
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington initialize ctx->current_ttl_valid.
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson 171. [cleanup] On NetBSD systems, the mit-pthreads or
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson unproven-pthreads library is now always used
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson unless --with-ptl2 is explicitly specified on
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson the configure command line. The
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson --with-mit-pthreads option is no longer needed
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson and has been removed.
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson 170. [cleanup] Remove inter server consistancy checks from zone,
f53848e17123569387b279578f0100dca5407da5Mark Andrews these should return as a seperate module in 9.1.
f53848e17123569387b279578f0100dca5407da5Mark Andrews dns_zone_checkservers(), dns_zone_checkparents(),
f53848e17123569387b279578f0100dca5407da5Mark Andrews dns_zone_checkchildren(), dns_zone_checkglue().
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington Remove dns_zone_setadb(), dns_zone_setresolver(),
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington dns_zone_setrequestmgr() these should now be found
64a84169d7eed05486b10be90afea58f4af146f9Brian Wellington via the view.
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson 169. [func] ratelimiter can now process N events per interval.
acc63b06d9e4e2137950dabddcccd17d8b336ca0Olafur Gudmundsson 168. [bug] include statements in named.conf caused syntax errors
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington due to not consuming the semicolon ending the include
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington statement before switching input streams.
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson 167. [bug] Make lack of masters for a slave zone a soft error.
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson 166. [bug] Keygen was overwriting existing keys if key_id
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson conflicted, now it will retry, and non-null keys
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson with key_id == 0 are not generated anymore. Key
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson was not able to generate NOAUTHCONF DSA key,
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson increased RSA key size to 2048 bits.
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson 165. [cleanup] Silence "end-of-loop condition not reached" warnings
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson from Solaris compiler.
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson to encapsulate nonportable usage of errno and sync.
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson 163. [func] Added result codes ISC_R_FILENOTFOUND and
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence ISC_R_FILEEXISTS.
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence 162. [bug] Ensure proper range for arguments to ctype.h functions.
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence 161. [cleanup] error in yyparse prototype that only HPUX caught.
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence 160. [cleanup] getnet*() are not going to be implemented at this
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence 159. [func] Redefinition of config file elements is now an
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence error (instead of a warning).
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence 158. [bug] Log channel and category list copy routines
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington weren't assigning properly to output parameter.
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington 157. [port] Fix missing prototype for getopt().
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington 156. [func] Support new 'database' statement in zone.
253f774e358dba38742a484426a4cadf4f248817Brian Wellington database "quoted-string";
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington 155. [bug] ns_notify_start() was not detaching the found zone.
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington 154. [func] The signer now logs libdns warnings to stderr even when
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson not verbose, and in a nicer format.
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson is NULL then you need to preserve the 'rdata' until
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson you have finished using the structure as there may be
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson references to the associated memory. If 'mctx' is
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington non-NULL it is guaranteed that there are no references
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington to memory associated with 'rdata'.
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer dns_rdata_freestruct() must be called if 'mctx' was
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer non-NULL and may safely be called if 'mctx' was NULL.
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence 152. [bug] keygen dumped core if domain name argument was omitted
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence from command line.
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington 151. [func] Support 'disabled' statement in zone config (causes
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington zone to be parsed and then ignored). Currently must
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington come after the 'type' clause.
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer 150. [func] Support optional ports in masters and also-notify
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson 149. [cleanup] Removed usused argument 'olist' from
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington dns_c_view_unsetordering().
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington 148. [cleanup] Stop issuing some warnings about some configuration
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington file statements that were not implemented, but now are.
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington 147. [bug] Changed yacc union size to be smaller for yaccs that
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington put yacc-stack on the real stack.
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington 146. [cleanup] More general redundant header file cleanup. Rather
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington than continuing to itemize every header which changed,
833535ea78ec7a15376b862fd288ffd00f808666Brian Wellington this changelog entry just notes that if a header file
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington did not need another header file that it was including
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington in order to provide its advertized functionality, the
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington inclusion of the other header file was removed. See
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington util/check-includes for how this was tested.
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson ISC_LANG_ENDDECLS to header files that had function
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson prototypes, and removed it from those that did not.
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington 144. [cleanup] libdns header files too numerous to name were made
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington to conform to the same style for multiple inclusion
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson 143. [func] Added function dns_rdatatype_isknown().
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson 141. [bug] Corrupt requests with multiple questions could
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson cause an assertion failure.
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
5a6335a8bffdcc15ab4b3bb01d070080f9bc892eMark Andrews 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson renamed isc_string_touint64. isc_strsep moved from
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson strsep.c to string.c and renamed isc_string_separate.
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson <isc/serial.h>, <isc/string.h> and <isc/offset.h>
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson made to conform to the same style for multiple
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews inclusion protection.
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson or <isc/boolean.h>, now uses <isc/types.h> in place
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson and ISC_LANG_ENDDECLS.
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson 134. [cleanup] <isc/dir.h> does not need <limits.h>.
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
483958540f0034d543f0564beb7877326f15a45bMark Andrews 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
59e1a928bc4253b91ead0f7c46be7d3984cb3016Bob Halley for ISC_R_* codes used in macros.
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson <isc/boolean.h>, and now includes <isc/types.h>
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews 129. [bug] The 'default_debug' log channel was not set up when
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews 'category default' was present in the config file
f9870620b346ed267023dc98ee81adcfef2e16b7Andreas Gustafsson 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
dfd7798d8b870abf03795d8095297a4b982ab6e9Mark Andrews ISC_LANG_ENDDECLS at end of header.
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews 127. [cleanup] The contracts for the comparision routines
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews dns_name_fullcompare(), dns_name_compare(),
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews dns_name_rdatacompare(), and dns_rdata_compare() now
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews specify that the order value returned is < 0, 0, or > 0
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews instead of -1, 0, or 1.
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson <isc/resultclass.h> do not need <isc/lang.h>.
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson 124. [func] signer now imports parent's zone key signature
d7e77a9b59138e8a94d3dfa4e41e1852ad51ac25Andreas Gustafsson and creates null keys/sets zone status bit for
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson children when necessary
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson 123. [cleanup] <isc/event.h> does not need <stddef.h>.
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley <isc/result.h>. Multiple inclusion protection
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley isc_symtab_t moved to <isc/types.h>.
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson 119. [cleanup] structure definitions for generic rdata stuctures do
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson not have _generic_ in their names.
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson YACC crust (yyparse, etc) [2000-apr-27 explorer]
86a4d80e0624a10b1824d25018246e1ea63f55d2Andreas Gustafsson 117. [cleanup] libdns.a changes:
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson dns_zone_clearnotify() and dns_zone_addnotify()
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington are replaced by dns_zone_setnotifyalso().
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington dns_zone_clearmasters() and dns_zone_addmaster()
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson are replaced by dns_zone_setmasters().
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson on Unix systems).
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson 115. [port] Shut up the -Wmissing-declarations warning about
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 113. [func] Utility programs dig and host added.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington 109. [bug] "make depend" did nothing for
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington bin/tests/{db,mem,sockaddr,tasks,timers}/.
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson <dns/types.h> to <dns/bit.h> and renamed to
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson 107. [func] Add keysigner and keysettool.
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington 106. [func] Allow dnssec verifications to ignore the validity
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington period. Used by several of the dnssec tools.
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson 105. [doc] doc/dev/coding.html expanded with other
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson implicit conventions the developers have used.
733e928f714c848aa394c2d12b6239bc7780101bMark Andrews 104. [bug] Made compress_add and compress_find static to
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson 103. [func] libisc buffer API changes for <isc/buffer.h>:
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington isc_buffer_base(b) (pointer)
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington isc_buffer_current(b) (pointer)
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson isc_buffer_active(b) (pointer)
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson isc_buffer_used(b) (pointer)
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson isc_buffer_length(b) (int)
066faef1195d539f575816ccab87ff3e85b1b13eBrian Wellington isc_buffer_usedlength(b) (int)
dffdc24ffd76ef3d8c8141671e89fb39428fef06Brian Wellington isc_buffer_consumedlength(b) (int)
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews isc_buffer_remaininglength(b) (int)
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews isc_buffer_activelength(b) (int)
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer isc_buffer_availablelength(b) (int)
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer ISC_BUFFER_USEDCOUNT(b)
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer ISC_BUFFER_AVAILABLECOUNT(b)
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer isc_buffer_type(b)
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer Changed names:
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer isc_buffer_used(b, r) ->
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer isc_buffer_usedregion(b, r)
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson isc_buffer_available(b, r) ->
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson isc_buffer_available_region(b, r)
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson isc_buffer_consumed(b, r) ->
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson isc_buffer_consumedregion(b, r)
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson isc_buffer_active(b, r) ->
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson isc_buffer_activeregion(b, r)
4ec1a96d90784f70380bdec66f8a0bd6718a5b71Mark Andrews isc_buffer_remaining(b, r) ->
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington isc_buffer_remainingregion(b, r)
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews Buffer types were removed, so the ISC_BUFFERTYPE_*
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews macros are no more, and the type argument to
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington isc_buffer_init and isc_buffer_allocate were removed.
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington isc_buffer_putstr is now void (instead of isc_result_t)
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews and requires that the caller ensure that there
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews is enough available buffer space for the string.
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
6ef15459b8fd3fc8b5672da4ad72c19a755dbe45Mark Andrews <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence 99. [cleanup] Rate limiter now has separate shutdown() and
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence destroy() functions, and it guarantees that all
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence queued events are delivered even in the shutdown case.
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews 94. [cleanup] Some installed header files did not compile as C++.
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson <isc/list.h>, <isc/mem.h>, <isc/region.h> or
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington 84. [func] allow-query ACL checks now apply to all data
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington added to a response.
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews 83. [func] If the server is authoritative for both a
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews delegating zone and its (nonsecure) delegatee, and
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews a query is made for a KEY RR at the top of the
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson delegatee, then the server will look for a KEY
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson in the delegator if it is not found in the delegatee.
f90fe7c8b9a3eef8968fac74905e868c8ab583a3Brian Wellington 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 78. [cleanup] lwres_conftest renamed to lwresconf_test for
7b438bdb9b821f9f1c96443762072e137716048dBrian Wellington consistency with other *_test programs.
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 76. [cleanup] Rewrote keygen.
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 75. [func] Don't load a zone if its database file is older
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley than the last time the zone was loaded.
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
10258f6b3d1ce54ffb22e6b9a31f8f001f7ee2d5Mark Andrews 73. [func] New "file" API in libisc, including new function
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews isc_file_getmodtime, isc_mktemplate renamed to
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews isc_file_mktemplate and isc_ufile renamed to
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews isc_file_openunique. By no means an exhaustive API,
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer it is just what's needed for now.
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
21a170a0cee1ec2df7be0ce334da309f9a892ea9Andreas Gustafsson added for dns_rbt_findnode, the former to disable the
588b63e1a86fb707172830e14897da624ed380edMark Andrews setting of the chain to the predecessor, and the
588b63e1a86fb707172830e14897da624ed380edMark Andrews latter to make clear when no options are set.
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington 71. [cleanup] Made explicit the implicit REQUIREs of
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington isc_time_seconds, isc_time_nanoseconds, and
452d75b18f9d050086964fa39c326cf388517396Mark Andrews isc_time_subtract.
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews 70. [func] isc_time_set() added.
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington 69. [bug] The zone object's master and also-notify lists grew
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington longer with each server reload.
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington 68. [func] Partial support for SIG(0) on incoming messages.
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews 67. [performance] Allow use of alternate (compile-time supplied)
6c87cf19970a9eef43c1e38227cd23b3a2f6151aMark Andrews 66. [func] Data in authoritative zones should have a trust level
7869b99dc815e3b863351b8095d1b71b3f583541Brian Wellington beyond secure.
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews 64. [func] The RBT, DB, and zone table APIs now allow the
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews caller find the most-enclosing superdomain of
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 63 [func] Generate NOTIFY messages.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 62. [func] Add UDP refresh support.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 61. [cleanup] Use single quotes consistently in log messages.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 60. [func] Catch and disallow singleton types on message
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 59. [bug] Cause net/host unreachable to be a hard error
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer when sending and receiving.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 58. [bug] bin/named/query.c could sometimes trigger the
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson == 0 assertion in query_newname().
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson 57. [func] Added dns_nxt_typepresent()
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson 56. [bug] SIG records were not properly returned in cached
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson negative answers.
e2b52099918681498136fc82df192d256cc3cdd3Brian Wellington 55. [bug] Responses containing multiple names in the authority
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson section were not negatively cached.
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews 54. [bug] If a fetch with sigrdataset==NULL joined one with
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews sigrdataset!=NULL or vice versa, the resolver
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews could catch an assertion or lose signature data,
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews respectively.
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
fce9a9550e8e7a6dff4093d4815ec41fae2d7b55Mark Andrews 52. [bug] rndc: taskmgr and socketmgr were not initialized
93d5a6b95e88f57b7619d9728f06e3aa5e2f0c65Andreas Gustafsson 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson dns/rbt.h; it was needed only by compress.c and zt.c.
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson 50. [func] RBT deletion no longer requires a valid chain to work,
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson and dns_rbt_deletenode was added.
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson 49. [func] Each cache now has its own mctx.
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews 48. [func] isc_task_create() no longer takes an mctx.
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian Wellington isc_task_mem() has been eliminated.
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington 47. [func] A number of modules now use memory context reference
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer 46. [func] Memory contexts are now reference counted.
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer Added isc_mem_inuse() and isc_mem_preallocate().
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer Renamed isc_mem_destroy_check() to
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer isc_mem_setdestroycheck().
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer 45. [bug] The trusted-key statement incorrectly loaded keys.
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson 44. [bug] Don't include authority data if it would force us
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson to unset the AD bit in the message.
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson 43. [bug] DNSSEC verification of cached rdatasets was failing.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 42. [cleanup] Simplified logging of messages with embedded domain
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson names by introducing a new convenience function
aa2c453d3c6e416b56b29247bedd9a0af2721e93Mark Andrews dns_name_format().
e412ae947df6de858883564b8676a9650df70d9aMark Andrews 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
e412ae947df6de858883564b8676a9650df70d9aMark Andrews to allow 'named' to run as a non-root user while
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson retaining the ability to bind() to privileged
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews 40. [func] Introduced new logging category "dnssec" and
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews logging module "dns/validator".
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson and isc_lex_t to <isc/types.h>.
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson 38. [bug] TSIG signed incoming zone transfers work now.
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson 37. [bug] If the first RR in an incoming zone transfer was
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson not an SOA, the server died with an assertion failure
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson instead of just reporting an error.
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson 35. [performance] Log messages which are of a level too high to be
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson logged by any channel in the logging configuration
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson will not cause the log mutex to be locked.
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson 34. [bug] Recursion was allowed even with 'recursion no'.
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson 33. [func] The RBT now maintains a parent pointer at each node.
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson 30. [func] config file grammer change to support optional
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson class type for a view.
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson 29. [func] support new config file view options:
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson auth-nxdomain recursion query-source
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson query-source-v6 transfer-source
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington transfer-source-v6 max-transfer-time-out
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington max-transfer-idle-out transfer-format
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson request-ixfr provide-ixfr cleaning-interval
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews fetch-glue notify rfc2308-type1 lame-ttl
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews max-ncache-ttl min-roots
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews 28. [func] support lame-ttl, min-roots and serial-queries
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews config global options.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews Including it on other platforms (eg, NetBSD) can
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews cause a forced #error from the C preprocessor.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews 26. [func] new match-clients statement in config file view.
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence 25. [bug] make install failed to install <isc/log.h> and
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence 24. [cleanup] Eliminate some unnecessary #includes of header
051beeafa6547440da17985665b31952b85ede56Brian Wellington files from header files.
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson 23. [cleanup] Provide more context in log messages about client
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson requests, using a new function ns_client_log().
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington 22. [bug] SIGs weren't returned in the answer section when
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington the query resulted in a fetch.
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson 21. [port] Look at STD_CINCLUDES after CINCLUDES during
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson compilation, so additional system include directories
b0796437d493ca2e083ab0ff02acf0dc0c8ad2a3David Lawrence can be searched but header files in the bind9 source
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington tree with conflicting names take precedence. This
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington avoids issues with installed versions of dnssafe and
cc7420cb3b8eb2c48a00384784701bfee37cc96fAndreas Gustafsson 20. [func] Configuration file post-load validation of zones
8357e90fba97010a86356a41c8a961d5d602d7d0Michael Sawyer failed if there were no zones.
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson lock in certain error cases.
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews configure.in to check for presence of in6addr_any.
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews 17. [func] Do configuration file post-load validation of zones.
d922e82162b4d0d2387a531ebc127abe9fe4cf2bAndreas Gustafsson 16. [bug] put quotes around key names on config file
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews output to avoid possible keyword clashes.
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews 15. [func] Add dns_name_dupwithoffsets(). This function is
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews improves comparison performance for duped names.
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews 14. [bug] free_rbtdb() could have 'put' unallocated memory in
be1d71fd17c92b0acee36ba43ebe4daa498e8014Mark Andrews an unlikely error path.
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson out-of-zone data.
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson 12. [bug] Fixed possible unitialized variable error.
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson 11. [bug] axfr_rrstream_first() didn't check the result code of
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews db_rr_iterator_first(), possibly causing an assertion
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews to be triggered later.
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley 10. [bug] A bug in the code which makes EDNS0 OPT records in
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley trigger an assertion.
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley 9. [cleanup] replaced bit-setting code in confctx.c and replaced
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson repeated code with macro calls.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 8. [bug] Shutdown of incoming zone transfer accessed
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews 7. [cleanup] removed 'listen-on' from view statement.
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley 6. [bug] quote RR names when generating config file to
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley prevent possible clash with config file keywords
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley (such as 'key').
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff 5. [func] syntax change to named.conf file: new ssu grant/deny
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff statements must now be enclosed by an 'update-policy'
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff 4. [port] bin/named/unix/os.c didn't compile on systems with
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson linux 2.3 kernel includes due to conflicts between
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson C library includes and the kernel includes. We now
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson get only what we need from <linux/capability.h>, and
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson avoid pulling in other linux kernel .h files.
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson 3. [bug] TKEYs go in the answer section of responses, not
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson the additional section.
ba43c53451d5c38765f376eeede457178b36951aBob Halley 2. [bug] Generating cryptographic randomness failed on
ba43c53451d5c38765f376eeede457178b36951aBob Halley systems without /dev/random.
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews 1. [bug] The installdirs rule in
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews lib/isc/unix/include/isc/Makefile.in had a typo which
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews prevented the isc directory from being created if it
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews didn't exist.
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews --- 9.0.0b2 released ---
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff# This tells Emacs to use hard tabs in this file.
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson# Local Variables:
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson# indent-tabs-mode: t