CHANGES revision f6987630ce2d424a34bb9d373b3c08de48010287
c7c5645e062287294326fdb92e7e9b831950c4f3Mark Andrews
c7c5645e062287294326fdb92e7e9b831950c4f3Mark Andrews 706. [bug] Zones with an explicit "allow-update { none; };"
c7c5645e062287294326fdb92e7e9b831950c4f3Mark Andrews were considered dynamic and therefore not reloaded
f5af519ab547bc80c51387529103e4e852a1171eMark Andrews on SIGHUP or "rndc reload".
f5af519ab547bc80c51387529103e4e852a1171eMark Andrews
f5af519ab547bc80c51387529103e4e852a1171eMark Andrews 705. [port] Work out resource limit type for use where rlim_t is
f5af519ab547bc80c51387529103e4e852a1171eMark Andrews not available. [RT #695]
b0c2141b236832664119c9c7c647359b0c7fead4Mark Andrews
b0c2141b236832664119c9c7c647359b0c7fead4Mark Andrews 704. [port] RLIMIT_NOFILE is not available on all platforms.
b0c2141b236832664119c9c7c647359b0c7fead4Mark Andrews [RT #695]
182a34004c7c48e2c1626f3ce7e787f413955126Mark Andrews
182a34004c7c48e2c1626f3ce7e787f413955126Mark Andrews 703. [port] sys/select.h is needed on older platforms. [RT #695]
182a34004c7c48e2c1626f3ce7e787f413955126Mark Andrews
603658ea65b34c4b57f154b1e2412b4f01866b6bMark Andrews 702. [func] If the address 0.0.0.0 is seen in resolv.conf,
603658ea65b34c4b57f154b1e2412b4f01866b6bMark Andrews use 127.0.0.1 instead. [RT #693]
603658ea65b34c4b57f154b1e2412b4f01866b6bMark Andrews
163547c0c064251e97c74538c5ede3232b3f0ffaMark Andrews 701. [func] Root hints are now fully optional. Class IN
163547c0c064251e97c74538c5ede3232b3f0ffaMark Andrews views use compiled-in hints by default, as
444d2ad833cdf596f72e5f4cea97ce979d01c964Mark Andrews before. Non-IN views with no root hints now
8ff31bab2f51b171a8eab3a0b8415c64529e116eMark Andrews provide authoritative service but not recursion.
8ff31bab2f51b171a8eab3a0b8415c64529e116eMark Andrews A warning is logged if a view has neither root
07a849ba02aba7e8e869bc82c360fcc4b27eb009Mark Andrews hints nor authoritative data for the root. [RT #696]
07a849ba02aba7e8e869bc82c360fcc4b27eb009Mark Andrews
806c235ecf533b98d068b3f8df9d7abbe1e30cf9Mark Andrews 700. [bug] $GENERATE range check was wrong. [RT #688]
806c235ecf533b98d068b3f8df9d7abbe1e30cf9Mark Andrews
935000aa6e2b9d08f363b2e698a258a458a5a7cfMark Andrews 699. [bug] The lexer mishandled empty quoted strings. [RT #694]
935000aa6e2b9d08f363b2e698a258a458a5a7cfMark Andrews
935000aa6e2b9d08f363b2e698a258a458a5a7cfMark Andrews 698. [bug] Aborting nsupdate with ^C would lead to several
cfa19fe5c9cf279b38e4258a54acb3fd16b9550bMark Andrews race conditions.
cfa19fe5c9cf279b38e4258a54acb3fd16b9550bMark Andrews
2fd63cf561135572339d4e2ff0c06695e3dcf1baMark Andrews 697. [bug] nsupdate was not compatible with the undocumented
2fd63cf561135572339d4e2ff0c06695e3dcf1baMark Andrews BIND 8 behavior of ignoring TTLs in "update delete"
2fd63cf561135572339d4e2ff0c06695e3dcf1baMark Andrews commands. [RT #693]
8ca42f6318be756354b70260050132545aa680d3Mark Andrews
8ca42f6318be756354b70260050132545aa680d3Mark Andrews 696. [bug] lwresd would die with an assertion failure when passed
8ca42f6318be756354b70260050132545aa680d3Mark Andrews a zero-length name. [RT #692]
8ca42f6318be756354b70260050132545aa680d3Mark Andrews
8ca42f6318be756354b70260050132545aa680d3Mark Andrews 695. [bug] If the resolver attempted to query a blackholed or
8ca42f6318be756354b70260050132545aa680d3Mark Andrews bogus server, the resolution would fail immediately.
7ec0f55f1542d8bb9475bbe93e911d7520f043caMark Andrews
7ec0f55f1542d8bb9475bbe93e911d7520f043caMark Andrews 694. [bug] $GENERATE did not produce the last entry.
4cb69e7c919cc43b16852016588af714bc421da3Mark Andrews [RT #682, #683]
4cb69e7c919cc43b16852016588af714bc421da3Mark Andrews
ea6fe0d54f36754c195b3b8dac47c81f7993677eMark Andrews 693. [bug] An empty lwres statement in named.conf caused
ea6fe0d54f36754c195b3b8dac47c81f7993677eMark Andrews the server to crash while loading.
ea6fe0d54f36754c195b3b8dac47c81f7993677eMark Andrews
6bd8cee98332533a4fa705b82ca9ec1606738ba9Mark Andrews 692. [bug] Deal with systems that have getaddrinfo() but not
6bd8cee98332533a4fa705b82ca9ec1606738ba9Mark Andrews gai_strerror(). [RT #679]
6bd8cee98332533a4fa705b82ca9ec1606738ba9Mark Andrews
0c2509b0b9f9e455fa9d347d08f6ba9abd86d418Mark Andrews 691. [bug] Configuring per-view forwarders caused an assertion
0c2509b0b9f9e455fa9d347d08f6ba9abd86d418Mark Andrews failure. [RT #675]
0c2509b0b9f9e455fa9d347d08f6ba9abd86d418Mark Andrews
8b5de9701428e2b5eb50aba96af23dc1186124ddMark Andrews 690. [func] $GENERATE now supports DNAME. [RT #654]
8b5de9701428e2b5eb50aba96af23dc1186124ddMark Andrews
80b782f356f0692c11b4e52e8dd46ec41704e5a2Mark Andrews 689. [doc] man pages are now installed. [RT #210]
80b782f356f0692c11b4e52e8dd46ec41704e5a2Mark Andrews
80b782f356f0692c11b4e52e8dd46ec41704e5a2Mark Andrews 688. [func] "make tags" now works on systems with the
80b782f356f0692c11b4e52e8dd46ec41704e5a2Mark Andrews "Exuberant Ctags" etags.
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews 687. [bug] Only say we have IPv6, with sufficent functionality,
b500de3be9ba5318da157364bf9fbbda5f88f203Mark Andrews if it has actually been tested. [RT #586]
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews 686. [bug] dig and nslookup can now be properly aborted during
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews blocking operations. [RT #568]
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews 685. [bug] nslookup should use the search list/domain options
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews from resolv.conf by default. [RT #405, #630]
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews 684. [bug] Memory leak with view forwarders. [RT #656]
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews 683. [bug] File descriptor leak in isc_lex_openfile().
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews 682. [bug] nslookup displayed SOA records incorrectly. [RT #665]
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews 681. [bug] $GENERATE specifying output format was broken. [RT #653]
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews
888bb8bf68ba1a2b032a64122efd9125a9155ad7Mark Andrews 680. [bug] dns_rdata_fromstruct() mishandled options bigger
888bb8bf68ba1a2b032a64122efd9125a9155ad7Mark Andrews than 255 octets.
888bb8bf68ba1a2b032a64122efd9125a9155ad7Mark Andrews
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews 679. [bug] $INCLUDE could leak memory and file descriptors on
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews reload. [RT #639]
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews 678. [bug] "transfer-format one-answer;" could trigger an assertion
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews failure. [RT #646]
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews 677. [bug] dnssec-signzone would occasionally use the wrong ttl
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews for database operations and fail. [RT #643]
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews 676. [bug] Log messages about lame servers to category
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews 'lame-servers' rather than 'resolver', so as not
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews to be gratuitously incompatible with BIND 8.
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews 675. [bug] TKEY queries could cause the server to leak
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews memory.
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews 674. [func] Allow messages to be TSIG signed / verified using
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews a offset from the current time.
463fc8f9d61e07613486e64b4b7b3f924ea2b25cMark Andrews
463fc8f9d61e07613486e64b4b7b3f924ea2b25cMark Andrews 673. [func] The server can now convert RFC1886-style recursive
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews lookup requests into RFC2874-style lookups, when
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews enabled using the new option "allow-v6-synthesis".
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews 672. [bug] The wrong time was in the "time signed" field when
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews replying with BADTIME error.
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews 671. [bug] The message code was failing to parse a message with
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews no question section and a TSIG record. [RT #628]
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews 670. [bug] The lwres replacements for getaddrinfo and
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews getipnodebyname didn't properly check for the
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews existence of the sockaddr sa_len field.
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews 669. [func] dnssec-keygen now makes the public key file
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews non-world-readable for symmetric keys. [RT #403]
e2fb08b85de8158fe6b71008311e3d98104b92a6Mark Andrews
e2fb08b85de8158fe6b71008311e3d98104b92a6Mark Andrews 668. [func] named-checkzone now reports multiple errors in master
e2fb08b85de8158fe6b71008311e3d98104b92a6Mark Andrews files.
22a9cd54c072545d13788ceead759911fe8cfe34Mark Andrews
22a9cd54c072545d13788ceead759911fe8cfe34Mark Andrews 667. [bug] On Linux, running named with the -u option and a
22a9cd54c072545d13788ceead759911fe8cfe34Mark Andrews non-world-readable configuration file didn't work.
21ba6c18e4ccc73933af5cf28701a5cc3b7963ecMark Andrews [RT #626]
21ba6c18e4ccc73933af5cf28701a5cc3b7963ecMark Andrews
266296414d0ed79980c6d3144a587b42324a50ffMark Andrews 666. [bug] If a request sent by dig is longer than 512 bytes,
266296414d0ed79980c6d3144a587b42324a50ffMark Andrews use TCP.
c960dffe35970da729219b72f2e41350d3b64c35Mark Andrews
c960dffe35970da729219b72f2e41350d3b64c35Mark Andrews 665. [bug] Signed responses were not sent when the size of the
5da49e379c79fbd597cf0d47e7697b65991f761fMark Andrews TSIG + question exceeded the maximum message size.
5da49e379c79fbd597cf0d47e7697b65991f761fMark Andrews [RT #628]
31b3dc1c6b4fe99a2af2ee63314e842af4a20070Mark Andrews
31b3dc1c6b4fe99a2af2ee63314e842af4a20070Mark Andrews 664. [bug] The t_tasks and t_timers module tests are now skipped
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews when building without threads, since they require
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews threads.
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews
a207a2835e37de52e11d4c143c0425e749409c46Mark Andrews 663. [func] Accept a size_spec, not just an integer, in the
a207a2835e37de52e11d4c143c0425e749409c46Mark Andrews (unimplemented and ignored) max-ixfr-log-size option
03760eeb542cc5e91193eec478cae022df4bcc58Mark Andrews for compatibility with recent versions of BIND 8.
03760eeb542cc5e91193eec478cae022df4bcc58Mark Andrews [RT #613]
838d608e6f37038f2fb43980a7a9d6b6a490db36Mark Andrews
838d608e6f37038f2fb43980a7a9d6b6a490db36Mark Andrews 662. [bug] dns_rdata_fromtext() failed to log certain errors.
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews 661. [bug] Certain UDP IXFR requests caused an assertion failure
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews (mpctx->allocated == 0). [RT #355, #394, #623]
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews 660. [port] Detect multiple CPUs on HP-UX and IRIX.
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews 659. [performance] Rewrite the name compression code to be much faster.
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews
c7fc6434fe5949c8e3f76bf69f5655eb3a76dfaeMark Andrews 658. [cleanup] Remove all vestiges of 16 bit global compression.
c7fc6434fe5949c8e3f76bf69f5655eb3a76dfaeMark Andrews
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews 657. [bug] When a listen-on statement in an lwres block does not
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews specifiy a port, use 921, not 53. Also update the
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews listen-on documentation. [RT #616]
421e4cf66e4cba0b0751a34a9c027e39fe0474f9Mark Andrews
421e4cf66e4cba0b0751a34a9c027e39fe0474f9Mark Andrews 656. [func] Treat an unescaped newline in a quoted string as
421e4cf66e4cba0b0751a34a9c027e39fe0474f9Mark Andrews an error. This means that TXT records with missing
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews close quotes should have meaningful errors printed.
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews 655. [bug] Improve error reporting on unexpected eof when loading
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews zones. [RT #611]
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews
bf7f253e306d0ced8ae24d7a0598773950da11f4Mark Andrews 654. [bug] Origin was being forgotten in TCP retries in dig.
bf7f253e306d0ced8ae24d7a0598773950da11f4Mark Andrews [RT #574]
bf7f253e306d0ced8ae24d7a0598773950da11f4Mark Andrews
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews 653. [bug] +defname option in dig was reversed in sense.
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews [RT #549]
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews 652. [bug] zone_saveunique() did not report the new name.
5f89a1ee9e0fe64211d050db5d3e7a5ea282c282Mark Andrews
5f89a1ee9e0fe64211d050db5d3e7a5ea282c282Mark Andrews 651. [func] The AD bit in responses now has the meaning
c86eed4bdecad9df12f992f9d743dfee3a6c5bdcMark Andrews specified in <draft-ietf-dnsext-ad-is-secure>.
c86eed4bdecad9df12f992f9d743dfee3a6c5bdcMark Andrews
12ff7274fe2ea531ecca6a71fb9f7e1ae92da389Mark Andrews 650. [bug] SIG(0) records were being generated and verified
12ff7274fe2ea531ecca6a71fb9f7e1ae92da389Mark Andrews incorrectly. [RT #606]
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews 649. [bug] It was possible to join to an already running fctx
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews after it had "cloned" its events, but before it sent
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews them. In this case, the event of the newly joined
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews fetch would not contain the answer, and would
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews trigger the INSIST() in fctx_sendevents(). In
8da0b50e8a8c74602eca97e261ce4ad457df5048Mark Andrews BIND 9.0, this bug did not trigger an INSIST(), but
8da0b50e8a8c74602eca97e261ce4ad457df5048Mark Andrews caused the fetch to fail with a SERVFAIL result.
5b76a09697bfc76f5acefd65d5b37b1214d271a8Mark Andrews [RT #588, #597, #605, #607]
5b76a09697bfc76f5acefd65d5b37b1214d271a8Mark Andrews
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews 648. [port] Add support for pre-RFC2133 IPv6 implementations.
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews 647. [bug] Resolver queries sent after following multiple
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews referrals had excessively long retransmission
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews timeouts due to incorrectly counting the referrals
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews as "restarts".
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews
49a940dc68b30d9e4f9e1bd3c0503d8b90bb1726Mark Andrews 646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
49a940dc68b30d9e4f9e1bd3c0503d8b90bb1726Mark Andrews didn't _cleanly_ fix the problem it was trying to fix.
49a940dc68b30d9e4f9e1bd3c0503d8b90bb1726Mark Andrews
d92770e851ebbc1005b3bf121e3c9f13b67a3f42Mark Andrews 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
d92770e851ebbc1005b3bf121e3c9f13b67a3f42Mark Andrews
59ab128c972622f5aeafe3229966dcba73b62243Mark Andrews 644. [bug] #622 needed more work. [RT #562]
59ab128c972622f5aeafe3229966dcba73b62243Mark Andrews
59ab128c972622f5aeafe3229966dcba73b62243Mark Andrews 643. [bug] xfrin error messages made more verbose, added class
90295f915c883d1aeeda856f518584d4219a704aMark Andrews of the zone. [RT# 599]
90295f915c883d1aeeda856f518584d4219a704aMark Andrews
90295f915c883d1aeeda856f518584d4219a704aMark Andrews 642. [bug] Break the exit_check() race in the zone module.
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews [RT #598]
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews --- 9.1.0b2 released ---
142d155dd68fd601dc38c6b6f7c35f2798ec24caMark Andrews
142d155dd68fd601dc38c6b6f7c35f2798ec24caMark Andrews 641. [bug] $GENERATE caused a uninitialized link to be used.
99776003811a413457a2c35a808ad860df877d24Mark Andrews [RT #595]
99776003811a413457a2c35a808ad860df877d24Mark Andrews
99776003811a413457a2c35a808ad860df877d24Mark Andrews 640. [bug] Memory leak in error path could cause
2ffb3eb384ae71ae9f8edbf5fa2219d965ff0552Mark Andrews "mpctx->allocated == 0" failure. [RT #584]
2ffb3eb384ae71ae9f8edbf5fa2219d965ff0552Mark Andrews
2ffb3eb384ae71ae9f8edbf5fa2219d965ff0552Mark Andrews 639. [bug] Reading entropy from the keyboard would sometimes fail.
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews [RT #591]
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews 638. [port] lib/isc/random.c needed to explicitly include time.h
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews to get a prototype for time() when pthreads was not
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews being used. [RT #592]
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews lib/isc/print.c. Also allow lib/isc/print.c to
52fc1457e44c476a81ec9dee6a664958cb64b8e2Mark Andrews be compiled even if the platform does not need it.
52fc1457e44c476a81ec9dee6a664958cb64b8e2Mark Andrews [RT #592]
6526fd032fc418411da3af4201214e95c113d3e2Mark Andrews
6526fd032fc418411da3af4201214e95c113d3e2Mark Andrews 636. [port] Shut up MSVC++ about a possible loss of precision
b8fff4f0d70bb9c5e53023ad0dae0acda67b5cdaMark Andrews in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
b8fff4f0d70bb9c5e53023ad0dae0acda67b5cdaMark Andrews
757bf8a1e5d85806c648d7a6267da8d49a8ab822Tatuya JINMEI 神明達哉 635. [bug] Reloading a server with a configured blackhole list
757bf8a1e5d85806c648d7a6267da8d49a8ab822Tatuya JINMEI 神明達哉 would cause an assertion. [RT #590]
be0e075ac2c10ade3e80edef7fa14ac0fda92690Mark Andrews
be0e075ac2c10ade3e80edef7fa14ac0fda92690Mark Andrews 634. [bug] A log file will completely stop being written when
be0e075ac2c10ade3e80edef7fa14ac0fda92690Mark Andrews it reaches the maximum size in all cases, not just
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉 when versioning is also enabled. [RT #570]
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉
af2be1a46813e228cb9d71230d3f41222fdb69baTatuya JINMEI 神明達哉 632. [bug] The index array of the journal file was
af2be1a46813e228cb9d71230d3f41222fdb69baTatuya JINMEI 神明達哉 corrupted as it was written to disk.
af2be1a46813e228cb9d71230d3f41222fdb69baTatuya JINMEI 神明達哉
2945ac15af547df0268e449252902ead599e2451Mark Andrews 631. [port] Build without thread support on systems without
2945ac15af547df0268e449252902ead599e2451Mark Andrews pthreads.
2945ac15af547df0268e449252902ead599e2451Mark Andrews
285761cf91626976e211f69d9678c138b25f8629Tatuya JINMEI 神明達哉 630. [bug] Locking failure in zone code. [RT #582]
285761cf91626976e211f69d9678c138b25f8629Tatuya JINMEI 神明達哉
285761cf91626976e211f69d9678c138b25f8629Tatuya JINMEI 神明達哉 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews when responding to a UDP IXFR request.
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews 628. [bug] If the root hints contained only AAAA addresses,
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews named would be unable to perform resolution.
8b0ee8448bec37bf1e771363dccce7c0e73eb1a7Mark Andrews
8b0ee8448bec37bf1e771363dccce7c0e73eb1a7Mark Andrews 627. [bug] The EDNS0 blackhole detection code of change 324
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark Andrews waited for three retransmissions to each server,
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark Andrews which takes much too long when a domain has many
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark Andrews name servers and all of them drop EDNS0 queries.
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark Andrews Now we retry without EDNS0 after three consecutive
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews timeouts, even if they are all from different
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews servers. [RT #143]
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews
ebbbd34776d668bb2d7cf100b58a6f647c431c03Mark Andrews 626. [bug] The lightweight resolver daemon no longer crashes
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews when asked for a SIG rrset. [RT #558]
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews 625. [func] Zones now inherit their class from the enclosing view.
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews 624. [bug] The zone object could get timer events after it had
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews been destroyed, causing a server crash. [RT #571]
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews 623. [func] Added "named-checkconf" and "named-checkzone" program
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews for syntax checking named.conf files and zone files,
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews respectively.
ba4aec8c1853a1deda8eb43ffeaac4d764c8d39eMark Andrews
ba4aec8c1853a1deda8eb43ffeaac4d764c8d39eMark Andrews 622. [bug] A canceled request could be destroyed before
ba4aec8c1853a1deda8eb43ffeaac4d764c8d39eMark Andrews dns_request_destroy() was called. [RT #562]
550085fed1d0af54ba5b2f588898afec158195deMark Andrews
550085fed1d0af54ba5b2f588898afec158195deMark Andrews 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
550085fed1d0af54ba5b2f588898afec158195deMark Andrews This mostly affects Red Hat Linux 7.0, which has
f411c2e81cbfcf89ee073a0e31ac902a42fc8f22Mark Andrews conflicts between libc and the kernel.
f411c2e81cbfcf89ee073a0e31ac902a42fc8f22Mark Andrews
f411c2e81cbfcf89ee073a0e31ac902a42fc8f22Mark Andrews 620. [bug] dns_master_load*inc() now require 'task' and 'load'
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉 to be non-null. Also 'done' will not be called if
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉 dns_master_load*inc() fails immediately. [RT #565]
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉 618. [bug] Queries to a signed zone could sometimes cause
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉 an assertion failure.
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews 617. [bug] When using dynamic update to add a new RR to an
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews existing RRset with a different TTL, the journal
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews entries generated from the update did not include
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews explicit deletions and re-additions of the existing
1b5b46942d149f891bb91e90c6f52944b77c8a68Mark Andrews RRs to update their TTL to the new value.
1b5b46942d149f891bb91e90c6f52944b77c8a68Mark Andrews
6b25d2f7f7a1125508f8d225a8fef94e1db83555Mark Andrews 616. [func] dnssec-signzone -t output now includes performance
6b25d2f7f7a1125508f8d225a8fef94e1db83555Mark Andrews statistics.
6b25d2f7f7a1125508f8d225a8fef94e1db83555Mark Andrews
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews 615. [bug] dnssec-signzone did not like child keysets signed
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews by multiple keys.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
39fe146f2ab82cb8e49caa319a3345174fa2d69aMark Andrews 614. [bug] Checks for uninitialized link fields were prone
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews to false positives, causing assertion failures.
bd3946db298667e769804b2e978df2d6dcd85e29Mark Andrews The checks are now disabled by default and may
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews be re-enabled by defining ISC_LIST_CHECKINIT.
ab5d8edc1bd391a1b306db68114fac303484b30fMark Andrews
ab5d8edc1bd391a1b306db68114fac303484b30fMark Andrews 613. [bug] "rndc reload zone" now reloads primary zones.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews It previously only updated slave and stub zones,
8689f943a4859a8f68344236a1dcb81299a98347Mark Andrews if an SOA query indicated an out of date serial.
8689f943a4859a8f68344236a1dcb81299a98347Mark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
2434ccfde7efa30b6fedf4630e5036eeb5d647d0Mark Andrews complains relentlessly about how its treatment
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews of 'const' has changed as well as how casting
d8ec783e6dc0bd16a80b30d9888306b1faae6037Mark Andrews sometimes tightens alignment constraints.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5bd76af084edfdcd1cb4db9453ac781d32dde6f7Mark Andrews 611. [func] allow-notify can be used to permit processing of
5bd76af084edfdcd1cb4db9453ac781d32dde6f7Mark Andrews notify messages from hosts other than a slave's
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews masters.
311e6d00c584f63665bed5dd9aea292402cad8deMark Andrews
8bcb0f297b50e80e3c7aab1a41b94d937acf4dc0Mark Andrews 610. [func] rndc dumpdb is now supported.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
7f32428506d55083fe5ac9aa515294bdef7c6e27Mark Andrews 609. [bug] getrrsetbyname() would crash lwresd if the server
7f32428506d55083fe5ac9aa515294bdef7c6e27Mark Andrews found more SIGs than answers. [RT #554]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5c10f54fe38795cbd3d5cf22e3fbd1d22b8226e4Mark Andrews 608. [func] dnssec-signzone now adds a comment to the zone
5c10f54fe38795cbd3d5cf22e3fbd1d22b8226e4Mark Andrews with the time the file was signed.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
a6211a2f234767a015a6a30b85d5da087fa907f1Mark Andrews 607. [bug] nsupdate would fail if it encountered a CNAME or
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews DNAME in a response to an SOA query. [RT #515]
1feb76edcbb8ee97d1757f73115b7c4a71de6e0eMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 606. [bug] Compiling with --disable-threads failed due
4c342614f80d867bba23e63795ec6ee79dd6395dMark Andrews to isc_thread_self() being incorrectly defined
e72d4d8929fec51153e4fd0d1cf632cd59335495Mark Andrews as an integer rather than a function.
e72d4d8929fec51153e4fd0d1cf632cd59335495Mark Andrews
0ae34c3f6222ece01e0f710c7c0311f5cf9d9c0fMark Andrews 605. [func] New function isc_lex_getlasttokentext().
0ae34c3f6222ece01e0f710c7c0311f5cf9d9c0fMark Andrews
4eaf7590c82871637d1380be59000d8684db649cMark Andrews 604. [bug] The named.conf parser could print incorrect line
6c6673405c7e29c1d91d07b326d0fe1d7b52e478Mark Andrews numbers when long comments were present.
6c6673405c7e29c1d91d07b326d0fe1d7b52e478Mark Andrews
bb6936058eb88eadff030462a347c10895c61a9aMark Andrews 603. [bug] Make dig handle multiple types or classes on the same
bb6936058eb88eadff030462a347c10895c61a9aMark Andrews query more correctly.
bb6936058eb88eadff030462a347c10895c61a9aMark Andrews
bb6936058eb88eadff030462a347c10895c61a9aMark Andrews 602. [func] Cope automatically with UnixWare's broken
0ad5cb4782cd419b089bcab28d2fd9e140dbcc59Mark Andrews IN6_IS_ADDR_* macros. [RT #539]
0ad5cb4782cd419b089bcab28d2fd9e140dbcc59Mark Andrews
0ad5cb4782cd419b089bcab28d2fd9e140dbcc59Mark Andrews 601. [func] Return a non-zero exit code if an update fails
08d802a9c6ec4c92f18c6cab1250d55c3f649b38Mark Andrews in nsupdate.
7c5d5a7932b8ac27281eeff64506dff8220bb3eaMark Andrews
7c5d5a7932b8ac27281eeff64506dff8220bb3eaMark Andrews 600. [bug] Reverse lookups sometimes failed in dig, etc...
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer 599. [func] Added four new functions to the libisc log API to
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer support i18n messages. isc_log_iwrite(),
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer isc_log_ivwrite(), isc_log_iwrite1() and
1a9c000f54e6204fb49d785fd0bbb7a8e590dc99Mark Andrews isc_log_ivwrite1() were added.
1a9c000f54e6204fb49d785fd0bbb7a8e590dc99Mark Andrews
3cea35d9159b36eac43d32082a0b98f2cd82fc2eDanny Mayer 598. [bug] An update-policy statement would cause the server
3cea35d9159b36eac43d32082a0b98f2cd82fc2eDanny Mayer to assert while loading. [RT #536]
53f1312c61fa8618852584bcdf9f35530282eb08Mark Andrews
53f1312c61fa8618852584bcdf9f35530282eb08Mark Andrews 597. [func] dnssec-signzone is now multithreaded.
53f1312c61fa8618852584bcdf9f35530282eb08Mark Andrews
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews not mutually exclusive.
87f4715d6c0a22f3449eb3291c91aa45ba86c955Mark Andrews
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews 595. [port] On Linux 2.2, socket() returns EINVAL when it
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews should return EAFNOSUPPORT. Work around this.
87f4715d6c0a22f3449eb3291c91aa45ba86c955Mark Andrews [RT #531]
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews 594. [func] sdb drivers are now assumed to not be thread-safe
1431917c7cddbac7442cb910e83cb058fea59fb5Mark Andrews unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
e809f3fb3f8567b2777fd100bffe2c0072e03942Mark Andrews
3733c24efa7eaa65455153702c3fb71c9233eafbMark Andrews 593. [bug] If a secure zone was missing all its NXTs and
012a2b979e011b13ba0d291c279dc65a167c039eMark Andrews a dynamic update was attempted, the server entered
012a2b979e011b13ba0d291c279dc65a167c039eMark Andrews an infinite loop.
f6ff00810196d0c0973f62c7917b9975011fa45aMark Andrews
f6ff00810196d0c0973f62c7917b9975011fa45aMark Andrews 592. [bug] The sig-validity-interval option now specifies a
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews number of days, not seconds. This matches the
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews documentation. [RT #529]
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews
b972ff033b3efd52e747683face674dc4d2e431bMark Andrews --- 9.1.0b1 released ---
b972ff033b3efd52e747683face674dc4d2e431bMark Andrews
b972ff033b3efd52e747683face674dc4d2e431bMark Andrews 591. [bug] Work around non-reentrancy in openssl by disabling
fa4e1438016331502e6d665588021aa7ffef8cc2Mark Andrews precomputation in keys.
fa4e1438016331502e6d665588021aa7ffef8cc2Mark Andrews
fa4e1438016331502e6d665588021aa7ffef8cc2Mark Andrews 590. [doc] There are now man pages for the lwres library in
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews doc/man/lwres.
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews 589. [bug] The server could deadlock if a zone was updated
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews while being transferred out.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
638fe804a524ee0c028863c0301b999c79de7651Mark Andrews 588. [bug] ctx->in_use was not being correctly initalised when
638fe804a524ee0c028863c0301b999c79de7651Mark Andrews when pushing a file for $INCLUDE. [RT #523]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
9db3d9d14e2f3641d696dadc59c40c52b6f888bcMark Andrews 587. [func] A warning is now printed if the "allow-update"
9db3d9d14e2f3641d696dadc59c40c52b6f888bcMark Andrews option allows updates based on the source IP
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews address, to alert users to the fact that this
e412f05a4e5ab7727f024c95e2a7515c07107b02Mark Andrews is insecure and becoming increasingly so as
e2cf0e8ff9ff37121518af5b34b9e4de7abbb47cMark Andrews servers capable of update forwarding are being
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews deployed.
0b75a2dd3bd81a69e2d68fe446cacb46be04c1f1Mark Andrews
0b75a2dd3bd81a69e2d68fe446cacb46be04c1f1Mark Andrews 586. [bug] multiple views with the same name were fatal. [RT #516]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
c54c1eaf26d5a7fc123c4af3712353156a766df1Mark Andrews 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews now support 'exact' additions in a similar manner to
0d993c02babc1e00516272783b310e83bb292d5cMark Andrews dns_db_subtractrdataset() and dns_rdataslab_subtract().
0d993c02babc1e00516272783b310e83bb292d5cMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 584. [func] You can now say 'notify explicit'; to suppress
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews notification of the servers listed in NS records
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews and notify only those servers listed in the
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews 'also-notify' option.
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 583. [func] "rndc querylog" will now toggle logging of
86f6b92e35c7bdb5fc1fd1021af75b981863313eMark Andrews queries, like "ndc querylog" in BIND 8.
86f6b92e35c7bdb5fc1fd1021af75b981863313eMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 582. [bug] dns_zone_idetach() failed to lock the zone.
25276bd1ecb372b82c9235648e5defab0655dcd5Mark Andrews [RT #199, #463]
25276bd1ecb372b82c9235648e5defab0655dcd5Mark Andrews
25276bd1ecb372b82c9235648e5defab0655dcd5Mark Andrews 581. [bug] log severity was not being correctly processed.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews [RT #485]
320d6ee24ea59c0dbcb2c08038586ef03c6a191dMark Andrews
320d6ee24ea59c0dbcb2c08038586ef03c6a191dMark Andrews 580. [func] Ignore trailing garbage on incoming DNS packets,
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews for interoperability with broken server
475fe52dc33d8d8344e8b1e48fa7bb6643f7ca66Mark Andrews implementations. [RT #491]
475fe52dc33d8d8344e8b1e48fa7bb6643f7ca66Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 579. [bug] nsupdate did not take a filename to read update from.
5af560664daaa984f98cec6925518a3e06c4ab4fMark Andrews [RT #492]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
0f8f42a09eb102fa88e4d2caacdafbeda931f94cMark Andrews 578. [func] New config option "notify-source", to specify the
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews source address for notify messages.
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 577. [func] Log illegal RDATA combinations. e.g. multiple
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews singlton types, cname and other data.
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 576. [doc] isc_log_create() description did not match reality.
3e7b37e01ba3efc873486140734fd24788092a30Mark Andrews
3e7b37e01ba3efc873486140734fd24788092a30Mark Andrews 575. [bug] isc_log_create() was not setting internal state
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews correctly to reflect the default channels created.
54532c54130de8f374465bb23d5576fc3257ea96Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 574. [bug] TSIG signed queries sent by the resolver would fail to
020f7361a49c5b1cda91927cf8206c1283fc7496Mark Andrews have their responses validated and would leak memory.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
1c0927d8a091effcf9b2dc5baa533927c113bd5cMark Andrews 573. [bug] The journal files of IXFRed slave zones were
1c0927d8a091effcf9b2dc5baa533927c113bd5cMark Andrews inadvertantly discarded on server reload, causing
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews "journal out of sync with zone" errors on subsequent
446ff1959cc3e963778c8770204b72c9e7c7df5aMark Andrews reloads. [RT #482]
446ff1959cc3e963778c8770204b72c9e7c7df5aMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 572. [bug] Quoted strings were not accepted as key names in
70f8c70cdd3ca68edcf9d448eb508abf3697719aMark Andrews address match lists.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
33c538015323f4576679e427088372eea614feebMark Andrews 571. [bug] It was possible to create an rdataset of singleton
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews type which had more than one rdata. [RT #154]
ac65e45126dda424b5cc9d2865b353dc0ec23e1eMark Andrews [RT #279]
ac65e45126dda424b5cc9d2865b353dc0ec23e1eMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 570. [bug] rbtdb.c allowed zones containing nodes which had
0423090da198f31ac615cd3a8f7d83aada32d5b3Mark Andrews both a CNAME and "other data". [RT #154]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
d9e0458a890c49f977fdcf9d995681f546f7c427Mark Andrews 569. [func] The DNSSEC AD bit will not be set on queries which
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews have not requested a DNSSEC response.
de4976142190ae84ed3e4099f3e0fc07781748a3Mark Andrews
de4976142190ae84ed3e4099f3e0fc07781748a3Mark Andrews 568. [func] Add sample simple database drivers in contrib/sdb.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
5758e9adfb009286b2b719ff83eb284f1019c589Mark Andrews 567. [bug] Setting the zone transfer timeout to zero caused an
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews assertion failure. [RT #302]
0b09763c354ec91fb352b6b4cea383bd0195b2d8Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 566. [func] New public function dns_timer_setidle().
6a3c86ff436452d062912bd91ecd289541869d42Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 565. [func] Log queries more like BIND 8: query logging is now
e0fa16fe191d619d2cd05a039067414409329878Mark Andrews done to category "queries", level "info". [RT #169]
e0fa16fe191d619d2cd05a039067414409329878Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 564. [func] Add sortlist support to lwresd.
93da96c1cfd5f3c47169855867dd18db00c8a386Mark Andrews
93da96c1cfd5f3c47169855867dd18db00c8a386Mark Andrews 563. [func] New public functions dns_rdatatype_format() and
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews dns_rdataclass_format(), for convenient formatting
7d389c324cc032475f9d219a12ab84bacbd7fbaaMark Andrews of rdata type/class mnemonics in log messages.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
cd9bfe5b256a3e84ba090e8fcb5de0d6c50974aeMark Andrews 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
dcd371be7d481b242d277d735e4c2d974297c164Mark Andrews 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
dcd371be7d481b242d277d735e4c2d974297c164Mark Andrews clauses of the options{} statement are now implemented.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
cc4928ec7116a064223f60639ca1a80f25ba350fMark Andrews 560. [bug] dns_name_split did not properly the resulting prefix
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews when a maximal length bitstring label was split which
e2cf63c5df79eb7c8b86b6278289883fa760cda5Mark Andrews was preceded by another bitstring label. [RT #429]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
c3184b4e2a1f238f4615d36fee79df82b1711344Mark Andrews 559. [bug] dns_name_split did not properly create the suffix
c3184b4e2a1f238f4615d36fee79df82b1711344Mark Andrews when splitting within a maximal length bitstring label.
c3184b4e2a1f238f4615d36fee79df82b1711344Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 558. [func] New functions, isc_resource_getlimit and
9b7c023fe6dc88ba1e69ace1f7c3ade40c6475f9Mark Andrews isc_resource_setlimit.
9b7c023fe6dc88ba1e69ace1f7c3ade40c6475f9Mark Andrews
9b7c023fe6dc88ba1e69ace1f7c3ade40c6475f9Mark Andrews 557. [func] Symbolic constants for libisc integral types.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
0a1fa37641b59c56d02f5390917a49e4987f0f75Mark Andrews 556. [func] The DNSSEC OK bit in the EDNS extended flags
0a1fa37641b59c56d02f5390917a49e4987f0f75Mark Andrews is now implemented. Responses to queries without
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews this bit set will not contain any DNSSEC records.
c61ec97ae0b859914ee26e213fe792f86a157990Mark Andrews
c61ec97ae0b859914ee26e213fe792f86a157990Mark Andrews 555. [bug] A slave server attempting a zone transfer could
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews crash with an assertion failure on certain
49f7d1585e0e4f1ffa1667391dd7ae1c4d3d4e81Mark Andrews malformed responses from the master. [RT #457]
49f7d1585e0e4f1ffa1667391dd7ae1c4d3d4e81Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 554. [bug] In some cases, not all of the dnssec tools were
0b1af13f680a865521105a77ee192024b5af33c4Mark Andrews properly installed.
0b1af13f680a865521105a77ee192024b5af33c4Mark Andrews
0b1af13f680a865521105a77ee192024b5af33c4Mark Andrews 553. [bug] Incoming zone transfers deferred due to quota
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews were not started when quota was increased but
945cb085b859dbfc6a883813dda03c83e06995d3Mark Andrews only when a transfer in progress finished. [RT #456]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
5ed4b0d4452967d9b3aaf7a22a2956a6ee67a614Mark Andrews 552. [bug] We were not correctly detecting the end of all c-style
5ed4b0d4452967d9b3aaf7a22a2956a6ee67a614Mark Andrews comments. [RT #455]
5ed4b0d4452967d9b3aaf7a22a2956a6ee67a614Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 551. [func] Implemented the 'sortlist' option.
c549b3a4d5fedba2ae960df667864e824acb1ef9Mark Andrews
c549b3a4d5fedba2ae960df667864e824acb1ef9Mark Andrews 550. [func] Support unknown rdata types and classes.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
a483e67c4cdcbfc29ddc62b5a2d0d99b1c542fadMark Andrews 549. [bug] "make" did not immediately abort the build when a
a483e67c4cdcbfc29ddc62b5a2d0d99b1c542fadMark Andrews subdirectory make failed [RT #450].
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
d73de275987d29627dc11d5bd4a22874a29f7874Mark Andrews 548. [func] The lexer now ungets tokens more correctly.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
8f9664521724eefc39728c092d0bc6be527e1496Mark Andrews 546. [func] Option 'lame-ttl' is now implemented.
8f9664521724eefc39728c092d0bc6be527e1496Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 545. [func] Name limit and counting options removed from dig;
da091cda77fa951e682119c3df84f60a62bed702Mark Andrews they didn't work properly, and cannot be correctly
da091cda77fa951e682119c3df84f60a62bed702Mark Andrews implemented without significant changes.
da091cda77fa951e682119c3df84f60a62bed702Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 544. [func] Add statistics option, enable statistics-file option,
d8d489cd8efc45b06a232ac07a636b3d36cc7e8fMark Andrews add RNDC option "dump-statistics" to write out a
d8d489cd8efc45b06a232ac07a636b3d36cc7e8fMark Andrews query statistics file.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
bdb1394788a677d0b6e8499ba1ece17a73f476c7Mark Andrews 543. [doc] The 'port' option is now documented.
bdb1394788a677d0b6e8499ba1ece17a73f476c7Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 542. [func] Add support for update forwarding as required for
c8aa2c83113229a59069cbd05c735896f51b886bMark Andrews full compliance with RFC2136. It is turned off
c8aa2c83113229a59069cbd05c735896f51b886bMark Andrews by default and can be enabled using the
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 'allow-update-forwarding' option.
a1edcd1b8d430650d85ec0962cd32efde76a71fbMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 541. [func] Add bogus server support.
5b1627d469d07c5bfe7f193e3ddd85d0dd6ad4b0Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 540. [func] Add dialup support.
7c23b791f4ae8f0c4c2982a91d13c0ecb15ee798Mark Andrews
7c23b791f4ae8f0c4c2982a91d13c0ecb15ee798Mark Andrews 539. [func] Support the blackhole option.
7c23b791f4ae8f0c4c2982a91d13c0ecb15ee798Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
8989de1059c6292fc43ce507df4991224af2d789Mark Andrews
8989de1059c6292fc43ce507df4991224af2d789Mark Andrews 536. [func] Use transfer-source{-v6} when sending refresh queries.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews Transfer-source{-v6} now take a optional port
acc8b7ac3d16538bf223545bbf71899b9accaebbMark Andrews parameter for setting the UDP source port. The port
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews parameter is ignored for TCP.
e7bb307667cc89287e810b95bddd342cb5dcb4e7Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 535. [func] Use transfer-source{-v6} when forwarding update
b9efcf0a377381b29960137e54ecaf4db85a35c8Mark Andrews requests.
b9efcf0a377381b29960137e54ecaf4db85a35c8Mark Andrews
b9efcf0a377381b29960137e54ecaf4db85a35c8Mark Andrews 534. [func] Ancestors have been removed from RBT chains. Ancestor
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews information can be discerned via node parent pointers.
8e5893c36cdccc706f9632f51e0c8d390d2a8d06Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 533. [func] Incorporated name hashing into the RBT database to
e396939d492e6afa8e31a8dc11d7317c9e62f15fMark Andrews improve search speed.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
9549a96654ead15b264c9159d48eb485e4f9db55Mark Andrews 532. [func] Implement DNS UPDATE pseudo records using
e70b069e3807d5f499dff31eb31c2b3e0e125457Mark Andrews DNS_RDATA_UPDATE flag.
3d822d111c00e70830dc163a5298196a1e7db29fMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 531. [func] Rdata really should be initalized before being assigned
88aa68f478c1634f5f10034fb6ea4158efa20ff4Mark Andrews to (dns_rdata_fromwire(), dns_rdata_fromtext(),
88aa68f478c1634f5f10034fb6ea4158efa20ff4Mark Andrews dns_rdata_clone(), dns_rdata_fromregion()),
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews check that it is.
4c83dd7f22b19c75afdd311684f6ba0faa24e8d8Mark Andrews
4c83dd7f22b19c75afdd311684f6ba0faa24e8d8Mark Andrews 530. [func] New function dns_rdata_invalidate().
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
5f4098e478ae913cdc1bb8851599b8f2431050d3Mark Andrews 529. [bug] 521 contained a bug which caused zones to always
5f4098e478ae913cdc1bb8851599b8f2431050d3Mark Andrews reload. [RT #410]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
57e0f58b3fd4cb49a57200c8af9cb58d984d871aMark Andrews 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews on their arguements. ISC_LIST_XXXXUNSAFE can be use
26cf4737b3e84c3a686a5eacebf22ac39e57d4caMark Andrews to skip the checks however use with caution.
26cf4737b3e84c3a686a5eacebf22ac39e57d4caMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 527. [func] New function dns_rdata_clone().
34e5a08809dda3276252269ebddd1616e62081a2Mark Andrews
34e5a08809dda3276252269ebddd1616e62081a2Mark Andrews 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews of 0.
0cd36f1d15caf6622ec3128544d4238ad180a300Mark Andrews
0cd36f1d15caf6622ec3128544d4238ad180a300Mark Andrews 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
0cd36f1d15caf6622ec3128544d4238ad180a300Mark Andrews and 'flags' for dns_rdataslab_subtract() allowing you
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews to request that the RR's must exist prior to deletion.
93649589d470624e9e1c34403ad076b3a1a4c5c3Mark Andrews DNS_R_NOTEXACT is returned if the condition is not met.
93649589d470624e9e1c34403ad076b3a1a4c5c3Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 524. [func] The 'forward' and 'forwarders' statement in
29f5bb81e2d1d72fc6e44c87404bd4598a34df94Mark Andrews non-forward zones should work now.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
ddc592d128cdde85ada64efbda95981c10c4c03cMark Andrews 523. [doc] The source to the Administrator Reference Manual is
ddc592d128cdde85ada64efbda95981c10c4c03cMark Andrews now an XML file using the DocBook DTD, and is included
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews in the distribution. The plain text version of the
88c2b83cc548a217cc92a2bf75ca1ef1d4237d4fMark Andrews ARM is temporarily unavailable while we figure out
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews how to generate readable plain text from the XML.
bd6ad47c3dbc52a54f240432878b6832bd6dd6e2Mark Andrews
bd6ad47c3dbc52a54f240432878b6832bd6dd6e2Mark Andrews 522. [func] The lightweight resolver daemon can now use
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews a real configuration file, and its functionality
c7c1bf7dc167ff164193bc04f33a22109e4c0829Mark Andrews can be provided by a name server. Also, the -p and -P
c7c1bf7dc167ff164193bc04f33a22109e4c0829Mark Andrews options to lwresd have been reversed.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
9e205a3c51e68d19a7ed03244d45b14b3e0d69afMark Andrews 521. [bug] Detect master files which contain $INCLUDE and always
9e205a3c51e68d19a7ed03244d45b14b3e0d69afMark Andrews reload. [RT #196]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
e823642ec0c167af8f7db01c96ba0279165a61f3Mark Andrews 520. [bug] Upgraded libtool to 1.3.5, which makes shared
e823642ec0c167af8f7db01c96ba0279165a61f3Mark Andrews library builds almost work on AIX (and possibly
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews others).
93e6ebcd0a0f044ba2add424c265b5e0bb4c8afdMark Andrews
93e6ebcd0a0f044ba2add424c265b5e0bb4c8afdMark Andrews 519. [bug] dns_name_split() would improperly split some bitstring
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews labels, zeroing a few of the least signficant bits in
8ac1acc30d0f405222ffa7b2b93131d9d4e18599Mark Andrews the prefix part. When such an improperly created
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews prefix was returned to the RBT database, the bogus
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews label was dutifully stored, corrupting the tree.
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews [RT #369]
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews 518. [bug] The resolver did not realize that a DNAME which was
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews "the answer" to the client's query was "the answer",
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews and such queries would fail. [RT #399]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
c4a9ce445c48a57eed5aa16582b1964cf8cedf87Mark Andrews 517. [bug] The resolver's DNAME code would trigger an assertion
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews if there was more than one DNAME in the chain.
a04a323f9a1ebd4766fc577e11bf3c22bdaf5516Mark Andrews [RT #399]
a04a323f9a1ebd4766fc577e11bf3c22bdaf5516Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews 516. [bug] Cache lookups which had a NULL node pointer, e.g.
dd0228908543562781a4c0d8773ae87d4c530633Mark Andrews those by dns_view_find(), and which would match a
dd0228908543562781a4c0d8773ae87d4c530633Mark Andrews DNAME, would trigger an INSIST(!search.need_cleanup)
dd0228908543562781a4c0d8773ae87d4c530633Mark Andrews assertion. [RT #399]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
810e8d27763c5d8557239ab321eb125163af9236Mark Andrews 515. [bug] The ssu table was not being attached / detached
810e8d27763c5d8557239ab321eb125163af9236Mark Andrews by dns_zone_[sg]etssutable. [RT#397]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
15f358ed4ea081793041bbfba70849be472236d3Mark Andrews 514. [func] Retry refresh and notify queries if they timeout.
15f358ed4ea081793041bbfba70849be472236d3Mark Andrews [RT #388]
94323de0419d68fe8c48af7ae14a2f1a1cd274a8Mark Andrews
984c39beed2fee49dda75c4c8a37b7f32bf434bfMark Andrews 513. [func] New functionality added to rdnc and server to allow
984c39beed2fee49dda75c4c8a37b7f32bf434bfMark Andrews individual zones to be refreshed or reloaded.
94323de0419d68fe8c48af7ae14a2f1a1cd274a8Mark Andrews
c08a03a43116c21cf12dea7cbcb5465588f7955cMark Andrews 512. [bug] The zone transfer code could throw an execption with
c311ed52d45334e182a093efad827fe4cbe7e686Mark Andrews an invalid IXFR stream.
c311ed52d45334e182a093efad827fe4cbe7e686Mark Andrews
c311ed52d45334e182a093efad827fe4cbe7e686Mark Andrews 511. [bug] The message code could throw an assertion on an
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews out of memory failure. [RT #392]
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews 510. [bug] Remove spurious view notify warning. [RT #376]
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews
5d26560e2b93e1aa0334931ec6ccb6045c3581fcMark Andrews 509. [func] Add support for write of zone files on shutdown.
5d26560e2b93e1aa0334931ec6ccb6045c3581fcMark Andrews
5d26560e2b93e1aa0334931ec6ccb6045c3581fcMark Andrews 508. [func] dns_message_parse() can now do a best-effort
2b1c71b134eb92f2e297a56f778838e42f41c880Mark Andrews attempt, which should allow dig to print more invalid
2b1c71b134eb92f2e297a56f778838e42f41c880Mark Andrews messages.
2b1c71b134eb92f2e297a56f778838e42f41c880Mark Andrews
2b1c71b134eb92f2e297a56f778838e42f41c880Mark Andrews 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
d6fbfd28ea82e425740de903ddc67f7d9e9f82e7Mark Andrews and dns_view_flushanddetach().
d6fbfd28ea82e425740de903ddc67f7d9e9f82e7Mark Andrews
d6fbfd28ea82e425740de903ddc67f7d9e9f82e7Mark Andrews 506. [func] Do not fail to start on errors in zone files.
7791dd06ea69d0fb2494788ad4c24d568f40bcdfMark Andrews
7791dd06ea69d0fb2494788ad4c24d568f40bcdfMark Andrews 505. [bug] nsupdate was printing "unknown result code". [RT #373]
091b098b49a4f84f459abd46451955a18abd6d40Mark Andrews
091b098b49a4f84f459abd46451955a18abd6d40Mark Andrews 504. [bug] The zone was not being marked as dirty when updated via
091b098b49a4f84f459abd46451955a18abd6d40Mark Andrews IXFR.
7d3458a972a902740eb142044655aba6c6ffb9acMark Andrews
7d3458a972a902740eb142044655aba6c6ffb9acMark Andrews 503. [bug] dumptime was not being set along with
7d3458a972a902740eb142044655aba6c6ffb9acMark Andrews DNS_ZONEFLG_NEEDDUMP.
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews 502. [func] On a SERVFAIL reply, DiG will now try the next server
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews in the list, unless the +fail option is specified.
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews
f0ffc28f61a68b350fef9257f5f50e1ac866e0abMark Andrews 501. [bug] Incorrect port numbers were being displayed by
75e184e4b80c499859574257dd5781d62cfed0b3Mark Andrews nslookup. [RT #352]
f0ffc28f61a68b350fef9257f5f50e1ac866e0abMark Andrews
7f20fd8ebb0cabc8f935381d958f8371990c9212Mark Andrews 500. [func] Nearly useless +details option removed from DiG.
7f20fd8ebb0cabc8f935381d958f8371990c9212Mark Andrews
8695d7b357789bedff63e5b19c5ab25cd58fcd4bMark Andrews 499. [func] In DiG, specifying a class with -c or type with -t
8695d7b357789bedff63e5b19c5ab25cd58fcd4bMark Andrews changes command-line parsing so that classes and
8695d7b357789bedff63e5b19c5ab25cd58fcd4bMark Andrews types are only recognized if following -c or -t.
f76c4ebaf586a693521f018fbc617c292c1555d7Mark Andrews This allows hosts with the same name as a class or
f76c4ebaf586a693521f018fbc617c292c1555d7Mark Andrews type to be looked up.
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark Andrews
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark Andrews 498. [doc] There is now a man page for "dig"
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark Andrews in doc/man/bin/dig.1.
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark Andrews
81e302788a444b81231a7cda721548a020ae5660Brian Wellington 497. [bug] The error messages printed when an IP match list
81e302788a444b81231a7cda721548a020ae5660Brian Wellington contained a network address with a nonzero host
81e302788a444b81231a7cda721548a020ae5660Brian Wellington part where not sufficiently detailed. [RT #365]
c00a1eb423623442aff428336bb55590f79013bbMark Andrews
c00a1eb423623442aff428336bb55590f79013bbMark Andrews 496. [bug] named didn't sanity check numeric parameters. [RT #361]
1e258716acade52396a8f260b5e19cbf6ca0290aMark Andrews
1e258716acade52396a8f260b5e19cbf6ca0290aMark Andrews 495. [bug] nsupdate was unable to handle large records. [RT #368]
d972fa317829804a692e46a34b6f27a33f861d9dMark Andrews
d972fa317829804a692e46a34b6f27a33f861d9dMark Andrews 494. [func] Do not cache NXDOMAIN responses for SOA queries.
4b171ebd702d72200a4d7609f11c5f79d6b6f964Brian Wellington
4b171ebd702d72200a4d7609f11c5f79d6b6f964Brian Wellington 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
4b171ebd702d72200a4d7609f11c5f79d6b6f964Brian Wellington for SOA queries. This makes it easier to locate
cceca51fec3b4af660d28e2d3df7242823312eb6Brian Wellington the containing zone without polluting intermediate
cceca51fec3b4af660d28e2d3df7242823312eb6Brian Wellington caches.
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews 492. [bug] attempting to reload a zone caused the server fail
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews to shutdown cleanly. [RT #360]
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews
ad611e746d6fdcbb9e67da361a3a039c226a9236Mark Andrews 491. [bug] nsupdate would segfault when sending certain
ad611e746d6fdcbb9e67da361a3a039c226a9236Mark Andrews prerequisites with empty RDATA. [RT #356]
603d1d1e20fbffc986b3aec93379bb4f6ac37afcMark Andrews
603d1d1e20fbffc986b3aec93379bb4f6ac37afcMark Andrews 490. [func] When a slave/stub zone has not yet successfully
603d1d1e20fbffc986b3aec93379bb4f6ac37afcMark Andrews obtained an SOA containing the zone's configured
94323de0419d68fe8c48af7ae14a2f1a1cd274a8Mark Andrews retry time, perform the SOA query retries using
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews exponential backoff. [RT #337]
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews 489. [func] The zone manager now has a "i/o" queue.
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews 488. [bug] Locks weren't properly destroyed in some cases.
1fb264ed3aa861a67d7bab9aeb5aea5836e03c14Mark Andrews
1fb264ed3aa861a67d7bab9aeb5aea5836e03c14Mark Andrews 487. [port] flockfile() is not defined on all systems.
1fb264ed3aa861a67d7bab9aeb5aea5836e03c14Mark Andrews
608c703d1231e0b1f291637ca5361b773afcdbf1Mark Andrews 486. [bug] nslookup: "set all" and "server" commands showed
608c703d1231e0b1f291637ca5361b773afcdbf1Mark Andrews the incorrect port number if a port other than 53
608c703d1231e0b1f291637ca5361b773afcdbf1Mark Andrews was specified. [RT #352]
feb8ae093115b36ac061e23d0227ea06f51950a3Mark Andrews
feb8ae093115b36ac061e23d0227ea06f51950a3Mark Andrews 485. [func] When dig had more than one server to query, it would
27151990b2b48f027f7f01972fe8e0dfa1df52d3Mark Andrews send all of the messages at the same time. Add
27151990b2b48f027f7f01972fe8e0dfa1df52d3Mark Andrews rate limiting of the transmitted messages.
27151990b2b48f027f7f01972fe8e0dfa1df52d3Mark Andrews
6b610836bc081fdadf7bc7a16ce27f422c6b5638Brian Wellington 484. [bug] When the server was reloaded after removing addresses
6b610836bc081fdadf7bc7a16ce27f422c6b5638Brian Wellington from the named.conf "listen-on" statement, sockets
95b604c5e972a5e9eb713bf45cf0b2d9b98da27eMark Andrews were still listening on the removed addresses due
2211bec6a0626b681fdf5a8e4406555ef76ddf70Mark Andrews to reference count loops. [RT #325]
2211bec6a0626b681fdf5a8e4406555ef76ddf70Mark Andrews
2211bec6a0626b681fdf5a8e4406555ef76ddf70Mark Andrews 483. [bug] nslookup: "set all" showed a "search" option but it
fcb2ecdb52a594a5c0d07c2e98e67c14708c16dfMark Andrews was not settable.
fcb2ecdb52a594a5c0d07c2e98e67c14708c16dfMark Andrews
fcb2ecdb52a594a5c0d07c2e98e67c14708c16dfMark Andrews 482. [bug] nslookup: a plain "server" or "lserver" should be
3561e645d77448b20b1676680b08c76d559e5335Mark Andrews treated as a lookup.
3561e645d77448b20b1676680b08c76d559e5335Mark Andrews
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews 481. [bug] nslookup:get_next_command() stack size could exceed
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews per thread limit.
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews 480. [bug] strtok() is not thread safe. [RT #349]
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews 479. [func] The test suite can now be run by typing "make check"
27269e9dd45b619160f90db1a0f6b2b3f6f4bbb8Mark Andrews or "make test" at the top level.
faf23095be9a0b5e2696f2b1f1a260af16e9ebeaMark Andrews
27269e9dd45b619160f90db1a0f6b2b3f6f4bbb8Mark Andrews 478. [bug] "make install" failed if the directory specified with
faf23095be9a0b5e2696f2b1f1a260af16e9ebeaMark Andrews --prefix did not already exist.
f38c274c217d0a5b791786877422306a0e477e10Mark Andrews
f38c274c217d0a5b791786877422306a0e477e10Mark Andrews 477. [bug] The the isc-config.sh script could be installed before
84ef147b1fa0aed15cade55478ed647d15f7b094Mark Andrews its directory was created. [RT #324]
84ef147b1fa0aed15cade55478ed647d15f7b094Mark Andrews
84ef147b1fa0aed15cade55478ed647d15f7b094Mark Andrews 476. [bug] A zone could expire while a zone transfer was in
e53a5a116fc531f730df0adb091278ff8a941dffMark Andrews progress triggering a INSIST failure. [RT #329]
e53a5a116fc531f730df0adb091278ff8a941dffMark Andrews
e53a5a116fc531f730df0adb091278ff8a941dffMark Andrews 475. [bug] query_getzonedb() sometimes returned a non-null version
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews on failure. This caused assertion failures when
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews generating query responses where names subject to
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews additional section processing pointed to a zone
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews to which access had been denied by means of the
986be654feec852eb9da0d15599f18d0035e569bMark Andrews allow-query option. [RT #336]
986be654feec852eb9da0d15599f18d0035e569bMark Andrews
986be654feec852eb9da0d15599f18d0035e569bMark Andrews 474. [bug] The mnemonic of the CHAOS class is CH according to
3703473c4a2672af58b4f141e92067e969fd978eBrian Wellington RFC1035, but it was printed and read only as CHAOS.
3703473c4a2672af58b4f141e92067e969fd978eBrian Wellington We now accept both forms as input, and print it
c26c65b7a0d036e78bfc73f3e7e0817adb0365c0Mark Andrews as CH. [RT #305]
43733a83ed92359555c0dcc766e04216ba858309Mark Andrews
43733a83ed92359555c0dcc766e04216ba858309Mark Andrews 473. [bug] nsupdate overran the end of the list of name servers
43733a83ed92359555c0dcc766e04216ba858309Mark Andrews when no servers could be reached, typically causing
bda64555f62216c3e785338f372a7ad9b79c197cMark Andrews it to print the error message "dns_request_create:
86e71d7e8626de37559265f0edac8451bef6d001Andreas Gustafsson not implemented".
bda64555f62216c3e785338f372a7ad9b79c197cMark Andrews
39c2b741427eedafe5054909773c2e121c078b72Mark Andrews 472. [bug] Off-by-one error caused isc_time_add() to sometimes
39c2b741427eedafe5054909773c2e121c078b72Mark Andrews produce invalid time values.
39c2b741427eedafe5054909773c2e121c078b72Mark Andrews
de36c606c52ad51e5abca6e42faf655937e5ed10Mark Andrews 471. [bug] nsupdate didn't compile on HP/UX 10.20
de36c606c52ad51e5abca6e42faf655937e5ed10Mark Andrews
23cb957a81a51a9656917ea98d0ae56b7abdcaccMark Andrews 470. [feature] $GENERATE is now supported. See also
23cb957a81a51a9656917ea98d0ae56b7abdcaccMark Andrews doc/misc/migration.
7789eb1345bef03773a2530dce7f2709cc50aa2aAndreas Gustafsson
23cb957a81a51a9656917ea98d0ae56b7abdcaccMark Andrews 469. [bug] "query-source address * port 53;" now works.
28d8b4118da7abed531ca09136a6d1402837d721Mark Andrews
28d8b4118da7abed531ca09136a6d1402837d721Mark Andrews 468. [bug] dns_master_load*() failed to report file and line
28d8b4118da7abed531ca09136a6d1402837d721Mark Andrews number in certain error conditions.
d6c0627d1e4d841eac9576427f2d4a0cf9a47e2cMark Andrews
d6c0627d1e4d841eac9576427f2d4a0cf9a47e2cMark Andrews 467. [bug] dns_master_load*() failed to log an error if
d6c0627d1e4d841eac9576427f2d4a0cf9a47e2cMark Andrews pushfile() failed.
5d7b81d2a49d237ff5e73fdc4bd3394a3ee29392Mark Andrews
eeede5be4b3ff940b622799a04951e0dc45ad45fAndreas Gustafsson 466. [bug] dns_master_load*() could return success when it failed.
eeede5be4b3ff940b622799a04951e0dc45ad45fAndreas Gustafsson
5d7b81d2a49d237ff5e73fdc4bd3394a3ee29392Mark Andrews 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
8f63de30293716a22054e7db47f27e81bab545c5Mark Andrews omapi_value_storeint().
8f63de30293716a22054e7db47f27e81bab545c5Mark Andrews
8f63de30293716a22054e7db47f27e81bab545c5Mark Andrews 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
caa8797a00ccb1a02f1690dda5b4aeda9a1db5a7Mark Andrews
caa8797a00ccb1a02f1690dda5b4aeda9a1db5a7Mark Andrews 463. [bug] nsupdate sent malformed SOA queries to the second
9ae90732df942a7ffcbaa26ba254b55248ce79a5Mark Andrews and subsequent name servers in resolv.conf if the
9ae90732df942a7ffcbaa26ba254b55248ce79a5Mark Andrews query sent to the first one failed.
9ae90732df942a7ffcbaa26ba254b55248ce79a5Mark Andrews
f3222d48cc3d81706d198faa00dea9720eb0768dMark Andrews 462. [bug] --disable-ipv6 should work now.
c1567cb58cbf2eb816320ff49f000afafea02a85Mark Andrews
f3222d48cc3d81706d198faa00dea9720eb0768dMark Andrews 461. [bug] Specifying an unknown key in the "keys" clause of the
c73c1c33ec9569c8f9ffd205b48f044f9b03795bMark Andrews "controls" statement caused a NULL pointer dereference.
c73c1c33ec9569c8f9ffd205b48f044f9b03795bMark Andrews [RT #316]
c73c1c33ec9569c8f9ffd205b48f044f9b03795bMark Andrews
e95cc59f90d35f2d482b6f9c19ba96818275335cMark Andrews 460. [bug] Much of the DNSSEC code only worked with class IN.
0062c1ddfe0b2f0a4e206a5d460d8e7d58e29b80Brian Wellington
0062c1ddfe0b2f0a4e206a5d460d8e7d58e29b80Brian Wellington 459. [bug] Nslookup processed the "set" command incorrectly.
9aa1fb4861dc1d45f5a02fb1b9a9b815cc863747Mark Andrews
0062c1ddfe0b2f0a4e206a5d460d8e7d58e29b80Brian Wellington 458. [bug] Nslookup didn't properly check class and type values.
48b0f5ff87f0a5a138129bcd855fd72908491321Andreas Gustafsson [RT #305]
48b0f5ff87f0a5a138129bcd855fd72908491321Andreas Gustafsson
48b0f5ff87f0a5a138129bcd855fd72908491321Andreas Gustafsson 457. [bug] Dig/host/hslookup didn't properly handle connect
0b809e3e23f9f3d9697def5f447aa57d5aeef56bAndreas Gustafsson timeouts in certain situations, causing an
cde7dfea4c1267a2b526114f4ea80fe9db1fc557Brian Wellington unnecessary warning message to be printed.
cde7dfea4c1267a2b526114f4ea80fe9db1fc557Brian Wellington
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington 456. [bug] Stub zones were not resetting the refresh and expire
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington counters, loadtime or clearing the DNS_ZONE_REFRESH
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington (refresh in progress) flag upon successful update.
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington This disabled further refreshing of the stub zone,
2ca2e1a1ceec59a40f977f01ba8e8f4c0424c484Brian Wellington causing it to eventually expire. [RT #300]
2ca2e1a1ceec59a40f977f01ba8e8f4c0424c484Brian Wellington
2ca2e1a1ceec59a40f977f01ba8e8f4c0424c484Brian Wellington 455. [doc] Document IPv4 prefix notation does not require a
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington dotted decimal quad but may be just dotted decimal.
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington 454. [bug] Enforce dotted decimal and dotted decimal quad where
683f10428e292811317df38fa324f242abbf7384Mark Andrews documented as such in named.conf. [RT #304, RT #311]
683f10428e292811317df38fa324f242abbf7384Mark Andrews
683f10428e292811317df38fa324f242abbf7384Mark Andrews 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews is specified in named.conf. [RT #306]
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews 452. [bug] Warn if the unimplemented option "statistics-file"
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews is specified in named.conf. [RT #301]
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews 451. [func] Update forwarding implememted.
852fa3b2e32719d094f3ad6513238841ae1f078bMark Andrews
852fa3b2e32719d094f3ad6513238841ae1f078bMark Andrews 450. [func] New function ns_client_sendraw().
852fa3b2e32719d094f3ad6513238841ae1f078bMark Andrews
8569ab045a4cf6ecd1b5a3354ddb1c93ef34ea57Brian Wellington 449. [bug] isc_bitstring_copy() only works correctly if the
8569ab045a4cf6ecd1b5a3354ddb1c93ef34ea57Brian Wellington two bitstrings have the same lsb0 value, but this
8569ab045a4cf6ecd1b5a3354ddb1c93ef34ea57Brian Wellington requirement was not documented, nor was there a
a5c077e40c784cf9e25c95a1ab94db2faab04ae9Brian Wellington REQUIRE for it.
a5c077e40c784cf9e25c95a1ab94db2faab04ae9Brian Wellington
a5c077e40c784cf9e25c95a1ab94db2faab04ae9Brian Wellington 448. [bug] Host output formatting change, to match v8. [RT #255]
a5c077e40c784cf9e25c95a1ab94db2faab04ae9Brian Wellington
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington 447. [bug] Dig didn't properly retry in TCP mode after
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington a truncated reply. [RT #277]
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington 446. [bug] Confusing notify log message. [RT #298]
97527fc03cdb061759e2c9529c670ac1c190ef84Brian Wellington
97527fc03cdb061759e2c9529c670ac1c190ef84Brian Wellington 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
e1c2a8b9c120bcfc2f56e866ca3069b8a90c38dbMark Andrews bitstring triggered a REQUIRE statement. The REQUIRE
e1c2a8b9c120bcfc2f56e866ca3069b8a90c38dbMark Andrews statement was incorrect. [RT #297]
e1c2a8b9c120bcfc2f56e866ca3069b8a90c38dbMark Andrews
b7064914ca566fdd67cf0fe7e82d586cbb596470Mark Andrews 444. [func] "recursion denied" messages are always logged at
b7064914ca566fdd67cf0fe7e82d586cbb596470Mark Andrews debug level 1, now, rather than sometimes at ERROR.
b7064914ca566fdd67cf0fe7e82d586cbb596470Mark Andrews This silences these warnings in the usual case, where
3e67a87fc6be516ec12afa5aa31c2c04d5a6ae17Brian Wellington some clients set the RD bit in all queries.
3e67a87fc6be516ec12afa5aa31c2c04d5a6ae17Brian Wellington
3e67a87fc6be516ec12afa5aa31c2c04d5a6ae17Brian Wellington 443. [bug] When loading a master file failed because of an
49f62849e5f80add0ee36b0f9b42cdce8de9748aMark Andrews unrecognized RR type name, the error message
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews did not include the file name and line number.
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews [RT #285]
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews 442. [bug] TSIG signed messages that did not match any view
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews crashed the server. [RT #290]
d073663cb45bef2fff5f9a43b9b6006edfc52483Mark Andrews
d073663cb45bef2fff5f9a43b9b6006edfc52483Mark Andrews 441. [bug] Nodes obscured by a DNAME were inaccessible even
d073663cb45bef2fff5f9a43b9b6006edfc52483Mark Andrews when DNS_DBFIND_GLUEOK was set.
d83346263dc68358d73de2a8be60846c9c92950eAndreas Gustafsson
cad61731f8e960d9d99034a2a6eaafe1069c405cMark Andrews 440. [func] New function dns_zone_forwardupdate().
cad61731f8e960d9d99034a2a6eaafe1069c405cMark Andrews
54469c2b2262f6a3f09610df69e16e9c75fd1fe5Mark Andrews 439. [func] New function dns_request_createraw().
54469c2b2262f6a3f09610df69e16e9c75fd1fe5Mark Andrews
54469c2b2262f6a3f09610df69e16e9c75fd1fe5Mark Andrews 438. [func] New function dns_message_getrawmessage().
90e303b114e56db5809fdd19805243457fa43cd9Olafur Gudmundsson
90e303b114e56db5809fdd19805243457fa43cd9Olafur Gudmundsson 437. [func] Log NOTIFY activity to the notify channel.
90e303b114e56db5809fdd19805243457fa43cd9Olafur Gudmundsson
adbb11147cd5d97d140485fa37e85e66e15cf594Mark Andrews 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
b938d2af619822a8262c86223cad958511e716a9Andreas Gustafsson which sometimes happens on Linux, named would enter
adbb11147cd5d97d140485fa37e85e66e15cf594Mark Andrews a busy loop. Also, unexpected socket errors were
9ab461a6ffed2ae2fe0380c30b69052db7473405Mark Andrews not logged at a high enough logging level to be
9ab461a6ffed2ae2fe0380c30b69052db7473405Mark Andrews useful in diagnosing this situation. [RT #275]
b627356826f7b22e2ef396b80e8394eac76bc109Mark Andrews
77467267d97c781f3f3d050e229a874831e59c3dMark Andrews 435. [bug] dns_zone_dump() overwrote existing zone files
13ba983cc86bc7d80d5f66ba09002f7d510a6631Mark Andrews rather than writing to a temporary file and
13ba983cc86bc7d80d5f66ba09002f7d510a6631Mark Andrews renaming. This could lead to empty or partial
3036da01090c0d1e11cddc26af16630d6d9c1f39Mark Andrews zone files being left around in certain error
84d8c0166ddc63ad5ce64e7d354553de38b9aabdAndreas Gustafsson conditions involving the initial transfer of a
da5d1cf1b1aa29ae53a0427be49291b04bd60549Mark Andrews slave zone, interfering with subsequent server
66291de2060a1569de3fe9c5f0c1225448868f7aMark Andrews startup. [RT #282]
66291de2060a1569de3fe9c5f0c1225448868f7aMark Andrews
6c06bc591a830023e5e7a41cc4b37978b98c0c51Mark Andrews 434. [func] New function isc_file_isabsolute().
84d8c0166ddc63ad5ce64e7d354553de38b9aabdAndreas Gustafsson
6c06bc591a830023e5e7a41cc4b37978b98c0c51Mark Andrews 433. [func] isc_base64_decodestring() now accepts newlines
58d943711575376b05b3b3b303922a8a9d7ce9c1Mark Andrews within the base64 data. This makes it possible
c36f45e354c0d5b6ab9f821bfe315d0ce9d95a29Mark Andrews to break up the key data in a "trusted-keys"
9cec4ca6cac428a46c6d64197c64831dcc02f506Andreas Gustafsson statement into multiple lines. [RT #284]
9cec4ca6cac428a46c6d64197c64831dcc02f506Andreas Gustafsson
9cec4ca6cac428a46c6d64197c64831dcc02f506Andreas Gustafsson 432. [func] Added refresh/retry jitter. The actual refresh/
23fb770906bf1fd98210f16ad660078274242963Mark Andrews retry time is now a random value between 75% and
23fb770906bf1fd98210f16ad660078274242963Mark Andrews 100% of the configured value.
23fb770906bf1fd98210f16ad660078274242963Mark Andrews
0cb27602e5690baa9ab61c7c1430e507536adca7Brian Wellington 431. [func] Log at ISC_LOG_INFO when a zone is successfully
0cb27602e5690baa9ab61c7c1430e507536adca7Brian Wellington loaded.
0cb27602e5690baa9ab61c7c1430e507536adca7Brian Wellington
ff1b064f5e2bf19c8e25f8927d23df5714e666edMark Andrews 430. [bug] Rewrote the lightweight resolver client management
ff1b064f5e2bf19c8e25f8927d23df5714e666edMark Andrews code to handle shutdown correctly and general
8e40433e347bc487cd70f02487fc7ce947a2422aMark Andrews cleanup.
8e40433e347bc487cd70f02487fc7ce947a2422aMark Andrews
8e40433e347bc487cd70f02487fc7ce947a2422aMark Andrews 429. [bug] The space reserved for a TSIG record in a response
880723fb130841459d45695b387651cacd6c9bb8Mark Andrews was 2 bytes too short, leading to message
880723fb130841459d45695b387651cacd6c9bb8Mark Andrews generation failures.
880723fb130841459d45695b387651cacd6c9bb8Mark Andrews
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson (e.g. glue). This could cause SERVFAILs when
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson generating negative responses in a secure zone.
fefbb64a751f23c9dcf8bb1e62c6ed40a6a04fb2Mark Andrews
fefbb64a751f23c9dcf8bb1e62c6ed40a6a04fb2Mark Andrews 427. [bug] Avoid going into an infinite loop when the validator
fefbb64a751f23c9dcf8bb1e62c6ed40a6a04fb2Mark Andrews gets a negative response to a key query where the
0d6f70f1dbf77cf10e0bae8683c741f5924f6afeMark Andrews records are signed by the missing key.
b938d2af619822a8262c86223cad958511e716a9Andreas Gustafsson
111e3433d289e8b4ea1260add39baa78c2a46891Mark Andrews 426. [bug] Attempting to generate an oversized RSA key could
cf300e03de3df3ff422db922520bf07c686c86daMark Andrews cause dnssec-keygen to dump core.
cf300e03de3df3ff422db922520bf07c686c86daMark Andrews
cf300e03de3df3ff422db922520bf07c686c86daMark Andrews 425. [bug] Warn about the auth-nxdomain default value change
9ac8796f1653d89af589753a3e42c694f35ddd8aMark Andrews if there is no auth-nxdomain statement in the
9ac8796f1653d89af589753a3e42c694f35ddd8aMark Andrews config file. [RT #287]
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson 424. [bug] notify_createmessage() could trigger an assertion
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson failure when creating the notify message failed,
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson e.g. due to corrupt zones with multiple SOA records.
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson [RT #279]
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson 423. [bug] When responding to a recusive query, errors that occur
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson after following a CNAME should cause the query to fail.
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson [RT #274]
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson
f2c49862fb348586bb4b95a5388c86e0c0cbfa2cAndreas Gustafsson 422. [func] get rid of isc_random_t, and make isc_random_get()
02bdc23f8e3ca0f710e0a40daa15941ab1db6bb2Mark Andrews and isc_random_jitter() use rand() internally
45fe575607b91147ed753d175a7255198f14f197Andreas Gustafsson instead of local state. Note that isc_random_*()
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews functions are only for weak, non-critical "randomness"
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews such as timing jitter and such.
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews 421. [bug] nslookup would exit when given a blank line as input.
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews 420. [bug] nslookup failed to implement the "exit" command.
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews 419. [bug] The certificate type PKIX was misspelled as SKIX.
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews 418. [bug] At debug levels >= 10, getting an unexpected
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews socket receive error would crash the server
06a949d2ce8d4b4cbfbf4e7a0335316520aafa46Andreas Gustafsson while trying to log the error message.
06a949d2ce8d4b4cbfbf4e7a0335316520aafa46Andreas Gustafsson
06a949d2ce8d4b4cbfbf4e7a0335316520aafa46Andreas Gustafsson 417. [func] Add isc_app_block() and isc_app_unblock(), which
0b81e99ddfb01746e667797dedc291fc550d14d3Brian Wellington allow an application to handle signals while
0b81e99ddfb01746e667797dedc291fc550d14d3Brian Wellington blocking.
0b81e99ddfb01746e667797dedc291fc550d14d3Brian Wellington
3638017bd3cb8e30874f708a125d1541b680b25eBrian Wellington 416. [bug] Slave zones with no master file tried to use a
3638017bd3cb8e30874f708a125d1541b680b25eBrian Wellington NULL pointer for a journal file name when they
3638017bd3cb8e30874f708a125d1541b680b25eBrian Wellington received an IXFR. [RT #273]
8771fbe4a2cee7bebd785a486824833d741c7315Brian Wellington
8771fbe4a2cee7bebd785a486824833d741c7315Brian Wellington 415. [bug] The logging code leaked file descriptors.
8771fbe4a2cee7bebd785a486824833d741c7315Brian Wellington
b541c10d0442d9804d94567a97956cec3bd2912dBrian Wellington 414. [bug] Server did not shut down until all incoming zone
8bb79fc9b9952172d10f56f31739730e38d4b013Brian Wellington transfers were finished.
f59d47928ed33d1546e8f982370086429f727e85Andreas Gustafsson
f59d47928ed33d1546e8f982370086429f727e85Andreas Gustafsson 413. [bug] Notify could attempt to use the zone database after
b541c10d0442d9804d94567a97956cec3bd2912dBrian Wellington it had been unloaded. [RT#267]
c01237c6bc5ec25063b4aae1799fe4de01a7455bAndreas Gustafsson
c01237c6bc5ec25063b4aae1799fe4de01a7455bAndreas Gustafsson 412. [bug] named -v didn't print the version.
c01237c6bc5ec25063b4aae1799fe4de01a7455bAndreas Gustafsson
60213f2815a7e6584a2285546d05633fa7b6f5b4Mark Andrews 411. [bug] A typo in the HS A code caused an assertion failure.
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson
60213f2815a7e6584a2285546d05633fa7b6f5b4Mark Andrews 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson to a random value on success.
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson 409. [bug] If named was shut down early in the startup
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrews process, ns_omapi_shutdown() would attempt to lock
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson an unintialized mutex. [RT #262]
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson
1e4bfff1855795853648f507422b96fc8fecbff1Mark Andrews 408. [bug] stub zones could leak memory and reference counts if
6b31d9c56874d3bd58b420cbe6cd64be502dbe08Andreas Gustafsson all the masters were unreachable.
892476530f3971aff52f25103d488ece9b01f673Andreas Gustafsson
6b31d9c56874d3bd58b420cbe6cd64be502dbe08Andreas Gustafsson 407. [bug] isc_rwlock_lock() would needlessly block
6b31d9c56874d3bd58b420cbe6cd64be502dbe08Andreas Gustafsson readers when it reached the read quota even
ee80f4506479e189ca1320eb87ac89188c5a7848Mark Andrews if no writers were waiting.
ee80f4506479e189ca1320eb87ac89188c5a7848Mark Andrews
ee80f4506479e189ca1320eb87ac89188c5a7848Mark Andrews 406. [bug] Log messages were occasionally lost or corrupted
d9d6d2f77fe54831dec9cde8ca03ae1f825599f9Andreas Gustafsson due to a race condition in isc_log_doit().
d9d6d2f77fe54831dec9cde8ca03ae1f825599f9Andreas Gustafsson
d9d6d2f77fe54831dec9cde8ca03ae1f825599f9Andreas Gustafsson 405. [func] Add support for selective forwarding (forward zones)
9b2c0d29248ad5f86b47319239a06c783e1b5307Andreas Gustafsson
9b2c0d29248ad5f86b47319239a06c783e1b5307Andreas Gustafsson 404. [bug] The request library didn't completely work with IPv6.
eb2c518a3871932e86268e7c6ddae2b2a00d72fdMark Andrews
4072dfb9b865c82c24a72e734d54da51a20dfc1eMark Andrews 403. [bug] "host" did not use the search list.
4072dfb9b865c82c24a72e734d54da51a20dfc1eMark Andrews
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson 402. [bug] Treat undefined acls as errors, rather than
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson warning and then later throwing an assertion.
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson [RT #252]
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson 401. [func] Added simple database API.
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson
d1abb8bb020aacd1ce0da65c2d5d8f7c96ebd52aMark Andrews 400. [bug] SIG(0) signing and verifying was done incorrectly.
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson [RT #249]
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson 399. [bug] When reloading the server with a config file
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson containing a syntax error, it could catch an
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson assertion failure trying to perform zone
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson maintenance on, or sending notifies from,
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson tentatively created zones whose views were
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington never fully configured and lacked an address
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington database and request manager.
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson 398. [bug] "dig" sometimes caught an assertion failure when
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson using TSIG, depending on the key length.
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson 397. [func] Added utility functions dns_view_gettsig() and
af36ecc41ae6bd73553aacd006ae55474e193b07Andreas Gustafsson dns_view_getpeertsig().
af36ecc41ae6bd73553aacd006ae55474e193b07Andreas Gustafsson
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews 396. [doc] There is now a man page for "nsupdate"
0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65Mark Andrews in doc/man/bin/nsupdate.8.
af36ecc41ae6bd73553aacd006ae55474e193b07Andreas Gustafsson
0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65Mark Andrews 395. [bug] nslookup printed incorrect RR type mnemonics
c0fe9b0d1b01a9a0883977a362ce4128723a56d6Mark Andrews for RRs of type >= 21 [RT #237].
c0fe9b0d1b01a9a0883977a362ce4128723a56d6Mark Andrews
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson 394. [bug] Current name was not propagated via $INCLUDE.
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson 393. [func] Initial answer while loading (awl) support.
138cc7f283889367b11840ff77a9ea08e17a9daeAndreas Gustafsson Entry points: dns_master_loadfileinc(),
ce6caa07591b3723968c22f5aa13740f9609135aAndreas Gustafsson dns_master_loadstreaminc(), dns_master_loadbufferinc().
138cc7f283889367b11840ff77a9ea08e17a9daeAndreas Gustafsson Note: calls to dns_master_load*inc() should be rate
138cc7f283889367b11840ff77a9ea08e17a9daeAndreas Gustafsson be rate limited so as to not use up all file
ac1a59e95cfd035f38222e739affd43eafa9eeefMark Andrews descriptors.
ac1a59e95cfd035f38222e739affd43eafa9eeefMark Andrews
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer not support the given address family requested.
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson 390. [func] The function dns_zone_setdbtype() now takes
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson an argc/argv style vector of words and sets
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson both the zone database type and its arguments,
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson making the functions dns_zone_adddbarg()
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson and dns_zone_cleardbargs() unnecessary.
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson 389. [bug] Attempting to send a reqeust over IPv6 using
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews dns_request_create() on a system without IPv6
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews support caused an assertion failure [RT #235].
2053e8c26cd69600132632fbee247601ce8c9e8cAndreas Gustafsson
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews 388. [func] dig and host can now do reverse ipv6 lookups.
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews 387. [func] Add dns_byaddr_createptrname(), which converts
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews an address into the name used by a PTR query.
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews 386. [bug] Missing strdup() of ACL name caused random
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews ACL matching failures [RT #228].
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews
ea01b618d981e58f85071a40550bc7f7565d4509Andreas Gustafsson 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
ea01b618d981e58f85071a40550bc7f7565d4509Andreas Gustafsson and dns_zt_print().
bad3251d3f7ffccdec39ccfe04d94308985fb36eAndreas Gustafsson
bad3251d3f7ffccdec39ccfe04d94308985fb36eAndreas Gustafsson 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
80dd46d7aab16c42a8c1acf6156c95406a9f20a4Mark Andrews of 2147483647.
9eec883bf871ee2235009e889440f986c98908b8Andreas Gustafsson
993572b2495561c57b556621dd9fe493e8c6dd1bDanny Mayer 383. [func] When writing a master file, print the SOA and NS
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson records (and their SIGs) before other records.
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson 382. [bug] named -u failed on many Linux systems where the
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson libc provided kernel headers do not match
088eaf3878580eebbbd2b020411532af278aae5aAndreas Gustafsson the current kernel.
6b13908f7030e09fb4573f3c2f8d7a5edc70e0b5Mark Andrews
afeabf9f707ca71192041c1132d9f07d7bd83132Mark Andrews 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
3842a051baf34ffc4e428cd6f2d4a641e548e6f6Mark Andrews IPV6_PKTINFO if found. [RT #229]
3842a051baf34ffc4e428cd6f2d4a641e548e6f6Mark Andrews
46ba6046bcb3b534346de13a4ff5c1513e72936bAndreas Gustafsson 380. [bug] nsupdate didn't work with IPv6.
46ba6046bcb3b534346de13a4ff5c1513e72936bAndreas Gustafsson
46ba6046bcb3b534346de13a4ff5c1513e72936bAndreas Gustafsson 379. [func] New library function isc_sockaddr_anyofpf().
a89d1aea0cce6a28a3751cd508db67e38d307a5eDanny Mayer
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson 378. [func] named and lwresd will log the command line arguments
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson they were started with in the "starting ..." message.
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson 377. [bug] When additional data lookups were refused due to
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington "allow-query", the databases were still being
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington attached causing reference leaks.
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington
712bf9b0cc4ed34f4bf33b437f8b0e45853b93ceMark Andrews 376. [bug] The server should always use good entropy when
712bf9b0cc4ed34f4bf33b437f8b0e45853b93ceMark Andrews performing cryptographic functions needing entropy.
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson 375. [bug] Per-zone "allow-query" did not properly override the
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson view/global one for CNAME targets and additional
2053e8c26cd69600132632fbee247601ce8c9e8cAndreas Gustafsson data [RT #220].
72499be79fbb68140bd31e0e4ded18a70a5b523bMark Andrews
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews 374. [bug] SOA in authoritative negative responses had wrong TTL.
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews 373. [func] nslookup is now installed by "make install".
552a117791c17878c5c1b94b0fc3ac4e8491543eMark Andrews
552a117791c17878c5c1b94b0fc3ac4e8491543eMark Andrews 372. [bug] Deal with Microsoft DNS servers appending two bytes of
f3e4c3d6c536973bae92611402ba55277069eba2Mark Andrews garbage to zone transfer requests.
f3e4c3d6c536973bae92611402ba55277069eba2Mark Andrews
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews 371. [bug] At high debug levels, doing an outgoing zone transfer
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews of a very large RRset could cause an assertion failure
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews during logging.
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews 370. [bug] The error messages for rollforward failures were
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews overly terse.
f9321a16fb8dce8999a43a6d4008c54845305401Mark Andrews
c8bedec446212b07511ded85ba04a9a3d5965ba8Mark Andrews 369. [func] Support new named.conf options, view and zone
c8bedec446212b07511ded85ba04a9a3d5965ba8Mark Andrews statements:
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews max-retry-time, min-retry-time,
e70b069e3807d5f499dff31eb31c2b3e0e125457Mark Andrews max-refresh-time, min-refresh-time.
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews
923de3bb9cf4d619de206544975986a22b18196fMark Andrews 368. [func] Restructure the internal ".bind" view so that more
923de3bb9cf4d619de206544975986a22b18196fMark Andrews zones can be added to it.
2359261a252b339f3cef046cefa10ee1e1d4564dMark Andrews
2359261a252b339f3cef046cefa10ee1e1d4564dMark Andrews 367. [bug] Allow proper selection of server on nslookup command
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews line.
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews 366. [func] Allow use of '-' batch file in dig for stdin.
6bad645917a026dfa4662dd0a3a78b9efc3f4c36Mark Andrews
6bad645917a026dfa4662dd0a3a78b9efc3f4c36Mark Andrews 365. [bug] nsupdate -k leaked memory.
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews 364. [func] Added additional-from-{cache,auth}
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews
64e9b7eafb798c75e9a40948cf05d8847da59d9dAndreas Gustafsson 362. [bug] rndc no longer aborts if the configuration file is
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews missing an options statement. [RT #209]
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews
d91d025deffd075db2507d44fab04b79920b3e91Mark Andrews 361. [func] When the RBT find or chain functions set the name and
d91d025deffd075db2507d44fab04b79920b3e91Mark Andrews origin for a node that stores the root label
d91d025deffd075db2507d44fab04b79920b3e91Mark Andrews the name is now set to an empty name, instead of ".",
985b4f1c8653c6dfaa46652c412838850c0ffb1cMark Andrews to simplify later use of the name and origin by
985b4f1c8653c6dfaa46652c412838850c0ffb1cMark Andrews dns_name_concatenate(), dns_name_totext() or
c8d9ff1fe871a0e9d5834240c5872a26166cc240Andreas Gustafsson dns_name_format().
1d556695ef3c7918ba5061d7d846122d60f5f6c5Mark Andrews
e9ca87459a20f5e6721b9bd0b28c95fc3d6b843cMark Andrews 360. [func] dns_name_totext() and dns_name_format() now allow
e9ca87459a20f5e6721b9bd0b28c95fc3d6b843cMark Andrews an empty name to be passed, which is formatted as "@".
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews 359. [bug] dnssec-signzone occasionally signed glue records.
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews
137a1f98e3862577ae9ccbb6b735ef63a51c456eMark Andrews 358. [cleanup] Rename the intermediate files used by the dnssec
137a1f98e3862577ae9ccbb6b735ef63a51c456eMark Andrews programs.
5cd7e9d4db393c314dd1a761c52d2cb3a4da9b72Andreas Gustafsson
5cd7e9d4db393c314dd1a761c52d2cb3a4da9b72Andreas Gustafsson 357. [bug] The zone file parser crashed if the argument
5f4804c7e47e3cfe7237d27a354d268b0b7ea73bAndreas Gustafsson to $INCLUDE was a quoted string.
5cd7e9d4db393c314dd1a761c52d2cb3a4da9b72Andreas Gustafsson
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson 356. [cleanup] isc_task_send no longer requires event->sender to
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson be non-null.
1418d7292da7ebaba1ba389d60192023c0170245Andreas Gustafsson
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson 354. [doc] Man pages for the dnssec tools are now included in
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson the distribution, in doc/man/dnssec.
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson 353. [bug] double increment in lwres/gethost.c:copytobuf().
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson (RT# 187)
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson 352. [bug] Race condition in dns_client_t startup could cause
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews an assertion failure.
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews
2053e8c26cd69600132632fbee247601ce8c9e8cAndreas Gustafsson 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews signed query could crash the server.
bc508906db43dda7eab0988348dd0ae3f3023a9bMark Andrews
bc508906db43dda7eab0988348dd0ae3f3023a9bMark Andrews 350. [bug] Also-notify lists specified in the global options
bc508906db43dda7eab0988348dd0ae3f3023a9bMark Andrews block were not correctly reference counted, causing
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson a memory leak.
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson 349. [bug] Processing a query with the CD bit set now works
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson as expected.
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson 348. [func] New boolean named.conf options 'additional-from-auth'
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews and 'additional-from-cache' now supported in view and
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews global options statement.
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson 347. [bug] Don't crash if an argument is left off options in dig.
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson 346. [func] Add support for .digrc config file, in the
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson user's current directory
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson 345. [bug] Large-scale changes/cleanups to dig:
1c398fd83c444d61904d23431d3994139919b68eAndreas Gustafsson * Significantly improve structure handling
be9932698bf35d0f34e65b5ffbb81bedddd76636Mark Andrews * Don't pre-load entire batch files
081cff0c33514a5dc63ab794fc199c07377ab756Mark Andrews * Add name/rr counting/limiting
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson * Fix SIGINT handling
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson * Shorten timeouts to match v8's behavior
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson
3d38596530c389610494e6a6ba70d9f5dc9717c5Andreas Gustafsson 344. [bug] When shutting down, lwresd sometimes tried
081cff0c33514a5dc63ab794fc199c07377ab756Mark Andrews to shut down its client tasks twice,
3d38596530c389610494e6a6ba70d9f5dc9717c5Andreas Gustafsson triggering an assertion.
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews 343. [bug] Although zone maintenance SOA queries and
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews notify requests were signed with TSIG keys
479c6fc4584e062088ceee037690cdff85fc349bAndreas Gustafsson when configured for the server in case,
b19619260fbd447b0fe3e709b2cc8ae38f27ec3fMark Andrews the TSIG was not verified on the response.
1500a4fe5da9475d5918b27b566a1278ec6b54ebAndreas Gustafsson
1500a4fe5da9475d5918b27b566a1278ec6b54ebAndreas Gustafsson 342. [bug] The wrong name was being passed to
1255d388f034dc556d235a002527101781dbeb29Mark Andrews dns_name_dup() when generating a TSIG
1255d388f034dc556d235a002527101781dbeb29Mark Andrews key using TKEY.
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews 341. [func] Support 'key' clause in named.conf zone masters
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews statement to allow authentication via TSIG keys:
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews masters {
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews 10.0.0.1 port 5353 key "foo";
f04c15adc7e62deb2f53cc53f32d890936007903Andreas Gustafsson 10.0.0.2 ;
f04c15adc7e62deb2f53cc53f32d890936007903Andreas Gustafsson };
2f6d1483f665d86501049199b9698554da0eacb0Mark Andrews
53c07ca2164f8a083aa97591345bf4339a8573bdAndreas Gustafsson 340. [bug] The top-level COPYRIGHT file was missing from
d1029cbcf03a0a2a6c05c1e17e692d844eb27094Andreas Gustafsson the distribution.
ea7b38cd1e5c6c9e099f1b3a702ba531bc4aba0aMark Andrews
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson 339. [bug] DNSSEC validation of the response to an ANY
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson query at a name with a CNAME RR in a secure
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson zone triggered an assertion failure.
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson 338. [bug] lwresd logged to syslog as named, not lwresd.
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson on the command line.
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson
8d8c145175370d2fd8dbdf425b5ac2a9dc19da96Mark Andrews 336. [bug] "dig -f" used 64 k of memory for each line in
8d8c145175370d2fd8dbdf425b5ac2a9dc19da96Mark Andrews the file. It now uses much less, though still
07eaf0b8d0c3c93d8139c413bf9cc8bba7db9432Mark Andrews proportionally to the file size.
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews 335. [bug] named would occasionally attempt recursion when
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews it was disallowed or undesired.
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews 334. [func] Added hmac-md5 to libisc.
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson 333. [bug] The resolver incorrectly accepted referrals to
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson domains that were not parents of the query name,
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson causing assertion failures.
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson
42f61e5c46d4824918385e7279c1b71d8ada8e8dAndreas Gustafsson 332. [func] New function dns_name_reset().
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews 331. [bug] Only log "recursion denied" if RD is set. (RT #178)
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson 330. [bug] Many debugging messages were partially formatted
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson even when debugging was turned off, causing a
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson significant decrease in query performance.
64ea5fd972c9946a3fe56cbc0bf897266d3f8747Andreas Gustafsson
64ea5fd972c9946a3fe56cbc0bf897266d3f8747Andreas Gustafsson 329. [func] omapi_auth_register() now takes a size_t argument for
05a4a299b599195ca6ede9395b245956a8c3a790Mark Andrews the length of a key's secret data. Previously
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson OMAPI only stored secrets up to the first NUL byte.
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson 328. [func] Added isc_base64_decodestring().
1094dec52a86e57df53f6167d86de94360a7a382Mark Andrews
1094dec52a86e57df53f6167d86de94360a7a382Mark Andrews 327. [bug] rndc.conf parser wasn't correctly recognising an IP
64ea5fd972c9946a3fe56cbc0bf897266d3f8747Andreas Gustafsson address where a host specification was required.
1094dec52a86e57df53f6167d86de94360a7a382Mark Andrews
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson 326. [func] 'keys' in an 'inet' control statement is now
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson required and must have at least one item in it.
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson A "not supported" warning is now issued if a 'unix'
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson control channel is defined.
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson 325. [bug] isc_lex_gettoken was processing octal strings when
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson ISC_LEXOPT_CNUMBER was not set.
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson 324. [func] In the resolver, turn EDNS0 off if there is no
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson response after a number of retransmissions.
248732d66fffb557e84264c2bb2fb43ac766163fAndreas Gustafsson This is to allow queries some chance of succeeding
9bdb01e6c382e897572791b12190472955994d87Mark Andrews even if all the authoritative servers of a zone
9bdb01e6c382e897572791b12190472955994d87Mark Andrews silently discard EDNS0 requests instead of
e69b9ffb0f8b4d1117a682908c9143ebe3efcd6bAndreas Gustafsson sending an error response like they ought to.
e69b9ffb0f8b4d1117a682908c9143ebe3efcd6bAndreas Gustafsson
e69b9ffb0f8b4d1117a682908c9143ebe3efcd6bAndreas Gustafsson 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
417872b98aec720d587a9ef0197e25e78a2b7ee9Mark Andrews Because of this, servers authoritative for a parent
417872b98aec720d587a9ef0197e25e78a2b7ee9Mark Andrews and grandchild zone but not authoritative for the
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson intervening child zone did not correctly issue
a77ad145d0109081c5da6ac40a2303369db89735Andreas Gustafsson referrals to the servers of the child zone.
8ba4e82f5358815fd94f34fde408ffd047ba3430Andreas Gustafsson
8ba4e82f5358815fd94f34fde408ffd047ba3430Andreas Gustafsson 322. [bug] Queries for KEY RRs are now sent to the parent
61d5bfc06be978ea962b1c64309894ac80351771Mark Andrews server before the authoritative one, making
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews DNSSEC insecurity proofs work in many cases
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews where they previously didn't.
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews
3c9b2e62502460c34c2e0ceba1a5d138b3a13cc1Andreas Gustafsson 321. [bug] When synthesizing a CNAME RR for a DNAME
3c9b2e62502460c34c2e0ceba1a5d138b3a13cc1Andreas Gustafsson response, query_addcname() failed to intitialize
3c9b2e62502460c34c2e0ceba1a5d138b3a13cc1Andreas Gustafsson the type and class of the CNAME dns_rdata_t,
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson causing random failures.
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson 320. [func] Multiple rndc changes: parses an rndc.conf file,
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson uses authentication to talk to named, command
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson line syntax changed. This will all be described
024face21cdfbfc7a862a3be061e6780533ef755Andreas Gustafsson in the ARM.
024face21cdfbfc7a862a3be061e6780533ef755Andreas Gustafsson
024face21cdfbfc7a862a3be061e6780533ef755Andreas Gustafsson 319. [func] The named.conf "controls" statement is now used
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson to configure the OMAPI command channel.
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson 318. [func] dns_c_ndcctx_destroy() could never return anything
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson except ISC_R_SUCCESS; made it have void return instead.
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson 317. [func] Use callbacks from libomapi to determine if a
9df7cf8ea31d8d26f9c1be55f2cdafdc68d63c53Andreas Gustafsson new connection is valid, and if a key requested
cf638fc378d74dd4afa59fe11d04da7b0cddca88Andreas Gustafsson to be used with that connection is valid.
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson
4fa5d53e750b4e34e19b9648900d489315b185eaAndreas Gustafsson 316. [bug] Generate a warning if we detect an unexpected <eof>
4fa5d53e750b4e34e19b9648900d489315b185eaAndreas Gustafsson but treat as <eol><eof>.
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson 315. [bug] Handle non-empty blanks lines. (RT #163)
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson 314. [func] The named.conf controls statement can now have
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson more than one key specified for the inet clause.
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson
3fc4c1434d7ac377c720640e2e925a3af567cccbMark Andrews 313. [bug] When parsing resolv.conf, don't terminate on an
2975d0f819762614526c650b9c2077ef22f81328Andreas Gustafsson error. Instead, parse as much as possible, but
2975d0f819762614526c650b9c2077ef22f81328Andreas Gustafsson still return an error if one was found.
0aba41458d345ea901cf945d47162e5f23647de9Mark Andrews
0bd2ea544e95601e0f0b056acfa079c99d5f6b57Andreas Gustafsson 312. [bug] Increase the number of allowed elements in the
0bd2ea544e95601e0f0b056acfa079c99d5f6b57Andreas Gustafsson resolv.conf search path from 6 to 8. If there
0bd2ea544e95601e0f0b056acfa079c99d5f6b57Andreas Gustafsson are more than this, ignore the remainder rather
5f7516bee5ace9542701f23fc7723a3e3196802aMark Andrews than returning a failure in lwres_conf_parse.
79432444e84d2d104119fe6a3d5cbc04b1375bd4Andreas Gustafsson
79432444e84d2d104119fe6a3d5cbc04b1375bd4Andreas Gustafsson 311. [bug] lwres_conf_parse failed when the first line of
2e24e82fc3551e3228bcacaa7c45cb61daa49195Mark Andrews resolv.conf was empty or a comment.
3c17010ba5a6b8dd8a2bbc550813c7f051f45a08Andreas Gustafsson
3c17010ba5a6b8dd8a2bbc550813c7f051f45a08Andreas Gustafsson 310. [func] Changes to named.conf "controls" statement (inet
3c17010ba5a6b8dd8a2bbc550813c7f051f45a08Andreas Gustafsson subtype only)
d5169236b7260d447e672db8256fdd7c70f5ee1dMark Andrews
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews - support "keys" clause
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews controls {
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews inet * port 1024
f08782f0923d11227983a352c26301cf703383cfMark Andrews allow { any; } keys { "foo"; }
f08782f0923d11227983a352c26301cf703383cfMark Andrews }
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson - allow "port xxx" to be left out of statement,
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson in which case it defaults to omapi's default port
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson of 953.
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson 309. [bug] When sending a referral, the server did not look
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson for name server addresses as glue in the zone
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson holding the NS RRset in the case where this zone
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson was not the same as the one where it looked for
edf97be2b54cbdc4f3f3a46776df3e912892e960Andreas Gustafsson name server addresses as authoritative data.
edf97be2b54cbdc4f3f3a46776df3e912892e960Andreas Gustafsson
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson 308. [bug] Treat a SOA record not at top of zone as an error
9e46f410e716f73abb345be215ccb4c61782b718Andreas Gustafsson when loading a zone. (RT #154)
9e46f410e716f73abb345be215ccb4c61782b718Andreas Gustafsson
9e46f410e716f73abb345be215ccb4c61782b718Andreas Gustafsson 307. [bug] When canceling a query, the resolver didn't check for
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson isc_socket_sendto() calls that did not yet have their
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson completion events posted, so it could (rarely) end up
b09f4e054cbe67b93a5ff62d511ee25945038943Mark Andrews destroying the query context and then want to use
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson it again when the send event posted, triggering an
b09f4e054cbe67b93a5ff62d511ee25945038943Mark Andrews assertion as it tried to cancel an already-canceled
3d3445447225ab63f49fc24362963ea49ce94901Andreas Gustafsson query. (RT #77)
3d3445447225ab63f49fc24362963ea49ce94901Andreas Gustafsson
3d3445447225ab63f49fc24362963ea49ce94901Andreas Gustafsson 306. [bug] Reading HMAC-MD5 private key files didn't work.
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews
96ea98af241ef00395f4e61de7e2dacfd9941afcMark Andrews 305. [bug] When reloading the server with a config file
96ea98af241ef00395f4e61de7e2dacfd9941afcMark Andrews containing a syntax error, it could catch an
3dff229f5dd223568476acec4df1f513acb00b1dAndreas Gustafsson assertion failure trying to perform zone
3dff229f5dd223568476acec4df1f513acb00b1dAndreas Gustafsson maintenance on tentatively created zones whose
54c4aa0f62aebeb01b6861ee068c1044433fe8feMark Andrews views were never fully configured and lacked
792de65053d8a48d05746b35a21a9fa1792e71acAndreas Gustafsson an address database.
792de65053d8a48d05746b35a21a9fa1792e71acAndreas Gustafsson
792de65053d8a48d05746b35a21a9fa1792e71acAndreas Gustafsson 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson are listed in resolv.conf, silently ignore them
846474d5a6aa21cebb3e94243a11faa5c20200bfAndreas Gustafsson instead of returning failure.
3e934267660cb13029bcdbddf318fe1cc27b6718Andreas Gustafsson
3e934267660cb13029bcdbddf318fe1cc27b6718Andreas Gustafsson 303. [bug] Add additional sanity checks to differentiate a AXFR
846474d5a6aa21cebb3e94243a11faa5c20200bfAndreas Gustafsson response vs a IXFR response. (RT #157)
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson 302. [bug] In dig, host, and nslookup, MXNAME should be large
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson enough to hold any legal domain name in presentation
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson format + terminating NULL.
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson 301. [bug] Uninitalised pointer in host:printmessage(). (RT #159)
f558da602e8b74ed181d9189f20bf32dfa6d8723Brian Wellington
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
f558da602e8b74ed181d9189f20bf32dfa6d8723Brian Wellington on platforms lacking IPv6 because each included their
ff4322d44f8404683b6fb6c86a38a2bc14f6c083Andreas Gustafsson own ipv6 header file for the missing definitions. Now
ff4322d44f8404683b6fb6c86a38a2bc14f6c083Andreas Gustafsson each library's ipv6.h defines the wrapper symbol of
ff4322d44f8404683b6fb6c86a38a2bc14f6c083Andreas Gustafsson the other (ISC_IPV6_H and LWRES_IPV6_H).
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson 299. [cleanup] Get the user and group information before changing the
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson root directory, so the administrator does not need to
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson keep a copy of the user and group databases in the
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson chroot'ed environment. Suggested by Hakan Olsson.
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson 298. [bug] A mutex deadlock occurred during shutdown of the
595a14576ea14884c35b3726f054f2065365620bMark Andrews interface manager under certain conditions.
595a14576ea14884c35b3726f054f2065365620bMark Andrews Digital Unix systems were the most affected.
595a14576ea14884c35b3726f054f2065365620bMark Andrews
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson 297. [bug] Specifying a key name that wasn't fully qualified
d9e690eb71bde3c748208733ba40a34e9d0ba29dAndreas Gustafsson in certain parts of the config file could cause
d9e690eb71bde3c748208733ba40a34e9d0ba29dAndreas Gustafsson an assertion failure.
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson 296. [bug] "make install" from a separate build directory
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson failed unless configure had been run in the source
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson directory, too.
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson 295. [bug] When invoked with type==CNAME and a message
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson not constructed by dns_message_parse(),
0bd1b2fbfed4aa489e9d5fcbc7f48acb96ba7248Mark Andrews dns_message_findname() failed to find anything
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews due to checking for attribute bits that are set
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews only in dns_message_parse(). This caused an
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews infinite loop when constructing the response to
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson an ANY query at a CNAME in a secure zone.
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson 294. [bug] If we run out of space in while processing glue
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson when reading a master file and commit "current name"
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson reverts to "name_current" instead of staying as
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson "name_glue".
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson 293. [port] Add support for FreeBSD 4.0 system tests.
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson 292. [bug] Due to problems with the way some operating systems
feb1f6a4ac42988558ecb8dc5dc0c974ec1f0509Brian Wellington handle simultaneous listening on IPv4 and IPv6
feb1f6a4ac42988558ecb8dc5dc0c974ec1f0509Brian Wellington addresses, the server no longer listens on IPv6
ea34bcc6376555296a08e4c9e2f9c2cbe58378a9Andreas Gustafsson addresses by default. To revert to the previous
ea34bcc6376555296a08e4c9e2f9c2cbe58378a9Andreas Gustafsson behavior, specify "listen-on-v6 { any; };" in
d1a6976967d6cfd93f5a8d80878215691ac8fe74Mark Andrews the config file.
5e4c83cfec3f267ea8f22fbb535c61434c94d43cDanny Mayer
06f12c290c7904f0723094b5cbd11e2a1d49e95eAndreas Gustafsson 291. [func] Caching servers no longer send outgoing queries
06f12c290c7904f0723094b5cbd11e2a1d49e95eAndreas Gustafsson over TCP just because the incoming recursive query
5e4c83cfec3f267ea8f22fbb535c61434c94d43cDanny Mayer was a TCP one.
6e1b2ebcd65c6d0cc90d7789f884aea11184eb5dAndreas Gustafsson
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson 290. [cleanup] +twiddle option to dig (for testing only) removed.
e6f17474cb43a138bf7fc9ad30c6b3a2847cb7a7Mark Andrews
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews host is now installed in $bindir. (Be sure to remove
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews any $sbindir/dig from a previous release.)
a5aca6df165c601d755b8c5f5727048078bf0db5Andreas Gustafsson
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews 288. [func] rndc is now installed by "make install" into $sbindir.
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews 287. [bug] rndc now works again as "rndc 127.1 reload" (for
5c831a1a1b14470037de6d8bc0501aea5dc6cacdAndreas Gustafsson only that task). Parsing its configuration file and
36e37042c6c9252cdf6eb99bd71ccb6e6c43ba6dBrian Wellington using digital signatures for authentication has been
98e231525fda817d393ef0c529b50bfc08cebe47Mark Andrews disabled until named supports the "controls" statement,
98e231525fda817d393ef0c529b50bfc08cebe47Mark Andrews post-9.0.0.
98e231525fda817d393ef0c529b50bfc08cebe47Mark Andrews
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews 286. [bug] On Solaris 2, when named inherited a signal state
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews where SIGHUP had the SIG_IGN action, SIGHUP would
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews be ignored rather than causing the server to reload
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson its configuration.
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson 285. [bug] A change made to the dst API for beta4 inadvertently
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson broke OMAPI's creation of a dst key from an incoming
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson message, causing an assertion to be triggered. Fixed.
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson
56d69016f4fae2eda4d39c92fe13595251aaadd3Mark Andrews 284. [func] The DNSSEC key generation and signing tools now
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews generate randomness from keyboard input on systems
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews that lack /dev/random.
0262406cea5802a717539247cbaa596ac808efa9Mark Andrews
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson 283. [cleanup] The 'lwresd' program is now a link to 'named'.
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson too big for an unsigned long.
db235e65884c04058cc6e99ca485170d67cf9538Andreas Gustafsson
db235e65884c04058cc6e99ca485170d67cf9538Andreas Gustafsson 281. [bug] Fixed list of recognized config file category names.
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson 280. [func] Add isc-config.sh, which can be used to more
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson easily build applications that link with
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson our libraries.
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson 279. [bug] Private omapi function symbols shared between
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson two or more files in libomapi.a were not namespace
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews protected using the ISC convention of starting with
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews the library name and two underscores ("omapi__"...)
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson note of when isc_log_categorybyname() wasn't able
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson to find the category name and would then apply the
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson channel list of the unknown category to all categories.
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson would fail to find the first member of any category
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson or module array apart from the internal defaults.
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson Thus, for example, the "notify" category was improperly
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson configured by named.
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson 276. [bug] dig now supports maximum sized TCP messages.
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson 275. [bug] The definition of lwres_gai_strerror() was missing
a24d253a3f4e6f4036800744b348fba858d4959eMark Andrews the lwres_ prefix.
a24d253a3f4e6f4036800744b348fba858d4959eMark Andrews
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
3f543c371fff724d1fb05eb564f732476e946b5bBrian Wellington server.
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson
3f543c371fff724d1fb05eb564f732476e946b5bBrian Wellington 273. [func] The default for the 'transfer-format' option is
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson now 'many-answers'. This will break zone transfers
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson to BIND 4.9.5 and older unless there is an explicit
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson 'one-answer' configuration.
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews 272. [bug] The sending of large TCP responses was canceled
ed03e26c44347ec20aff6608de6082e3594d95fbMark Andrews in mid-transmission due to a race condition
ed03e26c44347ec20aff6608de6082e3594d95fbMark Andrews caused by the failure to set the client object's
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews "newstate" variable correctly when transitioning
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews to the "working" state.
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews 271. [func] Attempt to probe the number of cpus in named
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews if unspecified rather than defaulting to 1.
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews 270. [func] Allow maximum sized TCP answers.
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson 269. [bug] Failed DNSSEC validations could cause an assertion
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson failure by causing clone_results() to be called with
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson with hevent->node == NULL.
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson
5af0708e7fd78976a33de70f9380785f4086a1f0Andreas Gustafsson 268. [doc] A plain text version of the Administrator
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson Reference Manual is now included in the distribution,
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson as doc/arm/Bv9ARM.txt.
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews 267. [func] Nsupdate is now provided in the distribution.
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews 266. [bug] zone.c:save_nsrrset() node was not initalized.
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson 265. [bug] dns_request_create() now works for TCP.
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews
773e64ec150c33269e748d96dd95726ed7e0d842Mark Andrews 264. [func] Dispatch can not take TCP sockets in connecting
06a960c681566a163af5b9a655cf36023075ddcbMark Andrews state. Set DNS_DISPATCHATTR_CONNECTED when calling
cb8fd52bbeaf40c9166a0144541c4ff2bafc2dd6Andreas Gustafsson dns_dispatch_createtcp() for connected TCP sockets
1eaad22e111709254c70953a4dc768b6d4d31646Mark Andrews or call dns_dispatch_starttcp() when the socket is
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson connected.
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson 263. [func] New logging channel type 'stderr'
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson channel some-name {
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson stderr;
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson severity error;
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer }
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer 262. [bug] 'master' was not initalized in zone.c:stub_callback().
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer 261. [func] Add dns_zone_markdirty().
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer 260. [bug] Running named as a non-root user failed on Linux
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer kernels new enough to support retaining capabilities
f462b9aed23b77bda867301f80ead6990df6f4f8Andreas Gustafsson after setuid().
89555ff443c8127a533f6c742316c9b1a713cfd5Mark Andrews
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson 259. [func] New random-device and random-seed-file statements
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson for global options block of named.conf. Both accept
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson a single string argument.
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson 258. [bug] Fixed printing of lwres_addr_t.address field.
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson
73ac1894ea64bc50aff7406872d0e9c5df6d9cf6Mark Andrews 257. [bug] The server detached the last zone manager reference
539cad8f49b38540b7c20c64d1ef456cb2fa7914Andreas Gustafsson too early, while it could still be in use by queries.
330b421487d7c3a5e699472fe889aa633772057fMark Andrews This manifested itself as assertion failures during the
e22dca2a9ad30d493a869586abed86f7268204f9Mark Andrews shutdown process for busy name servers (RT #133).
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson
e22dca2a9ad30d493a869586abed86f7268204f9Mark Andrews 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
2c0b26955ee32fcee1757ec1be5a8caf8fe695a6Mark Andrews isc_ratelimiter_shutdown guarantees that the rate
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson limiter is detached from its task.
2c0b26955ee32fcee1757ec1be5a8caf8fe695a6Mark Andrews
2449f41e75d3b3f1c0ec3f05b1603fd8f80d8ae0Mark Andrews 255. [func] New function dns_zonemgr_attach().
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson
2449f41e75d3b3f1c0ec3f05b1603fd8f80d8ae0Mark Andrews 254. [bug] Suppress "query denied" messages on additional data
ea72586fc5c360539117119ee35e4c3a04b912bcAndreas Gustafsson lookups.
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson
6f7660093e70d3a7c80738b681ac0f5c1b661c00Mark Andrews --- 9.0.0b4 released ---
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson
1fdbadc594a49b423052ea342dac74ff1a36089dMark Andrews 253. [func] resolv.conf parser now recognises ';' and '#' as
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews comments (anywhere in line, not just as the beginning).
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews 252. [bug] resolv.conf parser mishandled masks on sortlists.
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer It also aborted when an unrecognized keyword was seen,
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer now it silently ignores the entire line.
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer 251. [bug] lwresd caught an assertion failure on startup.
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson
d16b4e8ba885a45933dc6a46f340b76811d60c74Andreas Gustafsson 250. [bug] fixed handling of size+unit when value would be too
d16b4e8ba885a45933dc6a46f340b76811d60c74Andreas Gustafsson large for internal representation.
de9833be77ef92c17b35c02d138a0ad8df34dd91Mark Andrews
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson 249. [cleanup] max-cache-size config option now takes a size-spec
de9833be77ef92c17b35c02d138a0ad8df34dd91Mark Andrews like 'datasize', except 'default' is not allowed.
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson 248. [bug] global lame-ttl option was not being printed when
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson config structures were written out.
4e400cb7a2edd25af98ebc25fcbb5b36ca08f9a0Mark Andrews
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson 247. [cleanup] Rename cache-size config option to max-cache-size.
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson 246. [func] Rename global option cachesize to cache-size and
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson add corresponding option to view statement.
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson 245. [bug] If an uncompressed name will take more than 255
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson bytes and the buffer is sufficiently long,
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson dns_name_fromwire should return DNS_R_FORMERR,
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson not ISC_R_NOSPACE. This bug caused cause the
ec5a06ccf7b15f07d20fd872c3dc1ab8f82f2ceaMark Andrews server to catch an assertion failure when it
907ec2c618d08d8322b04729779b24bd778d49e7Mark Andrews received a query for a name longer than 255
907ec2c618d08d8322b04729779b24bd778d49e7Mark Andrews bytes.
907ec2c618d08d8322b04729779b24bd778d49e7Mark Andrews
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson 244. [bug] empty named.conf file and empty options statement are
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson now parsed properly.
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson 243. [func] new cachesize option for named.conf
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson 241. [cleanup] nscount and soacount have been removed from the
44c141f9471a6bb1fac0cba7880ba768ede2f0c8Brian Wellington dns_master_*() arguement lists.
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson
ab3eaa20e9a7e56208408563c79b4f8ac01d5e84Andreas Gustafsson 240. [func] databases now come in three flavours: zone, cache
e1a153c3f095e217eea29958950fea36e54862ceAndreas Gustafsson and stub.
e1a153c3f095e217eea29958950fea36e54862ceAndreas Gustafsson
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson 239. [func] If ISC_MEM_DEBUG is enabled, the variable
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson isc_mem_debugging controls whether messages
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson are printed or not.
ab3eaa20e9a7e56208408563c79b4f8ac01d5e84Andreas Gustafsson
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews 238. [cleanup] A few more compilation warnings have been quieted:
4d77dbcfa052c065a87d2d35b116f17b74bae573Andreas Gustafsson + missing sigwait prototype on BSD/OS 4.0/4.0.1.
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews + PTHREAD_ONCE_INIT unbraced initializer warnings on
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews Solaris 2.8.
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews + IN6ADDR_ANY_INIT unbraced initializer warnings on
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington BSD/OS 4.*, Linux and Solaris 2.8.
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson 237. [bug] If connect() returned ENOBUFS when the resolver was
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson initiating a TCP query, the socket didn't get
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson destroyed, and the server did not shut down cleanly.
ee3ab6063dd13b5947d3fbe88b9ce8f38d65df9dBrian Wellington
9261ca5fc8a564968f34e108eb862157471ca50eAndreas Gustafsson 236. [func] Added new listen-on-v6 config file statement.
ee3ab6063dd13b5947d3fbe88b9ce8f38d65df9dBrian Wellington
d81622b537be1971530cfb459acdbbe7d82d883bBrian Wellington 235. [func] Consider it a config file error if a listen-on
d81622b537be1971530cfb459acdbbe7d82d883bBrian Wellington statement has an IPv6 address in it, or a
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington listen-on-v6 statement has an IPv4 address in it.
9261ca5fc8a564968f34e108eb862157471ca50eAndreas Gustafsson
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson 234. [bug] Allow a trusted-key's first field (domain-name) be
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington either a quoted or an unquoted string, instead of
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews requiring a quoted string.
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews 233. [cleanup] Convert all config structure integer values to unsigned
1cb6e8cbe41afade950837319e04da4ccf8649e0Brian Wellington integer (isc_uint32_t) to match grammer.
9261ca5fc8a564968f34e108eb862157471ca50eAndreas Gustafsson
1cb6e8cbe41afade950837319e04da4ccf8649e0Brian Wellington 232. [bug] Allow slave zones to not have a file.
2033e305852d4b76772885ea73ebfb6776c1f820Mark Andrews
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson 231. [func] Support new 'port' clause in config file options
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson section. Causes 'listen-on', 'masters' and
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson 'also-notify' statements to use its value instead of
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington default (53).
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington 230. [func] Replace the dst sign/verify API with a cleaner one.
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington
ecd1addb86319bacc6c0bff2c68373619eebbffcMark Andrews 229. [func] Support config file sig-validity-interval statement
ecd1addb86319bacc6c0bff2c68373619eebbffcMark Andrews in options, views and zone statements (master
0176adc7c58bb8bd60ec71eeae94dbfbbc4018a8Mark Andrews zones only).
0176adc7c58bb8bd60ec71eeae94dbfbbc4018a8Mark Andrews
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson 228. [cleanup] Logging messages in config module stripped of
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson trailing period.
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson
bddfe77128b0f16af263ff149db40f0d885f43d0Mark Andrews 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
bddfe77128b0f16af263ff149db40f0d885f43d0Mark Andrews dns_rcode_*, dns_opcode_*, and dns_trust_* are
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson also now cast to their appropriate types, as with
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson dns_rdatatype_* in item number 225 below.
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson 226. [func] dns_name_totext() now always prints the root name as
47d48791fc352fcdf9019200070221be41a8d77cMark Andrews '.', even when omit_final_dot is true.
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
0d5e7cd0afaee07302f8364aa454f09b4c63ea79Andreas Gustafsson cast to dns_rdatatype_t via macros of their same name
0d5e7cd0afaee07302f8364aa454f09b4c63ea79Andreas Gustafsson so that they are of the proper integral type wherever
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson a dns_rdatatype_t is needed.
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson 224. [cleanup] The entire project builds cleanly with gcc's
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson -Wcast-qual and -Wwrite-strings warnings enabled,
22815444822da17fab82d4ab115da6e055ea1754Brian Wellington which is now the default when using gcc. (Warnings
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson from confparser.c, because of yacc's code, are
22815444822da17fab82d4ab115da6e055ea1754Brian Wellington unfortunately to be expected.)
22815444822da17fab82d4ab115da6e055ea1754Brian Wellington
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson 223. [func] Several functions were reprototyped to qualify one
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson or more of their arguments with "const". Similarly,
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson several functions that return pointers now have
c6de6524d777c90ae8011af8b10f5cac044081e5Mark Andrews those pointers qualified with const.
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington 222. [bug] The global 'also-notify' option was ignored.
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington 221. [bug] An uninitialized variable was sometimes passed to
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington dns_rdata_freestruct() when loading a zone, causing
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington an assertion failure.
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington
e9596e1fb3dfa560216776acdbfac3cf5ef97157Mark Andrews 220. [cleanup] Set the default outgoing port in the view, and
e9596e1fb3dfa560216776acdbfac3cf5ef97157Mark Andrews set it in sockaddrs returned from the ADB.
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson [31-May-2000 explorer]
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley 219. [bug] Signed truncated messages more correctly follow
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley the respective specs.
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington 218. [func] When an rdataset is signed, its ttl is normalized
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson based on the signature validity period.
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson 217. [func] Also-notify and trusted-keys can now be used in
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson the 'view' statement.
0a2d5c990559ce2b9f95df752db6e93024d9a250Brian Wellington
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson now work.
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson 215. [bug] Failures at certain points in request processing
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson could cause the assertion INSIST(client->lockview
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson == NULL) to be triggered.
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson 214. [func] New public function isc_netaddr_format(), for
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington formatting network addresses in log messages.
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson 213. [bug] Don't leak memory when reloading the zone if
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington an update-policy clause was present in the old zone.
debff476ad3512687a354499c25d2793e2009acdBrian Wellington
debff476ad3512687a354499c25d2793e2009acdBrian Wellington 212. [func] Added dns_message_get/settsigkey, to make TSIG
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson key management reasonable.
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson 211. [func] The 'key' and 'server' statements can now occur
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson inside 'view' statements.
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson 210. [bug] The 'allow-transfer' option was ignored for slave
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson zones, and the 'transfers-per-ns' option was
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington was ignored for all zones.
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington 209. [cleanup] Upgraded openssl files to new version 0.9.5a
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson of an isc_offset_t.
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson
57188b5ff2397c0517e55f622879e69ee547918dAndreas Gustafsson 207. [func] The dnssec tools properly use the logging subsystem.
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson 206. [cleanup] dst now stores the key name as a dns_name_t, not
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson a char *.
9a72459b6040b30d043c5fd9e283441b847e569aAndreas Gustafsson
9a72459b6040b30d043c5fd9e283441b847e569aAndreas Gustafsson 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson ("prototyped function redeclared without prototype")
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson and 1552 ("variable ... set but not used") when
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson compiling in the lib/dns/sec/{dnssafe,openssl}
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson directories, which contain code imported from outside
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson sources.
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews to quiet the warnings that "The linked output may not
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews run on a PA 1.x system."
f2a16ec2e8970615d39f8fe339b215ad0a893b85Mark Andrews
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson 203. [func] notify and zone soa queries are now tsig signed when
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence appropriate.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 202. [func] isc_lex_getsourceline() changed from returning int
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence to returning unsigned long, the type of its underlying
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence counter.
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence 201. [cleanup] Removed the test/sdig program, it has been
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence replaced by bin/dig/dig.
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence --- 9.0.0b3 released ---
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence 200. [bug] Failures in sending query responses to clients
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence (e.g., running out of network buffers) were
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson not logged.
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson 199. [bug] isc_heap_delete() sometimes violated the heap
0a9a3d8c6daf9ffcfb62dbe366e26f521cbb9736Brian Wellington invariant, causing timer events not to be posted
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson when due.
0a9a3d8c6daf9ffcfb62dbe366e26f521cbb9736Brian Wellington
f5ebf2f0c9e9d2068ace1dbcc2ef2ed3ebdbfde5Andreas Gustafsson 198. [func] Dispatch managers hold memory pools which
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson any managed dispatcher may use. This allows
34d5676aac483e00e16056a6834a27b52bed42f0Brian Wellington us to avoid dipping into the memory context for
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson most allocations. [19-May-2000 explorer]
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson 197. [bug] When an incoming AXFR or IXFR completes, the
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence zone's internal state is refreshed from the
ef8d97818f0d30a4e09db97af695f504b311372cMark Andrews SOA data. [19-May-2000 explorer]
112d9875bf33e2382f9a986d3e58fce08f1935fcOlafur Gudmundsson
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence 196. [func] Dispatchers can be shared easily between views
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence and/or interfaces. [19-May-2000 explorer]
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson 195. [bug] Including the NXT record of the root domain
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson in a negative response caused an assertion
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson failure.
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson 194. [doc] The PDF version of the Administrator's Reference
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson Manual is no longer included in the ISC BIND9
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson distribution.
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson 193. [func] changed dst_key_free() prototype.
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson
4f4e44c98f315bfadc6dded1b86b465222a83967David Lawrence 192. [bug] Zone configuration validation is now done at end
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence of config file parsing, and before loading
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence callbacks.
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence 191. [func] Patched to compile on UnixWare 7.x. This platform
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence is not directly supported by the ISC.
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence 190. [cleanup] The DNSSEC tools have been moved to a separate
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence directory dnssec/ and given the following new,
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence more descriptive names:
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence dnssec-keygen
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence dnssec-signzone
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence dnssec-signkey
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence dnssec-makekeyset
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence
6c35e4dd17e6562a6b4d106cbf1d824b9f529356David Lawrence Their command line arguments have also been changed to
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence be more consistent. dnssec-keygen now prints the
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence name of the generated key files (sans extension)
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence on standard output to simplify its use in automated
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence scripts.
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson 189. [func] isc_time_secondsastimet(), a new function, will ensure
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington that the number of seconds in an isc_time_t does not
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson exceed the range of a time_t, or return ISC_R_RANGE.
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington Similarly, isc_time_now(), isc_time_nowplusinterval(),
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington isc_time_add() and isc_time_subtract() now check the
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson range for overflow/underflow. In the case of
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson isc_time_subtract, this changed a calling requirement
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson (ie, something that could generate an assertion)
7fe2ead2b3e23f68c1d3c79da51ef5af4f678f7dAndreas Gustafsson into merely a condition that returns an error result.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson isc_time_add() and isc_time_subtract() were void-
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson valued before but now return isc_result_t.
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson 188. [func] Log a warning message when an incoming zone transfer
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson contains out-of-zone data.
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson
6c6a6c9f5e2b3c6fd72263eac155e4feddb77316Brian Wellington 187. [func] isc_ratelimter_enqueue() has an additional arguement
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson 'task'.
6c6a6c9f5e2b3c6fd72263eac155e4feddb77316Brian Wellington
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews 186. [func] dns_request_getresponse() has an additional arguement
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson 'preserve_order'.
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews public functions did not have an isc__ prefix, and
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews referred to functions that had previously been
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews renamed.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 184. [cleanup] Variables/functions which began with two leading
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews underscores were made to conform to the ANSI/ISO
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews standard, which says that such names are reserved.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews for logging the program name or other identifier.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 182. [cleanup] New commandline parameters for dnssec tools
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 179. [func] options named.conf statement *must* now come
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews before any zone or view statements.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 178. [func] Post-load of named.conf check verifies a slave zone
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews has non-empty list of masters defined.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 177. [func] New per-zone boolean:
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews enable-zone yes | no ;
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews intended to let a zone be disabled without having
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews to comment out the entire zone statement.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 176. [func] New global and per-view option:
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews max-cache-ttl number
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 175. [func] New global and per-view option:
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews additional-data internal | minimal | maximal;
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 174. [func] New public function isc_sockaddr_format(), for
4585aeb2cc84c0e0602da5abf47c31f92ec3b6b2Mark Andrews formatting socket addresses in log messages.
4585aeb2cc84c0e0602da5abf47c31f92ec3b6b2Mark Andrews
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson 173. [func] Keep a queue of zones waiting for zone transfer
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson quota so that a new transfer can be dispatched
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson immediately whenever quota becomes available.
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson 172. [bug] $TTL directive was sometimes missing from dumped
711c2be7d9d99ee4415bc4e41ebe4f7f31947b3bAndreas Gustafsson master files because totext_ctx_init() failed to
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson initialize ctx->current_ttl_valid.
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson 171. [cleanup] On NetBSD systems, the mit-pthreads or
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson unproven-pthreads library is now always used
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson unless --with-ptl2 is explicitly specified on
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson the configure command line. The
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson --with-mit-pthreads option is no longer needed
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson and has been removed.
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson 170. [cleanup] Remove inter server consistancy checks from zone,
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson these should return as a seperate module in 9.1.
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson dns_zone_checkservers(), dns_zone_checkparents(),
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews dns_zone_checkchildren(), dns_zone_checkglue().
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews Remove dns_zone_setadb(), dns_zone_setresolver(),
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington dns_zone_setrequestmgr() these should now be found
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson via the view.
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington 169. [func] ratelimiter can now process N events per interval.
99a8d30559834dc12bd80f4f164fa6375f73cb62Mark Andrews
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence 168. [bug] include statements in named.conf caused syntax errors
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence due to not consuming the semicolon ending the include
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence statement before switching input streams.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence 167. [bug] Make lack of masters for a slave zone a soft error.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence 166. [bug] Keygen was overwriting existing keys if key_id
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence conflicted, now it will retry, and non-null keys
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence with key_id == 0 are not generated anymore. Key
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence was not able to generate NOAUTHCONF DSA key,
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence increased RSA key size to 2048 bits.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews 165. [cleanup] Silence "end-of-loop condition not reached" warnings
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews from Solaris compiler.
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
afb0a628efd8ecf40f66f6b8d0711bca62be2a9aMark Andrews isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
afb0a628efd8ecf40f66f6b8d0711bca62be2a9aMark Andrews isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington to encapsulate nonportable usage of errno and sync.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson 163. [func] Added result codes ISC_R_FILENOTFOUND and
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington ISC_R_FILEEXISTS.
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews 162. [bug] Ensure proper range for arguments to ctype.h functions.
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews
fb13bc029f62193a07d92384a910a0317fc7e0b0Brian Wellington 161. [cleanup] error in yyparse prototype that only HPUX caught.
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews 160. [cleanup] getnet*() are not going to be implemented at this
fb13bc029f62193a07d92384a910a0317fc7e0b0Brian Wellington stage.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 159. [func] Redefinition of config file elements is now an
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson error (instead of a warning).
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 158. [bug] Log channel and category list copy routines
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence weren't assigning properly to output parameter.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 157. [port] Fix missing prototype for getopt().
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 156. [func] Support new 'database' statement in zone.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence database "quoted-string";
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 155. [bug] ns_notify_start() was not detaching the found zone.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 154. [func] The signer now logs libdns warnings to stderr even when
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence not verbose, and in a nicer format.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence is NULL then you need to preserve the 'rdata' until
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence you have finished using the structure as there may be
74cc9d733ca94d43310ff3df84d7a4644c0950f9Andreas Gustafsson references to the associated memory. If 'mctx' is
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence non-NULL it is guaranteed that there are no references
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence to memory associated with 'rdata'.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence dns_rdata_freestruct() must be called if 'mctx' was
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence non-NULL and may safely be called if 'mctx' was NULL.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 152. [bug] keygen dumped core if domain name argument was omitted
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson from command line.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 151. [func] Support 'disabled' statement in zone config (causes
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence zone to be parsed and then ignored). Currently must
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence come after the 'type' clause.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence 150. [func] Support optional ports in masters and also-notify
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence statements:
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
5455f30a7532738d750252c00e649890c694ee30Brian Wellington 149. [cleanup] Removed usused argument 'olist' from
5455f30a7532738d750252c00e649890c694ee30Brian Wellington dns_c_view_unsetordering().
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson 148. [cleanup] Stop issuing some warnings about some configuration
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington file statements that were not implemented, but now are.
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington 147. [bug] Changed yacc union size to be smaller for yaccs that
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington put yacc-stack on the real stack.
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews 146. [cleanup] More general redundant header file cleanup. Rather
89d03d4715120fd0c968775bf0724b5a2a647539Mark Andrews than continuing to itemize every header which changed,
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews this changelog entry just notes that if a header file
4fbd6a13a5ba6ec1e9bd080cba86c74b3b92c894Mark Andrews did not need another header file that it was including
761a21dfab558235030ccfc3d61979146e2cf4b5Mark Andrews in order to provide its advertized functionality, the
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson inclusion of the other header file was removed. See
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson util/check-includes for how this was tested.
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
0b135de5a52acec5bb42f96b4e79484d1629fd93Brian Wellington ISC_LANG_ENDDECLS to header files that had function
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson prototypes, and removed it from those that did not.
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson 144. [cleanup] libdns header files too numerous to name were made
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson to conform to the same style for multiple inclusion
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson protection.
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson 143. [func] Added function dns_rdatatype_isknown().
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson <isc/result.h>.
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson 141. [bug] Corrupt requests with multiple questions could
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson cause an assertion failure.
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson <isc/int.h> and <isc/result.h>.
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson renamed isc_string_touint64. isc_strsep moved from
6060b0ac76667afae3c9132ab6e3568a7a693f5dAndreas Gustafsson strsep.c to string.c and renamed isc_string_separate.
6060b0ac76667afae3c9132ab6e3568a7a693f5dAndreas Gustafsson
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington <isc/serial.h>, <isc/string.h> and <isc/offset.h>
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley made to conform to the same style for multiple
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley inclusion protection.
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
751aa24c98fea02215cad95a08411af547d70e41Bob Halley <isc/net.h> and Win32's <isc/thread.h> needed
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson or <isc/boolean.h>, now uses <isc/types.h> in place
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson and ISC_LANG_ENDDECLS.
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson 134. [cleanup] <isc/dir.h> does not need <limits.h>.
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews
f08f3c6caeb8460cb679a8687f61da61fff69fb0Mark Andrews 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews need <isc/eventclass.h>.
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson for ISC_R_* codes used in macros.
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson <isc/boolean.h>, and now includes <isc/types.h>
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington instead of <isc/time.h>.
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson 129. [bug] The 'default_debug' log channel was not set up when
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington 'category default' was present in the config file
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson ISC_LANG_ENDDECLS at end of header.
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson 127. [cleanup] The contracts for the comparision routines
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley dns_name_fullcompare(), dns_name_compare(),
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley dns_name_rdatacompare(), and dns_rdata_compare() now
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley specify that the order value returned is < 0, 0, or > 0
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley instead of -1, 0, or 1.
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
ecaedd50f4e6b8cff110f9981a0a33a34269d421Mark Andrews <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson <isc/resultclass.h> do not need <isc/lang.h>.
296253a3b9dec61190cce77e8b551e05ff514fcdAndreas Gustafsson
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence 124. [func] signer now imports parent's zone key signature
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence and creates null keys/sets zone status bit for
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence children when necessary
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence 123. [cleanup] <isc/event.h> does not need <stddef.h>.
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence
1ac6cf2f7ae95e4c915cba7038e61930d7c4ba2aAndreas Gustafsson 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence <isc/result.h>.
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson <isc/result.h>. Multiple inclusion protection
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson isc_symtab_t moved to <isc/types.h>.
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson <isc/net.h>.
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson
47afc27c28aef95d94e8d1296498ba57a5f00b25Brian Wellington 119. [cleanup] structure definitions for generic rdata stuctures do
cedd0ab1e812ec7cf05d57c3e602db41b79f0a2aAndreas Gustafsson not have _generic_ in their names.
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington YACC crust (yyparse, etc) [2000-apr-27 explorer]
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson 117. [cleanup] libdns.a changes:
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington dns_zone_clearnotify() and dns_zone_addnotify()
c20ffa38dee7efa0dc01822d4bac5e41729b9b61Brian Wellington are replaced by dns_zone_setnotifyalso().
c20ffa38dee7efa0dc01822d4bac5e41729b9b61Brian Wellington dns_zone_clearmasters() and dns_zone_addmaster()
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson are replaced by dns_zone_setmasters().
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
2b7a77a68e27fc7991a857d403cb34b2ae90fc0bMark Andrews on Unix systems).
4df51a8f53381d57b3dd75dd84615abd4cf9e969Andreas Gustafsson
0c9dd74fecd876563b7f0e4662243ff026b59622Andreas Gustafsson 115. [port] Shut up the -Wmissing-declarations warning about
76873278a44e5ac36ac61b070035ca6d1f353f59Andreas Gustafsson <stdio.h>'s __sputaux on BSD/OS pre-4.1.
0c9dd74fecd876563b7f0e4662243ff026b59622Andreas Gustafsson
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson <isc/list.h>.
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson 113. [func] Utility programs dig and host added.
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
55ddb88e53838693370c213930beda1652b8a583Brian Wellington <isc/mutex.h>.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
55ddb88e53838693370c213930beda1652b8a583Brian Wellington 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington <isc/list.h>.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington 109. [bug] "make depend" did nothing for
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington bin/tests/{db,mem,sockaddr,tasks,timers}/.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington <dns/types.h> to <dns/bit.h> and renamed to
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley 107. [func] Add keysigner and keysettool.
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley 106. [func] Allow dnssec verifications to ignore the validity
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington period. Used by several of the dnssec tools.
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington 105. [doc] doc/dev/coding.html expanded with other
672056d560d973cac1c0d02f087e059eef8f948fBrian Wellington implicit conventions the developers have used.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence 104. [bug] Made compress_add and compress_find static to
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence lib/dns/compress.c.
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence 103. [func] libisc buffer API changes for <isc/buffer.h>:
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence Added:
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington isc_buffer_base(b) (pointer)
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington isc_buffer_current(b) (pointer)
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington isc_buffer_active(b) (pointer)
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson isc_buffer_used(b) (pointer)
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington isc_buffer_length(b) (int)
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington isc_buffer_usedlength(b) (int)
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson isc_buffer_consumedlength(b) (int)
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington isc_buffer_remaininglength(b) (int)
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington isc_buffer_activelength(b) (int)
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington isc_buffer_availablelength(b) (int)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington Removed:
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson ISC_BUFFER_USEDCOUNT(b)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ISC_BUFFER_AVAILABLECOUNT(b)
c1ff0308f3f67bf148f96ca952db081eb5fd8383Brian Wellington isc_buffer_type(b)
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson Changed names:
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson isc_buffer_used(b, r) ->
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson isc_buffer_usedregion(b, r)
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson isc_buffer_available(b, r) ->
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson isc_buffer_available_region(b, r)
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson isc_buffer_consumed(b, r) ->
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson isc_buffer_consumedregion(b, r)
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson isc_buffer_active(b, r) ->
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson isc_buffer_activeregion(b, r)
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson isc_buffer_remaining(b, r) ->
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington isc_buffer_remainingregion(b, r)
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson Buffer types were removed, so the ISC_BUFFERTYPE_*
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson macros are no more, and the type argument to
3bd8e7cf1c082cd1021e5a6cae1cf21911217858Brian Wellington isc_buffer_init and isc_buffer_allocate were removed.
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson isc_buffer_putstr is now void (instead of isc_result_t)
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson and requires that the caller ensure that there
b8a85202af814468421a6541b4c935bd14773c53Brian Wellington is enough available buffer space for the string.
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson on BSD/OS 4.1.
48565891e8f2f8c77b87908b4893f693a08e9ba9Brian Wellington
48565891e8f2f8c77b87908b4893f693a08e9ba9Brian Wellington 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson
b0390aab30438a13f533cccae9389945214b1421Brian Wellington 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
b0390aab30438a13f533cccae9389945214b1421Brian Wellington <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
b0390aab30438a13f533cccae9389945214b1421Brian Wellington
b0390aab30438a13f533cccae9389945214b1421Brian Wellington 99. [cleanup] Rate limiter now has separate shutdown() and
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson destroy() functions, and it guarantees that all
54d64c7994d01da590462ecc56faf1a87fc4abb9Brian Wellington queued events are delivered even in the shutdown case.
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
91e35ded544576b671606779143d7fbffaf451d2Andreas Gustafsson <isc/event.h>.
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington
d9112843333472bb7700c02a10d18e2b253b2708Bob Halley 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson 94. [cleanup] Some installed header files did not compile as C++.
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson
04cb6056a6539539e0fc2ed695298f7fa7b1d632Brian Wellington 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
04cb6056a6539539e0fc2ed695298f7fa7b1d632Brian Wellington
17789c880460c0bca3f3693c759be2214b936e69Brian Wellington 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
55b62439233d930152690b9eba97b06d9dc13d23Mark Andrews or <isc/result.h>.
55b62439233d930152690b9eba97b06d9dc13d23Mark Andrews
02e7e0ba65a26a5f8728b0ee256f7253795cf839Brian Wellington 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson <isc/result.h>.
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence from <named/listenlist.h>.
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson moved to <isc/types.h>.
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington
88a790c39176f72a8f98f134b83df92e09a8c56bAndreas Gustafsson 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington <isc/mem.h> or <isc/result.h>.
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington <isc/types.h>.
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley <isc/list.h>, <isc/mem.h>, <isc/region.h> or
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley <isc/int.h>.
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley 84. [func] allow-query ACL checks now apply to all data
76b3ec5e0c3ae856bc1000270bf3df13580673ebBrian Wellington added to a response.
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley 83. [func] If the server is authoritative for both a
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley delegating zone and its (nonsecure) delegatee, and
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington a query is made for a KEY RR at the top of the
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington delegatee, then the server will look for a KEY
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington in the delegator if it is not found in the delegatee.
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson <isc/lang.h>.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson 78. [cleanup] lwres_conftest renamed to lwresconf_test for
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson consistency with other *_test programs.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellington 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley <isc/time.h> to <isc/types.h>.
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley 76. [cleanup] Rewrote keygen.
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington 75. [func] Don't load a zone if its database file is older
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson than the last time the zone was loaded.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson subsumed by file.o.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson 73. [func] New "file" API in libisc, including new function
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson isc_file_getmodtime, isc_mktemplate renamed to
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson isc_file_mktemplate and isc_ufile renamed to
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson isc_file_openunique. By no means an exhaustive API,
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson it is just what's needed for now.
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews added for dns_rbt_findnode, the former to disable the
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews setting of the chain to the predecessor, and the
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews latter to make clear when no options are set.
a97b72bac75dd2b4294108f59e1273f50495583cAndreas Gustafsson
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson 71. [cleanup] Made explicit the implicit REQUIREs of
1c1156b6e71555e593ed4bbca2284055c9f6fa45Andreas Gustafsson isc_time_seconds, isc_time_nanoseconds, and
1c1156b6e71555e593ed4bbca2284055c9f6fa45Andreas Gustafsson isc_time_subtract.
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson 70. [func] isc_time_set() added.
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington 69. [bug] The zone object's master and also-notify lists grew
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington longer with each server reload.
14c615e979f674aa61b0ca65c6a252009e521dd8Brian Wellington
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington 68. [func] Partial support for SIG(0) on incoming messages.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson 67. [performance] Allow use of alternate (compile-time supplied)
df0f58959ed82a2a43ca8d816ce9592541df9f2fMark Andrews OpenSSL libraries/headers.
4d35b6836eb57387a9da6b103331b59cc988b827Mark Andrews
903e9d41ef730f098d38da9588f2824f37b7d73cMark Andrews 66. [func] Data in authoritative zones should have a trust level
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley beyond secure.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley from <dns/types.h>.
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley 64. [func] The RBT, DB, and zone table APIs now allow the
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson caller find the most-enclosing superdomain of
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson a name.
4e605108c6533c2ec6311ee7a466582392656dddAndreas Gustafsson
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson 63 [func] Generate NOTIFY messages.
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington 62. [func] Add UDP refresh support.
762a538eed7f4de4c340090536553f9c73f6432aBrian Wellington
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington 61. [cleanup] Use single quotes consistently in log messages.
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington 60. [func] Catch and disallow singleton types on message
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington parse.
c44ab73a0f37fa8c8a52069ca20dd060492dbafdAndreas Gustafsson
7ae7d499f353549162ddcf6fed957ea21e4fa52bMark Andrews 59. [bug] Cause net/host unreachable to be a hard error
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson when sending and receiving.
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley 58. [bug] bin/named/query.c could sometimes trigger the
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson == 0 assertion in query_newname().
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson 57. [func] Added dns_nxt_typepresent()
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson
40c1177517ca5312371da6cc697d813576cfe5a8Andreas Gustafsson 56. [bug] SIG records were not properly returned in cached
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson negative answers.
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington 55. [bug] Responses containing multiple names in the authority
2cb74c5bc52ef415a771fafe0bf504eab609feadBrian Wellington section were not negatively cached.
2cb74c5bc52ef415a771fafe0bf504eab609feadBrian Wellington
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington 54. [bug] If a fetch with sigrdataset==NULL joined one with
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington sigrdataset!=NULL or vice versa, the resolver
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington could catch an assertion or lose signature data,
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington respectively.
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington <sys/param.h>.
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington
d77312050f1fb1d41b450d4fe6908ea155264d08Brian Wellington 52. [bug] rndc: taskmgr and socketmgr were not initialized
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington to NULL.
4b9f0fd0791cb9cb31087789a03fa3a28dd4b583Andreas Gustafsson
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson dns/rbt.h; it was needed only by compress.c and zt.c.
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson
dc1453b15d6656cd0661d5bec56359efa649268dAndreas Gustafsson 50. [func] RBT deletion no longer requires a valid chain to work,
9a7d163f6f305d48771b4c56d8d18efc6dfc8fc3Mark Andrews and dns_rbt_deletenode was added.
80aba3d49a872ca11d7cf8550c3a993162e7939fMark Andrews
31039b15173fb3e375269991920e4843f664457eMark Andrews 49. [func] Each cache now has its own mctx.
31039b15173fb3e375269991920e4843f664457eMark Andrews
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson 48. [func] isc_task_create() no longer takes an mctx.
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson isc_task_mem() has been eliminated.
936af16e0dbac26c1ec2337e684ff6ca9b2fe1bbAndreas Gustafsson
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson 47. [func] A number of modules now use memory context reference
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson counting.
22457624d3e63e7cd255b4083cb435c16caea26dBob Halley
019fefd77d7e77f3c841808ab604f8ce31679d2dBrian Wellington 46. [func] Memory contexts are now reference counted.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson Added isc_mem_inuse() and isc_mem_preallocate().
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington Renamed isc_mem_destroy_check() to
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington isc_mem_setdestroycheck().
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington 45. [bug] The trusted-key statement incorrectly loaded keys.
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington 44. [bug] Don't include authority data if it would force us
e880677f633f726b7df11ba3e59d4406e22256aaMark Andrews to unset the AD bit in the message.
e880677f633f726b7df11ba3e59d4406e22256aaMark Andrews
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson 43. [bug] DNSSEC verification of cached rdatasets was failing.
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson 42. [cleanup] Simplified logging of messages with embedded domain
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson names by introducing a new convenience function
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson dns_name_format().
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington to allow 'named' to run as a non-root user while
f91dc72b422479b5a0caf1fe54c4054d25ae6055Brian Wellington retaining the ability to bind() to privileged
f91dc72b422479b5a0caf1fe54c4054d25ae6055Brian Wellington ports.
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson 40. [func] Introduced new logging category "dnssec" and
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson logging module "dns/validator".
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley and isc_lex_t to <isc/types.h>.
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley
8e68489885e744ab48907414b4199c36858c27ddMark Andrews 38. [bug] TSIG signed incoming zone transfers work now.
8e68489885e744ab48907414b4199c36858c27ddMark Andrews
8e68489885e744ab48907414b4199c36858c27ddMark Andrews 37. [bug] If the first RR in an incoming zone transfer was
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson not an SOA, the server died with an assertion failure
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson instead of just reporting an error.
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
ec4f7c6d0f0cfc72bcecdb22bf59890d590218d6Mark Andrews
d8d95c7d2eae28c5adbde097e88efa115bae6f35Andreas Gustafsson 35. [performance] Log messages which are of a level too high to be
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson logged by any channel in the logging configuration
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson will not cause the log mutex to be locked.
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson 34. [bug] Recursion was allowed even with 'recursion no'.
7427490a67b9547242b57c255254f7e146127c48Bob Halley
7427490a67b9547242b57c255254f7e146127c48Bob Halley 33. [func] The RBT now maintains a parent pointer at each node.
7427490a67b9547242b57c255254f7e146127c48Bob Halley
7427490a67b9547242b57c255254f7e146127c48Bob Halley 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
aac319b506beb2e9a77ef124ee95b18870194b05Mark Andrews prototype.
fbe35d126f2c4df000f50662ed9d90ced13188c3Andreas Gustafsson
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson 30. [func] config file grammer change to support optional
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson class type for a view.
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews 29. [func] support new config file view options:
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews
b1b3495eba72ea2b7270c5cd62b0bb824de74e05Mark Andrews auth-nxdomain recursion query-source
b1b3495eba72ea2b7270c5cd62b0bb824de74e05Mark Andrews query-source-v6 transfer-source
80ddc8b22bf2ede60038393be5cad9da99d3f03fAndreas Gustafsson transfer-source-v6 max-transfer-time-out
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington max-transfer-idle-out transfer-format
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington request-ixfr provide-ixfr cleaning-interval
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington fetch-glue notify rfc2308-type1 lame-ttl
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington max-ncache-ttl min-roots
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington 28. [func] support lame-ttl, min-roots and serial-queries
a1cad3b231800ca928751ff8889bdc6d312d1f88Andreas Gustafsson config global options.
a1cad3b231800ca928751ff8889bdc6d312d1f88Andreas Gustafsson
a12d9cfa59b5981c52e1aaafedf652d5128f3448Brian Wellington 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington Including it on other platforms (eg, NetBSD) can
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington cause a forced #error from the C preprocessor.
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington
0f537d1c63f643924355ff9ca2cf72c547101aa4Brian Wellington 26. [func] new match-clients statement in config file view.
e4aeba32725a79e295c2ceed1919cba076530ba3Andreas Gustafsson
0f537d1c63f643924355ff9ca2cf72c547101aa4Brian Wellington 25. [bug] make install failed to install <isc/log.h> and
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson <isc/ondestroy.h>.
4b236540be165859390f05911eda86a39ee58eedAndreas Gustafsson
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson 24. [cleanup] Eliminate some unnecessary #includes of header
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson files from header files.
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson
f6987630ce2d424a34bb9d373b3c08de48010287Andreas Gustafsson 23. [cleanup] Provide more context in log messages about client
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson requests, using a new function ns_client_log().
80ddc8b22bf2ede60038393be5cad9da99d3f03fAndreas Gustafsson
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews 22. [bug] SIGs weren't returned in the answer section when
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews the query resulted in a fetch.
f1007e99b7db3f4e65663d348530f078adb48ccbMark Andrews
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews 21. [port] Look at STD_CINCLUDES after CINCLUDES during
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews compilation, so additional system include directories
363cb30a83e8e57bc8874e621910f0e23dd84909Mark Andrews can be searched but header files in the bind9 source
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson tree with conflicting names take precedence. This
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington avoids issues with installed versions of dnssafe and
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington openssl.
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson 20. [func] Configuration file post-load validation of zones
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson failed if there were no zones.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson lock in certain error cases.
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
ce1269825c9d9c4bca42ae9750a7a2fd93a45557Mark Andrews configure.in to check for presence of in6addr_any.
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson 17. [func] Do configuration file post-load validation of zones.
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington 16. [bug] put quotes around key names on config file
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington output to avoid possible keyword clashes.
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington 15. [func] Add dns_name_dupwithoffsets(). This function is
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington improves comparison performance for duped names.
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington 14. [bug] free_rbtdb() could have 'put' unallocated memory in
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington an unlikely error path.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington out-of-zone data.
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington 12. [bug] Fixed possible unitialized variable error.
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson 11. [bug] axfr_rrstream_first() didn't check the result code of
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson db_rr_iterator_first(), possibly causing an assertion
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington to be triggered later.
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington 10. [bug] A bug in the code which makes EDNS0 OPT records in
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington bin/named/client.c and lib/dns/resolver.c could
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington trigger an assertion.
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson 9. [cleanup] replaced bit-setting code in confctx.c and replaced
bfd14616fa53e2572e7492a21467fad239deeae7Andreas Gustafsson repeated code with macro calls.
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews 8. [bug] Shutdown of incoming zone transfer accessed
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews freed memory.
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington 7. [cleanup] removed 'listen-on' from view statement.
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley 6. [bug] quote RR names when generating config file to
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson prevent possible clash with config file keywords
fb0663dbdd4811c6062fe602b511227be66aec56Mark Andrews (such as 'key').
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson 5. [func] syntax change to named.conf file: new ssu grant/deny
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington statements must now be enclosed by an 'update-policy'
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington block.
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson 4. [port] bin/named/unix/os.c didn't compile on systems with
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson linux 2.3 kernel includes due to conflicts between
66921d6dd259c4486a07aba19eee2b8349698575Brian Wellington C library includes and the kernel includes. We now
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson get only what we need from <linux/capability.h>, and
b65fc651b8aaab5d0fb9b8f6ef583d699d14a113Mark Andrews avoid pulling in other linux kernel .h files.
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson
2728a98ee4104b2fb30f273893a7f354e20002b5Mark Andrews 3. [bug] TKEYs go in the answer section of responses, not
c50895694ef939f287aaa7505e0fcf634903bd34Mark Andrews the additional section.
be387fd057ee54ae5d84904e69587d6e29bd3950Mark Andrews
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson 2. [bug] Generating cryptographic randomness failed on
d72269740049af28b091ba81d68a067c88f53547Mark Andrews systems without /dev/random.
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson
7dbb39a417a28f61ba13e6e066c2f9c711f61471Mark Andrews 1. [bug] The installdirs rule in
7dbb39a417a28f61ba13e6e066c2f9c711f61471Mark Andrews lib/isc/unix/include/isc/Makefile.in had a typo which
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews prevented the isc directory from being created if it
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews didn't exist.
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews
5e16689bd396d261779526345a1c5207e3308477Andreas Gustafsson --- 9.0.0b2 released ---
f7321615eaaf63461bd682513d2873d97ae31771Mark Andrews
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson# This tells Emacs to use hard tabs in this file.
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington# Local Variables:
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington# indent-tabs-mode: t
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington# End:
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson