CHANGES revision 190fbe9738bd0c1b9b13732bb8bd56b2b7c71640
b2f160f266005ceaed77a3f575109f74cd13d548Mark Andrews 519. [bug] dns_name_split() would improperly split some bitstring
b2f160f266005ceaed77a3f575109f74cd13d548Mark Andrews labels, zeroing a few of the least signficant bits in
0bb7c66ef8e3e8740cbac4a4de607060dfc4d6c8Mark Andrews the prefix part. When such an improperly created
0bb7c66ef8e3e8740cbac4a4de607060dfc4d6c8Mark Andrews prefix was returned to the RBT database, the bogus
2b3e34f03675d6c71a654fe2094f3b9c063a70eaMark Andrews label was dutifully stored, corrupting the tree.
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews 518. [bug] The resolver did not realize that a DNAME which was
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews "the answer" to the client's query was "the answer",
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews and such queries would fail. [RT #399]
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews 517. [bug] The resolver's DNAME code would trigger an assertion
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews if there was more than one DNAME in the chain.
7c386b0c3194aa18089c6fa2e9856b576ec99c81Mark Andrews 516. [bug] Cache lookups which had a NULL node pointer, e.g.
7c386b0c3194aa18089c6fa2e9856b576ec99c81Mark Andrews those by dns_view_find(), and which would match a
7c386b0c3194aa18089c6fa2e9856b576ec99c81Mark Andrews DNAME, would trigger an INSIST(!search.need_cleanup)
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews assertion. [RT #399]
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews 515. [bug] The ssu table was not beinge attached / detached
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews by dns_zone_[sg]etssutable. [RT#397]
2bef3713093349af52ba61eaab07adf3207da873Mark Andrews 514. [func] Retry refresh and notify queries if they timeout.
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews 513. [func] New functionality added to rdnc and server to allow
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews individual zones to be refreshed ore reloaded.
016c0a82f1ce3fe4d362d7c9cf8de4377ffaf5a9Mark Andrews 512. [bug] The zone tranfer code could throw an execption with
016c0a82f1ce3fe4d362d7c9cf8de4377ffaf5a9Mark Andrews an invalid IXFR stream.
9b80f3a7c739a99b498a37a711a51b6a88df3a78Mark Andrews 511. [bug] The message code could throw an assertion on an
9b80f3a7c739a99b498a37a711a51b6a88df3a78Mark Andrews out of memory failure. [RT #392]
9b80f3a7c739a99b498a37a711a51b6a88df3a78Mark Andrews 510. [bug] Remove spurious view notify warning. [RT #376]
83a56f1e4f2d11fa895ceff4342fff7157910036Mark Andrews 509. [func] Add support for write of zone files on shutdown.
83a56f1e4f2d11fa895ceff4342fff7157910036Mark Andrews 508. [func] dns_message_parse() can now do a best-effort
d4d68515d23668cfe804ab2a174a7e427decedd8Mark Andrews attempt, which should allow dig to print more invalid
e8e62bb7829e88fc56360f7edc021dc8493a8704Mark Andrews 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
e8e62bb7829e88fc56360f7edc021dc8493a8704Mark Andrews and dns_view_flushanddetach().
e7fb847ed570dd8c1bcdacabb3d69bd81feb79aeMark Andrews 506. [func] Do not fail to start on errors in zone files.
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews 505. [bug] nsupdate was printing "unknown result code". [RT #373]
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews 504. [bug] The zone was not being marked as dirty when updated via
2c6f9101f99cc663074376a5cc1d954d33bdbe36Mark Andrews 503. [bug] dumptime was not being set along with
2c6f9101f99cc663074376a5cc1d954d33bdbe36Mark Andrews DNS_ZONEFLG_NEEDDUMP.
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews 502. [func] On a SERVFAIL reply, DiG will now try the next server
1fc4793844c9613b17866c33dbeab8aaa94b66ffMark Andrews in the list, unless the +fail option is specified.
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews 501. [bug] Incorrect port numbers were being displayed by
1fc4793844c9613b17866c33dbeab8aaa94b66ffMark Andrews nslookup. [RT #352]
1c153afce556ff3c687986fb7c4a0b0a7f5e7cd8Mark Andrews 500. [func] Nearly useless +details option removed from DiG.
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews 499. [func] In DiG, specifying a class with -c or type with -t
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews changes command-line parsing so that classes and
a5768d889b4e139e78f2b1d9433f3e9f8d225ff4Mark Andrews types are only recognized if following -c or -t.
3d247992c4a500caa7703edaee68612e545af602Mark Andrews This allows hosts with the same name as a class or
3d247992c4a500caa7703edaee68612e545af602Mark Andrews type to be looked up.
3d247992c4a500caa7703edaee68612e545af602Mark Andrews 498. [doc] There is now a man page for "dig"
9eca2b9b95df456545e1bc298c8337400aa24e8eMark Andrews 497. [bug] The error messages printed when an IP match list
9eca2b9b95df456545e1bc298c8337400aa24e8eMark Andrews contained a network address with a nonzero host
9eca2b9b95df456545e1bc298c8337400aa24e8eMark Andrews part where not sufficiently detailed. [RT #365]
05331ce161276d879711342fadbc6144af7f5ba6Mark Andrews 496. [bug] named didn't sanity check numeric parameters [RT #361]
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews 495. [bug] nsupdate was unable to handle large records [RT #368]
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews 494. [func] Do not cache NXDOMAIN responses for SOA queries.
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews for SOA queries. This makes it easier to locate
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews the containing zone without polluting intermediate
092f7679306989293bbe755f31ade0a5f456b370Mark Andrews 492. [bug] attempting to reload a zone caused the server fail
7d5b32acb1898844afa19123d07483b46edac7cbMark Andrews to shutdown cleanly. [RT #360]
437404e8313481329baa5897eeda8c45bf748553Mark Andrews 491. [bug] nsupdate would segfault when sending certain
ef67e6d8fa86d98a2c0defc43b624434324d9ce7Mark Andrews prerequisites with empty RDATA. [RT #356]
e5a5c60a5e690ee9858c9e3facba189b8646f0b7Mark Andrews 490. [func] When a slave/stub zone has not yet successfully
e5a5c60a5e690ee9858c9e3facba189b8646f0b7Mark Andrews obtained an SOA containing the zone's configured
e5a5c60a5e690ee9858c9e3facba189b8646f0b7Mark Andrews retry time, perform the SOA query retries using
16b9ee24b96a1c1d21d809e88238091c4afa25c9Mark Andrews exponential backoff. [RT #337]
afa3f2fab7144761bbf481b9d40d667529c6ec76Mark Andrews 489. [func] The zone manager now has a "i/o" queue.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein 488. [bug] Locks weren't properly destroyed in some cases.
da53179d1055c75e64dc2c9623b38cb2b8629eb6Mark Andrews 487. [port] flockfile() is not defined on all systems.
da53179d1055c75e64dc2c9623b38cb2b8629eb6Mark Andrews 486. [bug] nslookup: "set all" and "server" commands showed
2941824604f9c5aa70f216d1f2941b3c59aa37dcMark Andrews the incorrect port number if a port other than 53
b4028939fdffc92cf659764deb9c6e3c805cc948Mark Andrews was specified. [RT #352]
b4028939fdffc92cf659764deb9c6e3c805cc948Mark Andrews 485. [func] When dig had more than one server to query, it would
9840a0767d02f6c6b9d1f73d54e0cab2e8192a93Mark Andrews send all of the messages at the same time. Add
9840a0767d02f6c6b9d1f73d54e0cab2e8192a93Mark Andrews rate limiting of the transmitted messages.
57ed0bab5b92f66af3dc3b86081bd42ab8d4ba09Rob Austein 484. [bug] When the server was reloaded after removing addresses
57ed0bab5b92f66af3dc3b86081bd42ab8d4ba09Rob Austein from the named.conf "listen-on" statement, sockets
57ed0bab5b92f66af3dc3b86081bd42ab8d4ba09Rob Austein were still listening on the removed addresses due
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein to reference count loops. [RT #325]
1cb73c69f76c8c2c66b767a8b9ad04f3988cf6a9Mark Andrews 483. [bug] nslookup: "set all" showed search but it was not
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews 482. [bug] nslookup: a plain "server" or "lserver" should be
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews treated as a lookup.
f754fa97bc698cc251d227173a95e4d39a88ac01Mark Andrews 481. [bug] nslookup:get_next_command() stack size exceeds
a8f1c013b0fdc405ca4b5ec8316d3c9e3ad9d31bMark Andrews per thread limit.
a8f1c013b0fdc405ca4b5ec8316d3c9e3ad9d31bMark Andrews 480. [bug] strtok() is not thread safe. [RT #349]
959fb01017fa83578e7c8776ed3baba3076a2409Mark Andrews 479. [func] The test suite can now be run by typing "make check"
959fb01017fa83578e7c8776ed3baba3076a2409Mark Andrews or "make test" at the top level.
d73541ea2eebe01cafc5ff1b2ba4b9a8f75237b1Mark Andrews 478. [bug] "make install" failed if the directory specified with
d73541ea2eebe01cafc5ff1b2ba4b9a8f75237b1Mark Andrews --prefix did not already exist.
46cb442c5c53f16ece23bfe7f7f7bf44f78b0e46Mark Andrews 477. [bug] The the isc-config.sh script could be installed before
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews its directory was created. [RT #324]
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews 476. [bug] A zone could expire while a zone transfer was in
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews progress triggering a INSIST failure. [RT #329]
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews 475. [bug] query_getzonedb() sometimes returned a non-null version
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews on failure. This caused assertion failures when
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews generating query responses where names subject to
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews additional section processing pointed to a zone
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews to which access had been denied by means of the
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews allow-query option. [RT #336]
2132a56b5c6628925838165ae0640e55e3f36188Mark Andrews 474. [bug] The mnemonic of the CHAOS class is CH according to
b514e0cd0e7959a98dd59665553c8a3635ada10eMark Andrews RFC1035, but it was printed and read only as CHAOS.
b514e0cd0e7959a98dd59665553c8a3635ada10eMark Andrews We now accept both forms as input, and print it
30884083d4149a8ff838b84dac1ad55c86948da8Mark Andrews as CH. [RT #305]
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews 473. [bug] nsupdate overran the end of the list of name servers
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews when no servers could be reached, typically causing
5cb7e15551f502ab6948689cf3bc7dac6b56571eMark Andrews it to print the error message "dns_request_create:
5cb7e15551f502ab6948689cf3bc7dac6b56571eMark Andrews not implemented".
bb99a72b219ad4f1daa80c636883ab485174c9a6Mark Andrews 472. [bug] Off-by-one error caused isc_time_add() to sometimes
5a6874e4ed544186ccb8519765be8c3a1804e033Mark Andrews produce invalid time values.
3b4405aba93729eead9f8f006d426f24fc4c3d78Mark Andrews 471. [bug] nsupdate didn't compile on HP/UX 10.20
c553b3308e34edfaddbec57b3308bbbe362ef715Mark Andrews 470. [feature] $GENERATE is now supported. See also
24efdccd68d157b400bf68926798bc8f3f71c24cMark Andrews 469. [bug] "query-source address * port 53;" now works.
a5bb4ad5dbd08f9178e807b1e55cb449b69d8173Mark Andrews 468. [bug] dns_master_load*() failed to report file and line
5e5b467e8c8abda496b7896241a46b05256cd22cMark Andrews number in certain error conditions.
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews 467. [bug] dns_master_load*() failed to log an error if
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews pushfile() failed.
cb2d565b507027f9e5664fa7e167bb24faa7c8fbMark Andrews 466. [bug] dns_master_load*() could return success when it failed.
4f21f7feaff27d5356827e39a4537a60a5e4054cMark Andrews 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
4f21f7feaff27d5356827e39a4537a60a5e4054cMark Andrews omapi_value_storeint().
1439214380abcc123e27a42d43a23ba441209ebeMark Andrews 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
7d9b632906c756b215d65a3a08d77fe022807c2dMark Andrews 463. [bug] nsupdate sent malformed SOA queries to the second
7d9b632906c756b215d65a3a08d77fe022807c2dMark Andrews and subsequent name servers in resolv.conf if the
5d3083c4b5b11dfb653b15fd0eeb8e0cc9b175e0Mark Andrews query sent to the first one failed.
52188225731669cd571984c45a1407a55c74ee78Mark Andrews 462. [bug] --disable-ipv6 should work now.
52188225731669cd571984c45a1407a55c74ee78Mark Andrews 461. [bug] Specifying an unknown key in the "keys" clause of the
52188225731669cd571984c45a1407a55c74ee78Mark Andrews "controls" statement caused a NULL pointer dereference.
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews 460. [bug] Much of the DNSSEC code only worked with class IN.
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews 459. [bug] Nslookup processed the "set" command incorrectly.
5a4854e226ce5eca99bcfb5557b36ea210bb25bcMark Andrews 458. [bug] Nslookup didn't properly check class and type values.
b101c1e9989d0a010a3146ad823e168d15cb10c7Mark Andrews 457. [bug] Dig/host/hslookup didn't properly handle connect
989d7b844bdf2d804fda57b9b53a4eff3a6bea91Mark Andrews timeouts in certain situations, causing an
989d7b844bdf2d804fda57b9b53a4eff3a6bea91Mark Andrews unnecessary warning message to be printed.
6d7007e807241ae0a32de8db8d3bf434626026eaMark Andrews 456. [bug] Stub zones were not resetting the refresh and expire
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews counters, loadtime or clearing the DNS_ZONE_REFRESH
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews (refresh in progress) flag upon successful update.
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews This disabled further refreshing of the stub zone,
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews causing it to eventually expire. [RT #300]
77b101ced9801cdb226919784bfc1aa0650ace6aMark Andrews 455. [doc] Document IPv4 prefix notation does not require a
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews dotted decimal quad but may be just dotted decimal.
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews 454. [bug] Enforce dotted decimal and dotted decimal quad where
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews documented as such in named.conf. [RT #304, RT #311]
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews is specified in named.conf. [RT #306]
25899e7f1ff0db5322362ada01f7aec3006ff0beTatuya JINMEI 神明達哉 452. [bug] Warn if the unimplemented option "statistics-file"
4f082b58b17ce39087930d5affc2ada90ef386e6Mark Andrews is specified in named.conf. [RT #301]
3d79c437d8cc10651b22601b55f4098b4cfe5979Mark Andrews 451. [func] Update forwarding implememted.
0da70bc50a320a3bb16aa7cecb2727fed2c0683cMark Andrews 450. [func] New function ns_client_sendraw().
686bcdcb4c63e8dd9bbe9607265061a4d3934bbcMark Andrews 449. [bug] isc_bitstring_copy() only works correctly if the
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews two bitstrings have the same lsb0 value, but this
686bcdcb4c63e8dd9bbe9607265061a4d3934bbcMark Andrews requirement was not documented, nor was there a
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 REQUIRE for it.
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 448. [bug] Host output formatting change, to match v8. [RT #255]
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 447. [bug] Dig didn't properly retry in TCP mode after
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 a truncated reply. [RT #277]
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews 446. [bug] Confusing notify log message. [RT #298]
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
39c7fc7e00af20144b94ef332943f62c1b3a622fMark Andrews bitstring triggered a REQUIRE statement. The REQUIRE
39c7fc7e00af20144b94ef332943f62c1b3a622fMark Andrews statement was incorrect. [RT #297]
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews 444. [func] "recursion denied" messages are always logged at
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews debug level 1, now, rather than sometimes at ERROR.
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews This silences these warnings in the usual case, where
65d64acb51b0655f04b165c8045d1aed556489abMark Andrews some clients set the RD bit in all queries.
e9aca33f362d017fe0d5f7b729bce646038cf1eeMark Andrews 443. [bug] When loading a master file failed because of an
28e36fcc1eea8b5283aa33d3a6d21d42df8fdaf2Mark Andrews unrecognized RR type name, the error message
5cf146c586f69af7c65e4a4f612ae3ef6c9cf8deMark Andrews did not include the file name and line number.
8a713ca49ddddb36e432d4717800f9258a5c2ea9Mark Andrews 442. [bug] TSIG signed messages that did not match any view
8a713ca49ddddb36e432d4717800f9258a5c2ea9Mark Andrews crashed the server. [RT #290]
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews 441. [bug] Nodes obscured by a DNAME were inaccessible even
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews when DNS_DBFIND_GLUEOK was set.
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews 440. [func] New function dns_zone_forwardupdate().
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews 439. [func] New function dns_request_createraw().
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews 438. [func] New function dns_message_getrawmessage().
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews 437. [func] Log NOTIFY activity to the notify channel.
797944723c8de672430cc59c11bf4eeacd913649Mark Andrews 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
797944723c8de672430cc59c11bf4eeacd913649Mark Andrews which sometimes happens on Linux, named would enter
28b65e6d0a03704f4faee88ebf5105addfa57968Mark Andrews a busy loop. Also, unexpected socket errors were
8cd830d7c806cac681b057e0c0185f29992fa35fMark Andrews not logged at a high enough logging level to be
11b399514e4af7f370fe3948c3e3779a182ac5acMark Andrews useful in diagnosing this situation. [RT #275]
4296c5480dde48ea555f5916be8612e173f1edebMark Andrews 435. [bug] dns_zone_dump() overwrote existing zone files
14a97c343bc3adb840b13d515a8298c18f15be52Mark Andrews rather than writing to a temporary file and
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews renaming. This could lead to empty or partial
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews zone files being left around in certain error
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews conditions involving the initial transfer of a
e90994e3f358bdc6fe03005da08567c807a14c1dMark Andrews slave zone, interfering with subsequent server
e90994e3f358bdc6fe03005da08567c807a14c1dMark Andrews startup. [RT #282]
4844ed026a9b5a91044e76399cee80a6514cbf0dMark Andrews 434. [func] New function isc_file_isabsolute().
db2649bad98fc08054feb1a1ed234d8b9b011ea8Mark Andrews 433. [func] isc_base64_decodestring() now accepts newlines
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews within the base64 data. This makes it possible
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews to break up the key data in a "trusted-keys"
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews statement into multiple lines. [RT #284]
82572925f8942b599667bf47f22403f5dfd79ab9Mark Andrews 432. [func] Added refresh/retry jitter. The actual refresh/
cdb15282589682b664dfb70428a3c1750fe05250Mark Andrews retry time is now a random value between 75% and
b326d7e3a3a50eb65dd06db007d2fddc62606bbfMark Andrews 100% of the configured value.
508f61f8d699c46f962b682f388e54b446a7194dMark Andrews 431. [func] Log at ISC_LOG_INFO when a zone is successfully
f450814ab8989820a7bc9a2c484eb9f2c1c7b915Mark Andrews 430. [bug] Rewrote the lightweight resolver client management
4c47c184b98a5ec1b303281959c1f3b0db85d733Mark Andrews code to handle shutdown correctly and general
0e93730a02a4cafbc5cdfaa04b2d813a0c11b205Mark Andrews 429. [bug] The space reserved for a TSIG record in a response
93f429295a682f44940c8f4e2b05773c50da4e7dMark Andrews was 2 bytes too short, leading to message
93f429295a682f44940c8f4e2b05773c50da4e7dMark Andrews generation failures.
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews (e.g. glue). This could cause SERVFAILs when
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews generating negative responses in a secure zone.
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews 427. [bug] Avoid going into an infinite loop when the validator
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews gets a negative response to a key query where the
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews records are signed by the missing key.
3ea6d4dc33482a752553c59ed94bcecd23d254b0Mark Andrews 426. [bug] Attempting to generate an oversized RSA key could
3ea6d4dc33482a752553c59ed94bcecd23d254b0Mark Andrews cause dnssec-keygen to dump core.
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews 425. [bug] Warn about the auth-nxdomain default value change
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews if there is no auth-nxdomain statement in the
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews config file. [RT #287]
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews 424. [bug] notify_createmessage() could trigger an assertion
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews failure when creating the notify message failed,
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews e.g. due to corrupt zones with multiple SOA records.
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews 423. [bug] When responding to a recusive query, errors that occur
113598f67787f0ed0dcfe23b26d1e5d93256c0acMark Andrews after following a CNAME should cause the query to fail.
dba1bc96f6f4fbbb48ab7b041964d44242731b17Mark Andrews 422. [func] get rid of isc_random_t, and make isc_random_get()
dba1bc96f6f4fbbb48ab7b041964d44242731b17Mark Andrews and isc_random_jitter() use rand() internally
b68fe6c0fbfee1dc0659661993de5c6727b66c76Mark Andrews instead of local state. Note that isc_random_*()
70e854766f5304f43e94212dc38ebaefe214148cMark Andrews functions are only for weak, non-critical "randomness"
136e739d0d7267a8ce72468233fa795359db62faMark Andrews such as timing jitter and such.
7c8662961e2876e22e34c96d41dad0cd70e3ce4cMark Andrews 421. [bug] nslookup would exit when given a blank line as input.
beb92a43a7451981fad54c98c809d50c1b16c1e9Mark Andrews 420. [bug] nslookup failed to implement the "exit" command.
85bba08193debe026883d2d6bebbb0f7a01d7ba7Mark Andrews 419. [bug] The certificate type PKIX was misspelled as SKIX.
5173d52b3eb9715259a2890614f869c6baeb18e1Mark Andrews 418. [bug] At debug levels >= 10, getting an unexpected
5173d52b3eb9715259a2890614f869c6baeb18e1Mark Andrews socket receive error would crash the server
4091f8dfb71b78b53acd1b25f74e26c384750c03Mark Andrews while trying to log the error message.
5173d52b3eb9715259a2890614f869c6baeb18e1Mark Andrews 417. [func] Add isc_app_block() and isc_app_unblock(), which
74ff5f080abdffa7823ff93da74969cd9fa25308Mark Andrews allow an application to handle signals while
09ba9eacebdffc689da9851ce3bd932aedd1deddMark Andrews 416. [bug] Slave zones with no master file tried to use a
09ba9eacebdffc689da9851ce3bd932aedd1deddMark Andrews NULL pointer for a journal file name when they
d5f13fecca944fc7229dac3215581cebec3ac314Mark Andrews received an IXFR. [RT #273]
d844741f5516bce45f8897435342731edb2307cbMark Andrews 415. [bug] The logging code leaked file descriptors.
53e8e0e27a3db745548a7989639b91d16f841c1fMark Andrews 414. [bug] Server did not shut down until all incoming zone
d0c827c9c6a21a0708d97314406ff34d79bed5d8Mark Andrews transfers were finished.
6f691d4893bb29cd6658b75860d93797f091da0dMark Andrews 413. [bug] Notify could attempt to use the zone database after
6f691d4893bb29cd6658b75860d93797f091da0dMark Andrews it had been unloaded. [RT#267]
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews 412. [bug] named -v didn't print the version.
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews 411. [bug] A typo in the HS A code caused an assertion failure.
4e259c5a2321e994708fb1fe04cd4da30aa3b612Mark Andrews 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
4e259c5a2321e994708fb1fe04cd4da30aa3b612Mark Andrews to a random value on success.
fcdef14f4a82138fe835a5c3a20d5667e6f4a26cMark Andrews 409. [bug] If named was shut down early in the startup
e9a0e12b2b732285e00e0d9436961d0fe3655aa6Mark Andrews process, ns_omapi_shutdown() would attempt to lock
e94754428d472bdde2cba0efdd549bac2e87b98bMark Andrews an unintialized mutex. [RT #262]
23f2338819fd1a38a828b417eb05be95207e76e2Mark Andrews 408. [bug] stub zones could leak memory and reference counts if
a53259c4cc558f86dd008eccc60cc89b6734a03cMark Andrews all the masters were unreachable.
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews 407. [bug] isc_rwlock_lock() would needlessly block
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews readers when it reached the read quota even
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews if no writers were waiting.
6c52944ef2281095d1c317a45ea013b8f3cfa135Mark Andrews 406. [bug] Log messages were occasionally lost or corrupted
6c52944ef2281095d1c317a45ea013b8f3cfa135Mark Andrews due to a race condition in isc_log_doit().
77fad835c56b118faf77a69af618d0bca7a16aacMark Andrews 405. [func] Add support for selective forwarding (forward zones)
e021f388dfc2ac024a103def34818af73e7e869fMark Andrews 404. [bug] The request library didn't completely work with IPv6.
dd95acdbce0e2a2775391709cdfca0a9eda7e8f7Mark Andrews 403. [bug] "host" did not use the search list.
71e7ac828e9f4f2b124455b00c3d11560aa5d4c1Mark Andrews 402. [bug] Treat undefined acls as errors, rather than
71e7ac828e9f4f2b124455b00c3d11560aa5d4c1Mark Andrews warning and then later throwing an assertion.
892c9a8817a454fbac32b099eb55af453b19ce86Mark Andrews 400. [bug] SIG(0) signing and verifying was done incorrectly.
f34970d390482ceea61bd4d5bcd6ead7828157daMark Andrews 399. [bug] When reloading the server with a config file
4d86cda3d7eb31578c9088c51a26643d43799533Mark Andrews containing a syntax error, it could catch an
cbfce73e8e020c1d08c7be7b48a849d8333eb9bfMark Andrews assertion failure trying to perform zone
84a5b69f0029952e33c96695f0a7d26c2bb8f7ccMark Andrews maintenance on, or sending notifies from,
84a5b69f0029952e33c96695f0a7d26c2bb8f7ccMark Andrews tentatively created zones whose views were
e9e869569a92c4b1d5339d3bfb22232e5b401db1Mark Andrews never fully configured and lacked an address
73fb13fe97cf2f1d93d5e2ea56583fdb2f40b6f3Mark Andrews database and request manager.
6f1ad0fc645250c240f21a9201e8cdb0f263c218Mark Andrews 398. [bug] "dig" sometimes caught an assertion failure when
e3d982f4a8e8a974231042ff4303ed8e82dfbdf9Mark Andrews using TSIG, depending on the key length.
e3d982f4a8e8a974231042ff4303ed8e82dfbdf9Mark Andrews 397. [func] Added utility functions dns_view_gettsig() and
783707ee556191b974e951f04accf09f443f5fdfMark Andrews dns_view_getpeertsig().
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews 396. [doc] There is now a man page for "nsupdate"
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews 395. [bug] nslookup printed incorrect RR type mnemonics
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews for RRs of type >= 21 [RT #237].
fed3d5c2fc3fa8e1547e8b5c28c01f1095e17e5fMark Andrews 394. [bug] Current name was not propagated via $INCLUDE.
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews 393. [func] Initial answer while loading (awl) support.
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews Entry points: dns_master_loadfileinc(),
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews dns_master_loadstreaminc(), dns_master_loadbufferinc().
21094b43a2dc4e1f569a9ed894f5369470cd1a7fMark Andrews Note: calls to dns_master_load*inc() should be rate
21094b43a2dc4e1f569a9ed894f5369470cd1a7fMark Andrews be rate limited so as to not use up all file
b03a31d98f1cf42414d321c742c9fc04be75b32bMark Andrews descriptors.
81e6a5849d61c2e710d628cf9a7b7282eaa88c46Mark Andrews 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
4181218570e915959dd203c18f8cf4a03dca5d68Mark Andrews not support the given address family requested.
4181218570e915959dd203c18f8cf4a03dca5d68Mark Andrews 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
ad98a8699371c9c449982fbbd8ceda91ad745f2aMark Andrews 390. [func] The function dns_zone_setdbtype() now takes
ad98a8699371c9c449982fbbd8ceda91ad745f2aMark Andrews an argc/argv style vector of words and sets
c1807114ce574896694e3f449c73b098fe91730fMark Andrews both the zone database type and its arguments,
c1807114ce574896694e3f449c73b098fe91730fMark Andrews making the functions dns_zone_adddbarg()
c1807114ce574896694e3f449c73b098fe91730fMark Andrews and dns_zone_cleardbargs() unnecessary.
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews 389. [bug] Attempting to send a reqeust over IPv6 using
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews dns_request_create() on a system without IPv6
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews support caused an assertion failure [RT #235].
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews 388. [func] dig and host can now do reverse ipv6 lookups.
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews 387. [func] Add dns_byaddr_createptrname(), which converts
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews an address into the name used by a PTR query.
055597532db52233e80f617b8b015e8caadcb577Mark Andrews 386. [bug] Missing strdup() of ACL name caused random
055597532db52233e80f617b8b015e8caadcb577Mark Andrews ACL matching failures [RT #228].
055597532db52233e80f617b8b015e8caadcb577Mark Andrews 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews and dns_zt_print().
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews of 2147483647.
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews 383. [func] When writing a master file, print the SOA and NS
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews records (and their SIGs) before other records.
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews 382. [bug] named -u failed on many Linux systems where the
9076b18608d8e5cfff8fac54ef82853371fdd0d6Mark Andrews libc provided kernel headers do not match
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews the current kernel.
af5273ceab514c55ddcd7ebaed5d598150b6b8faMark Andrews 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews IPV6_PKTINFO if found. [RT #229]
411c61d6fbf5a27c78650b9a1b3c69ac2640c929Mark Andrews 380. [bug] nsupdate didn't work with IPv6.
3c20ae76389dd7bd2fbbb5145f51fe7f72f97f14Mark Andrews 379. [func] New library function isc_sockaddr_anyofpf().
2d2e0fff8e168012bc34a40ee24476eddab901ecMark Andrews 378. [func] named and lwresd will log the command line arguments
2d2e0fff8e168012bc34a40ee24476eddab901ecMark Andrews they were started with in the "starting ..." message.
314cac23654229f5df93af0c41231fd3c2187621Mark Andrews 377. [bug] When additional data lookups were refused due to
314cac23654229f5df93af0c41231fd3c2187621Mark Andrews "allow-query", the databases were still being
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews attached causing reference leaks.
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews 376. [bug] The server should always use good entropy when
2c329da87c5c886e7f4468c69a9e6323121068cbMark Andrews performing cryptographic functions needing entropy.
5ec95dc3cbba160d03be874941930bdf3e515bbdMark Andrews 375. [bug] Per-zone "allow-query" did not properly override the
31affb2ca39c483670ba71042ce4c984ac257232Mark Andrews view/global one for CNAME targets and additional
31affb2ca39c483670ba71042ce4c984ac257232Mark Andrews data [RT #220].
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews 374. [bug] SOA in authoritative negative responses had wrong TTL.
9e50b6806e428c817bc9537457db8f0a0aeee167Mark Andrews 373. [func] nslookup is now installed by "make install".
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews 372. [bug] Deal with Microsoft DNS servers appending two bytes of
9e50b6806e428c817bc9537457db8f0a0aeee167Mark Andrews garbage to zone transfer requests.
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews 371. [bug] At high debug levels, doing an outgoing zone transfer
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews of a very large RRset could cause an assertion failure
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews during logging.
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews 370. [bug] The error messages for rollforward failures were
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews overly terse.
ca155b13211202a6195b5a0f085aff06075c4300Mark Andrews 369. [func] Support new named.conf options, view and zone
4b030f887e5e51c00dac499682d0b5b870ece45bMark Andrews max-retry-time, min-retry-time,
110fbe3a1315b38f1491546d82937a01c40f5fdbMark Andrews max-refresh-time, min-refresh-time.
561863ed947f18c8bfcaa631ad83a6bee3b7200bMark Andrews 368. [func] Restructure the internal ".bind" view so that more
3b9a0696f99c40222e50ddae4d0dd9611737c1daMark Andrews zones can be added to it.
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews 367. [bug] Allow proper selection of server on nslookup command
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews 366. [func] Allow use of '-' batch file in dig for stdin.
bce2d35b4879d7878e339a9c60db9364508e38fdMark Andrews 365. [bug] nsupdate -k leaked memory.
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews 364. [func] Added additional-from-{cache,auth}
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews 362. [bug] rndc no longer aborts if the configuration file is
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews missing an options statement. [RT #209]
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews 361. [func] When the RBT find or chain functions set the name and
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews origin for a node that stores the root label
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews the name is now set to an empty name, instead of ".",
bff602d4acc7e3facc28b8931538b77d53681f15Mark Andrews to simplify later use of the name and origin by
86c3e4bb9663719cfa16e493a145c4ff0d6f745fMark Andrews dns_name_concatenate(), dns_name_totext() or
86c3e4bb9663719cfa16e493a145c4ff0d6f745fMark Andrews dns_name_format().
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark Andrews 360. [func] dns_name_totext() and dns_name_format() now allow
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark Andrews an empty name to be passed, which is formatted as "@".
722ebc3a47ffd2ac8f0b1a231dbd0cfd485ea2ffMark Andrews 359. [bug] dnssec-signzone occasionally signed glue records.
41be71bae48846d9525be6f71e19944e34748e26Mark Andrews 358. [cleanup] Rename the intermediate files used by the dnssec
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews 357. [bug] The zone file parser crashed if the argument
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews to $INCLUDE was a quoted string.
c93003b0a6c063c15495f66300a1822481728fcaMark Andrews 356. [cleanup] isc_task_send no longer requires event->sender to
c93003b0a6c063c15495f66300a1822481728fcaMark Andrews be non-null.
a4743d3d26c4dde69b80fd69bca83e0c28063425Mark Andrews 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
817a7fb62d05222fb287bbcde910ab3669f6d237Mark Andrews 354. [doc] Man pages for the dnssec tools are now included in
ac86cff0d7ff2108cd7ace66697e2de104735496Mark Andrews the distribution, in doc/man/dnssec.
2a71a21346ce6a098b7daf98358d5bdced8e6eb6Mark Andrews 353. [bug] double increment in lwres/gethost.c:copytobuf().
a90cf89180ae8d9dfd281288cdc75940e46bfdd0Mark Andrews 352. [bug] Race condition in dns_client_t startup could cause
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews an assertion failure.
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews signed query could crash the server.
9cc53f2a0819301c2de7ab93197eee11e8a365e7Mark Andrews 350. [bug] Also-notify lists specified in the global options
9cc53f2a0819301c2de7ab93197eee11e8a365e7Mark Andrews block were not correctly reference counted, causing
68ae0f83c00d9e06693f5b138a0ced5a6ceccc5cMark Andrews a memory leak.
326449ec24b069f5ef59c8e282ae22a50aa27049Mark Andrews 349. [bug] Processing a query with the CD bit set now works
207f0a15bb486d8dc27cf5ff963fac6068ee2972Mark Andrews as expected.
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews 348. [func] New boolean named.conf options 'additional-from-auth'
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews and 'additional-from-cache' now supported in view and
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews global options statement.
ed18f744963c431ff76489aa01ec6fc9fac137fbMark Andrews 347. [bug] Don't crash if when an argument is left off
ed18f744963c431ff76489aa01ec6fc9fac137fbMark Andrews options in dig.
5639d60b40db2051eb7e737d86635c621ffbfa12Mark Andrews 346. [func] Add support for .digrc config file, in the
5639d60b40db2051eb7e737d86635c621ffbfa12Mark Andrews user's current directory
689023771c563d8660e45d439a207e06e96de28fMark Andrews 345. [bug] Large-scale changes/cleanups to dig:
689023771c563d8660e45d439a207e06e96de28fMark Andrews * Significantly improve structure handling
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews * Don't pre-load entire batch files
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews * Fix SIGINT handling
30b41c205cec69f7bde2d9afb16557b6c1e7a531Mark Andrews * Shorten timeouts to match v8's behavior
3a1d86e8f51c953c2407e112e15b47328b6ee4feMark Andrews 344. [bug] When shutting down, lwresd sometimes tried
09b24007634d53673fa4a1468416d4e9ee232b7aMark Andrews to shut down its client tasks twice,
09b24007634d53673fa4a1468416d4e9ee232b7aMark Andrews triggering an assertion.
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 343. [bug] Although zone maintenance SOA queries and
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 notify requests were signed with TSIG keys
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 when configured for the server in case,
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews the TSIG was not verified on the response.
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews 342. [bug] The wrong name was being passed to
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews dns_name_dup() when generating a TSIG
7f2a6b0ef762b4cef9b0b2b59e7f44e4d2d4d32dMark Andrews key using TKEY.
e37dff26c6bb6e2ffbba7b089ca3599d5e3e04fbMark Andrews 340. [bug] The top-level COPYRIGHT file was missing from
b712879fcb6d584bb16b3f39ec1fb6ee176e4a03Mark Andrews the distribution.
21d2ebd23d1ff59d0c081baeab1a97aae1baf4a4Mark Andrews 339. [bug] DNSSEC validation of the response to an ANY
f697150aefb5d64e5bed4111aa2596a268ee8848Mark Andrews query at a name with a CNAME RR in a secure
f697150aefb5d64e5bed4111aa2596a268ee8848Mark Andrews zone triggered an assertion failure.
9baab4b1a8a5a54c04e47742c7b48311d5575a87Mark Andrews 338. [bug] lwresd logged to syslog as named, not lwresd.
c5826852e6c789f59b301f8197e65a1dd4e09a44Mark Andrews 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
c0d2891f6e08fcf5379dfb9a1bf8fbbb63f1952aMark Andrews on the command line.
c426fddf168a3cdfc1c4c162365d440c89148ae4Mark Andrews 336. [bug] "dig -f" used 64 k of memory for each line in
c426fddf168a3cdfc1c4c162365d440c89148ae4Mark Andrews the file. It now uses much less, though still
cb75f7ce19e11e3dfedee5a50a331bf53cd2c36bMark Andrews proportionally to the file size.
1a6204b6f26677cad76ea5644dc0624aac49b451Mark Andrews 335. [bug] named would occasionally attempt recursion when
1a6204b6f26677cad76ea5644dc0624aac49b451Mark Andrews it was disallowed or undesired.
9f7d51ee3290e2a064d71016a6bd555b47134a7cMark Andrews 334. [func] Added hmac-md5 to libisc.
d8c2b1787119de43dd6b7e3927ff193ed5df682fMark Andrews 333. [bug] The resolver incorrectly accepted referrals to
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews domains that were not parents of the query name,
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews causing assertion failures.
351696ef9e44e31e200afc0b019f24af6b597471Rob Austein 332. [func] New function dns_name_reset().
1672cff96d0b02badab6f94524e10285dde851fcMark Andrews 331. [bug] Only log "recursion denied" if RD is set. (RT #178)
e9f33cdca0565d049941117d30e4c37ab3c5e990Mark Andrews 330. [bug] Many debugging messages were partially formatted
cf6b36171770dc14b6572003b4e8aeaa22536dd4Mark Andrews even when debugging was turned off, causing a
cf6b36171770dc14b6572003b4e8aeaa22536dd4Mark Andrews significant decrease in query performance.
9105a6a730bfb8472c48230629c5a0aebb88c422Mark Andrews 329. [func] omapi_auth_register() now takes a size_t argument for
c5a84548b24ffac37d0154d8f2f4fea36a3aeb23Mark Andrews the length of a key's secret data. Previously
9aa7706900e2451fcd6e44ffe4a45b042ec34cf3Mark Andrews OMAPI only stored secrets up to the first NUL byte.
7b78f6665635ed85118352c97ff5a25f5bb242f7Mark Andrews 328. [func] Added isc_base64_decodestring().
3b2032121d6e8ae1f4ad24b31a69e1a4b33c91a0Mark Andrews 327. [bug] rndc.conf parser wasn't correctly recognising an IP
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews address where a host specification was required.
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews 326. [func] 'keys' in an 'inet' control statement is now
65356eb978747c5e68d4c6b3909642cebb8479f8Mark Andrews required and must have at least one item in it.
e8346a529a2777d1867e0bbb3440279cbddbd808Mark Andrews A "not supported" warning is now issued if a 'unix'
e8346a529a2777d1867e0bbb3440279cbddbd808Mark Andrews control channel is defined.
7de69feda2f66658ce66a8700d64ffb88d47bb6aMark Andrews 325. [bug] isc_lex_gettoken was processing octal strings when
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews ISC_LEXOPT_CNUMBER was not set.
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews 324. [func] In the resolver, turn EDNS0 off if there is no
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews response after a number of retransmissions.
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews This is to allow queries some chance of succeeding
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews even if all the authoritative servers of a zone
bb3e43000807197e776407fd8d524a87dcc17a10Mark Andrews silently discard EDNS0 requests instead of
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews sending an error response like they ought to.
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews Because of this, servers authoritative for a parent
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews and grandchild zone but not authoritative for the
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews intervening child zone did not correctly issue
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews referrals to the servers of the child zone.
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews 322. [bug] Queries for KEY RRs are now sent to the parent
d562cb04df022606af43c7bee3111e4d17cbe4b2Mark Andrews server before the authoritative one, making
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews DNSSEC insecurity proofs work in many cases
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews where they previously didn't.
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews 321. [bug] When synthesizing a CNAME RR for a DNAME
1bf8f4b77df1e1f8c1ce8326679ab02bac235c09Mark Andrews response, query_addcname() failed to intitialize
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews the type and class of the CNAME dns_rdata_t,
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews causing random failures.
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews 320. [func] Multiple rndc changes: parses an rndc.conf file,
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews uses authentication to talk to named, command
32c7aa3dd18d57979990574ddb008437b59c2428Rob Austein line syntax changed. This will all be described
358043e40fd0c1fe312e25c28a771aafc3bd7b79Mark Andrews 319. [func] The named.conf "controls" statement is now used
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews to configure the OMAPI command channel.
bb50eb10edbfa31f53699304d6838716d700b85bMark Andrews 318. [func] dns_c_ndcctx_destroy() could never return anything
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews except ISC_R_SUCCESS; made it have void return instead.
bb50eb10edbfa31f53699304d6838716d700b85bMark Andrews 317. [func] Use callbacks from libomapi to determine if a
a5e055b9d8bc42b0e29d88960ed2a5c531fa5acbRob Austein new connection is valid, and if a key requested
a5e055b9d8bc42b0e29d88960ed2a5c531fa5acbRob Austein to be used with that connection is valid.
a46445468bb39318ad2a4291ace371a8c4ff9ac6Mark Andrews 316. [bug] Generate a warning if we detect an unexpected <eof>
e794f1ef072b4453c4af64717429729bcf3a6a69Mark Andrews but treat as <eol><eof>.
5f059eef4360bc6c35a38241deb2561884dd9001Mark Andrews 315. [bug] Handle non-empty blanks lines. (RT #163)
e180037bc15a98cac0b91ffcf464e9c96918294bMark Andrews 314. [func] The named.conf controls statement can now have
eeac8cfcd3ad738b435ad82fcd5c6387da643f90Mark Andrews more than one key specified for the inet clause.
99ba7fc5ff50823248155f4f2954ece0271b4354Mark Andrews 313. [bug] When parsing resolv.conf, don't terminate on an
d1ef96c5fb81b1edbede4228480848b58e48799eMark Andrews error. Instead, parse as much as possible, but
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews still return an error if one was found.
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews 312. [bug] Increase the number of allowed elements in the
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews resolv.conf search path from 6 to 8. If there
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews are more than this, ignore the remainder rather
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews than returning a failure in lwres_conf_parse.
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews 311. [bug] lwres_conf_parse failed when the first line of
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews resolv.conf was empty or a comment.
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews 310. [func] Changes to named.conf "controls" statement (inet
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews subtype only)
3386e927950e1bacd2ae7bfdc03ee17885bd9993Mark Andrews - support "keys" clause
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews inet * port 1024
b8694095f0109e23d9aaa3e84f840829b014c417Mark Andrews allow { any; } keys { "foo"; }
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews - allow "port xxx" to be left out of statement,
b8694095f0109e23d9aaa3e84f840829b014c417Mark Andrews in which case it defaults to omapi's default port
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews 309. [bug] When sending a referral, the server did not look
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews for name server addresses as glue in the zone
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews holding the NS RRset in the case where this zone
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews was not the same as the one where it looked for
1c52f228e9e2d8784273b7af76794031e480e5e8Mark Andrews name server addresses as authoritative data.
ea0b0c283be744d8b5810927b9981a9afe2f900dMark Andrews 308. [bug] Treat a SOA record not at top of zone as an error
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews when loading a zone. (RT #154)
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews 307. [bug] When canceling a query, the resolver didn't check for
c956fbfbbd536407a2f0ef8f138c27729d31744dMark Andrews isc_socket_sendto() calls that did not yet have their
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews completion events posted, so it could (rarely) end up
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews destroying the query context and then want to use
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews it again when the send event posted, triggering an
c52d94fa4b7eaf8b7be9dfda15f9fc2c01041d51Mark Andrews assertion as it tried to cancel an already-canceled
f66cd386cf4d0cc65b28cbaeaf540353406393a8Mark Andrews query. (RT #77)
e94cf7074d8ac30820a715211ae914387996cca9Mark Andrews 306. [bug] Reading HMAC-MD5 private key files didn't work.
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews 305. [bug] When reloading the server with a config file
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews containing a syntax error, it could catch an
6ecbd11029fa201b5f273f4ef016617dc35206aeMark Andrews assertion failure trying to perform zone
6ecbd11029fa201b5f273f4ef016617dc35206aeMark Andrews maintenance on tentatively created zones whose
738bffe2ee7dd6f3efeae8e2cca9017acc9c5f94Mark Andrews views were never fully configured and lacked
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews an address database.
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews are listed in resolv.conf, silently ignore them
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews instead of returning failure.
50e45d74340656422b21a5513f2d7138dfe24b7aMark Andrews 303. [bug] Add additional sanity checks to differentiate a AXFR
50e45d74340656422b21a5513f2d7138dfe24b7aMark Andrews response vs a IXFR response. (RT #157)
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews 302. [bug] In dig, host, and nslookup, MXNAME should be large
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews enough to hold any legal domain name in presentation
2cd8fa3ef9b168429dcf76603e7b95c58317dd28Mark Andrews format + terminating NULL.
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews 301. [bug] Uninitalised pointer in host:printmessage(). (RT #159)
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
f6f0bf7d4bb135ba1a421520076a47a61b6870fcMark Andrews on platforms lacking IPv6 because each included their
f6f0bf7d4bb135ba1a421520076a47a61b6870fcMark Andrews own ipv6 header file for the missing definitions. Now
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews each library's ipv6.h defines the wrapper symbol of
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews the other (ISC_IPV6_H and LWRES_IPV6_H).
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews 299. [cleanup] Get the user and group information before changing the
4499c6cd5e376c59e06cd0be61f3620a1336bc5fMark Andrews root directory, so the administrator does not need to
4499c6cd5e376c59e06cd0be61f3620a1336bc5fMark Andrews keep a copy of the user and group databases in the
4a6f552617fe422ad90826e48c2a3446e3a2574bMark Andrews chroot'ed environment. Suggested by Hakan Olsson.
1195e2e1f2853df56d7ec69d2e01a99d44e4d61dMark Andrews 298. [bug] A mutex deadlock occurred during shutdown of the
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews interface manager under certain conditions.
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews Digital Unix systems were the most affected.
74def1c9c1880480bb62eb881e8a7ce28f9f7a20Mark Andrews 297. [bug] Specifying a key name that wasn't fully qualified
5efa612be0471cc4e133b795db3dd3addf18ba6cMark Andrews in certain parts of the config file could cause
5efa612be0471cc4e133b795db3dd3addf18ba6cMark Andrews an assertion failure.
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews 296. [bug] "make install" from a separate build directory
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews failed unless configure had been run in the source
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews directory, too.
d9147148dde80db2ce3390ded26333d106d3c10bTatuya JINMEI 神明達哉 295. [bug] When invoked with type==CNAME and a message
ec3f1d35170225c74d11c27bb184e250d150b209Tatuya JINMEI 神明達哉 not constructed by dns_message_parse(),
ec3f1d35170225c74d11c27bb184e250d150b209Tatuya JINMEI 神明達哉 dns_message_findname() failed to find anything
75654de87118c587629b5dc6882b6c1925d34983Tatuya JINMEI 神明達哉 due to checking for attribute bits that are set
71839e2a424a904a60429a380ee7685464022e4bMark Andrews only in dns_message_parse(). This caused an
71839e2a424a904a60429a380ee7685464022e4bMark Andrews infinite loop when constructing the response to
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews an ANY query at a CNAME in a secure zone.
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews 294. [bug] If we run out of space in while processing glue
e0199985cfe68e8556cf0060ad8f7effbcdc5628Mark Andrews when reading a master file and commit "current name"
e0199985cfe68e8556cf0060ad8f7effbcdc5628Mark Andrews reverts to "name_current" instead of staying as
38e8022ace865803bdd609c9763cd7d7ba2818dcMark Andrews "name_glue".
445acbbea8bd5143749e97a8ff247a808321aa6cMark Andrews 293. [port] Add support for FreeBSD 4.0 system tests.
8407fbc61d73caa766c0689558525d0a76296c86Mark Andrews 292. [bug] Due to problems with the way some operating systems
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews handle simultaneous listening on IPv4 and IPv6
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews addresses, the server no longer listens on IPv6
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews addresses by default. To revert to the previous
b9625d9be5d89015b75cc7c25088a8d1a3bb7655Mark Andrews behavior, specify "listen-on-v6 { any; };" in
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews the config file.
267a22597fc1c5ffd81532ec1afad36b729f6cb4Tatuya JINMEI 神明達哉 291. [func] Caching servers no longer send outgoing queries
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews over TCP just because the incoming recursive query
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews was a TCP one.
3dc3d557be91d59317b34fc5a9ae79b1925d5878Mark Andrews 290. [cleanup] +twiddle option to dig (for testing only) removed.
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews host is now installed in $bindir. (Be sure to remove
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews any $sbindir/dig from a previous release.)
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews 288. [func] rndc is now installed by "make install" into $sbindir.
5ed76fa7ea83d3ce7a33d365aa3b84410c3b8773Mark Andrews 287. [bug] rndc now works again as "rndc 127.1 reload" (for
5ed76fa7ea83d3ce7a33d365aa3b84410c3b8773Mark Andrews only that task). Parsing its configuration file and
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews using digital signatures for authentication has been
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews disabled until named supports the "controls" statement,
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews 286. [bug] On Solaris 2, when named inherited a signal state
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews where SIGHUP had the SIG_IGN action, SIGHUP would
ea38808b7dc1b2e760f18f2cc3ae07deaf15ba1aMark Andrews be ignored rather than causing the server to reload
de6ceebf98bedee0b1e1e81d078befbd728b801cMark Andrews its configuration.
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews 285. [bug] A change made to the dst API for beta4 inadvertently
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews broke OMAPI's creation of a dst key from an incoming
ed6e3610e3e56aac554dc93cad461a0016e961f9Mark Andrews message, causing an assertion to be triggered. Fixed.
1cf54d1966b3de8f6593e9e80eae9a80a1c011adMark Andrews 284. [func] The DNSSEC key generation and signing tools now
c3c72c1033b9d085b1a1fe74a9e3efb6db724ce2Mark Andrews generate randomness from keyboard input on systems
a0a19510c03e6004fd11ec278745d499751cd081Mark Andrews 283. [cleanup] The 'lwresd' program is now a link to 'named'.
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews too big for an unsigned long.
1ae75c1024eb0475c2be352b8707772e16332ad0Mark Andrews 281. [bug] Fixed list of recognized config file category names.
1ae75c1024eb0475c2be352b8707772e16332ad0Mark Andrews 280. [func] Add isc-config.sh, which can be used to more
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews easily build applications that link with
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews our libraries.
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews 279. [bug] Private omapi function symbols shared between
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews two or more files in libomapi.a were not namespace
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews protected using the ISC convention of starting with
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews the library name and two underscores ("omapi__"...)
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews note of when isc_log_categorybyname() wasn't able
7952b2b43e880b18e63613805f71fd3e8624bb44Mark Andrews to find the category name and would then apply the
6fac7ff1f9ec9c3873d3b55c5079fa79aba1f146Mark Andrews channel list of the unknown category to all categories.
e1f638a7141a4c1364e4ca45025241c9e2fecf74Mark Andrews 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews would fail to find the first member of any category
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews or module array apart from the internal defaults.
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews Thus, for example, the "notify" category was improperly
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews configured by named.
b39213ce599dc433c6f99144c97ca3d562f40344Mark Andrews 276. [bug] dig now supports maximum sized TCP messages.
8862388bcb44f634cbfc3e69f11ff4cb76590a4bMark Andrews 275. [bug] The definition of lwres_gai_strerror() was missing
8862388bcb44f634cbfc3e69f11ff4cb76590a4bMark Andrews the lwres_ prefix.
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
d4e1933abc4bfa3d42dcc2f093c81816a317dde6Mark Andrews 273. [func] The default for the 'transfer-format' option is
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews now 'many-answers'. This will break zone transfers
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews to BIND 4.9.5 and older unless there is an explicit
7c82b7ae3f3006e20d00529a15372d6cba133c20Mark Andrews 'one-answer' configuration.
7c82b7ae3f3006e20d00529a15372d6cba133c20Mark Andrews 272. [bug] The sending of large TCP responses was canceled
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews in mid-transmission due to a race condition
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews caused by the failure to set the client object's
7c82b7ae3f3006e20d00529a15372d6cba133c20Mark Andrews "newstate" variable correctly when transitioning
39e5cab80a2abc95ca034ac79ea3f973fc66f5b3Mark Andrews to the "working" state.
0b9af9eb37f624033652f6cc463262474ee13344Mark Andrews 271. [func] Attempt to probe the number of cpus in named
85315eb5361d92ba034cecc26c3526e121392386Mark Andrews if unspecified rather than defaulting to 1.
3b1fce680f1dbe9467cd3b0ab3138ea52d5a976fMark Andrews 270. [func] Allow maximum sized TCP answers.
0822cc50657c972c6a5ee29cba9506847c7ea7c2Mark Andrews 269. [bug] Failed DNSSEC validations could cause an assertion
0822cc50657c972c6a5ee29cba9506847c7ea7c2Mark Andrews failure by causing clone_results() to be called with
bdb609f5874056f6f1cd212ebf8700132e683fe5Mark Andrews with hevent->node == NULL.
c5cde9d5a70c921da901a23845e740ccc7a8c4e4Mark Andrews 268. [doc] A plain text version of the Administrator
bae21f249ead77e442a025b9b18d90e21ebf72ceMark Andrews Reference Manual is now included in the distribution,
7f5a3cea4e93ad683b13ebef8a6589afd97fb762Mark Andrews 267. [func] Nsupdate is now provided in the distribution.
9c3df90dd3767bcc14c4028fb3d81b26d056e821Mark Andrews 266. [bug] zone.c:save_nsrrset() node was not initalized.
50105afc551903541608b11851d73278b23579a3Mark Andrews 265. [bug] dns_request_create() now works for TCP.
1285fa26e632e3b386435b730b47b5ff1a03e553Mark Andrews 264. [func] Dispatch can not take TCP sockets in connecting
1285fa26e632e3b386435b730b47b5ff1a03e553Mark Andrews state. Set DNS_DISPATCHATTR_CONNECTED when calling
5a680f4170ba77be1e31cf1fc40ab43856919078Mark Andrews dns_dispatch_createtcp() for connected TCP sockets
5a680f4170ba77be1e31cf1fc40ab43856919078Mark Andrews or call dns_dispatch_starttcp() when the socket is
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews 263. [func] New logging channel type 'stderr'
9c8fb5f756d99a4ecba95df9a00757384f3b71b7Mark Andrews channel some-name {
fa7ee558e0536a94bfdb154a7c7ba298535459c4Mark Andrews severity error;
1d7cbe71b99ea0e883a4cf8af8a91bba04a3597eMark Andrews 262. [bug] 'master' was not initalized in zone.c:stub_callback().
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews 261. [func] Add dns_zone_markdirty().
e9964e7db4467722300c0d7d52ec1d7a51a784c1Mark Andrews 260. [bug] Running named as a non-root user failed on Linux
89783da064f4f9bf2e82d2b3941ddeffe2a8c30dMark Andrews kernels new enough to support retaining capabilities
50105afc551903541608b11851d73278b23579a3Mark Andrews after setuid().
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews 259. [func] New random-device and random-seed-file statements
a03848252fa85734ca75beae3d0b01bb503c0a8bMark Andrews for global options block of named.conf. Both accept
d7282a5fe88699990943df5ee6a7a48ee7ee2f7bMark Andrews a single string argument.
d7282a5fe88699990943df5ee6a7a48ee7ee2f7bMark Andrews 258. [bug] Fixed printing of lwres_addr_t.address field.
22fa4e3206c2048cabaf75a3ae21132fd5542848Mark Andrews 257. [bug] The server detached the last zone manager reference
3ad4e307b64bcf8baa984e10a4e7549dbeaea31dMark Andrews too early, while it could still be in use by queries.
3f08fb69eb3b5f6eaa3c57160dff0998e1569283Mark Andrews This manifested itself as assertion failures during the
3f08fb69eb3b5f6eaa3c57160dff0998e1569283Mark Andrews shutdown process for busy name servers (RT #133).
91c79af4755df2d892511512e0fc886639518a92Mark Andrews 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
91c79af4755df2d892511512e0fc886639518a92Mark Andrews isc_ratelimiter_shutdown guarantees that the rate
bf74532c942054bccc3df5227009ce52063a9dafMark Andrews limiter is detached from its task.
2558e3f25d4972a028c99141bd26d3f3087630d5Mark Andrews 255. [func] New function dns_zonemgr_attach().
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews 254. [bug] Suppress "query denied" messages on additional data
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews --- 9.0.0b4 released ---
902aebfb5ad7c735f74f700da288dc4519b83123Mark Andrews 253. [func] resolv.conf parser now recognises ';' and '#' as
22cd704fca51434f7aba193fd94d3291cc94ba2bMark Andrews comments (anywhere in line, not just as the beginning).
0e4f7c9d4e1a4bb66f0702e9f9975c392a15918bMark Andrews 252. [bug] resolv.conf parser mishandled masks on sortlists.
7554feaef6057f5ea2926076900ac7634b911456Mark Andrews It also aborted when an unrecognized keyword was seen,
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews now it silently ignores the entire line.
aa20b1b625dc406e1d9c3ff95d2a4af432e119faMark Andrews 251. [bug] lwresd caught an assertion failure on startup.
aa20b1b625dc406e1d9c3ff95d2a4af432e119faMark Andrews 250. [bug] fixed handling of size+unit when value would be too
54a8b1e6ede781e9f4059512530046db8c4de1ddMark Andrews large for internal representation.
c4b8c7555d4abcfa4706c0551b00d71554250936Mark Andrews 249. [cleanup] max-cache-size config option now takes a size-spec
4b28ee17ca96def8c7e7a8a45af55da81545f20aMark Andrews like 'datasize', except 'default' is not allowed.
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews 248. [bug] global lame-ttl option was not being printed when
4b28ee17ca96def8c7e7a8a45af55da81545f20aMark Andrews config structures were written out.
f7e94169a9814c8e7d2ac8ac62bf0ccafb5a2cb6Mark Andrews 247. [cleanup] Rename cache-size config option to max-cache-size.
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews 246. [func] Rename global option cachesize to cache-size and
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews add corresponding option to view statement.
807d4a4c54ab9a328afeb5f69dc680ffbcb384c8Tatuya JINMEI 神明達哉 245. [bug] If an uncompressed name will take more than 255
1f058fb7d18d43e26ab0c9e8ce2ff6615740186aMark Andrews bytes and the buffer is sufficiently long,
1f058fb7d18d43e26ab0c9e8ce2ff6615740186aMark Andrews dns_name_fromwire should return DNS_R_FORMERR,
1f058fb7d18d43e26ab0c9e8ce2ff6615740186aMark Andrews not ISC_R_NOSPACE. This bug caused cause the
6bd3b1fdb3915931ac158b2126fae35711bd0b26Mark Andrews server to catch an assertion failure when it
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews received a query for a name longer than 255
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews 244. [bug] empty named.conf file and empty options statement are
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews now parsed properly.
b3d3e578410209d849efb59c9ea4925ca5c9ca68Mark Andrews 243. [func] new cachesize option for named.conf
96c973a6a96f10c93ede4c66964ceae47535a07aMark Andrews 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
96c973a6a96f10c93ede4c66964ceae47535a07aMark Andrews 241. [cleanup] nscount and soacount have been removed from the
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews dns_master_*() arguement lists.
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews 240. [func] databases now come in three flavours: zone, cache
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark Andrews 239. [func] If ISC_MEM_DEBUG is enabled, the variable
90c4900d5cf1a1b556ae4c1de6338b2e7475ee55Mark Andrews isc_mem_debugging controls whether messages
b857ba993de91a3863de92db6462afdbec47d993Mark Andrews are printed or not.
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews 238. [cleanup] A few more compilation warnings have been quieted:
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews + missing sigwait prototype on BSD/OS 4.0/4.0.1.
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews + PTHREAD_ONCE_INIT unbraced initializer warnings on
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews Solaris 2.8.
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews + IN6ADDR_ANY_INIT unbraced initializer warnings on
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews BSD/OS 4.*, Linux and Solaris 2.8.
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews 237. [bug] If connect() returned ENOBUFS when the resolver was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews initiating a TCP query, the socket didn't get
029a79c8807a5378a31f0f92e9c600bd46be17c9Mark Andrews destroyed, and the server did not shut down cleanly.
6ec7bd9c691cf7b7a1d4f507e89f2b7cb22a12dcMark Andrews 236. [func] Added new listen-on-v6 config file statement.
61fb42c4ef45d88e115bd769c30c4f36b461870bMark Andrews 235. [func] Consider it a config file error if a listen-on
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews statement has an IPv6 address in it, or a
9cc75a3e5b0b54c5015e3f73a4a64d273560d5e3Mark Andrews listen-on-v6 statement has an IPv4 address in it.
c3f9bda20f0993bc7aa4c654e7e2082adfbaa47fMark Andrews 234. [bug] Allow a trusted-key's first field (domain-name) be
94d1015e65882e0f0c527abb0e8f66a609f46cb8Mark Andrews either a quoted or an unquoted string, instead of
c3f9bda20f0993bc7aa4c654e7e2082adfbaa47fMark Andrews requiring a quoted string.
f0e57c23e01731ed9e7f2dae585e6c643e590111Mark Andrews 233. [cleanup] Convert all config structure integer values to unsigned
dbbcb98a7069e5b79c5100b3c9cc3f3e5704d14eMark Andrews integer (isc_uint32_t) to match grammer.
c52ae25dd70636c673d4a299859137a1c8ba611aMark Andrews 232. [bug] Allow slave zones to not have a file.
6286983c506433d642b23e64845c50be30f2a7f6Mark Andrews 231. [func] Support new 'port' clause in config file options
d0aebc5a55b6145297d94f8aee939852357c59fcMark Andrews section. Causes 'listen-on', 'masters' and
d0aebc5a55b6145297d94f8aee939852357c59fcMark Andrews 'also-notify' statements to use its value instead of
d0aebc5a55b6145297d94f8aee939852357c59fcMark Andrews default (53).
f470686d921e6aa26726109226310a42ad8a44f3Mark Andrews 230. [func] Replace the dst sign/verify API with a cleaner one.
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews 229. [func] Support config file sig-validity-interval statement
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews in options, views and zone statements (master
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews zones only).
9f1bca36e43f076ab49d8de51301cb3c2dc04995Mark Andrews 228. [cleanup] Logging messages in config module stripped of
9f1bca36e43f076ab49d8de51301cb3c2dc04995Mark Andrews trailing period.
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews dns_rcode_*, dns_opcode_*, and dns_trust_* are
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews also now cast to their appropriate types, as with
7052e191ce63fdf063a977695718ff426a27628eMark Andrews dns_rdatatype_* in item number 225 below.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 226. [func] dns_name_totext() now always prints the root name as
7052e191ce63fdf063a977695718ff426a27628eMark Andrews '.', even when omit_final_dot is true.
62bdc6103b8245b812eef9faabee8e644afcc25fMark Andrews 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
62bdc6103b8245b812eef9faabee8e644afcc25fMark Andrews cast to dns_rdatatype_t via macros of their same name
185fd227381269568e193147a98f292210a16f2cMark Andrews so that they are of the proper integral type wherever
fb31e2890814be0ac3c343d91144f89ce5e05784Mark Andrews a dns_rdatatype_t is needed.
d5ad558234adfef1b847b534dd7b4c6302cc5ea3Mark Andrews 224. [cleanup] The entire project builds cleanly with gcc's
ce75d8bec3e93ef9fbd4a235f14f99483b3f238fMark Andrews -Wcast-qual and -Wwrite-strings warnings enabled,
62700b67eb8abb7d13f9c3c1bc4b60a1477d35d8Mark Andrews which is now the default when using gcc. (Warnings
62700b67eb8abb7d13f9c3c1bc4b60a1477d35d8Mark Andrews from confparser.c, because of yacc's code, are
f853c77478af94109291ea93f800444b949be558Mark Andrews unfortunately to be expected.)
cdb6532e86a8f3d3d563b6da8c333bdf377d51ddMark Andrews 223. [func] Several functions were reprototyped to qualify one
7ad4d54f29c315cbcb241ca5fc12ba1e0744358bMark Andrews or more of their arguments with "const". Similarly,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews several functions that return pointers now have
6fd711065f5878c526f88f2825ab8024e2296644Mark Andrews those pointers qualified with const.
5e41884b4a1871eb83e66f0d68ca4d04bbbc857eMark Andrews 222. [bug] The global 'also-notify' option was ignored.
93a90ddd6b588a381b6894974a2d48727f19d42bMark Andrews 221. [bug] An uninitialized variable was sometimes passed to
93a90ddd6b588a381b6894974a2d48727f19d42bMark Andrews dns_rdata_freestruct() when loading a zone, causing
37225662b64e44a3c59f92dd6156db37b52ca7a3Mark Andrews an assertion failure.
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews 220. [cleanup] Set the default outgoing port in the view, and
30b89a5ad95b5775abf6cce8ecc84a061babf76dMark Andrews set it in sockaddrs returned from the ADB.
8f2b99738760449de3431b191c0c9c0ea08fdc2eMark Andrews [31-May-2000 explorer]
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews 219. [bug] Signed truncated messages more correctly follow
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews the respective specs.
881702c9c0079cd48a45054fd90d043f3a8b7e11Mark Andrews 218. [func] When an rdataset is signed, its ttl is normalized
6f808593181c16d5a7625cb527a5755872f9680cMark Andrews based on the signature validity period.
6f808593181c16d5a7625cb527a5755872f9680cMark Andrews 217. [func] Also-notify and trusted-keys can now be used in
6f808593181c16d5a7625cb527a5755872f9680cMark Andrews the 'view' statement.
1576cde466a8de10e84f9887ec073ebaf5973aefMark Andrews 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
e407562a75eb93073bb72089cced150d7ffe4d4fTatuya JINMEI 神明達哉 215. [bug] Failures at certain points in request processing
8cb1558ff82868e45e76aa64e2ff72986aeebce2Tatuya JINMEI 神明達哉 could cause the assertion INSIST(client->lockview
6da7c87a77ecfd9ccce36f96b4ccd20e1b9cccf1Tatuya JINMEI 神明達哉 == NULL) to be triggered.
582b6dc68b2defc1d8795df8f1da31bd1825c30bTatuya JINMEI 神明達哉 214. [func] New public function isc_netaddr_format(), for
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 formatting network addresses in log messages.
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 213. [bug] Don't leak memory when reloading the zone if
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 an update-policy clause was present in the old zone.
668767dc6471dfed4741869c8dd20af8e9ace3cdTatuya JINMEI 神明達哉 212. [func] Added dns_message_get/settsigkey, to make TSIG
bb030ee88e51488a464146dfce4db74d16e05a0cMark Andrews key management reasonable.
634d053dfe806ee6a3d9ed5c2bda7f68ba410de4Tatuya JINMEI 神明達哉 211. [func] The 'key' and 'server' statements can now occur
e724512f2be8d3de5f2982ebba0b2cdaf8325702Mark Andrews inside 'view' statements.
b6d52ee5bea1b9d9074698e693b49ce96edff47bMark Andrews 210. [bug] The 'allow-transfer' option was ignored for slave
b6d52ee5bea1b9d9074698e693b49ce96edff47bMark Andrews zones, and the 'transfers-per-ns' option was
b657d7db3b73701430b7d1fa17e9c016fd859088Mark Andrews was ignored for all zones.
8d42bb315ce6745e5631eda4eac59d3b981e58c6Mark Andrews 209. [cleanup] Upgraded openssl files to new version 0.9.5a
8d42bb315ce6745e5631eda4eac59d3b981e58c6Mark Andrews 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
4efe32b8bb512ac03a139b77f008600c5a3624eaMark Andrews of an isc_offset_t.
4efe32b8bb512ac03a139b77f008600c5a3624eaMark Andrews 207. [func] The dnssec tools properly use the logging subsystem.
89639a5e13cace9166bf14931b9e1ce9dc8c47a3Mark Andrews 206. [cleanup] dst now stores the key name as a dns_name_t, not
94be8e357c37c843027e899bb277a314ea828a4cMark Andrews 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ("prototyped function redeclared without prototype")
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews and 1552 ("variable ... set but not used") when
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews compiling in the lib/dns/sec/{dnssafe,openssl}
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews directories, which contain code imported from outside
93d6dfaf66258337985427c86181f01fc51f0bb4Mark Andrews 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to quiet the warnings that "The linked output may not
600cbd1fcea3c9cc9706dc1ff8fc0d0034ebdeacTatuya JINMEI 神明達哉 run on a PA 1.x system."
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 203. [func] notify and zone soa queries are now tsig signed when
1160ecfd146301ff0d053ed054e5276f33f28b4eMark Andrews appropriate.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 202. [func] isc_lex_getsourceline() changed from returning int
d3fc633c344e15179480d887aeecf4a6263baeabMark Andrews to returning unsigned long, the type of its underlying
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 201. [cleanup] Removed the test/sdig program, it has been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.0.0b3 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 200. [bug] Failures in sending query responses to clients
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (e.g., running out of network buffers) were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 199. [bug] isc_heap_delete() sometimes violated the heap
0b1da8124c817270f5dfe46cd0211b993c931a91Mark Andrews invariant, causing timer events not to be posted
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 198. [func] Dispatch managers hold memory pools which
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark Andrews any managed dispatcher may use. This allows
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews us to avoid dipping into the memory context for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews most allocations. [19-May-2000 explorer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 197. [bug] When an incoming AXFR or IXFR completes, the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone's internal state is refreshed from the
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark Andrews SOA data. [19-May-2000 explorer]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 196. [func] Dispatchers can be shared easily between views
20d90a37532b92b0471c56fb583d6b2ddc32caa6Mark Andrews and/or interfaces. [19-May-2000 explorer]
fefe1106d96d3a89b21315f665b36a67cdea3840Mark Andrews 195. [bug] Including the NXT record of the root domain
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews in a negative response caused an assertion
2f025ec6fe68421d942330afaf1980b7a4976e30Mark Andrews 194. [doc] The PDF version of the Administrator's Reference
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Manual is no longer included in the ISC BIND9
c528ef03d9cdfd7eed4fe6b93563dd599bbb25b0Mark Andrews distribution.
f58233ec6c8b5866083bbaf5083ac9ade6bebe3aMark Andrews 193. [func] changed dst_key_free() prototype.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 192. [bug] Zone configuration validation is now done at end
c282d16311ce06b6bcb594be716cde4ad5c40af9Mark Andrews of config file parsing, and before loading
1b5a72829324a0d2fa327a270caea8fd02ae8779Mark Andrews 191. [func] Patched to compile on UnixWare 7.x. This platform
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is not directly supported by the ISC.
5e9f6125246cec57771bcdeefed03153d41c23fdMark Andrews 190. [cleanup] The DNSSEC tools have been moved to a separate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directory dnssec/ and given the following new,
0451757ad8f7c49a0d3dcdf7fbdd4ea64fcec298Mark Andrews more descriptive names:
3184ff5e45c8f821e5165ea60d674bfb87faf5b8Mark Andrews dnssec-keygen
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-signzone
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews dnssec-signkey
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-makekeyset
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Their command line arguments have also been changed to
87c7b822b7bcdd8bec7ba1c01937286308b4847cMark Andrews be more consistent. dnssec-keygen now prints the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews name of the generated key files (sans extension)
17a14e451df80b3d82278e5c925682ade3263dbcMark Andrews on standard output to simplify its use in automated
a4b3e51a8f1c9742c0f7d9f7d70f1ad926985145Mark Andrews 189. [func] isc_time_secondsastimet(), a new function, will ensure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that the number of seconds in an isc_time_t does not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews exceed the range of a time_t, or return ISC_R_RANGE.
c282d16311ce06b6bcb594be716cde4ad5c40af9Mark Andrews Similarly, isc_time_now(), isc_time_nowplusinterval(),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_time_add() and isc_time_subtract() now check the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews range for overflow/underflow. In the case of
f488b1c311f2fc09ae8e45f7893185e608b17edeMark Andrews isc_time_subtract, this changed a calling requirement
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (ie, something that could generate an assertion)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews into merely a condition that returns an error result.
4bb16c5856e5c6b05ac43c60f9f9376641bdcccfMark Andrews isc_time_add() and isc_time_subtract() were void-
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews valued before but now return isc_result_t.
c676c1b4978bfe2d00bdf5085fd44544067f9de4Mark Andrews 188. [func] Log a warning message when an incoming zone transfer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contains out-of-zone data.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 187. [func] isc_ratelimter_enqueue() has an additional arguement
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 186. [func] dns_request_getresponse() has an additional arguement
471e0563c7965c556c759775882cd3448dae78eaMark Andrews 'preserve_order'.
743ffc91bdd462be6f91b3bab8f440c6a69f0770Mark Andrews 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews public functions did not have an isc__ prefix, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews referred to functions that had previously been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 184. [cleanup] Variables/functions which began with two leading
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews underscores were made to conform to the ANSI/ISO
072e21c2bbf0907706b18a4a3857913e79d380fbMark Andrews standard, which says that such names are reserved.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for logging the program name or other identifier.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 182. [cleanup] New commandline parameters for dnssec tools
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 179. [func] options named.conf statement *must* now come
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews before any zone or view statements.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 178. [func] Post-load of named.conf check verifies a slave zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has non-empty list of masters defined.
072e21c2bbf0907706b18a4a3857913e79d380fbMark Andrews 177. [func] New per-zone boolean:
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews enable-zone yes | no ;
9c1eb2279d715188bf631d98d103f6f81a3c76fbMark Andrews intended to let a zone be disabled without having
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to comment out the entire zone statement.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 176. [func] New global and per-view option:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews max-cache-ttl number
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 175. [func] New global and per-view option:
0cb25226fba18befbe40156c93845f2fc9bf3524Mark Andrews additional-data internal | minimal | maximal;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 174. [func] New public function isc_sockaddr_format(), for
2610933abd985bdea28801c35d740d2cab2f137aMark Andrews formatting socket addresses in log messages.
7a857bdb6828e75eec5a7080e4670ce199875922Mark Andrews 173. [func] Keep a queue of zones waiting for zone transfer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews quota so that a new transfer can be dispatched
fc87397df60d3c5e5d9900ff5ac82da29fe1dbb7Mark Andrews immediately whenever quota becomes available.
a22f967b7e3589dab640d2cc65fd202d077a9d90Mark Andrews 172. [bug] $TTL directive was sometimes missing from dumped
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews master files because totext_ctx_init() failed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews initialize ctx->current_ttl_valid.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 171. [cleanup] On NetBSD systems, the mit-pthreads or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unproven-pthreads library is now always used
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews unless --with-ptl2 is explicitly specified on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the configure command line. The
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews --with-mit-pthreads option is no longer needed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and has been removed.
f5af519ab547bc80c51387529103e4e852a1171eMark Andrews 170. [cleanup] Remove inter server consistancy checks from zone,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews these should return as a seperate module in 9.1.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_zone_checkservers(), dns_zone_checkparents(),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_zone_checkchildren(), dns_zone_checkglue().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Remove dns_zone_setadb(), dns_zone_setresolver(),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_zone_setrequestmgr() these should now be found
182a34004c7c48e2c1626f3ce7e787f413955126Mark Andrews via the view.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 169. [func] ratelimiter can now process N events per interval.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 168. [bug] include statements in named.conf caused syntax errors
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews due to not consuming the semicolon ending the include
163547c0c064251e97c74538c5ede3232b3f0ffaMark Andrews statement before switching input streams.
8ff31bab2f51b171a8eab3a0b8415c64529e116eMark Andrews 167. [bug] Make lack of masters for a slave zone a soft error.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 166. [bug] Keygen was overwriting existing keys if key_id
07a849ba02aba7e8e869bc82c360fcc4b27eb009Mark Andrews conflicted, now it will retry, and non-null keys
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with key_id == 0 are not generated anymore. Key
806c235ecf533b98d068b3f8df9d7abbe1e30cf9Mark Andrews was not able to generate NOAUTHCONF DSA key,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews increased RSA key size to 2048 bits.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 165. [cleanup] Silence "end-of-loop condition not reached" warnings
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from Solaris compiler.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
2fd63cf561135572339d4e2ff0c06695e3dcf1baMark Andrews isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to encapsulate nonportable usage of errno and sync.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 163. [func] Added result codes ISC_R_FILENOTFOUND and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ISC_R_FILEEXISTS.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 162. [bug] Ensure proper range for arguments to ctype.h functions.
7ec0f55f1542d8bb9475bbe93e911d7520f043caMark Andrews 161. [cleanup] error in yyparse prototype that only HPUX caught.
4cb69e7c919cc43b16852016588af714bc421da3Mark Andrews 160. [cleanup] getnet*() are not going to be implemented at this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 159. [func] Redefinition of config file elements is now an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error (instead of a warning).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 158. [bug] Log channel and category list copy routines
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews weren't assigning properly to output parameter.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 157. [port] Fix missing prototype for getopt().
8b5de9701428e2b5eb50aba96af23dc1186124ddMark Andrews 156. [func] Support new 'database' statement in zone.
80b782f356f0692c11b4e52e8dd46ec41704e5a2Mark Andrews database "quoted-string";
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 155. [bug] ns_notify_start() was not detaching the found zone.
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews 154. [func] The signer now logs libdns warnings to stderr even when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not verbose, and in a nicer format.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews is NULL then you need to preserve the 'rdata' until
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews you have finished using the structure as there may be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews references to the associated memory. If 'mctx' is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews non-NULL it is guaranteed that there are no references
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to memory associated with 'rdata'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_rdata_freestruct() must be called if 'mctx' was
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews non-NULL and may safely be called if 'mctx' was NULL.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 152. [bug] keygen dumped core if domain name argument was omitted
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from command line.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 151. [func] Support 'disabled' statement in zone config (causes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone to be parsed and then ignored). Currently must
888bb8bf68ba1a2b032a64122efd9125a9155ad7Mark Andrews come after the 'type' clause.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 150. [func] Support optional ports in masters and also-notify
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 149. [cleanup] Removed usused argument 'olist' from
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews dns_c_view_unsetordering().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 148. [cleanup] Stop issuing some warnings about some configuration
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews file statements that were not implemented, but now are.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 147. [bug] Changed yacc union size to be smaller for yaccs that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews put yacc-stack on the real stack.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 146. [cleanup] More general redundant header file cleanup. Rather
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews than continuing to itemize every header which changed,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews this changelog entry just notes that if a header file
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews did not need another header file that it was including
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in order to provide its advertized functionality, the
463fc8f9d61e07613486e64b4b7b3f924ea2b25cMark Andrews inclusion of the other header file was removed. See
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews util/check-includes for how this was tested.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ISC_LANG_ENDDECLS to header files that had function
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews prototypes, and removed it from those that did not.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 144. [cleanup] libdns header files too numerous to name were made
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to conform to the same style for multiple inclusion
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 143. [func] Added function dns_rdatatype_isknown().
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 141. [bug] Corrupt requests with multiple questions could
e2fb08b85de8158fe6b71008311e3d98104b92a6Mark Andrews cause an assertion failure.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
266296414d0ed79980c6d3144a587b42324a50ffMark Andrews renamed isc_string_touint64. isc_strsep moved from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews strsep.c to string.c and renamed isc_string_separate.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
5da49e379c79fbd597cf0d47e7697b65991f761fMark Andrews <isc/serial.h>, <isc/string.h> and <isc/offset.h>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews made to conform to the same style for multiple
31b3dc1c6b4fe99a2af2ee63314e842af4a20070Mark Andrews inclusion protection.
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
03760eeb542cc5e91193eec478cae022df4bcc58Mark Andrews or <isc/boolean.h>, now uses <isc/types.h> in place
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
838d608e6f37038f2fb43980a7a9d6b6a490db36Mark Andrews and ISC_LANG_ENDDECLS.
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews 134. [cleanup] <isc/dir.h> does not need <limits.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
c7fc6434fe5949c8e3f76bf69f5655eb3a76dfaeMark Andrews for ISC_R_* codes used in macros.
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <isc/boolean.h>, and now includes <isc/types.h>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 129. [bug] The 'default_debug' log channel was not set up when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'category default' was present in the config file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ISC_LANG_ENDDECLS at end of header.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 127. [cleanup] The contracts for the comparision routines
bf7f253e306d0ced8ae24d7a0598773950da11f4Mark Andrews dns_name_fullcompare(), dns_name_compare(),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_name_rdatacompare(), and dns_rdata_compare() now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specify that the order value returned is < 0, 0, or > 0
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews instead of -1, 0, or 1.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
5f89a1ee9e0fe64211d050db5d3e7a5ea282c282Mark Andrews 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
12ff7274fe2ea531ecca6a71fb9f7e1ae92da389Mark Andrews 124. [func] signer now imports parent's zone key signature
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and creates null keys/sets zone status bit for
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews children when necessary
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews 123. [cleanup] <isc/event.h> does not need <stddef.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
5b76a09697bfc76f5acefd65d5b37b1214d271a8Mark Andrews <isc/result.h>. Multiple inclusion protection
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews isc_symtab_t moved to <isc/types.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 119. [cleanup] structure definitions for generic rdata stuctures do
49a940dc68b30d9e4f9e1bd3c0503d8b90bb1726Mark Andrews not have _generic_ in their names.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
d92770e851ebbc1005b3bf121e3c9f13b67a3f42Mark Andrews YACC crust (yyparse, etc) [2000-apr-27 explorer]
59ab128c972622f5aeafe3229966dcba73b62243Mark Andrews 117. [cleanup] libdns.a changes:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_zone_clearnotify() and dns_zone_addnotify()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews are replaced by dns_zone_setnotifyalso().
90295f915c883d1aeeda856f518584d4219a704aMark Andrews dns_zone_clearmasters() and dns_zone_addmaster()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews are replaced by dns_zone_setmasters().
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on Unix systems).
142d155dd68fd601dc38c6b6f7c35f2798ec24caMark Andrews 115. [port] Shut up the -Wmissing-declarations warning about
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 113. [func] Utility programs dig and host added.
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
52fc1457e44c476a81ec9dee6a664958cb64b8e2Mark Andrews 109. [bug] "make depend" did nothing for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bin/tests/{db,mem,sockaddr,tasks,timers}/.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 107. [func] Add keysigner and keysettool.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 106. [func] Allow dnssec verifications to ignore the validity
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews period. Used by several of the dnssec tools.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 105. [doc] doc/dev/coding.html expanded with other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implicit conventions the developers have used.
af2be1a46813e228cb9d71230d3f41222fdb69baTatuya JINMEI 神明達哉 104. [bug] Made compress_add and compress_find static to
2945ac15af547df0268e449252902ead599e2451Mark Andrews 103. [func] libisc buffer API changes for <isc/buffer.h>:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_base(b) (pointer)
285761cf91626976e211f69d9678c138b25f8629Tatuya JINMEI 神明達哉 isc_buffer_current(b) (pointer)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_active(b) (pointer)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_used(b) (pointer)
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews isc_buffer_length(b) (int)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_usedlength(b) (int)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_consumedlength(b) (int)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_remaininglength(b) (int)
8b0ee8448bec37bf1e771363dccce7c0e73eb1a7Mark Andrews isc_buffer_activelength(b) (int)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_availablelength(b) (int)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ISC_BUFFER_USEDCOUNT(b)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ISC_BUFFER_AVAILABLECOUNT(b)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_type(b)
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews Changed names:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_used(b, r) ->
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_usedregion(b, r)
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews isc_buffer_available(b, r) ->
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_available_region(b, r)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_consumed(b, r) ->
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews isc_buffer_consumedregion(b, r)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_active(b, r) ->
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews isc_buffer_activeregion(b, r)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_remaining(b, r) ->
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_remainingregion(b, r)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Buffer types were removed, so the ISC_BUFFERTYPE_*
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews macros are no more, and the type argument to
ba4aec8c1853a1deda8eb43ffeaac4d764c8d39eMark Andrews isc_buffer_init and isc_buffer_allocate were removed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_buffer_putstr is now void (instead of isc_result_t)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and requires that the caller ensure that there
550085fed1d0af54ba5b2f588898afec158195deMark Andrews is enough available buffer space for the string.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews 99. [cleanup] Rate limiter now has separate shutdown() and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews destroy() functions, and it guarantees that all
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews queued events are delivered even in the shutdown case.
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 94. [cleanup] Some installed header files did not compile as C++.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
5bd76af084edfdcd1cb4db9453ac781d32dde6f7Mark Andrews 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
8bcb0f297b50e80e3c7aab1a41b94d937acf4dc0Mark Andrews <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
7f32428506d55083fe5ac9aa515294bdef7c6e27Mark Andrews 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
5c10f54fe38795cbd3d5cf22e3fbd1d22b8226e4Mark Andrews 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
a6211a2f234767a015a6a30b85d5da087fa907f1Mark Andrews 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
4c342614f80d867bba23e63795ec6ee79dd6395dMark Andrews 84. [func] allow-query ACL checks now apply to all data
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews added to a response.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 83. [func] If the server is authoritative for both a
0ae34c3f6222ece01e0f710c7c0311f5cf9d9c0fMark Andrews delegating zone and its (nonsecure) delegatee, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a query is made for a KEY RR at the top of the
6c6673405c7e29c1d91d07b326d0fe1d7b52e478Mark Andrews delegatee, then the server will look for a KEY
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the delegator if it is not found in the delegatee.
bb6936058eb88eadff030462a347c10895c61a9aMark Andrews 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
7c5d5a7932b8ac27281eeff64506dff8220bb3eaMark Andrews 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 78. [cleanup] lwres_conftest renamed to lwresconf_test for
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer consistency with other *_test programs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 76. [cleanup] Rewrote keygen.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 75. [func] Don't load a zone if its database file is older
53f1312c61fa8618852584bcdf9f35530282eb08Mark Andrews than the last time the zone was loaded.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 73. [func] New "file" API in libisc, including new function
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_file_getmodtime, isc_mktemplate renamed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_file_mktemplate and isc_ufile renamed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_file_openunique. By no means an exhaustive API,
1431917c7cddbac7442cb910e83cb058fea59fb5Mark Andrews it is just what's needed for now.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
3733c24efa7eaa65455153702c3fb71c9233eafbMark Andrews added for dns_rbt_findnode, the former to disable the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews setting of the chain to the predecessor, and the
012a2b979e011b13ba0d291c279dc65a167c039eMark Andrews latter to make clear when no options are set.
f6ff00810196d0c0973f62c7917b9975011fa45aMark Andrews 71. [cleanup] Made explicit the implicit REQUIREs of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_time_seconds, isc_time_nanoseconds, and
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews isc_time_subtract.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 70. [func] isc_time_set() added.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 69. [bug] The zone object's master and also-notify lists grew
fa4e1438016331502e6d665588021aa7ffef8cc2Mark Andrews longer with each server reload.
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews 68. [func] Partial support for SIG(0) on incoming messages.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 67. [performance] Allow use of alternate (compile-time supplied)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 66. [func] Data in authoritative zones should have a trust level
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews beyond secure.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 64. [func] The RBT, DB, and zone table APIs now allow the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews caller find the most-enclosing superdomain of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 63 [func] Generate NOTIFY messages.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 62. [func] Add UDP refresh support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 61. [cleanup] Use single quotes consistently in log messages.
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews 60. [func] Catch and disallow singleton types on message
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 59. [bug] Cause net/host unreachable to be a hard error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when sending and receiving.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 58. [bug] bin/named/query.c could sometimes trigger the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
25276bd1ecb372b82c9235648e5defab0655dcd5Mark Andrews == 0 assertion in query_newname().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 57. [func] Added dns_nxt_typepresent()
320d6ee24ea59c0dbcb2c08038586ef03c6a191dMark Andrews 56. [bug] SIG records were not properly returned in cached
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews negative answers.
475fe52dc33d8d8344e8b1e48fa7bb6643f7ca66Mark Andrews 55. [bug] Responses containing multiple names in the authority
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews section were not negatively cached.
5af560664daaa984f98cec6925518a3e06c4ab4fMark Andrews 54. [bug] If a fetch with sigrdataset==NULL joined one with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sigrdataset!=NULL or vice versa, the resolver
0f8f42a09eb102fa88e4d2caacdafbeda931f94cMark Andrews could catch an assertion or lose signature data,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews respectively.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 52. [bug] rndc: taskmgr and socketmgr were not initialized
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
54532c54130de8f374465bb23d5576fc3257ea96Mark Andrews dns/rbt.h; it was needed only by compress.c and zt.c.
020f7361a49c5b1cda91927cf8206c1283fc7496Mark Andrews 50. [func] RBT deletion no longer requires a valid chain to work,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and dns_rbt_deletenode was added.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 49. [func] Each cache now has its own mctx.
446ff1959cc3e963778c8770204b72c9e7c7df5aMark Andrews 48. [func] isc_task_create() no longer takes an mctx.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_task_mem() has been eliminated.
70f8c70cdd3ca68edcf9d448eb508abf3697719aMark Andrews 47. [func] A number of modules now use memory context reference
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 46. [func] Memory contexts are now reference counted.
ac65e45126dda424b5cc9d2865b353dc0ec23e1eMark Andrews Added isc_mem_inuse() and isc_mem_preallocate().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Renamed isc_mem_destroy_check() to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_mem_setdestroycheck().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 45. [bug] The trusted-key statement incorrectly loaded keys.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 44. [bug] Don't include authority data if it would force us
de4976142190ae84ed3e4099f3e0fc07781748a3Mark Andrews to unset the AD bit in the message.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 43. [bug] DNSSEC verification of cached rdatasets was failing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 42. [cleanup] Simplified logging of messages with embedded domain
0b09763c354ec91fb352b6b4cea383bd0195b2d8Mark Andrews names by introducing a new convenience function
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_name_format().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
e0fa16fe191d619d2cd05a039067414409329878Mark Andrews to allow 'named' to run as a non-root user while
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews retaining the ability to bind() to privileged
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 40. [func] Introduced new logging category "dnssec" and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews logging module "dns/validator".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
cd9bfe5b256a3e84ba090e8fcb5de0d6c50974aeMark Andrews and isc_lex_t to <isc/types.h>.
dcd371be7d481b242d277d735e4c2d974297c164Mark Andrews 38. [bug] TSIG signed incoming zone transfers work now.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 37. [bug] If the first RR in an incoming zone transfer was
cc4928ec7116a064223f60639ca1a80f25ba350fMark Andrews not an SOA, the server died with an assertion failure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of just reporting an error.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 35. [performance] Log messages which are of a level too high to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews logged by any channel in the logging configuration
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews will not cause the log mutex to be locked.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 34. [bug] Recursion was allowed even with 'recursion no'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 33. [func] The RBT now maintains a parent pointer at each node.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
49f7d1585e0e4f1ffa1667391dd7ae1c4d3d4e81Mark Andrews 30. [func] config file grammer change to support optional
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews class type for a view.
0b1af13f680a865521105a77ee192024b5af33c4Mark Andrews 29. [func] support new config file view options:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews auth-nxdomain recursion query-source
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews query-source-v6 transfer-source
945cb085b859dbfc6a883813dda03c83e06995d3Mark Andrews transfer-source-v6 max-transfer-time-out
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews max-transfer-idle-out transfer-format
5ed4b0d4452967d9b3aaf7a22a2956a6ee67a614Mark Andrews request-ixfr provide-ixfr cleaning-interval
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fetch-glue notify rfc2308-type1 lame-ttl
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews max-ncache-ttl min-roots
c549b3a4d5fedba2ae960df667864e824acb1ef9Mark Andrews 28. [func] support lame-ttl, min-roots and serial-queries
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews config global options.
a483e67c4cdcbfc29ddc62b5a2d0d99b1c542fadMark Andrews 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Including it on other platforms (eg, NetBSD) can
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cause a forced #error from the C preprocessor.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 26. [func] new match-clients statement in config file view.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 25. [bug] make install failed to install <isc/log.h> and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 24. [cleanup] Eliminate some unnecessary #includes of header
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files from header files.
d8d489cd8efc45b06a232ac07a636b3d36cc7e8fMark Andrews 23. [cleanup] Provide more context in log messages about client
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews requests, using a new function ns_client_log().
bdb1394788a677d0b6e8499ba1ece17a73f476c7Mark Andrews 22. [bug] SIGs weren't returned in the answer section when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the query resulted in a fetch.
c8aa2c83113229a59069cbd05c735896f51b886bMark Andrews 21. [port] Look at STD_CINCLUDES after CINCLUDES during
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compilation, so additional system include directories
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can be searched but header files in the bind9 source
a1edcd1b8d430650d85ec0962cd32efde76a71fbMark Andrews tree with conflicting names take precedence. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews avoids issues with installed versions of dnssafe and
7c23b791f4ae8f0c4c2982a91d13c0ecb15ee798Mark Andrews 20. [func] Configuration file post-load validation of zones
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews failed if there were no zones.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
8989de1059c6292fc43ce507df4991224af2d789Mark Andrews lock in certain error cases.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
acc8b7ac3d16538bf223545bbf71899b9accaebbMark Andrews configure.in to check for presence of in6addr_any.
e7bb307667cc89287e810b95bddd342cb5dcb4e7Mark Andrews 17. [func] Do configuration file post-load validation of zones.
b9efcf0a377381b29960137e54ecaf4db85a35c8Mark Andrews 16. [bug] put quotes around key names on config file
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews output to avoid possible keyword clashes.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 15. [func] Add dns_name_dupwithoffsets(). This function is
8e5893c36cdccc706f9632f51e0c8d390d2a8d06Mark Andrews improves comparison performance for duped names.
e396939d492e6afa8e31a8dc11d7317c9e62f15fMark Andrews 14. [bug] free_rbtdb() could have 'put' unallocated memory in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an unlikely error path.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
3d822d111c00e70830dc163a5298196a1e7db29fMark Andrews out-of-zone data.
88aa68f478c1634f5f10034fb6ea4158efa20ff4Mark Andrews 12. [bug] Fixed possible unitialized variable error.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 11. [bug] axfr_rrstream_first() didn't check the result code of
4c83dd7f22b19c75afdd311684f6ba0faa24e8d8Mark Andrews db_rr_iterator_first(), possibly causing an assertion
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to be triggered later.
5f4098e478ae913cdc1bb8851599b8f2431050d3Mark Andrews 10. [bug] A bug in the code which makes EDNS0 OPT records in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bin/named/client.c and lib/dns/resolver.c could
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews trigger an assertion.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 9. [cleanup] replaced bit-setting code in confctx.c and replaced
26cf4737b3e84c3a686a5eacebf22ac39e57d4caMark Andrews repeated code with macro calls.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 8. [bug] Shutdown of incoming zone transfer accessed
34e5a08809dda3276252269ebddd1616e62081a2Mark Andrews freed memory.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 7. [cleanup] removed 'listen-on' from view statement.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 6. [bug] quote RR names when generating config file to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews prevent possible clash with config file keywords
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (such as 'key').
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 5. [func] syntax change to named.conf file: new ssu grant/deny
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews statements must now be enclosed by an 'update-policy'
ddc592d128cdde85ada64efbda95981c10c4c03cMark Andrews 4. [port] bin/named/unix/os.c didn't compile on systems with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews linux 2.3 kernel includes due to conflicts between
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews C library includes and the kernel includes. We now
88c2b83cc548a217cc92a2bf75ca1ef1d4237d4fMark Andrews get only what we need from <linux/capability.h>, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews avoid pulling in other linux kernel .h files.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 3. [bug] TKEYs go in the answer section of responses, not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the additional section.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 2. [bug] Generating cryptographic randomness failed on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews systems without /dev/random.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 1. [bug] The installdirs rule in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lib/isc/unix/include/isc/Makefile.in had a typo which
e823642ec0c167af8f7db01c96ba0279165a61f3Mark Andrews prevented the isc directory from being created if it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews didn't exist.
93e6ebcd0a0f044ba2add424c265b5e0bb4c8afdMark Andrews --- 9.0.0b2 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews# This tells Emacs to use hard tabs in this file.
8ac1acc30d0f405222ffa7b2b93131d9d4e18599Mark Andrews# Local Variables:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews# indent-tabs-mode: t