CHANGES revision bbd3d20d0843165a74698166a3180897fd019e18
f743002678eb67b99bbc29fee116b65d9530fec0wrowe 656. [func] Treat an unescaped newline in a quoted string as
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg an error. This means that TXT records with missing
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem close quotes should have meaningful errors printed.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic 655. [bug] Improve error reporting on unexpected eof when loading
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic zones. [RT #611]
4da61833a1cbbca94094f9653fd970582b97a72etrawick 654. [bug] Origin was being forgotten in TCP retries in dig.
4da61833a1cbbca94094f9653fd970582b97a72etrawick 653. [bug] +defname option in dig was reversed in sense.
4789804be088bcd86ae637a29cdb7fda25169521jailletc 652. [bug] zone_saveunique() did not report the new name.
4789804be088bcd86ae637a29cdb7fda25169521jailletc 651. [func] The AD bit in responses now has the meaning
e50c3026198fd496f183cda4c32a202925476778covener specified in <draft-ietf-dnsext-ad-is-secure>.
e50c3026198fd496f183cda4c32a202925476778covener 650. [bug] SIG(0) records were being generated and verified
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin incorrectly. [RT #606]
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic 649. [bug] It was possible to join to an already running fctx
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic after it had "cloned" its events, but before it sent
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic them. In this case, the event of the newly joined
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic fetch would not contain the answer, and would
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic trigger the INSIST() in fctx_sendevents(). In
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic BIND 9.0, this bug did not trigger an INSIST(), but
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic caused the fetch to fail with a SERVFAIL result.
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic [RT #588, #597, #605, #607]
69301145375a889e7e37caf7cc7321ac0f91801erpluem 648. [port] Add support for pre-RFC2133 IPv6 implementations.
69301145375a889e7e37caf7cc7321ac0f91801erpluem 647. [bug] Resolver queries sent after following multiple
506bfe33206b2fece40ef25f695af39dd4130facjkaluza referrals had excessively long retransmission
506bfe33206b2fece40ef25f695af39dd4130facjkaluza timeouts due to incorrectly counting the referrals
506bfe33206b2fece40ef25f695af39dd4130facjkaluza as "restarts".
d58a848a016d401b965111e50ef829e1641f7834minfrin 646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
d58a848a016d401b965111e50ef829e1641f7834minfrin didn't _cleanly_ fix the problem it was trying to fix.
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf 644. [bug] #622 needed more work. [RT #562]
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic 643. [bug] xfrin error messages made more verbose, added class
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic of the zone. [RT# 599]
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic 642. [bug] Break the exit_check() race in the zone module.
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic --- 9.1.0b2 released ---
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic 641. [bug] $GENERATE caused a uninitialized link to be used.
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic 640. [bug] Memory leak in error path could cause
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic "mpctx->allocated == 0" failure. [RT #584]
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener 639. [bug] Reading entropy from the keyboard would sometimes fail.
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener 638. [port] lib/isc/random.c needed to explicitly include time.h
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener to get a prototype for time() when pthreads was not
44ff304057225e944e220e981d434a046d14cf06covener being used. [RT #592]
44ff304057225e944e220e981d434a046d14cf06covener 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
5d1ba75b8794925e67591c209085a49279791de9covener be compiled even if the platform does not need it.
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand 636. [port] Shut up MSVC++ about a possible loss of precision
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand 635. [bug] Reloading a server with a configured blackhole list
caad2986f81ab263f7af41467dd622dc9add17f3ylavic would cause an assertion. [RT #590]
caad2986f81ab263f7af41467dd622dc9add17f3ylavic 634. [bug] A log file will completely stop being written when
caad2986f81ab263f7af41467dd622dc9add17f3ylavic it reaches the maximum size in all cases, not just
45a10d38e6051fd7bdf9d742aaae633d97ff02abjailletc when versioning is also enabled. [RT #570]
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem 632. [bug] The index array of the journal file was
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem corrupted as it was written to disk.
1e2d421a36999d292042a5539971070d54aa6c63ylavic 631. [port] Build without thread support on systems without
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh 630. [bug] Locking failure in zone code. [RT #582]
0b67eb8568cd58bb77082703951679b42cf098actrawick 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
0b67eb8568cd58bb77082703951679b42cf098actrawick when responding to a UDP IXFR request.
0b67eb8568cd58bb77082703951679b42cf098actrawick 628. [bug] If the root hints contained only AAAA addresses,
5ef3c61605a3a021ff71f488983cb0065f8e1a79covener named would be unable to perform resolution.
09c87c777bed1655621bb20e1c46cb6b1a63279dcovener 627. [bug] The EDNS0 blackhole detection code of change 324
6502b7b32f980cc2093bb3ebce37e5e4dc68fba4ylavic waited for three retransmissions to each server,
6502b7b32f980cc2093bb3ebce37e5e4dc68fba4ylavic which takes much too long when a domain has many
3060ce7f798fbda7999cd4ddf89b525d2b294185covener name servers and all of them drop EDNS0 queries.
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic Now we retry without EDNS0 after three consecutive
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic timeouts, even if they are all from different
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic servers. [RT #143]
e6b4bd1113567627ab6bb6c6a7105e1e01a7d889jailletc 626. [bug] The lightweight resolver daemon no longer crashes
e466c40e1801982602ee0200c9e8b61cc148742djailletc when asked for a SIG rrset. [RT #558]
457468b82e59d01eba00dd9d0817309c8f5e414ejim 625. [func] Zones now inherit their class from the enclosing view.
457468b82e59d01eba00dd9d0817309c8f5e414ejim 624. [bug] The zone object could get timer events after it had
04983e3bd1754764eec7d6bb772fe3b0bf391771jorton been destroyed, causing a server crash. [RT #571]
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem 623. [func] Added "named-checkconf" and "named-checkzone" program
15660979a30d251681463de2e0584853890082accovener for syntax checking named.conf files and zone files,
15660979a30d251681463de2e0584853890082accovener respectively.
49dacedb6c387b786b7911082ff35121a45f414bcovener 622. [bug] A canceled request could be destroyed before
cfd9415521847b2f9394fad04fb701cfb955f503rjung dns_request_destroy() was called. [RT #562]
cfd9415521847b2f9394fad04fb701cfb955f503rjung 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe This mostly affects Red Hat Linux 7.0, which has
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe conflicts between libc and the kernel.
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe 620. [bug] dns_master_load*inc() now require 'task' and 'load'
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe to be non-null. Also 'done' will not be called if
8491e0600f69b0405e156ea8a419653c065c645bcovener dns_master_load*inc() fails immediately. [RT #565]
63b9f1f5880391261705f696d7d65507bbe9ace3covener 618. [bug] Queries to a signed zone could sometimes cause
63b9f1f5880391261705f696d7d65507bbe9ace3covener an assertion failure.
49dacedb6c387b786b7911082ff35121a45f414bcovener 617. [bug] When using dynamic update to add a new RR to an
49dacedb6c387b786b7911082ff35121a45f414bcovener existing RRset with a different TTL, the journal
49dacedb6c387b786b7911082ff35121a45f414bcovener entries generated from the update did not include
3c990331fc6702119e4f5b8ba9eae3021aea5265jim explicit deletions and re-additions of the existing
3c990331fc6702119e4f5b8ba9eae3021aea5265jim RRs to update their TTL to the new value.
3c990331fc6702119e4f5b8ba9eae3021aea5265jim 616. [func] dnssec-signzone -t output now includes performance
fc42512879dd0504532f52fe5d0d0383dda96a1eniq statistics.
fc42512879dd0504532f52fe5d0d0383dda96a1eniq 615. [bug] dnssec-signzone did not like child keysets signed
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq by multiple keys.
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq 614. [bug] Checks for uninitialized link fields were prone
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc to false positives, causing assertion failures.
983528026996668ea295be95aedb9c7a346af470ylavic The checks are now disabled by default and may
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc be re-enabled by defining ISC_LIST_CHECKINIT.
06b8f183140c8e02e0974e938a05078b511d1603covener 613. [bug] "rndc reload zone" now reloads primary zones.
06b8f183140c8e02e0974e938a05078b511d1603covener It previously only updated slave and stub zones,
06b8f183140c8e02e0974e938a05078b511d1603covener if an SOA query indicated an out of date serial.
259878293a997ff49f5ddfc53d3739cbdc25444ecovener 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
259878293a997ff49f5ddfc53d3739cbdc25444ecovener complains relentlessly about how its treatment
259878293a997ff49f5ddfc53d3739cbdc25444ecovener of 'const' has changed as well as how casting
259878293a997ff49f5ddfc53d3739cbdc25444ecovener sometimes tightens alignment constraints.
b54b024c06a19926832d77d40ba35ad8c41e4d3dminfrin 611. [func] allow-notify can be used to permit processing of
b54b024c06a19926832d77d40ba35ad8c41e4d3dminfrin notify messages from hosts other than a slave's
65967d05f839dbf27cf91d91fa79585eeae19660minfrin 610. [func] rndc dumpdb is now supported.
65967d05f839dbf27cf91d91fa79585eeae19660minfrin 609. [bug] getrrsetbyname() would crash lwresd if the server
8152945ae46857b170cb227e79bb799f4fc7710dminfrin found more SIGs than answers. [RT #554]
8152945ae46857b170cb227e79bb799f4fc7710dminfrin 608. [func] dnssec-signzone now adds a comment to the zone
8152945ae46857b170cb227e79bb799f4fc7710dminfrin with the time the file was signed.
75f5c2db254c0167a0e396254460de09b775d203trawick 607. [bug] nsupdate would fail if it encountered a CNAME or
75f5c2db254c0167a0e396254460de09b775d203trawick DNAME in a response to an SOA query. [RT #515]
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph 606. [bug] Compiling with --disable-threads failed due
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph to isc_thread_self() being incorrectly defined
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick as an integer rather than a function.
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick 605. [func] New function isc_lex_getlasttokentext().
54d750a84a175d8e338880514d440773eb986b50covener 604. [bug] The named.conf parser could print incorrect line
54d750a84a175d8e338880514d440773eb986b50covener numbers when long comments were present.
54d750a84a175d8e338880514d440773eb986b50covener 603. [bug] Make dig handle multiple types or classes on the same
54d750a84a175d8e338880514d440773eb986b50covener query more correctly.
54d750a84a175d8e338880514d440773eb986b50covener 602. [func] Cope automatically with UnixWare's broken
54d750a84a175d8e338880514d440773eb986b50covener IN6_IS_ADDR_* macros. [RT #539]
54d750a84a175d8e338880514d440773eb986b50covener 601. [func] Return a non-zero exit code if an update fails
54d750a84a175d8e338880514d440773eb986b50covener in nsupdate.
4e30ef014533a7e93c92d88306291f5e49c9692ftrawick 600. [bug] Reverse lookups sometimes failed in dig, etc...
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawick 599. [func] Added four new functions to the libisc log API to
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawick support i18n messages. isc_log_iwrite(),
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawick isc_log_ivwrite(), isc_log_iwrite1() and
2e15620d724fb8e3a5be183b917359a2fd6e9468covener isc_log_ivwrite1() were added.
2e15620d724fb8e3a5be183b917359a2fd6e9468covener 598. [bug] An update-policy statement would cause the server
2e15620d724fb8e3a5be183b917359a2fd6e9468covener to assert while loading. [RT #536]
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener 597. [func] dnssec-signzone is now multithreaded.
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovener not mutually exclusive.
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovener 595. [port] On Linux 2.2, socket() returns EINVAL when it
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd should return EAFNOSUPPORT. Work around this.
179565be4043d7e5f9161aa75271fa0a001866d9covener 594. [func] sdb drivers are now assumed to not be thread-safe
179565be4043d7e5f9161aa75271fa0a001866d9covener unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
111436a32ba1254291e4883292fb116d15fe8f64covener 593. [bug] If a secure zone was missing all its NXTs and
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener a dynamic update was attempted, the server entered
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener an infinite loop.
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener 592. [bug] The sig-validity-interval option now specifies a
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick number of days, not seconds. This matches the
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick documentation. [RT #529]
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz --- 9.1.0b1 released ---
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz 591. [bug] Work around non-reentrancy in openssl by disabling
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza precomputation in keys.
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza 590. [doc] There are now man pages for the lwres library in
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin 589. [bug] The server could deadlock if a zone was updated
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin while being transferred out.
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza 588. [bug] ctx->in_use was not being correctly initalised when
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza when pushing a file for $INCLUDE. [RT #523]
ba050a6f942b9fa0e81ed73437588005c569655ccovener 587. [func] A warning is now printed if the "allow-update"
ba050a6f942b9fa0e81ed73437588005c569655ccovener option allows updates based on the source IP
ba050a6f942b9fa0e81ed73437588005c569655ccovener address, to alert users to the fact that this
135ddda3a989215d2bedbcf1529bfb269c3eda23niq is insecure and becoming increasingly so as
135ddda3a989215d2bedbcf1529bfb269c3eda23niq servers capable of update forwarding are being
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh 586. [bug] multiple views with the same name were fatal. [RT #516]
efe780dcf13b2b95effabf897d694d8f23feac74trawick 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
793214f67dede32edfd9ee96c664ead04d175cbbjfclere now support 'exact' additions in a similar manner to
cc5a4a08dc9783fcbc52ce86f11e01c281a43810minfrin dns_db_subtractrdataset() and dns_rdataslab_subtract().
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener 584. [func] You can now say 'notify explicit'; to suppress
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener notification of the servers listed in NS records
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza and notify only those servers listed in the
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza 'also-notify' option.
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza 583. [func] "rndc querylog" will now toggle logging of
56589be3d7a3e9343370df240010c6928cc78b39jkaluza queries, like "ndc querylog" in BIND 8.
56589be3d7a3e9343370df240010c6928cc78b39jkaluza 582. [bug] dns_zone_idetach() failed to lock the zone.
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc [RT #199, #463]
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc 581. [bug] log severity was not being correctly processed.
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick 580. [func] Ignore trailing garbage on incoming DNS packets,
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick for interoperability with broken server
4d12805e6c18253040223ea637acd6b3b3c18f60jorton implementations. [RT #491]
4d12805e6c18253040223ea637acd6b3b3c18f60jorton 579. [bug] nsupdate did not take a filename to read update from.
e5d909f2b06bd880fb3675cd49363df981caa631trawick 578. [func] New config option "notify-source", to specify the
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener source address for notify messages.
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener 577. [func] Log illegal RDATA combinations. e.g. multiple
cb666b29f81df1d11d65002250153353568021fccovener singlton types, cname and other data.
cb666b29f81df1d11d65002250153353568021fccovener 576. [doc] isc_log_create() description did not match reality.
1c2cab00d988fc48cbe59032cf76cc0bab20d6f7covener 575. [bug] isc_log_create() was not setting internal state
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener correctly to reflect the default channels created.
75a230a728338d84dcfe81edd375352f34de22d0covener 574. [bug] TSIG signed queries sent by the resolver would fail to
75a230a728338d84dcfe81edd375352f34de22d0covener have their responses validated and would leak memory.
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener 573. [bug] The journal files of IXFRed slave zones were
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener inadvertantly discarded on server reload, causing
63a5ea80bddcc84a462e40f402b4f330e0e05411covener "journal out of sync with zone" errors on subsequent
63a5ea80bddcc84a462e40f402b4f330e0e05411covener reloads. [RT #482]
63a5ea80bddcc84a462e40f402b4f330e0e05411covener 572. [bug] Quoted strings were not accepted as key names in
65a4e663b82f8bce28ac22ab2edfd7502de36998sf address match lists.
65a4e663b82f8bce28ac22ab2edfd7502de36998sf 571. [bug] It was possible to create an rdataset of singleton
65a4e663b82f8bce28ac22ab2edfd7502de36998sf type which had more than one rdata. [RT #154]
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin 570. [bug] rbtdb.c allowed zones containing nodes which had
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin both a CNAME and "other data". [RT #154]
a511a29faf2ff7ead3b67680154a624effb31aafminfrin 569. [func] The DNSSEC AD bit will not be set on queries which
a511a29faf2ff7ead3b67680154a624effb31aafminfrin have not requested a DNSSEC response.
a511a29faf2ff7ead3b67680154a624effb31aafminfrin 568. [func] Add sample simple database drivers in contrib/sdb.
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin 567. [bug] Setting the zone transfer timeout to zero caused an
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin assertion failure. [RT #302]
deec48c67d4786bc77112ffbf3a4e70b931097edminfrin 566. [func] New public function dns_timer_setidle().
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin 565. [func] Log queries more like BIND 8: query logging is now
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin done to category "queries", level "info". [RT #169]
684e0cfc200f66287a93bbd1708d1dd8a92a7eefcovener 564. [func] Add sortlist support to lwresd.
5c43d2fb853f84497b5ece2d414ef9484aa87e5fsf 563. [func] New public functions dns_rdatatype_format() and
05a5a9c3e16f21566e1b61f4bd68025ce1b741ccjoes dns_rdataclass_format(), for convenient formatting
05a5a9c3e16f21566e1b61f4bd68025ce1b741ccjoes of rdata type/class mnemonics in log messages.
26c5829347f6a355c00f1ba0301d575056b69536niq 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq clauses of the options{} statement are now implemented.
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq 560. [bug] dns_name_split did not properly the resulting prefix
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq when a maximal length bitstring label was split which
413ee814748f37be168ff12407fa6dba0ceeabe6trawick was preceded by another bitstring label. [RT #429]
c12917da693bae4028a1d5a5e8224bceed8c739dsf 559. [bug] dns_name_split did not properly create the suffix
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf when splitting within a maximal length bitstring label.
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf 558. [func] New functions, isc_resource_getlimit and
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf isc_resource_setlimit.
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf 557. [func] Symbolic constants for libisc integral types.
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf 556. [func] The DNSSEC OK bit in the EDNS extended flags
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf is now implemented. Responses to queries without
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf this bit set will not contain any DNSSEC records.
9811aed12bbc71783d2e544ccb5fecd193843eadsf 555. [bug] A slave server attempting a zone transfer could
9811aed12bbc71783d2e544ccb5fecd193843eadsf crash with an assertion failure on certain
9811aed12bbc71783d2e544ccb5fecd193843eadsf malformed responses from the master. [RT #457]
88fac54d9d64f85bbdab5d7010816f4377f95bd7rjung 554. [bug] In some cases, not all of the dnssec tools were
bd3f5647b96d378d9c75c954e3f13582af32c643sf properly installed.
bd3f5647b96d378d9c75c954e3f13582af32c643sf 553. [bug] Incoming zone transfers deferred due to quota
bd3f5647b96d378d9c75c954e3f13582af32c643sf were not started when quota was increased but
bd3f5647b96d378d9c75c954e3f13582af32c643sf only when a transfer in progress finished. [RT #456]
2a7beea91d46beb41f043a84eaad060047ee04aafabien 552. [bug] We were not correctly detecting the end of all c-style
2a7beea91d46beb41f043a84eaad060047ee04aafabien comments. [RT #455]
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf 551. [func] Implemented the 'sortlist' option.
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf 550. [func] Support unknown rdata types and classes.
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf 549. [bug] "make" did not immediately abort the build when a
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf subdirectory make failed [RT #450].
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf 548. [func] The lexer now ungets tokens more correctly.
132ee6ac1c26d6e8953836316ba50734eefab47bsf 546. [func] Option 'lame-ttl' is now implemented.
132ee6ac1c26d6e8953836316ba50734eefab47bsf 545. [func] Name limit and counting options removed from dig;
85eacfc96a04547ef25aabbc06440039715084c2jorton they didn't work properly, and cannot be correctly
85eacfc96a04547ef25aabbc06440039715084c2jorton implemented without significant changes.
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick 544. [func] Add statistics option, enable statistics-file option,
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick add RNDC option "dump-statistics" to write out a
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick query statistics file.
79c5787b92ac5f0e1cc82393816c77a006399316trawick 543. [doc] The 'port' option is now documented.
79c5787b92ac5f0e1cc82393816c77a006399316trawick 542. [func] Add support for update forwarding as required for
79c5787b92ac5f0e1cc82393816c77a006399316trawick full compliance with RFC2136. It is turned off
c967bf3bc89e8aa60dbd30d9da388e448ddc1cc4trawick by default and can be enabled using the
79c5787b92ac5f0e1cc82393816c77a006399316trawick 'allow-update-forwarding' option.
79c5787b92ac5f0e1cc82393816c77a006399316trawick 541. [func] Add bogus server support.
79c5787b92ac5f0e1cc82393816c77a006399316trawick 540. [func] Add dialup support.
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton 539. [func] Support the blackhole option.
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
536e48c08d674acac5d44929318f2ad928edc361jorton 536. [func] Use transfer-source{-v6} when sending refresh queries.
e81785da447b469da66f218b3f0244aab507958djorton Transfer-source{-v6} now take a optional port
e81785da447b469da66f218b3f0244aab507958djorton parameter for setting the UDP source port. The port
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton parameter is ignored for TCP.
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton 535. [func] Use transfer-source{-v6} when forwarding update
53e9b27aba029b18be814df40bcf6f0428771d1efuankg 534. [func] Ancestors have been removed from RBT chains. Ancestor
53e9b27aba029b18be814df40bcf6f0428771d1efuankg information can be discerned via node parent pointers.
6bb524f1895f30265a1431afc460977d391cb36bsf 533. [func] Incorporated name hashing into the RBT database to
6bb524f1895f30265a1431afc460977d391cb36bsf improve search speed.
6bb524f1895f30265a1431afc460977d391cb36bsf 532. [func] Implement DNS UPDATE pseudo records using
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin DNS_RDATA_UPDATE flag.
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin 531. [func] Rdata really should be initalized before being assigned
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin to (dns_rdata_fromwire(), dns_rdata_fromtext(),
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin dns_rdata_clone(), dns_rdata_fromregion()),
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin check that it is.
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin 530. [func] New function dns_rdata_invalidate().
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung 529. [bug] 521 contained a bug which caused zones to always
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung reload. [RT #410]
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung on their arguements. ISC_LIST_XXXXUNSAFE can be use
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung to skip the checks however use with caution.
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick 527. [func] New function dns_rdata_clone().
0827cb14e550f6f65018431c22c2c913631c8f25kbrand 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and 'flags' for dns_rdataslab_subtract() allowing you
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim to request that the RR's must exist prior to deletion.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding DNS_R_NOTEXACT is returned if the condition is not met.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 524. [func] The 'forward' and 'forwarders' statement in
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim non-forward zones should work now.
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim 523. [doc] The source to the Administrator Reference Manual is
cfa64348224b66dd1c9979b809406c4d15b1c137fielding now an XML file using the DocBook DTD, and is included
516. [bug] Cache lookups which had a NULL node pointer, e.g.
DNAME, would trigger an INSIST(!search.need_cleanup)
490. [func] When a slave/stub zone has not yet successfully
from the named.conf "listen-on" statement, sockets
477. [bug] The the isc-config.sh script could be installed before
471. [bug] nsupdate didn't compile on HP/UX 10.20
and subsequent name servers in resolv.conf if the
457. [bug] Dig/host/hslookup didn't properly handle connect
documented as such in named.conf. [RT #304, RT #311]
is specified in named.conf. [RT #306]
is specified in named.conf. [RT #301]
432. [func] Added refresh/retry jitter. The actual refresh/
428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
(e.g. glue). This could cause SERVFAILs when
e.g. due to corrupt zones with multiple SOA records.
an argc/argv style vector of words and sets
view/global one for CNAME targets and additional
369. [func] Support new named.conf options, view and zone
the distribution, in doc/man/dnssec.
353. [bug] double increment in lwres/gethost.c:copytobuf().
348. [func] New boolean named.conf options 'additional-from-auth'
345. [bug] Large-scale changes/cleanups to dig:
341. [func] Support 'key' clause in named.conf zone masters
327. [bug] rndc.conf parser wasn't correctly recognising an IP
320. [func] Multiple rndc changes: parses an rndc.conf file,
319. [func] The named.conf "controls" statement is now used
314. [func] The named.conf controls statement can now have
313. [bug] When parsing resolv.conf, don't terminate on an
resolv.conf search path from 6 to 8. If there
resolv.conf was empty or a comment.
310. [func] Changes to named.conf "controls" statement (inet
are listed in resolv.conf, silently ignore them
each library's ipv6.h defines the wrapper symbol of
any $sbindir/dig from a previous release.)
that lack /dev/random.
280. [func] Add isc-config.sh, which can be used to more
two or more files in libomapi.a were not namespace
278. [bug] bin/named/logconf.c:category_fromconf() didn't take
266. [bug] zone.c:save_nsrrset() node was not initalized.
262. [bug] 'master' was not initalized in zone.c:stub_callback().
for global options block of named.conf. Both accept
258. [bug] Fixed printing of lwres_addr_t.address field.
256. [func] isc_ratelimiter_t now has attach/detach semantics, and
253. [func] resolv.conf parser now recognises ';' and '#' as
252. [bug] resolv.conf parser mishandled masks on sortlists.
244. [bug] empty named.conf file and empty options statement are
243. [func] new cachesize option for named.conf
+ missing sigwait prototype on BSD/OS 4.0/4.0.1.
BSD/OS 4.*, Linux and Solaris 2.8.
230. [func] Replace the dst sign/verify API with a cleaner one.
from confparser.c, because of yacc's code, are
212. [func] Added dns_message_get/settsigkey, to make TSIG
compiling in the lib/dns/sec/{dnssafe,openssl}
204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
run on a PA 1.x system."
201. [cleanup] Removed the test/sdig program, it has been
replaced by bin/dig/dig.
(e.g., running out of network buffers) were
and/or interfaces. [19-May-2000 explorer]
191. [func] Patched to compile on UnixWare 7.x. This platform
range for overflow/underflow. In the case of
184. [cleanup] Variables/functions which began with two leading
underscores were made to conform to the ANSI/ISO
179. [func] options named.conf statement *must* now come
178. [func] Post-load of named.conf check verifies a slave zone
168. [bug] include statements in named.conf caused syntax errors
162. [bug] Ensure proper range for arguments to ctype.h functions.
masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
util/check-includes for how this was tested.
145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
<isc/result.h>.
of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
need <isc/eventclass.h>.
instead of <isc/time.h>.
128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
and creates null keys/sets zone status bit for
<isc/result.h>.
<isc/result.h>. Multiple inclusion protection
isc_symtab_t moved to <isc/types.h>.
<isc/net.h>.
118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
117. [cleanup] libdns.a changes:
116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
<isc/list.h>.
<isc/mutex.h>.
<isc/list.h>.
bin/tests/{db,mem,sockaddr,tasks,timers}/.
108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
105. [doc] doc/dev/coding.html expanded with other
103. [func] libisc buffer API changes for <isc/buffer.h>:
on BSD/OS 4.1.
101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
<isc/event.h>.
or <isc/result.h>.
<isc/result.h>.
90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
from <named/listenlist.h>.
<isc/mem.h>. isc_interface_t and isc_interfaceiter_t
moved to <isc/types.h>.
86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
<isc/types.h>.
<isc/int.h>.
<isc/lang.h>.
subsumed by file.o.
OpenSSL libraries/headers.
from <dns/types.h>.
59. [bug] Cause net/host unreachable to be a hard error
58. [bug] bin/named/query.c could sometimes trigger the
(client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
<sys/param.h>.
logging module "dns/validator".
and isc_lex_t to <isc/types.h>.
31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
25. [bug] make install failed to install <isc/log.h> and
configure.in to check for presence of in6addr_any.
9. [cleanup] replaced bit-setting code in confctx.c and replaced
4. [port] bin/named/unix/os.c didn't compile on systems with
get only what we need from <linux/capability.h>, and
systems without /dev/random.
lib/isc/unix/include/isc/Makefile.in had a typo which