CHANGES revision 1e50dad10da55802152d00d5573f8b7d49d752a6
96beefd76f597b77d4fcd51f8d766e5e59a2d216Mark Andrews 744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the
3f06b888ae80a8724b300ab39a4276537b0241cdWitold Krecicki result of an ANY or SIG query, the resolver failed
3f06b888ae80a8724b300ab39a4276537b0241cdWitold Krecicki to setup the return event's rdatasets, causing an
3f06b888ae80a8724b300ab39a4276537b0241cdWitold Krecicki assertion failure in the query code. [RT #881]
948fe5822b9c8489856bc38b3063e30e9d34fcd3Mark Andrews 743. [bug] Receiving a large number of certain malformed
948fe5822b9c8489856bc38b3063e30e9d34fcd3Mark Andrews answers could cause named to stop responding.
ecff557eebd67a717ab6fd3323af27363ee3273dMark Andrews 742. [placeholder]
fbc50678e18eced2c1324bd968e77d4d7737d0caMark Andrews 741. [port] Support openssl-engine. [RT #709]
fbc50678e18eced2c1324bd968e77d4d7737d0caMark Andrews 740. [port] Handle openssl library mismatches slightly better.
c2afbab9dc8de73c85b32624a8364bc7532d1fa9Witold Krecicki 739. [port] Look for /dev/random in configure, rather than
c2afbab9dc8de73c85b32624a8364bc7532d1fa9Witold Krecicki assuming it will be there for only a predefined
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt 738. [bug] If a non-threadsafe sdb driver supported AXFR and
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt received an AXFR request, it would deadlock or die
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt with an assertion failure. [RT #852]
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt 737. [port] stdtime.c failed to compile on certain platforms.
9268297baa1429d8851c36972d918dde66544746Mark Andrews 736. [func] New functions isc_task_{begin,end}exclusive().
9268297baa1429d8851c36972d918dde66544746Mark Andrews 735. [doc] Add BIND 4 migration notes.
d7ab0204e26098847232548f03833e185db0b99fMark Andrews 734. [bug] An attempt to re-lock the zone lock could occur if
d7ab0204e26098847232548f03833e185db0b99fMark Andrews the server was shutdown during a zone tranfer.
aabcb1fde0ca255ff30f0a5c10cbd39f798cc5b7Mark Andrews 733. [bug] Reference counts of dns_acl_t objects need to be
aabcb1fde0ca255ff30f0a5c10cbd39f798cc5b7Mark Andrews locked but were not. [RT #801, #821]
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki 732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828]
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki 731. [bug] Certain zone errors could cause named-checkzone to
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki fail ungracefully. [RT #819]
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki 730. [bug] lwres_getaddrinfo() returns the correct result when
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki it fails to contact a server. [RT #768]
ac110848296c18b3a3bfaa89bdee2dd00755b36fMark Andrews 729. [port] pthread_setconcurrency() needs to be called on Solaris.
ac110848296c18b3a3bfaa89bdee2dd00755b36fMark Andrews 728. [bug] Fix comment processing on master file directives.
ede52ba98d02bc1ac4483a77d403ff1d64a003ceMark Andrews 727. [port] Work around OS bug where accept() succeeds but
a0f5a5e3c5c6dd29b18bc06fea0d02ae7fc24ac9Mark Andrews fails to fill in the peer address of the accepted
a0f5a5e3c5c6dd29b18bc06fea0d02ae7fc24ac9Mark Andrews connection, by treating it as an error rather than
0cbe448914be61d0f92b1e9d3adaeba87d25639dEvan Hunt an assertion failure. [RT #809]
0cbe448914be61d0f92b1e9d3adaeba87d25639dEvan Hunt 726. [func] Implement the "trace" and "notrace" commands in rndc.
0cbe448914be61d0f92b1e9d3adaeba87d25639dEvan Hunt 725. [bug] Installing man pages could fail.
10f8dc8456ba073fdb2bfc5168d78de574debeeeMark Andrews 724. [func] New libisc functions isc_netaddr_any(),
9dede25430218a1f683dfef36f04ac7cf5bbd9e8Mark Andrews isc_netaddr_any6().
53a70bef3508acb1517b8eb57f61a81280c11509Mark Andrews 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
d3600bb89d32a7e0d943691d3cad5c569ef6158dMark Andrews to return DNS_R_SERVFAIL. [RT #783]
d3600bb89d32a7e0d943691d3cad5c569ef6158dMark Andrews 722. [func] Allow incremental loads to be canceled.
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman 721. [cleanup] Load manager and dns_master_loadfilequota() are no
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman 720. [bug] Server could enter infinite loop in
049a49c2956dd9cc9b82974e2bbe77c57fcc73dbMark Andrews dispatch.c:do_cancel(). [RT #733]
049a49c2956dd9cc9b82974e2bbe77c57fcc73dbMark Andrews 719. [bug] Rapid reloads could trigger an assertion failure.
e2047969decfc0c3fc1a946ccade993cab9c9315Mark Andrews [RT #743, #763]
e2047969decfc0c3fc1a946ccade993cab9c9315Mark Andrews 718. [cleanup] "internal" is no longer a reserved word in named.conf.
c3beecc1bcc6e1c15176a699b41ca77ef6533c25Mark Andrews [RT #753, #731]
c3beecc1bcc6e1c15176a699b41ca77ef6533c25Mark Andrews 717. [bug] Certain TKEY processing failure modes could
0be436fc397396ed490182f022d02b46c7a50271Mark Andrews reference an uninitialized variable, causing the
0be436fc397396ed490182f022d02b46c7a50271Mark Andrews server to crash. [RT #750]
53a70bef3508acb1517b8eb57f61a81280c11509Mark Andrews 716. [bug] The first line of a $INCLUDE master file was lost if
8090ceb932b52c70d72f655531150e0a1122052dMark Andrews an origin was specified. [RT #744]
f89adb2c2a52b505501c3eaa2aec9fd4df6bd60aTinderbox User 715. [bug] Resolving some A6 chains could cause an assertion
e846f127d64ea690b789efa6e5b4ff9f64cf3235Witold Krecicki failure in adb.c. [RT #738]
28053af04c5121ec234c320e4c76273305816e7aEvan Hunt 714. [bug] Preserve interval timers across reloads unless changed.
28053af04c5121ec234c320e4c76273305816e7aEvan Hunt 713. [func] named-checkconf takes '-t directory' similar to named.
5ac427050fa0e303171133ce3855b284ab4cfbb7Mark Andrews 712. [bug] Sending a large signed update message caused an
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews assertion failure. [RT #718]
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews 711. [bug] The libisc and liblwres implementations of
19d80ce5844e00a021643759adcbe27c11b485a0Witold Krecicki inet_ntop contained an off by one error.
19d80ce5844e00a021643759adcbe27c11b485a0Witold Krecicki 710. [func] The forwarders statement now takes an optional
19d80ce5844e00a021643759adcbe27c11b485a0Witold Krecicki port. [RT #418]
dc2a4887c40b1ee361cef51e188b386e19497e01Witold Krecicki 709. [bug] ANY or SIG queries for data with a TTL of 0
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews would return SERVFAIL. [RT #620]
370c6e0ac1ad6330e5ded66e5636c5c93d2ce3ffEvan Hunt 708. [bug] When building with --with-openssl, the openssl headers
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews included with BIND 9 should not be used. [RT #702]
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt 707. [func] The "filename" argument to named-checkzone is no
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt longer optional, to reduce confusion. [RT #612]
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt 706. [bug] Zones with an explicit "allow-update { none; };"
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt were considered dynamic and therefore not reloaded
402c63495c40b2289de8daee5a396fd392cea080Mark Andrews on SIGHUP or "rndc reload".
402c63495c40b2289de8daee5a396fd392cea080Mark Andrews 705. [port] Work out resource limit type for use where rlim_t is
b0ffe328620db4ead7079e8cd26a584f5b947754Mark Andrews not available. [RT #695]
402c63495c40b2289de8daee5a396fd392cea080Mark Andrews 704. [port] RLIMIT_NOFILE is not available on all platforms.
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt 703. [port] sys/select.h is needed on older platforms. [RT #695]
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt 702. [func] If the address 0.0.0.0 is seen in resolv.conf,
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt use 127.0.0.1 instead. [RT #693]
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt 701. [func] Root hints are now fully optional. Class IN
48bf87ba83396aae2251646aed9a9cac183e5780Mark Andrews views use compiled-in hints by default, as
48bf87ba83396aae2251646aed9a9cac183e5780Mark Andrews before. Non-IN views with no root hints now
cd6eeeb827f65df4bfb3e7ed3454655650f7dba7Mark Andrews provide authoritative service but not recursion.
cd6eeeb827f65df4bfb3e7ed3454655650f7dba7Mark Andrews A warning is logged if a view has neither root
aa5506eda809dfd25b4e1ee6edb5285a77958d2cEvan Hunt hints nor authoritative data for the root. [RT #696]
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt 700. [bug] $GENERATE range check was wrong. [RT #688]
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt 699. [bug] The lexer mishandled empty quoted strings. [RT #694]
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt 698. [bug] Aborting nsupdate with ^C would lead to several
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt race conditions.
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt 697. [bug] nsupdate was not compatible with the undocumented
16591ba9ae26e4d6e1bc0dd4776725326174abaaMark Andrews BIND 8 behavior of ignoring TTLs in "update delete"
91499fdb483d88377756fa517c25e3564bfa4e3bEvan Hunt commands. [RT #693]
3cd204c4a46f21bf2a38f35e79af45ac595be943Evan Hunt 696. [bug] lwresd would die with an assertion failure when passed
3cd204c4a46f21bf2a38f35e79af45ac595be943Evan Hunt a zero-length name. [RT #692]
8fcf2413e99597b6690b6a352aa12842f9be27e5Mark Andrews 695. [bug] If the resolver attempted to query a blackholed or
8fcf2413e99597b6690b6a352aa12842f9be27e5Mark Andrews bogus server, the resolution would fail immediately.
7660b370c363d08a43ad713a84f94798f3fc4879Mark Andrews 694. [bug] $GENERATE did not produce the last entry.
7660b370c363d08a43ad713a84f94798f3fc4879Mark Andrews [RT #682, #683]
651be63a1111c50942533016b3a2a6403d74cd9eMark Andrews 693. [bug] An empty lwres statement in named.conf caused
651be63a1111c50942533016b3a2a6403d74cd9eMark Andrews the server to crash while loading.
6214c3c93a43dc86f080dc0219e4560b69721f53Mark Andrews 692. [bug] Deal with systems that have getaddrinfo() but not
6214c3c93a43dc86f080dc0219e4560b69721f53Mark Andrews gai_strerror(). [RT #679]
448884248519a8edade1b51aa7d20140b12764a9Evan Hunt 691. [bug] Configuring per-view forwarders caused an assertion
395e6865d5b0ec13c1e4cc3947598153aa4e4914Evan Hunt failure. [RT #675, #734]
395e6865d5b0ec13c1e4cc3947598153aa4e4914Evan Hunt 690. [func] $GENERATE now supports DNAME. [RT #654]
cf24cbd837617c5cb89f04ba97b262be21a925bfEvan Hunt 689. [doc] man pages are now installed. [RT #210]
cf24cbd837617c5cb89f04ba97b262be21a925bfEvan Hunt 688. [func] "make tags" now works on systems with the
ddf3342cca1a2dbd98c5443cbb9b184c428cdda5Evan Hunt "Exuberant Ctags" etags.
558278974eb4a1021943e6bbbc6c7d80dc3707fdMark Andrews 687. [bug] Only say we have IPv6, with sufficent functionality,
558278974eb4a1021943e6bbbc6c7d80dc3707fdMark Andrews if it has actually been tested. [RT #586]
132a57117978816eebf6f8c33b39bdcfcd62fd7aEvan Hunt 686. [bug] dig and nslookup can now be properly aborted during
132a57117978816eebf6f8c33b39bdcfcd62fd7aEvan Hunt blocking operations. [RT #568]
132a57117978816eebf6f8c33b39bdcfcd62fd7aEvan Hunt 685. [bug] nslookup should use the search list/domain options
0993cd5f2227c1aa6a8554f4a9a847efabbcfcb8Mark Andrews from resolv.conf by default. [RT #405, #630]
0993cd5f2227c1aa6a8554f4a9a847efabbcfcb8Mark Andrews 684. [bug] Memory leak with view forwarders. [RT #656]
b8dcc13bc5d49aa18a80179851cf0d7a81c54887Mark Andrews 683. [bug] File descriptor leak in isc_lex_openfile().
756c6433301f2f5dad3372af2bef56c0b28e99b7Mark Andrews 682. [bug] nslookup displayed SOA records incorrectly. [RT #665]
1add4a7939a550d50b156f72631ea374b6182149Mark Andrews 681. [bug] $GENERATE specifying output format was broken. [RT #653]
381c77fd82ea5a51ee52929ec43c1f3adb27686aMark Andrews 680. [bug] dns_rdata_fromstruct() mishandled options bigger
381c77fd82ea5a51ee52929ec43c1f3adb27686aMark Andrews than 255 octets.
7c525954642f8fb3698b555115edb09fe3bd3354Mark Andrews 679. [bug] $INCLUDE could leak memory and file descriptors on
7c525954642f8fb3698b555115edb09fe3bd3354Mark Andrews reload. [RT #639]
33a4294f442f7505c8e2453beb422b5928ec697cMark Andrews 678. [bug] "transfer-format one-answer;" could trigger an assertion
33a4294f442f7505c8e2453beb422b5928ec697cMark Andrews failure. [RT #646]
d6357f09aacf518df14875fffa819607daa05d17Mark Andrews 677. [bug] dnssec-signzone would occasionally use the wrong ttl
d6357f09aacf518df14875fffa819607daa05d17Mark Andrews for database operations and fail. [RT #643]
59328c76745ee6d2df047e3f072b118258b87cb6Mukund Sivaraman 676. [bug] Log messages about lame servers to category
59328c76745ee6d2df047e3f072b118258b87cb6Mukund Sivaraman 'lame-servers' rather than 'resolver', so as not
275265ab27815d2261ebf68b48201fb7bffdf426Mukund Sivaraman to be gratuitously incompatible with BIND 8.
ade0aa3cb0fafbbe9fffb29f9abba4ce85890c3fMark Andrews 675. [bug] TKEY queries could cause the server to leak
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews 674. [func] Allow messages to be TSIG signed / verified using
023ba1e6ef28d888ad0030fd72937fb4de2129bdEvan Hunt a offset from the current time.
023ba1e6ef28d888ad0030fd72937fb4de2129bdEvan Hunt 673. [func] The server can now convert RFC1886-style recursive
44c86318ed432af96848269250930297eea2bba3Evan Hunt lookup requests into RFC2874-style lookups, when
44c86318ed432af96848269250930297eea2bba3Evan Hunt enabled using the new option "allow-v6-synthesis".
44c86318ed432af96848269250930297eea2bba3Evan Hunt 672. [bug] The wrong time was in the "time signed" field when
806e05d28a479291110a9fdb1788e675a56fc364Mark Andrews replying with BADTIME error.
ce7216c40ac973ed9ac5a90d75cd41b14b789725Mark Andrews 671. [bug] The message code was failing to parse a message with
455c0848f80a8acda27aad1466c72987cafaa029Mark Andrews no question section and a TSIG record. [RT #628]
455c0848f80a8acda27aad1466c72987cafaa029Mark Andrews 670. [bug] The lwres replacements for getaddrinfo and
455c0848f80a8acda27aad1466c72987cafaa029Mark Andrews getipnodebyname didn't properly check for the
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews existence of the sockaddr sa_len field.
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews 669. [func] dnssec-keygen now makes the public key file
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews non-world-readable for symmetric keys. [RT #403]
293a9e997803ebcf4e6ade8c972465bf6330f534Mukund Sivaraman 668. [func] named-checkzone now reports multiple errors in master
5995fec51cc8bb7e53804e4936e60aa1537f3673Mukund Sivaraman 667. [bug] On Linux, running named with the -u option and a
5995fec51cc8bb7e53804e4936e60aa1537f3673Mukund Sivaraman non-world-readable configuration file didn't work.
a2b15b3305acd52179e6f3dc7d073b07fbc40b8eMark Andrews 666. [bug] If a request sent by dig is longer than 512 bytes,
d372f426ca42ee2bc7bcb1f76a52c4f154de1f9bMark Andrews 665. [bug] Signed responses were not sent when the size of the
d372f426ca42ee2bc7bcb1f76a52c4f154de1f9bMark Andrews TSIG + question exceeded the maximum message size.
79a55d4f4dcf3d6f617523228503d8584b72a3a3Mukund Sivaraman 664. [bug] The t_tasks and t_timers module tests are now skipped
0c29904b27c9ab3b85ecbde159b22ae1323bdbcdMukund Sivaraman when building without threads, since they require
f3ad877eb05befbc862b0233d985758c0caef29aEvan Hunt 663. [func] Accept a size_spec, not just an integer, in the
f3ad877eb05befbc862b0233d985758c0caef29aEvan Hunt (unimplemented and ignored) max-ixfr-log-size option
f3ad877eb05befbc862b0233d985758c0caef29aEvan Hunt for compatibility with recent versions of BIND 8.
d88ba937124b2a4f8a074fc2aef9caf2022308b4Mark Andrews 662. [bug] dns_rdata_fromtext() failed to log certain errors.
8d00c5ab2c16985457947ddb0376707ab7094b80Mark Andrews 661. [bug] Certain UDP IXFR requests caused an assertion failure
8d00c5ab2c16985457947ddb0376707ab7094b80Mark Andrews (mpctx->allocated == 0). [RT #355, #394, #623]
ec450fde7cee684f37b0a59d770330c700419610Evan Hunt 660. [port] Detect multiple CPUs on HP-UX and IRIX.
d1dbf6b20fdcfa95acd75cdb96fcd57067a31144Mukund Sivaraman 659. [performance] Rewrite the name compression code to be much faster.
d1dbf6b20fdcfa95acd75cdb96fcd57067a31144Mukund Sivaraman 658. [cleanup] Remove all vestiges of 16 bit global compression.
3fe17d62e32017b643b852ede1b234271ee308e1Evan Hunt 657. [bug] When a listen-on statement in an lwres block does not
3fe17d62e32017b643b852ede1b234271ee308e1Evan Hunt specify a port, use 921, not 53. Also update the
f02c22d58ac88777655e0b407b22b07864d39184Evan Hunt listen-on documentation. [RT #616]
f02c22d58ac88777655e0b407b22b07864d39184Evan Hunt 656. [func] Treat an unescaped newline in a quoted string as
5f4f7c688e0cca18edd67e9760b266ce8f67e29cTinderbox User an error. This means that TXT records with missing
5f4f7c688e0cca18edd67e9760b266ce8f67e29cTinderbox User close quotes should have meaningful errors printed.
df9a49ee07f7629ec6abd2e3bd0dee600d7e2ab4Evan Hunt 655. [bug] Improve error reporting on unexpected eof when loading
df9a49ee07f7629ec6abd2e3bd0dee600d7e2ab4Evan Hunt zones. [RT #611]
e073205a884d3762fdc678d4b8a61b627a4070abEvan Hunt 654. [bug] Origin was being forgotten in TCP retries in dig.
832ab79d1f8bc4edf638780b306888da30ac3a1eMark Andrews 653. [bug] +defname option in dig was reversed in sense.
9d85a773829484832f762a9088a7dafd6794aa39Mark Andrews 652. [bug] zone_saveunique() did not report the new name.
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt 651. [func] The AD bit in responses now has the meaning
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt specified in <draft-ietf-dnsext-ad-is-secure>.
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt 650. [bug] SIG(0) records were being generated and verified
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt incorrectly. [RT #606]
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt 649. [bug] It was possible to join to an already running fctx
30370d905e9be3be7d9b947fd432bacecbb13bb9Evan Hunt after it had "cloned" its events, but before it sent
30370d905e9be3be7d9b947fd432bacecbb13bb9Evan Hunt them. In this case, the event of the newly joined
f8432e3f249dbec36394539ca1f3cb25bf33abfeMark Andrews fetch would not contain the answer, and would
f8432e3f249dbec36394539ca1f3cb25bf33abfeMark Andrews trigger the INSIST() in fctx_sendevents(). In
630b2d0c5a04cfc8b08d4585b7a0d997c00d7341Evan Hunt BIND 9.0, this bug did not trigger an INSIST(), but
40401165e4646f1624175ac80bf9b51826ab67ecMark Andrews caused the fetch to fail with a SERVFAIL result.
630b2d0c5a04cfc8b08d4585b7a0d997c00d7341Evan Hunt [RT #588, #597, #605, #607]
630b2d0c5a04cfc8b08d4585b7a0d997c00d7341Evan Hunt 648. [port] Add support for pre-RFC2133 IPv6 implementations.
1d383fd4b23fc7031e562bf5db02e3018c5d0b9eMark Andrews 647. [bug] Resolver queries sent after following multiple
1d383fd4b23fc7031e562bf5db02e3018c5d0b9eMark Andrews referrals had excessively long retransmission
1d383fd4b23fc7031e562bf5db02e3018c5d0b9eMark Andrews timeouts due to incorrectly counting the referrals
1d383fd4b23fc7031e562bf5db02e3018c5d0b9eMark Andrews as "restarts".
40401165e4646f1624175ac80bf9b51826ab67ecMark Andrews 646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
3ecc17d5519cc5b45cba3344344f296f3ff57776Mark Andrews didn't _cleanly_ fix the problem it was trying to fix.
9b789c54f8829b867c4a888c47bd2310a790415aEvan Hunt 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
d40154cab71b0c774d80df2c0091e1f8edcaa7d4Evan Hunt 644. [bug] #622 needed more work. [RT #562]
d40154cab71b0c774d80df2c0091e1f8edcaa7d4Evan Hunt 643. [bug] xfrin error messages made more verbose, added class
d40154cab71b0c774d80df2c0091e1f8edcaa7d4Evan Hunt of the zone. [RT# 599]
2879ee2c72638ea190728f931ce286760caa4521Evan Hunt 642. [bug] Break the exit_check() race in the zone module.
6bd794171f2ba0ee93b99ccbf80378959f4e965bEvan Hunt --- 9.1.0b2 released ---
6bd794171f2ba0ee93b99ccbf80378959f4e965bEvan Hunt 641. [bug] $GENERATE caused a uninitialized link to be used.
73fbd4c9d3e65621eb32a8e01659532f131de690Mark Andrews 640. [bug] Memory leak in error path could cause
fc7bce5f350aa119d4c500fd5b35c47b14b539efMark Andrews "mpctx->allocated == 0" failure. [RT #584]
b4ccec331dbd81581c6226a54847385a27d9eb25Evan Hunt 639. [bug] Reading entropy from the keyboard would sometimes fail.
bb5d14d7243d71e03d262ff175b355b52873e195Evan Hunt 638. [port] lib/isc/random.c needed to explicitly include time.h
bb5d14d7243d71e03d262ff175b355b52873e195Evan Hunt to get a prototype for time() when pthreads was not
bb5d14d7243d71e03d262ff175b355b52873e195Evan Hunt being used. [RT #592]
c8b968f4144a271213756cc33e8062b9efdd7441Evan Hunt 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
c8b968f4144a271213756cc33e8062b9efdd7441Evan Hunt be compiled even if the platform does not need it.
41494939b62d74fb159009f28428df23e5fc70e3Evan Hunt 636. [port] Shut up MSVC++ about a possible loss of precision
41494939b62d74fb159009f28428df23e5fc70e3Evan Hunt in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
3bcd09b4162ccd383b4b20e3b5306b3c317c9795Evan Hunt 635. [bug] Reloading a server with a configured blackhole list
3bcd09b4162ccd383b4b20e3b5306b3c317c9795Evan Hunt would cause an assertion. [RT #590]
292eb9c4e4fc51aec911e72821735a123a8c252aMark Andrews 634. [bug] A log file will completely stop being written when
292eb9c4e4fc51aec911e72821735a123a8c252aMark Andrews it reaches the maximum size in all cases, not just
292eb9c4e4fc51aec911e72821735a123a8c252aMark Andrews when versioning is also enabled. [RT #570]
1b3d21180244529f0099894fe9d29beb3f11efb3Mark Andrews 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
1b3d21180244529f0099894fe9d29beb3f11efb3Mark Andrews 632. [bug] The index array of the journal file was
fbed5f0f44515f5b3ca499a3466c875507852970Evan Hunt corrupted as it was written to disk.
fbed5f0f44515f5b3ca499a3466c875507852970Evan Hunt 631. [port] Build without thread support on systems without
4fa9eaf0734e892431e78179bdcc5251c9b6aa7dMark Andrews 630. [bug] Locking failure in zone code. [RT #582]
49762dffc45b6c02abe5d131cb7c49369cf13e09Mark Andrews 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
49762dffc45b6c02abe5d131cb7c49369cf13e09Mark Andrews when responding to a UDP IXFR request.
49762dffc45b6c02abe5d131cb7c49369cf13e09Mark Andrews 628. [bug] If the root hints contained only AAAA addresses,
f647c0df9fd334b19a5bdc9c252f90d94c0abf1eMark Andrews named would be unable to perform resolution.
ecc06cbc32c5a2b91a17e65c1820c9c66313d35cMukund Sivaraman 627. [bug] The EDNS0 blackhole detection code of change 324
ecc06cbc32c5a2b91a17e65c1820c9c66313d35cMukund Sivaraman waited for three retransmissions to each server,
ecc06cbc32c5a2b91a17e65c1820c9c66313d35cMukund Sivaraman which takes much too long when a domain has many
94c7301f6f0ada7aa84ede5808ab8fdec5bae6b5Mark Andrews name servers and all of them drop EDNS0 queries.
94c7301f6f0ada7aa84ede5808ab8fdec5bae6b5Mark Andrews Now we retry without EDNS0 after three consecutive
505d311709be77b2bd6ebb2aead84771588f9c29Mark Andrews timeouts, even if they are all from different
505d311709be77b2bd6ebb2aead84771588f9c29Mark Andrews servers. [RT #143]
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman 626. [bug] The lightweight resolver daemon no longer crashes
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman when asked for a SIG rrset. [RT #558]
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman 625. [func] Zones now inherit their class from the enclosing view.
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman 624. [bug] The zone object could get timer events after it had
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman been destroyed, causing a server crash. [RT #571]
322e6b5be784d79d15fea9db9440dd821162c574Mark Andrews 623. [func] Added "named-checkconf" and "named-checkzone" program
27bc16fcdc67f9afefefb54ae98dfdae3a5bc1f8Mukund Sivaraman for syntax checking named.conf files and zone files,
27bc16fcdc67f9afefefb54ae98dfdae3a5bc1f8Mukund Sivaraman respectively.
5b13a593fe7d8055992bd12aeb399bdb06e2a533Mukund Sivaraman 622. [bug] A canceled request could be destroyed before
5b13a593fe7d8055992bd12aeb399bdb06e2a533Mukund Sivaraman dns_request_destroy() was called. [RT #562]
95bef099e9762c8078c0ba9749293b488727dc58Mark Andrews 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
6c1f9f5c71ff526402f3b3e87749a9ddf102f75eTinderbox User This mostly affects Red Hat Linux 7.0, which has
95bef099e9762c8078c0ba9749293b488727dc58Mark Andrews conflicts between libc and the kernel.
464c2c673b879071da66cab5a627baf35c5e0f90Evan Hunt 620. [bug] dns_master_load*inc() now require 'task' and 'load'
464c2c673b879071da66cab5a627baf35c5e0f90Evan Hunt to be non-null. Also 'done' will not be called if
226dd20bbd6c6bdeadffa71361d9a0ec61308d69Evan Hunt dns_master_load*inc() fails immediately. [RT #565]
226dd20bbd6c6bdeadffa71361d9a0ec61308d69Evan Hunt 618. [bug] Queries to a signed zone could sometimes cause
10d7ab44cc72170c527dde8cc9e049e046342769Mark Andrews an assertion failure.
10d7ab44cc72170c527dde8cc9e049e046342769Mark Andrews 617. [bug] When using dynamic update to add a new RR to an
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt existing RRset with a different TTL, the journal
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt entries generated from the update did not include
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt explicit deletions and re-additions of the existing
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt RRs to update their TTL to the new value.
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt 616. [func] dnssec-signzone -t output now includes performance
b6214feb63f48e9c08f16394ae5b6902b45b9c38Evan Hunt 615. [bug] dnssec-signzone did not like child keysets signed
26177be2946c99a34096b7d8c202139dfc0e9760Mark Andrews by multiple keys.
26177be2946c99a34096b7d8c202139dfc0e9760Mark Andrews 614. [bug] Checks for uninitialized link fields were prone
26177be2946c99a34096b7d8c202139dfc0e9760Mark Andrews to false positives, causing assertion failures.
8e73941f33fad57111142a62d99717abc001912eMark Andrews The checks are now disabled by default and may
8e73941f33fad57111142a62d99717abc001912eMark Andrews be re-enabled by defining ISC_LIST_CHECKINIT.
5b1c7ef35bb495820360182b5192689f33f1cc7dMark Andrews 613. [bug] "rndc reload zone" now reloads primary zones.
5b1c7ef35bb495820360182b5192689f33f1cc7dMark Andrews It previously only updated slave and stub zones,
913d976eca8751851111c0b4357f650295d4aa3dMark Andrews if an SOA query indicated an out of date serial.
913d976eca8751851111c0b4357f650295d4aa3dMark Andrews 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman complains relentlessly about how its treatment
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman of 'const' has changed as well as how casting
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman sometimes tightens alignment constraints.
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman 611. [func] allow-notify can be used to permit processing of
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman notify messages from hosts other than a slave's
268c4e79c40845fb0005c44d177497bf5fad4518Mark Andrews 610. [func] rndc dumpdb is now supported.
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews 609. [bug] getrrsetbyname() would crash lwresd if the server
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews found more SIGs than answers. [RT #554]
63042d5b579ae3d43104133007e55c224c698904Evan Hunt 608. [func] dnssec-signzone now adds a comment to the zone
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews with the time the file was signed.
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman 607. [bug] nsupdate would fail if it encountered a CNAME or
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman DNAME in a response to an SOA query. [RT #515]
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman 606. [bug] Compiling with --disable-threads failed due
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman to isc_thread_self() being incorrectly defined
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman as an integer rather than a function.
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman 605. [func] New function isc_lex_getlasttokentext().
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman 604. [bug] The named.conf parser could print incorrect line
e13d04fda918c0c14c2247475bb99e0760d9a6a4Evan Hunt numbers when long comments were present.
b51391848127d0303bd385a555c76aef57d1b4ebEvan Hunt 603. [bug] Make dig handle multiple types or classes on the same
b51391848127d0303bd385a555c76aef57d1b4ebEvan Hunt query more correctly.
35928b7e1af8ea4d01a2855ab833dfe59d2345faMukund Sivaraman 602. [func] Cope automatically with UnixWare's broken
bfd4b9e11aa9e8c2b43022a6b7a896b26bd5d7a0Witold Krecicki IN6_IS_ADDR_* macros. [RT #539]
29868ebbe3c7bc06f833e329ea190dc442331bf1Mark Andrews 601. [func] Return a non-zero exit code if an update fails
29868ebbe3c7bc06f833e329ea190dc442331bf1Mark Andrews in nsupdate.
92cc6acdff1ecbf157e4ab0efe3f79367233f022Mark Andrews 600. [bug] Reverse lookups sometimes failed in dig, etc...
2f450fcd295795fb1771432e098af3d6e52c8a0bMark Andrews 599. [func] Added four new functions to the libisc log API to
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews support i18n messages. isc_log_iwrite(),
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews isc_log_ivwrite(), isc_log_iwrite1() and
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews isc_log_ivwrite1() were added.
6b8519147a5c24b4a5942042e83fd539d0d445ccEvan Hunt 598. [bug] An update-policy statement would cause the server
6b8519147a5c24b4a5942042e83fd539d0d445ccEvan Hunt to assert while loading. [RT #536]
09f82f50798e170b172e6ba358ed123536243839Evan Hunt 597. [func] dnssec-signzone is now multithreaded.
09f82f50798e170b172e6ba358ed123536243839Evan Hunt 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
8475bed9de77920f884f1ae296f581efbd1e42f8Mark Andrews not mutually exclusive.
8475bed9de77920f884f1ae296f581efbd1e42f8Mark Andrews 595. [port] On Linux 2.2, socket() returns EINVAL when it
35928b7e1af8ea4d01a2855ab833dfe59d2345faMukund Sivaraman should return EAFNOSUPPORT. Work around this.
821ff5e8fa1df2e09fea157ee3e298eef6cf4ec9Evan Hunt 594. [func] sdb drivers are now assumed to not be thread-safe
f06b6a9b14509a3b473f52dd797bc490f6f6511dMark Andrews unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
f06b6a9b14509a3b473f52dd797bc490f6f6511dMark Andrews 593. [bug] If a secure zone was missing all its NXTs and
aa9b64060fb6e946a920e957805f564d149e88e0Evan Hunt a dynamic update was attempted, the server entered
aa9b64060fb6e946a920e957805f564d149e88e0Evan Hunt an infinite loop.
412f873b9fafa0f8161a1203e7731d9d67052e49Mark Andrews 592. [bug] The sig-validity-interval option now specifies a
412f873b9fafa0f8161a1203e7731d9d67052e49Mark Andrews number of days, not seconds. This matches the
72ac929f2bfe186ab4fe2d9425685d6ef419f200Mark Andrews documentation. [RT #529]
72ac929f2bfe186ab4fe2d9425685d6ef419f200Mark Andrews --- 9.1.0b1 released ---
a70fc47e9dc165175e77f091076559748858a488Mark Andrews 591. [bug] Work around non-reentrancy in openssl by disabling
0526268c2b2806ceb67032e0bfee708b6e70e004Mark Andrews precomputation in keys.
0526268c2b2806ceb67032e0bfee708b6e70e004Mark Andrews 590. [doc] There are now man pages for the lwres library in
932715fbbe449e814612a9ae39eac885548de5bfEvan Hunt 589. [bug] The server could deadlock if a zone was updated
9d8169cbf8390c9e2e9707026fd078e282811069Mark Andrews while being transferred out.
90174e64f49bb7cba6a83fb665ebcb597aad7b57Evan Hunt 588. [bug] ctx->in_use was not being correctly initalised when
b9d6758fc606245d79fd6e03a31c76c586694377Mark Andrews when pushing a file for $INCLUDE. [RT #523]
90174e64f49bb7cba6a83fb665ebcb597aad7b57Evan Hunt 587. [func] A warning is now printed if the "allow-update"
6588a2b404365cea59e71a3f639349272600f68dMark Andrews option allows updates based on the source IP
6588a2b404365cea59e71a3f639349272600f68dMark Andrews address, to alert users to the fact that this
6588a2b404365cea59e71a3f639349272600f68dMark Andrews is insecure and becoming increasingly so as
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt servers capable of update forwarding are being
35928b7e1af8ea4d01a2855ab833dfe59d2345faMukund Sivaraman 586. [bug] multiple views with the same name were fatal. [RT #516]
9260c1157d12ef716fe6227fd8af845ec7fd1eedMukund Sivaraman 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
9260c1157d12ef716fe6227fd8af845ec7fd1eedMukund Sivaraman now support 'exact' additions in a similar manner to
930719e8767e0a58ca1b57cfbbb2b07b885afd14Mukund Sivaraman dns_db_subtractrdataset() and dns_rdataslab_subtract().
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt 584. [func] You can now say 'notify explicit'; to suppress
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt notification of the servers listed in NS records
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt and notify only those servers listed in the
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt 'also-notify' option.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt 583. [func] "rndc querylog" will now toggle logging of
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt queries, like "ndc querylog" in BIND 8.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt 582. [bug] dns_zone_idetach() failed to lock the zone.
a625502bdd149be06bd0cc06000c3dc9e4a813b9Tinderbox User [RT #199, #463]
a239044323418956d7d48c14d61d19f721cc5ba5Witold Krecicki 581. [bug] log severity was not being correctly processed.
65d59a4307d00f6b4e278b730c278502e5449da8Mark Andrews 580. [func] Ignore trailing garbage on incoming DNS packets,
18749940aee8ee6cf8fc6a81f659819310d5aa78Mark Andrews for interoperability with broken server
ffdd3bc812a140fb0e3d5b6f0df0a4efbfe4b412Mark Andrews implementations. [RT #491]
09f4e41912d08b5c1685f4d23bd19d32f63db935Mark Andrews 579. [bug] nsupdate did not take a filename to read update from.
0dc485ffb6ca6e90979561db1705f6a89be8b8edMark Andrews 578. [func] New config option "notify-source", to specify the
c7e5ba1d17f2db135b2c1ab192c2746189394fa2Mark Andrews source address for notify messages.
c7e5ba1d17f2db135b2c1ab192c2746189394fa2Mark Andrews 577. [func] Log illegal RDATA combinations. e.g. multiple
24231afa05b4ceefe8f0aebcdabe9ccf002346f9Mark Andrews singlton types, cname and other data.
8a0b6b3901b34530a850d78758fe4e5b6218d193Mark Andrews 576. [doc] isc_log_create() description did not match reality.
8a0b6b3901b34530a850d78758fe4e5b6218d193Mark Andrews 575. [bug] isc_log_create() was not setting internal state
2a12984ce69f7f49dc3aeef1b216e0c7c93373acMark Andrews correctly to reflect the default channels created.
40c619daeeb99015afa31b1a4a76d6c20b0a3fc6Evan Hunt 574. [bug] TSIG signed queries sent by the resolver would fail to
40c619daeeb99015afa31b1a4a76d6c20b0a3fc6Evan Hunt have their responses validated and would leak memory.
87e7d08a8bae58ab8edacaa990a4234063c23793Mar Andrews 573. [bug] The journal files of IXFRed slave zones were
87e7d08a8bae58ab8edacaa990a4234063c23793Mar Andrews inadvertantly discarded on server reload, causing
87e7d08a8bae58ab8edacaa990a4234063c23793Mar Andrews "journal out of sync with zone" errors on subsequent
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt reloads. [RT #482]
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt 572. [bug] Quoted strings were not accepted as key names in
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt address match lists.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt 571. [bug] It was possible to create an rdataset of singleton
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt type which had more than one rdata. [RT #154]
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt 570. [bug] rbtdb.c allowed zones containing nodes which had
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt both a CNAME and "other data". [RT #154]
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt 569. [func] The DNSSEC AD bit will not be set on queries which
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt have not requested a DNSSEC response.
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki 568. [func] Add sample simple database drivers in contrib/sdb.
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki 567. [bug] Setting the zone transfer timeout to zero caused an
98a7f8c7ae44bb98d5469cb3a4240c59abceba7fMark Andrews assertion failure. [RT #302]
98a7f8c7ae44bb98d5469cb3a4240c59abceba7fMark Andrews 566. [func] New public function dns_timer_setidle().
8d80b4939dd27dc3136ab152706160c613baa93aMark Andrews 565. [func] Log queries more like BIND 8: query logging is now
8d80b4939dd27dc3136ab152706160c613baa93aMark Andrews done to category "queries", level "info". [RT #169]
5c41d472275c096be8aafb239a301b9d7c0a2cd9Jeremy C. Reed 564. [func] Add sortlist support to lwresd.
a21c415687a855f84fbf10db91671b1341e8b990Mark Andrews 563. [func] New public functions dns_rdatatype_format() and
a21c415687a855f84fbf10db91671b1341e8b990Mark Andrews dns_rdataclass_format(), for convenient formatting
a21c415687a855f84fbf10db91671b1341e8b990Mark Andrews of rdata type/class mnemonics in log messages.
47115d91ef32317a2c0eb9daaf9c910757568de0Mark Andrews 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
4dd41c7d5976ff6889e4fbf306036f4256af409aMark Andrews 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
f6e45a5c54b7af4b1c303e8d3ff3b7d78622df9eMark Andrews clauses of the options{} statement are now implemented.
705d56b47a932cc277f980755e80ac4f46a18a64Mark Andrews 560. [bug] dns_name_split did not properly the resulting prefix
705d56b47a932cc277f980755e80ac4f46a18a64Mark Andrews when a maximal length bitstring label was split which
ff55c577ba8a95f763b8982b7ab5e4a980209a09Mark Andrews was preceded by another bitstring label. [RT #429]
ff55c577ba8a95f763b8982b7ab5e4a980209a09Mark Andrews 559. [bug] dns_name_split did not properly create the suffix
e0a30050c8516a3d54a4f8dcdd88435704a8a3edMark Andrews when splitting within a maximal length bitstring label.
dd1bcab25cf91eccb77060023d94a306411f7f14Mark Andrews 558. [func] New functions, isc_resource_getlimit and
dd1bcab25cf91eccb77060023d94a306411f7f14Mark Andrews isc_resource_setlimit.
741b63c8695bab0582e3f9f308993ab53a60b377Mark Andrews 557. [func] Symbolic constants for libisc integral types.
741b63c8695bab0582e3f9f308993ab53a60b377Mark Andrews 556. [func] The DNSSEC OK bit in the EDNS extended flags
09177840c73c1edec0d085dd8d92f225ba371014Mark Andrews is now implemented. Responses to queries without
09177840c73c1edec0d085dd8d92f225ba371014Mark Andrews this bit set will not contain any DNSSEC records.
f43e5c8ed2e68b7064c909b1fece6d976799b8dbMark Andrews 555. [bug] A slave server attempting a zone transfer could
f43e5c8ed2e68b7064c909b1fece6d976799b8dbMark Andrews crash with an assertion failure on certain
7b1f63dcd1a20a7c66b869e323efcdbdb0612a0dMark Andrews malformed responses from the master. [RT #457]
fe51e068f0892ae9258d9fd0e14fe2a469ff8edfMark Andrews 554. [bug] In some cases, not all of the dnssec tools were
fe51e068f0892ae9258d9fd0e14fe2a469ff8edfMark Andrews properly installed.
0f2ecf4b5c6721629162d4fd32826189d33a9b03Mark Andrews 553. [bug] Incoming zone transfers deferred due to quota
0f2ecf4b5c6721629162d4fd32826189d33a9b03Mark Andrews were not started when quota was increased but
0f2ecf4b5c6721629162d4fd32826189d33a9b03Mark Andrews only when a transfer in progress finished. [RT #456]
e8742e9598a72a429cf2ca05c6c1bc3de9b35283Tinderbox User 552. [bug] We were not correctly detecting the end of all c-style
d261093639c90f1b13418706ea9077d690a29eb0Evan Hunt comments. [RT #455]
226339ed435db90da8e072ef46e2c27cf0dc687bEvan Hunt 551. [func] Implemented the 'sortlist' option.
226339ed435db90da8e072ef46e2c27cf0dc687bEvan Hunt 550. [func] Support unknown rdata types and classes.
757e405d3c22e263dbd4aef75f7a188f891625b9Mark Andrews 549. [bug] "make" did not immediately abort the build when a
295a711b72b075a77065b7a952860269b5ae5d1dMark Andrews subdirectory make failed [RT #450].
757e405d3c22e263dbd4aef75f7a188f891625b9Mark Andrews 548. [func] The lexer now ungets tokens more correctly.
4523c3b371e0e8aa6451aefcf2ba593c4d16ea31Evan Hunt 546. [func] Option 'lame-ttl' is now implemented.
4523c3b371e0e8aa6451aefcf2ba593c4d16ea31Evan Hunt 545. [func] Name limit and counting options removed from dig;
a0ef8211d3bb5d4a7e56145e014c3da3466051c8Mark Andrews they didn't work properly, and cannot be correctly
a0ef8211d3bb5d4a7e56145e014c3da3466051c8Mark Andrews implemented without significant changes.
a0ef8211d3bb5d4a7e56145e014c3da3466051c8Mark Andrews 544. [func] Add statistics option, enable statistics-file option,
3fa134363f99816b36e30822a098196810ae6f20Mark Andrews add RNDC option "dump-statistics" to write out a
3fa134363f99816b36e30822a098196810ae6f20Mark Andrews query statistics file.
5a49f61ca968283d59c97e583fd6fb02ecaeb773Mark Andrews 543. [doc] The 'port' option is now documented.
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews 542. [func] Add support for update forwarding as required for
0409e7451ce6898ba2e3fab401767df706b73fbfMark Andrews full compliance with RFC2136. It is turned off
0409e7451ce6898ba2e3fab401767df706b73fbfMark Andrews by default and can be enabled using the
075a3d60c23140f05db10d70126ff271ef6469c9Mark Andrews 'allow-update-forwarding' option.
075a3d60c23140f05db10d70126ff271ef6469c9Mark Andrews 541. [func] Add bogus server support.
4ca7391e640bd4f0abb31508019d3bd62819fa8eMark Andrews 540. [func] Add dialup support.
4ca7391e640bd4f0abb31508019d3bd62819fa8eMark Andrews 539. [func] Support the blackhole option.
fbd9aaa58c32abaeab1bd3ca6943b18ce19ea023Mark Andrews 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
fbd9aaa58c32abaeab1bd3ca6943b18ce19ea023Mark Andrews 536. [func] Use transfer-source{-v6} when sending refresh queries.
02093e4c3b98ec8eca1b6b3eb9a895054ff4f1c8Mark Andrews Transfer-source{-v6} now take a optional port
02093e4c3b98ec8eca1b6b3eb9a895054ff4f1c8Mark Andrews parameter for setting the UDP source port. The port
02093e4c3b98ec8eca1b6b3eb9a895054ff4f1c8Mark Andrews parameter is ignored for TCP.
9b956d342e93ab60d5d9367785b26546f7e49391Mark Andrews 535. [func] Use transfer-source{-v6} when forwarding update
5855fd79e375c74fc9df57ce0b4c4ef1b9fcdc3eMark Andrews 534. [func] Ancestors have been removed from RBT chains. Ancestor
5855fd79e375c74fc9df57ce0b4c4ef1b9fcdc3eMark Andrews information can be discerned via node parent pointers.
dc3912f3caac1104fef441fd18571b7a975708eaMark Andrews 533. [func] Incorporated name hashing into the RBT database to
dc3912f3caac1104fef441fd18571b7a975708eaMark Andrews improve search speed.
7d0dfa63cf3228b56053815bdf25da7d0e6dc501Mark Andrews 532. [func] Implement DNS UPDATE pseudo records using
7d0dfa63cf3228b56053815bdf25da7d0e6dc501Mark Andrews DNS_RDATA_UPDATE flag.
18ba804f3ab6a7fea10404bb6675a49b59a153c5Mark Andrews 531. [func] Rdata really should be initalized before being assigned
18ba804f3ab6a7fea10404bb6675a49b59a153c5Mark Andrews to (dns_rdata_fromwire(), dns_rdata_fromtext(),
18ba804f3ab6a7fea10404bb6675a49b59a153c5Mark Andrews dns_rdata_clone(), dns_rdata_fromregion()),
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman check that it is.
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman 530. [func] New function dns_rdata_invalidate().
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman 529. [bug] 521 contained a bug which caused zones to always
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman reload. [RT #410]
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman on their arguements. ISC_LIST_XXXXUNSAFE can be use
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman to skip the checks however use with caution.
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman 527. [func] New function dns_rdata_clone().
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman and 'flags' for dns_rdataslab_subtract() allowing you
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman to request that the RR's must exist prior to deletion.
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman DNS_R_NOTEXACT is returned if the condition is not met.
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman 524. [func] The 'forward' and 'forwarders' statement in
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman non-forward zones should work now.
b750a49f3f599023cf32997f72924d4c2a5288d7Evan Hunt 523. [doc] The source to the Administrator Reference Manual is
b750a49f3f599023cf32997f72924d4c2a5288d7Evan Hunt now an XML file using the DocBook DTD, and is included
b750a49f3f599023cf32997f72924d4c2a5288d7Evan Hunt in the distribution. The plain text version of the
420a43c8d8028992a4e9c170022f97bfac689025Evan Hunt ARM is temporarily unavailable while we figure out
420a43c8d8028992a4e9c170022f97bfac689025Evan Hunt how to generate readable plain text from the XML.
475099874c1cc95289aed8498d8c6cb0ef7e54b4Evan Hunt 522. [func] The lightweight resolver daemon can now use
0d63efe476bd07c8ea9a98dc8c9da7b4b114b701Tinderbox User a real configuration file, and its functionality
420a43c8d8028992a4e9c170022f97bfac689025Evan Hunt can be provided by a name server. Also, the -p and -P
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman options to lwresd have been reversed.
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman 521. [bug] Detect master files which contain $INCLUDE and always
70862302f8f6a8398b6ca67516749486688603caMark Andrews reload. [RT #196]
70862302f8f6a8398b6ca67516749486688603caMark Andrews 520. [bug] Upgraded libtool to 1.3.5, which makes shared
bf4a7968e8bff29ef5d85b292526206ffde3c5c6Evan Hunt library builds almost work on AIX (and possibly
d7262e5c8669d318531d47643356d554f7d0e2eeMukund Sivaraman 519. [bug] dns_name_split() would improperly split some bitstring
d7262e5c8669d318531d47643356d554f7d0e2eeMukund Sivaraman labels, zeroing a few of the least signficant bits in
d7262e5c8669d318531d47643356d554f7d0e2eeMukund Sivaraman the prefix part. When such an improperly created
984d2bb9e5aaca7c946bc78354c12b1dd75ed00aMukund Sivaraman prefix was returned to the RBT database, the bogus
984d2bb9e5aaca7c946bc78354c12b1dd75ed00aMukund Sivaraman label was dutifully stored, corrupting the tree.
474921d733e9592ab93b3905907f2dcb393e12c9Mukund Sivaraman 518. [bug] The resolver did not realize that a DNAME which was
474921d733e9592ab93b3905907f2dcb393e12c9Mukund Sivaraman "the answer" to the client's query was "the answer",
563878539af45d41143701a6d299e9b226937f5bMark Andrews and such queries would fail. [RT #399]
9dc5ef7f24dba2be01d1cb10ba38c4a8b603d2b6Mark Andrews 517. [bug] The resolver's DNAME code would trigger an assertion
9dc5ef7f24dba2be01d1cb10ba38c4a8b603d2b6Mark Andrews if there was more than one DNAME in the chain.
7c0f238c505ed2fa29b5441de3ad6e5f91976379Evan Hunt 516. [bug] Cache lookups which had a NULL node pointer, e.g.
7c0f238c505ed2fa29b5441de3ad6e5f91976379Evan Hunt those by dns_view_find(), and which would match a
efb028b6c879c67b4e5b858f0e318a57b1073f69Mark Andrews DNAME, would trigger an INSIST(!search.need_cleanup)
efb028b6c879c67b4e5b858f0e318a57b1073f69Mark Andrews assertion. [RT #399]
151f1bcd5efdc59a9727de7529c37664845203b7Mark Andrews 515. [bug] The ssu table was not being attached / detached
151f1bcd5efdc59a9727de7529c37664845203b7Mark Andrews by dns_zone_[sg]etssutable. [RT#397]
9b8f93083d7543baae86d6d078cb637cee14b4fcEvan Hunt 514. [func] Retry refresh and notify queries if they timeout.
c707e2b9861dfa3f86b3520b9c3630db70cb020cEvan Hunt 513. [func] New functionality added to rdnc and server to allow
c707e2b9861dfa3f86b3520b9c3630db70cb020cEvan Hunt individual zones to be refreshed or reloaded.
c707e2b9861dfa3f86b3520b9c3630db70cb020cEvan Hunt 512. [bug] The zone transfer code could throw an execption with
38122021242747404f7f3e02ff4428a7cb884b77Evan Hunt an invalid IXFR stream.
38122021242747404f7f3e02ff4428a7cb884b77Evan Hunt 511. [bug] The message code could throw an assertion on an
38122021242747404f7f3e02ff4428a7cb884b77Evan Hunt out of memory failure. [RT #392]
c4567d06753c4420af492d07b720125a918fcf23Tinderbox User 510. [bug] Remove spurious view notify warning. [RT #376]
ce9f893e21d2ffc6f6a78bf226c038c396740aebEvan Hunt 509. [func] Add support for write of zone files on shutdown.
fc39b6a96109b78154ec148d20eaf29e8abc14b6Mukund Sivaraman 508. [func] dns_message_parse() can now do a best-effort
fc39b6a96109b78154ec148d20eaf29e8abc14b6Mukund Sivaraman attempt, which should allow dig to print more invalid
2cc21870b0dd92cde23305e0030e3e6e2bfd3cdaMukund Sivaraman 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
2cc21870b0dd92cde23305e0030e3e6e2bfd3cdaMukund Sivaraman and dns_view_flushanddetach().
13c55f6a6097bd23830b02f1be37515f35919b9eMark Andrews 506. [func] Do not fail to start on errors in zone files.
dbb064aa7972ef918d9a235b713108a4846cbb62Mark Andrews 505. [bug] nsupdate was printing "unknown result code". [RT #373]
3a49d0ff1000bb74a5f5abaef04f3e41e957c875Mark Andrews 504. [bug] The zone was not being marked as dirty when updated via
3a49d0ff1000bb74a5f5abaef04f3e41e957c875Mark Andrews 503. [bug] dumptime was not being set along with
3a49d0ff1000bb74a5f5abaef04f3e41e957c875Mark Andrews DNS_ZONEFLG_NEEDDUMP.
0bc743f9bc0ad5989c9b2a65bf54d25c4f78d30dMark Andrews 502. [func] On a SERVFAIL reply, DiG will now try the next server
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt in the list, unless the +fail option is specified.
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt 501. [bug] Incorrect port numbers were being displayed by
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt nslookup. [RT #352]
245c74ce39e801273ded5fd41e090cdd5563517bEvan Hunt 500. [func] Nearly useless +details option removed from DiG.
b399f4e5684a66123e2f38e0f7e254f0f3ca0cc6Mark Andrews 499. [func] In DiG, specifying a class with -c or type with -t
ff6dccd21c28b6746cdb635aafabdc502df72ee4Mark Andrews changes command-line parsing so that classes and
ff6dccd21c28b6746cdb635aafabdc502df72ee4Mark Andrews types are only recognized if following -c or -t.
ff6dccd21c28b6746cdb635aafabdc502df72ee4Mark Andrews This allows hosts with the same name as a class or
ff6dccd21c28b6746cdb635aafabdc502df72ee4Mark Andrews type to be looked up.
70d987def5a58ebeb8243017c0ec2e9b2c326cf4Evan Hunt 498. [doc] There is now a man page for "dig"
70d987def5a58ebeb8243017c0ec2e9b2c326cf4Evan Hunt 497. [bug] The error messages printed when an IP match list
33ca26968b638b4ff9c657e9574d14d1a04a52ddMukund Sivaraman contained a network address with a nonzero host
33ca26968b638b4ff9c657e9574d14d1a04a52ddMukund Sivaraman part where not sufficiently detailed. [RT #365]
33ca26968b638b4ff9c657e9574d14d1a04a52ddMukund Sivaraman 496. [bug] named didn't sanity check numeric parameters. [RT #361]
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews 495. [bug] nsupdate was unable to handle large records. [RT #368]
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews 494. [func] Do not cache NXDOMAIN responses for SOA queries.
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews for SOA queries. This makes it easier to locate
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews the containing zone without polluting intermediate
b399f4e5684a66123e2f38e0f7e254f0f3ca0cc6Mark Andrews 492. [bug] attempting to reload a zone caused the server fail
c631ff56bfe13f7b47ff01950364f4db423bf21aMark Andrews to shutdown cleanly. [RT #360]
c631ff56bfe13f7b47ff01950364f4db423bf21aMark Andrews 491. [bug] nsupdate would segfault when sending certain
c631ff56bfe13f7b47ff01950364f4db423bf21aMark Andrews prerequisites with empty RDATA. [RT #356]
307adf67922dd222bacf84ef0f074a0eb84d3a0aMark Andrews 490. [func] When a slave/stub zone has not yet successfully
307adf67922dd222bacf84ef0f074a0eb84d3a0aMark Andrews obtained an SOA containing the zone's configured
753b27a7d325f8da6ef3dc8da8a2cc43e968ccb2Mark Andrews retry time, perform the SOA query retries using
753b27a7d325f8da6ef3dc8da8a2cc43e968ccb2Mark Andrews exponential backoff. [RT #337]
c44c77178e0bf420483b0dd0af43839bf636a6ccMukund Sivaraman 489. [func] The zone manager now has a "i/o" queue.
c44c77178e0bf420483b0dd0af43839bf636a6ccMukund Sivaraman 488. [bug] Locks weren't properly destroyed in some cases.
c44c77178e0bf420483b0dd0af43839bf636a6ccMukund Sivaraman 487. [port] flockfile() is not defined on all systems.
08f01297320b7ad55d0abff0aca9a577196079e2Mukund Sivaraman 486. [bug] nslookup: "set all" and "server" commands showed
08f01297320b7ad55d0abff0aca9a577196079e2Mukund Sivaraman the incorrect port number if a port other than 53
08f01297320b7ad55d0abff0aca9a577196079e2Mukund Sivaraman was specified. [RT #352]
4a61eae6514bfde56f8801ef66f27a8d462bd164Mark Andrews 485. [func] When dig had more than one server to query, it would
4a61eae6514bfde56f8801ef66f27a8d462bd164Mark Andrews send all of the messages at the same time. Add
4a61eae6514bfde56f8801ef66f27a8d462bd164Mark Andrews rate limiting of the transmitted messages.
adbf81335b67be0cebdcf9f1f4fcb38ef4814f4dMark Andrews 484. [bug] When the server was reloaded after removing addresses
adbf81335b67be0cebdcf9f1f4fcb38ef4814f4dMark Andrews from the named.conf "listen-on" statement, sockets
2f66e2dd81c270647976eebd15a45dc4d6d2f318Mark Andrews were still listening on the removed addresses due
2f66e2dd81c270647976eebd15a45dc4d6d2f318Mark Andrews to reference count loops. [RT #325]
f10a67dad21d7dd87ee2144964faa639f96766b5Witold Krecicki 483. [bug] nslookup: "set all" showed a "search" option but it
f10a67dad21d7dd87ee2144964faa639f96766b5Witold Krecicki was not settable.
6e6dcfcb45a5d2477ddf55293e9e8f587b7bcfe4Mark Andrews 482. [bug] nslookup: a plain "server" or "lserver" should be
6e6dcfcb45a5d2477ddf55293e9e8f587b7bcfe4Mark Andrews treated as a lookup.
0439bfedd97fa2e004cbf572773d703b33fda10fMukund Sivaraman 481. [bug] nslookup:get_next_command() stack size could exceed
0439bfedd97fa2e004cbf572773d703b33fda10fMukund Sivaraman per thread limit.
2a815e41d2b8f30fd4cc68ccd38064a6ee6e1103Mukund Sivaraman 480. [bug] strtok() is not thread safe. [RT #349]
b4e114e3cd99b8875fc677a1a1c7c8257ef5a7a6Mukund Sivaraman 479. [func] The test suite can now be run by typing "make check"
b4e114e3cd99b8875fc677a1a1c7c8257ef5a7a6Mukund Sivaraman or "make test" at the top level.
d14c2683625c5db500ab93fb7176a9570798ca1eMukund Sivaraman 478. [bug] "make install" failed if the directory specified with
d14c2683625c5db500ab93fb7176a9570798ca1eMukund Sivaraman --prefix did not already exist.
6a3249533aab706c30f8cd65956f2f963e857f8fWitold Krecicki 477. [bug] The the isc-config.sh script could be installed before
0d5b518107e56bcf80719b6a974b90b8a10e4efdEvan Hunt its directory was created. [RT #324]
a85c6b35affa7179434c41b277109dca2cbe01ecMark Andrews 476. [bug] A zone could expire while a zone transfer was in
71931ab6b3815c953756a04e6029a3a113a2a9f4Mukund Sivaraman progress triggering a INSIST failure. [RT #329]
af3770ed93e519d07a4696739d477764c8d5c4b8Witold Krecicki 475. [bug] query_getzonedb() sometimes returned a non-null version
59a9cb54c112fd979b772e832b819d8efc83b85dMukund Sivaraman on failure. This caused assertion failures when
59a9cb54c112fd979b772e832b819d8efc83b85dMukund Sivaraman generating query responses where names subject to
59a9cb54c112fd979b772e832b819d8efc83b85dMukund Sivaraman additional section processing pointed to a zone
59a9cb54c112fd979b772e832b819d8efc83b85dMukund Sivaraman to which access had been denied by means of the
f85deb5154d996978f0fc8455961698bc710ae73Witold Krecicki allow-query option. [RT #336]
29ec74b60fcaef12c16ecb6bdb8c8ecb278d449fEvan Hunt 474. [bug] The mnemonic of the CHAOS class is CH according to
ecfe29f54b0566d9923b826b2e4a36ee83c9ea3eEvan Hunt RFC1035, but it was printed and read only as CHAOS.
29ec74b60fcaef12c16ecb6bdb8c8ecb278d449fEvan Hunt We now accept both forms as input, and print it
8a9bac8dec81997fec38fb880dc81b41eb026c27Mark Andrews as CH. [RT #305]
8a9bac8dec81997fec38fb880dc81b41eb026c27Mark Andrews 473. [bug] nsupdate overran the end of the list of name servers
eb447eca8847be14e93d7b2d524154433e4ee565Evan Hunt when no servers could be reached, typically causing
eb447eca8847be14e93d7b2d524154433e4ee565Evan Hunt it to print the error message "dns_request_create:
eb447eca8847be14e93d7b2d524154433e4ee565Evan Hunt not implemented".
8c9fba44a41e3ea23e7e8405029980aba672f7ceEvan Hunt 472. [bug] Off-by-one error caused isc_time_add() to sometimes
8c9fba44a41e3ea23e7e8405029980aba672f7ceEvan Hunt produce invalid time values.
a85c6b35affa7179434c41b277109dca2cbe01ecMark Andrews 471. [bug] nsupdate didn't compile on HP/UX 10.20
38c19e577915221b1783791cbb4f4e3ceea20019Mark Andrews 470. [feature] $GENERATE is now supported. See also
e53e202ef3b51c58fb9abe0d15e3829a970b00e7Mark Andrews 469. [bug] "query-source address * port 53;" now works.
598b502695802c3d4e23316b85368e54f39f5cabMark Andrews 468. [bug] dns_master_load*() failed to report file and line
598b502695802c3d4e23316b85368e54f39f5cabMark Andrews number in certain error conditions.
a32b6291aa5f797e1336869390f99d4a655484c2Evan Hunt 467. [bug] dns_master_load*() failed to log an error if
a32b6291aa5f797e1336869390f99d4a655484c2Evan Hunt pushfile() failed.
39f11e83a34e8282c46afc6d189c209632cfeb6eCurtis Blackburn 466. [bug] dns_master_load*() could return success when it failed.
a32b6291aa5f797e1336869390f99d4a655484c2Evan Hunt 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
c55a1da4fc1188afe88264f97c1b705e188ae1feEvan Hunt omapi_value_storeint().
c55a1da4fc1188afe88264f97c1b705e188ae1feEvan Hunt 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
c55a1da4fc1188afe88264f97c1b705e188ae1feEvan Hunt 463. [bug] nsupdate sent malformed SOA queries to the second
cadf8d687b9719b87c121d5cc8b028b1ddccc642Evan Hunt and subsequent name servers in resolv.conf if the
cadf8d687b9719b87c121d5cc8b028b1ddccc642Evan Hunt query sent to the first one failed.
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman 462. [bug] --disable-ipv6 should work now.
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman 461. [bug] Specifying an unknown key in the "keys" clause of the
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman "controls" statement caused a NULL pointer dereference.
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman 460. [bug] Much of the DNSSEC code only worked with class IN.
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman 459. [bug] Nslookup processed the "set" command incorrectly.
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman 458. [bug] Nslookup didn't properly check class and type values.
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman 457. [bug] Dig/host/hslookup didn't properly handle connect
19365b43e922fcbaf5caff3f92b87b52cbc1b530Evan Hunt timeouts in certain situations, causing an
7e6cf6fc6e700061a1cec3bcf67786706d956fc5Evan Hunt unnecessary warning message to be printed.
7e6cf6fc6e700061a1cec3bcf67786706d956fc5Evan Hunt 456. [bug] Stub zones were not resetting the refresh and expire
7e6cf6fc6e700061a1cec3bcf67786706d956fc5Evan Hunt counters, loadtime or clearing the DNS_ZONE_REFRESH
7e6cf6fc6e700061a1cec3bcf67786706d956fc5Evan Hunt (refresh in progress) flag upon successful update.
247a9c2cf6637ca68b9b5d332131522bd157a3e9Mark Andrews This disabled further refreshing of the stub zone,
c7463967dbcb31c2ec0dd513986a9dec05994a0aMark Andrews causing it to eventually expire. [RT #300]
d9a0f1bea7c183864c72d0ad14f6b61fbe1b5b05Mark Andrews 455. [doc] Document IPv4 prefix notation does not require a
8f20f6c9d7ce5a0f0af6ee4c5361832d97b1c5d4Mark Andrews dotted decimal quad but may be just dotted decimal.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman 454. [bug] Enforce dotted decimal and dotted decimal quad where
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman documented as such in named.conf. [RT #304, RT #311]
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman is specified in named.conf. [RT #306]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt 452. [bug] Warn if the unimplemented option "statistics-file"
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt is specified in named.conf. [RT #301]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt 451. [func] Update forwarding implememted.
8f25faf9720a0c2730c4ac80ea4c12ca1f25599fMukund Sivaraman 450. [func] New function ns_client_sendraw().
8f25faf9720a0c2730c4ac80ea4c12ca1f25599fMukund Sivaraman 449. [bug] isc_bitstring_copy() only works correctly if the
8f25faf9720a0c2730c4ac80ea4c12ca1f25599fMukund Sivaraman two bitstrings have the same lsb0 value, but this
dc877b38a0bdfd7caa0c129d6f5b5cbb1caa6848Evan Hunt requirement was not documented, nor was there a
dc877b38a0bdfd7caa0c129d6f5b5cbb1caa6848Evan Hunt REQUIRE for it.
1c02dd9dd94c95a9a59bb6c10b669fb790853b10Evan Hunt 448. [bug] Host output formatting change, to match v8. [RT #255]
1c02dd9dd94c95a9a59bb6c10b669fb790853b10Evan Hunt 447. [bug] Dig didn't properly retry in TCP mode after
1c02dd9dd94c95a9a59bb6c10b669fb790853b10Evan Hunt a truncated reply. [RT #277]
52aa2f94981aa570a37c659b451541171f7537a4Mark Andrews 446. [bug] Confusing notify log message. [RT #298]
b292230ab8dd33480dabad2b3615dcce5dd70c35Mark Andrews 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
b292230ab8dd33480dabad2b3615dcce5dd70c35Mark Andrews bitstring triggered a REQUIRE statement. The REQUIRE
e77e44954909dd2e0af1ce724e01f4199ae1e9c0Mark Andrews statement was incorrect. [RT #297]
e77e44954909dd2e0af1ce724e01f4199ae1e9c0Mark Andrews 444. [func] "recursion denied" messages are always logged at
ef1aaab9ed44bcc6b58d85de2673e382dc6a7c1dEvan Hunt debug level 1, now, rather than sometimes at ERROR.
ef1aaab9ed44bcc6b58d85de2673e382dc6a7c1dEvan Hunt This silences these warnings in the usual case, where
ef1aaab9ed44bcc6b58d85de2673e382dc6a7c1dEvan Hunt some clients set the RD bit in all queries.
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews 443. [bug] When loading a master file failed because of an
ef0e6744569fdef42fa93864443005dc0593b24cMark Andrews unrecognized RR type name, the error message
ef0e6744569fdef42fa93864443005dc0593b24cMark Andrews did not include the file name and line number.
017cbd4429a16d1b8eb77333c86f022dcc31045dEvan Hunt 442. [bug] TSIG signed messages that did not match any view
ab973ec40cc7a79bbf930085b1293824caf73e7fFrancis Dupont crashed the server. [RT #290]
ab973ec40cc7a79bbf930085b1293824caf73e7fFrancis Dupont 441. [bug] Nodes obscured by a DNAME were inaccessible even
f1a261ba2d5e11a106a0a95c46b409a9daf138efMark Andrews when DNS_DBFIND_GLUEOK was set.
bcb68be0a8f3c3eca58d6a6a869267e5c1841de2Francis Dupont 440. [func] New function dns_zone_forwardupdate().
bcb68be0a8f3c3eca58d6a6a869267e5c1841de2Francis Dupont 439. [func] New function dns_request_createraw().
c03fe78ef59b2373233db1a7b568cc2000d6d3b4Evan Hunt 438. [func] New function dns_message_getrawmessage().
fc3ed1dbda48d0e832ffc8ad70394cd475986531Evan Hunt 437. [func] Log NOTIFY activity to the notify channel.
fc3ed1dbda48d0e832ffc8ad70394cd475986531Evan Hunt 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
c855e7170a7ddb5d4ebab69a771f35dc93e95e43Mark Andrews which sometimes happens on Linux, named would enter
c855e7170a7ddb5d4ebab69a771f35dc93e95e43Mark Andrews a busy loop. Also, unexpected socket errors were
c855e7170a7ddb5d4ebab69a771f35dc93e95e43Mark Andrews not logged at a high enough logging level to be
e840f92bfba0881039f1cdfb3349ecb03382b7beMark Andrews useful in diagnosing this situation. [RT #275]
e840f92bfba0881039f1cdfb3349ecb03382b7beMark Andrews 435. [bug] dns_zone_dump() overwrote existing zone files
e840f92bfba0881039f1cdfb3349ecb03382b7beMark Andrews rather than writing to a temporary file and
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews renaming. This could lead to empty or partial
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews zone files being left around in certain error
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews conditions involving the initial transfer of a
ac31adc3b76a3acf61c711d1cd49480a288b1317Mukund Sivaraman slave zone, interfering with subsequent server
ac31adc3b76a3acf61c711d1cd49480a288b1317Mukund Sivaraman startup. [RT #282]
2c4d5faf7fa490aa537efa36b1ba26d0cd80e442Mukund Sivaraman 434. [func] New function isc_file_isabsolute().
2c4d5faf7fa490aa537efa36b1ba26d0cd80e442Mukund Sivaraman 433. [func] isc_base64_decodestring() now accepts newlines
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews within the base64 data. This makes it possible
54fe1d05b6d78120452c71023629b35cbe55e97fMark Andrews to break up the key data in a "trusted-keys"
54fe1d05b6d78120452c71023629b35cbe55e97fMark Andrews statement into multiple lines. [RT #284]
d9b37259f3abcb27e6b1b0bcb312c26cfd229fdaEvan Hunt 432. [func] Added refresh/retry jitter. The actual refresh/
d9b37259f3abcb27e6b1b0bcb312c26cfd229fdaEvan Hunt retry time is now a random value between 75% and
f28e5058c33bfb99f8717d94c2525a976897dc91Evan Hunt 100% of the configured value.
f28e5058c33bfb99f8717d94c2525a976897dc91Evan Hunt 431. [func] Log at ISC_LOG_INFO when a zone is successfully
febb020dceab01c12b406eeae6e825aca7411dd6Mark Andrews 430. [bug] Rewrote the lightweight resolver client management
fba894c98b8f3345a61932be6830993a059a211aMukund Sivaraman code to handle shutdown correctly and general
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman 429. [bug] The space reserved for a TSIG record in a response
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman was 2 bytes too short, leading to message
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman generation failures.
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
9a7532f83618b5abbfd7db59be77e451647ecbf2Mukund Sivaraman DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
9a7532f83618b5abbfd7db59be77e451647ecbf2Mukund Sivaraman (e.g. glue). This could cause SERVFAILs when
9a7532f83618b5abbfd7db59be77e451647ecbf2Mukund Sivaraman generating negative responses in a secure zone.
e89972afcb893a824db11086f4f00388057170ccEvan Hunt 427. [bug] Avoid going into an infinite loop when the validator
ebeb4b3e094f36121e05d7cc8226047db96ba4f6Mukund Sivaraman gets a negative response to a key query where the
ebeb4b3e094f36121e05d7cc8226047db96ba4f6Mukund Sivaraman records are signed by the missing key.
642e4ac70ddc4e7037a515208b30d5cf8d8efc94Mukund Sivaraman 426. [bug] Attempting to generate an oversized RSA key could
642e4ac70ddc4e7037a515208b30d5cf8d8efc94Mukund Sivaraman cause dnssec-keygen to dump core.
77b179cbbe7b820b5d838a675200a7b87eb12dacMark Andrews 425. [bug] Warn about the auth-nxdomain default value change
77b179cbbe7b820b5d838a675200a7b87eb12dacMark Andrews if there is no auth-nxdomain statement in the
641b9fd39b1c3f895eca8dfe84d5d14d7742e045Evan Hunt config file. [RT #287]
24f2cc7d06e4bb6625f90323e44b42e0cad63588Mukund Sivaraman 424. [bug] notify_createmessage() could trigger an assertion
73eacba1f107468b30e8aa7cd6e213bb2d7f3142Evan Hunt failure when creating the notify message failed,
73eacba1f107468b30e8aa7cd6e213bb2d7f3142Evan Hunt e.g. due to corrupt zones with multiple SOA records.
da4a7772ebb33f27104bca5ceb9a9bca60136387Evan Hunt 423. [bug] When responding to a recusive query, errors that occur
1b05d22789fd9a17aca4f459639bc2b6848c3160Mark Andrews after following a CNAME should cause the query to fail.
29d52c001ff976561669375cf0c866b815a90c49Mark Andrews 422. [func] get rid of isc_random_t, and make isc_random_get()
29d52c001ff976561669375cf0c866b815a90c49Mark Andrews and isc_random_jitter() use rand() internally
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt instead of local state. Note that isc_random_*()
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt functions are only for weak, non-critical "randomness"
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt such as timing jitter and such.
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt 421. [bug] nslookup would exit when given a blank line as input.
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt 420. [bug] nslookup failed to implement the "exit" command.
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews 419. [bug] The certificate type PKIX was misspelled as SKIX.
48fe77df0c604359c3a406510f4327fc3182e836Evan Hunt 418. [bug] At debug levels >= 10, getting an unexpected
5f590e93d2ec1372a591b943a375506817787d8aMukund Sivaraman socket receive error would crash the server
b5edc023a1bb8066d86777dd40fd4555e285de57Mark Andrews while trying to log the error message.
be9720ae2c2e933da36c5fb209dd4798a0337febMark Andrews 417. [func] Add isc_app_block() and isc_app_unblock(), which
be9720ae2c2e933da36c5fb209dd4798a0337febMark Andrews allow an application to handle signals while
bb5df338d9b119bb2fe18dea9b0e3034c3925f7bMark Andrews 416. [bug] Slave zones with no master file tried to use a
f5ea8d2838e0d9279d00afe984aa67f07ad758b1Mark Andrews NULL pointer for a journal file name when they
f5ea8d2838e0d9279d00afe984aa67f07ad758b1Mark Andrews received an IXFR. [RT #273]
af669cb4fd7ecfb67ed145b176e5e764b249573bMark Andrews 415. [bug] The logging code leaked file descriptors.
044008f58f66d7a1b50c1dfc09cf8049e83a8227Evan Hunt 414. [bug] Server did not shut down until all incoming zone
044008f58f66d7a1b50c1dfc09cf8049e83a8227Evan Hunt transfers were finished.
1783676a64b8e390b756d775ae152509f1d76719Mukund Sivaraman 413. [bug] Notify could attempt to use the zone database after
a85c6b35affa7179434c41b277109dca2cbe01ecMark Andrews it had been unloaded. [RT#267]
84f95ddb2572641022619950a211aff49e331c98Mukund Sivaraman 412. [bug] named -v didn't print the version.
07dd40e8eeff964d7e8018817378d903ded690e3Mukund Sivaraman 411. [bug] A typo in the HS A code caused an assertion failure.
07dd40e8eeff964d7e8018817378d903ded690e3Mukund Sivaraman 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
db93c0def5c3e1e0ea40c7596482ad3fca4ed03bMukund Sivaraman to a random value on success.
db93c0def5c3e1e0ea40c7596482ad3fca4ed03bMukund Sivaraman 409. [bug] If named was shut down early in the startup
db93c0def5c3e1e0ea40c7596482ad3fca4ed03bMukund Sivaraman process, ns_omapi_shutdown() would attempt to lock
ca6e60cb704c4c8eea1385a9fbef3eaa476eca28Evan Hunt an unintialized mutex. [RT #262]
ca6e60cb704c4c8eea1385a9fbef3eaa476eca28Evan Hunt 408. [bug] stub zones could leak memory and reference counts if
c2444e25ab0fe2a6efdba2fc789a1662b95a6eb5Evan Hunt all the masters were unreachable.
aeff3f0541beed6c7e384737bc83b46ea5e66a84Evan Hunt 407. [bug] isc_rwlock_lock() would needlessly block
8378b0c190300e1652fc0ce129a4b9af4ef56e24Evan Hunt readers when it reached the read quota even
8378b0c190300e1652fc0ce129a4b9af4ef56e24Evan Hunt if no writers were waiting.
53ae008f2749a29773b27a481452b292c8f53b65Evan Hunt 406. [bug] Log messages were occasionally lost or corrupted
53ae008f2749a29773b27a481452b292c8f53b65Evan Hunt due to a race condition in isc_log_doit().
bfc11b9c659a9c46c478cd9176220a1a29a862a1Evan Hunt 405. [func] Add support for selective forwarding (forward zones)
177e523c48674936078c1422403840de159db5dfEvan Hunt 404. [bug] The request library didn't completely work with IPv6.
177e523c48674936078c1422403840de159db5dfEvan Hunt 403. [bug] "host" did not use the search list.
7acc2f21563b79229d592f09dde17e60d64afc8fEvan Hunt 402. [bug] Treat undefined acls as errors, rather than
7acc2f21563b79229d592f09dde17e60d64afc8fEvan Hunt warning and then later throwing an assertion.
7acc2f21563b79229d592f09dde17e60d64afc8fEvan Hunt 401. [func] Added simple database API.
e58eb371a047c3a8aee4ce9aaca0f7f3673432a4Mukund Sivaraman 400. [bug] SIG(0) signing and verifying was done incorrectly.
e58eb371a047c3a8aee4ce9aaca0f7f3673432a4Mukund Sivaraman 399. [bug] When reloading the server with a config file
2ff2145ff53ec10df0e3c9c51906d63187fd54faMark Andrews containing a syntax error, it could catch an
2ff2145ff53ec10df0e3c9c51906d63187fd54faMark Andrews assertion failure trying to perform zone
c213a58e803c0bba12e3df0f33405eaee907acc6Evan Hunt maintenance on, or sending notifies from,
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews tentatively created zones whose views were
c213a58e803c0bba12e3df0f33405eaee907acc6Evan Hunt never fully configured and lacked an address
f4102ab13ea049d73f5523c1a94fe2b83c408c9eMark Andrews database and request manager.
a98f70acc8d36bf73c000808ffed455ad8f15b02Evan Hunt 398. [bug] "dig" sometimes caught an assertion failure when
8b61aef4dcc53267a500449058c0af705e3a64d1Evan Hunt using TSIG, depending on the key length.
2616cb69443f6ccd1900901c91e04d86886a7197Evan Hunt 397. [func] Added utility functions dns_view_gettsig() and
e785f9c1c7d838b9a773a757210388130eba5c4aMark Andrews dns_view_getpeertsig().
e785f9c1c7d838b9a773a757210388130eba5c4aMark Andrews 396. [doc] There is now a man page for "nsupdate"
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt 395. [bug] nslookup printed incorrect RR type mnemonics
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt for RRs of type >= 21 [RT #237].
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt 394. [bug] Current name was not propagated via $INCLUDE.
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt 393. [func] Initial answer while loading (awl) support.
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt Entry points: dns_master_loadfileinc(),
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt dns_master_loadstreaminc(), dns_master_loadbufferinc().
1a849dab19287148f12da50d890f455f02aa3622Evan Hunt Note: calls to dns_master_load*inc() should be rate
1059bc2e42e8214f8b73d3b4cd181d8394a94a6aFrancis Dupont be rate limited so as to not use up all file
801fb8b894c75fc1e3fa0284e096ade6dcdc1110Evan Hunt 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
801fb8b894c75fc1e3fa0284e096ade6dcdc1110Evan Hunt not support the given address family requested.
801fb8b894c75fc1e3fa0284e096ade6dcdc1110Evan Hunt 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
4eefa351cc5549a2cebb45d274f10249e31f6945Mukund Sivaraman 390. [func] The function dns_zone_setdbtype() now takes
4eefa351cc5549a2cebb45d274f10249e31f6945Mukund Sivaraman an argc/argv style vector of words and sets
fe12a8f1077c1556922f1a3be2f592c761917838Mukund Sivaraman both the zone database type and its arguments,
fe12a8f1077c1556922f1a3be2f592c761917838Mukund Sivaraman making the functions dns_zone_adddbarg()
b82963f96b452e2acbdf2ebd3d96de0ff0859a68Evan Hunt and dns_zone_cleardbargs() unnecessary.
d8890e779c0a74a8738a746f130a4bed6d6954caEvan Hunt 389. [bug] Attempting to send a reqeust over IPv6 using
e77ef50a57091eeb70d0a6d021638c92442c8f0aMark Andrews dns_request_create() on a system without IPv6
e77ef50a57091eeb70d0a6d021638c92442c8f0aMark Andrews support caused an assertion failure [RT #235].
4b36b9c1fff56d836feeaa1dc7eb1d4676d9c8bbMark Andrews 388. [func] dig and host can now do reverse ipv6 lookups.
9175a4ed6325e611d4c95d74f6e447a3f4b50fa0Evan Hunt 387. [func] Add dns_byaddr_createptrname(), which converts
9175a4ed6325e611d4c95d74f6e447a3f4b50fa0Evan Hunt an address into the name used by a PTR query.
84ee90b52d4fb443c796f4e1481f98d5a95b5614Evan Hunt 386. [bug] Missing strdup() of ACL name caused random
84ee90b52d4fb443c796f4e1481f98d5a95b5614Evan Hunt ACL matching failures [RT #228].
875574f1e4e87d8412b682084991954c10c20e35Mark Andrews 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
875574f1e4e87d8412b682084991954c10c20e35Mark Andrews and dns_zt_print().
626ba6609dd45cd543a05910dd503ff712355c88Evan Hunt 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
626ba6609dd45cd543a05910dd503ff712355c88Evan Hunt of 2147483647.
39f68d7b64dce25e19f7132f6c46b3beabeed492Tinderbox User 383. [func] When writing a master file, print the SOA and NS
2817aa56ca12139849ba1017ff978833174f6294Evan Hunt records (and their SIGs) before other records.
2817aa56ca12139849ba1017ff978833174f6294Evan Hunt 382. [bug] named -u failed on many Linux systems where the
22e3e00ac95ec1ba89200c5d0e05670ed5ad8fefMark Andrews libc provided kernel headers do not match
22e3e00ac95ec1ba89200c5d0e05670ed5ad8fefMark Andrews the current kernel.
ff62d4458acda2110a3763ec576a4f728450662cEvan Hunt 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
ff62d4458acda2110a3763ec576a4f728450662cEvan Hunt IPV6_PKTINFO if found. [RT #229]
ff62d4458acda2110a3763ec576a4f728450662cEvan Hunt 380. [bug] nsupdate didn't work with IPv6.
b88b75c2b88618f9c885c61e1ab0bd1cddd4474eEvan Hunt 379. [func] New library function isc_sockaddr_anyofpf().
b88b75c2b88618f9c885c61e1ab0bd1cddd4474eEvan Hunt 378. [func] named and lwresd will log the command line arguments
b88b75c2b88618f9c885c61e1ab0bd1cddd4474eEvan Hunt they were started with in the "starting ..." message.
761d135ed686601f36fe3d0d4aaa6bf41287bb0fEvan Hunt 377. [bug] When additional data lookups were refused due to
11463c0ac24692e229ec87f307f5e7df3c0a7e10Evan Hunt "allow-query", the databases were still being
11463c0ac24692e229ec87f307f5e7df3c0a7e10Evan Hunt attached causing reference leaks.
cc0a48a38173637f7a833e2da52bcfbcecb960b4Mark Andrews 376. [bug] The server should always use good entropy when
cc0a48a38173637f7a833e2da52bcfbcecb960b4Mark Andrews performing cryptographic functions needing entropy.
f8eb4e5bfd1129d7639af5c2c768f53f0895952aMark Andrews 375. [bug] Per-zone "allow-query" did not properly override the
f8eb4e5bfd1129d7639af5c2c768f53f0895952aMark Andrews view/global one for CNAME targets and additional
f8eb4e5bfd1129d7639af5c2c768f53f0895952aMark Andrews data [RT #220].
b05a50c852608a40d1a06d6124bafb9b500c10c1Mukund Sivaraman 374. [bug] SOA in authoritative negative responses had wrong TTL.
b05a50c852608a40d1a06d6124bafb9b500c10c1Mukund Sivaraman 373. [func] nslookup is now installed by "make install".
f91c369b4ac84fad07e3106c5c00a15d87250d1eMukund Sivaraman 372. [bug] Deal with Microsoft DNS servers appending two bytes of
f91c369b4ac84fad07e3106c5c00a15d87250d1eMukund Sivaraman garbage to zone transfer requests.
a6f0e9c985220f0e4509777e6528afb64e0ad576Mukund Sivaraman 371. [bug] At high debug levels, doing an outgoing zone transfer
a6f0e9c985220f0e4509777e6528afb64e0ad576Mukund Sivaraman of a very large RRset could cause an assertion failure
a6f0e9c985220f0e4509777e6528afb64e0ad576Mukund Sivaraman during logging.
a6f0e9c985220f0e4509777e6528afb64e0ad576Mukund Sivaraman 370. [bug] The error messages for rollforward failures were
f4dda9cf28f8be880097ee931b3237e09731a28aMark Andrews overly terse.
f4dda9cf28f8be880097ee931b3237e09731a28aMark Andrews 369. [func] Support new named.conf options, view and zone
79521569952d5e2475f05e4397dc976f4685056eMark Andrews max-retry-time, min-retry-time,
79521569952d5e2475f05e4397dc976f4685056eMark Andrews max-refresh-time, min-refresh-time.
d1f1f13c7fc1f1515930053508f1645cfafaa478Mark Andrews 368. [func] Restructure the internal ".bind" view so that more
d1f1f13c7fc1f1515930053508f1645cfafaa478Mark Andrews zones can be added to it.
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt 367. [bug] Allow proper selection of server on nslookup command
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt 366. [func] Allow use of '-' batch file in dig for stdin.
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt 365. [bug] nsupdate -k leaked memory.
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt 364. [func] Added additional-from-{cache,auth}
b0c18fffd3c81d3cb617dbba4d222d49ae266f28Mark Andrews 362. [bug] rndc no longer aborts if the configuration file is
b0c18fffd3c81d3cb617dbba4d222d49ae266f28Mark Andrews missing an options statement. [RT #209]
511ec77fca2e2df66b36f4756fd2459cfe7998d9Mark Andrews 361. [func] When the RBT find or chain functions set the name and
511ec77fca2e2df66b36f4756fd2459cfe7998d9Mark Andrews origin for a node that stores the root label
44032d3918d4aeb2f0cff3bb90e4a44569016559Mark Andrews the name is now set to an empty name, instead of ".",
44032d3918d4aeb2f0cff3bb90e4a44569016559Mark Andrews to simplify later use of the name and origin by
d8f2dd46cba3a16c2433e85657a5b15543013ca6Mark Andrews dns_name_concatenate(), dns_name_totext() or
d8f2dd46cba3a16c2433e85657a5b15543013ca6Mark Andrews dns_name_format().
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews 360. [func] dns_name_totext() and dns_name_format() now allow
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews an empty name to be passed, which is formatted as "@".
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews 359. [bug] dnssec-signzone occasionally signed glue records.
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews 358. [cleanup] Rename the intermediate files used by the dnssec
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews 357. [bug] The zone file parser crashed if the argument
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews to $INCLUDE was a quoted string.
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews 356. [cleanup] isc_task_send no longer requires event->sender to
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews be non-null.
47d837a49967a6a1b290024f5efb0669276013b1Mukund Sivaraman 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
47d837a49967a6a1b290024f5efb0669276013b1Mukund Sivaraman 354. [doc] Man pages for the dnssec tools are now included in
47d837a49967a6a1b290024f5efb0669276013b1Mukund Sivaraman the distribution, in doc/man/dnssec.
2317d1f835217db65808826b72a47920963c59fdTinderbox User 353. [bug] double increment in lwres/gethost.c:copytobuf().
be7fba80190c33b0e50f086509b42bb319bb95b4Evan Hunt 352. [bug] Race condition in dns_client_t startup could cause
03fd9cb81c2a92cf54baab5103db10e8ef9d524aMark Andrews an assertion failure.
03fd9cb81c2a92cf54baab5103db10e8ef9d524aMark Andrews 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
03fd9cb81c2a92cf54baab5103db10e8ef9d524aMark Andrews signed query could crash the server.
dc5e29a7d216b4233c80bec8967015aa9c05962eTinderbox User 350. [bug] Also-notify lists specified in the global options
017aa9aef63aaef6a370c180f6290b8388deda01Mark Andrews block were not correctly reference counted, causing
017aa9aef63aaef6a370c180f6290b8388deda01Mark Andrews a memory leak.
017aa9aef63aaef6a370c180f6290b8388deda01Mark Andrews 349. [bug] Processing a query with the CD bit set now works
09290020bc9b3cd787f1a19e400413a6ca6827e3Evan Hunt as expected.
693d70f96fc2b3c1830580edcc29146afd6a9f61Mark Andrews 348. [func] New boolean named.conf options 'additional-from-auth'
c5e9423340dff77b2d3b79fcd4908708770a49c3Mukund Sivaraman and 'additional-from-cache' now supported in view and
c5e9423340dff77b2d3b79fcd4908708770a49c3Mukund Sivaraman global options statement.
ea3aa401bc74d34560af190a4009d436054d1bfaMark Andrews 347. [bug] Don't crash if an argument is left off options in dig.
ea3aa401bc74d34560af190a4009d436054d1bfaMark Andrews 346. [func] Add support for .digrc config file, in the
ea3aa401bc74d34560af190a4009d436054d1bfaMark Andrews user's current directory
6444de08d1aacf7396663b7a82d62eedf534c3d7Mark Andrews 345. [bug] Large-scale changes/cleanups to dig:
6444de08d1aacf7396663b7a82d62eedf534c3d7Mark Andrews * Significantly improve structure handling
6444de08d1aacf7396663b7a82d62eedf534c3d7Mark Andrews * Don't pre-load entire batch files
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont * Fix SIGINT handling
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont * Shorten timeouts to match v8's behavior
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont 344. [bug] When shutting down, lwresd sometimes tried
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont to shut down its client tasks twice,
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont triggering an assertion.
fc63119c8b7aa8827fad9e3e45e50c69bc2630e8Francis Dupont 343. [bug] Although zone maintenance SOA queries and
fc63119c8b7aa8827fad9e3e45e50c69bc2630e8Francis Dupont notify requests were signed with TSIG keys
fc63119c8b7aa8827fad9e3e45e50c69bc2630e8Francis Dupont when configured for the server in case,
d040fa2f1c9c3045420ee25933b699290ab19250Mark Andrews the TSIG was not verified on the response.
0155ecba77787bc625ef926cdc856829fc22133cTinderbox User 342. [bug] The wrong name was being passed to
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont dns_name_dup() when generating a TSIG
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont key using TKEY.
92384667ff3bc059237849b3afd4c715c9164435Evan Hunt 341. [func] Support 'key' clause in named.conf zone masters
92384667ff3bc059237849b3afd4c715c9164435Evan Hunt statement to allow authentication via TSIG keys:
64d715c22acbed195703bb9b96aac2b938a83de2Mark Andrews 10.0.0.1 port 5353 key "foo";
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt 340. [bug] The top-level COPYRIGHT file was missing from
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt the distribution.
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt 339. [bug] DNSSEC validation of the response to an ANY
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt query at a name with a CNAME RR in a secure
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt zone triggered an assertion failure.
c4f54e5bd1cd09f601252627b5b26768ab797742Evan Hunt 338. [bug] lwresd logged to syslog as named, not lwresd.
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt on the command line.
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt 336. [bug] "dig -f" used 64 k of memory for each line in
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt the file. It now uses much less, though still
aee6c351d3b517f3e6a4ddf770606617fd42015bTinderbox User proportionally to the file size.
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt 335. [bug] named would occasionally attempt recursion when
c4abb197160a74f7cd4ad23ebc63fbe0194010abEvan Hunt it was disallowed or undesired.
c4abb197160a74f7cd4ad23ebc63fbe0194010abEvan Hunt 334. [func] Added hmac-md5 to libisc.
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt 333. [bug] The resolver incorrectly accepted referrals to
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt domains that were not parents of the query name,
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt causing assertion failures.
90fc237a1fdf1680ef254f16b497f90ac759f71bEvan Hunt 332. [func] New function dns_name_reset().
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt 331. [bug] Only log "recursion denied" if RD is set. (RT #178)
90fc237a1fdf1680ef254f16b497f90ac759f71bEvan Hunt 330. [bug] Many debugging messages were partially formatted
0c3f2ff9738efe01c4e9cf62592516f27774b9d4Evan Hunt even when debugging was turned off, causing a
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt significant decrease in query performance.
90fc237a1fdf1680ef254f16b497f90ac759f71bEvan Hunt 329. [func] omapi_auth_register() now takes a size_t argument for
90fc237a1fdf1680ef254f16b497f90ac759f71bEvan Hunt the length of a key's secret data. Previously
0c3f2ff9738efe01c4e9cf62592516f27774b9d4Evan Hunt OMAPI only stored secrets up to the first NUL byte.
3cc8c7d63040a3eafde2b00e1f60465e7053208aEvan Hunt 328. [func] Added isc_base64_decodestring().
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt 327. [bug] rndc.conf parser wasn't correctly recognising an IP
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt address where a host specification was required.
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt 326. [func] 'keys' in an 'inet' control statement is now
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt required and must have at least one item in it.
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt A "not supported" warning is now issued if a 'unix'
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt control channel is defined.
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt 325. [bug] isc_lex_gettoken was processing octal strings when
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt ISC_LEXOPT_CNUMBER was not set.
b976c39c07f7672bd1293e878b3306c7decf8afeMark Andrews 324. [func] In the resolver, turn EDNS0 off if there is no
c3f6fd0e1983fc19e5fa735f52d2af8df74a69c3Evan Hunt response after a number of retransmissions.
b976c39c07f7672bd1293e878b3306c7decf8afeMark Andrews This is to allow queries some chance of succeeding
1feee79e1f8b946af9ebcc9dc31514aafb872438Mark Andrews even if all the authoritative servers of a zone
1feee79e1f8b946af9ebcc9dc31514aafb872438Mark Andrews silently discard EDNS0 requests instead of
c2f8108123c40f9be5c7d8255300e578ca8a47a6Mark Andrews sending an error response like they ought to.
c2f8108123c40f9be5c7d8255300e578ca8a47a6Mark Andrews 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
4e59131f1838d31eac9b355da467516ecd291752Mark Andrews Because of this, servers authoritative for a parent
4e59131f1838d31eac9b355da467516ecd291752Mark Andrews and grandchild zone but not authoritative for the
4e59131f1838d31eac9b355da467516ecd291752Mark Andrews intervening child zone did not correctly issue
f0a54842b1a50dac0b020958eb6025ed676f9a34Mark Andrews referrals to the servers of the child zone.
f0a54842b1a50dac0b020958eb6025ed676f9a34Mark Andrews 322. [bug] Queries for KEY RRs are now sent to the parent
0f5144163c44a67d9be986383769852a0dae502aMark Andrews server before the authoritative one, making
9208b81867e8d11a641065d55ee40d24512a8452Mark Andrews DNSSEC insecurity proofs work in many cases
9208b81867e8d11a641065d55ee40d24512a8452Mark Andrews where they previously didn't.
9208b81867e8d11a641065d55ee40d24512a8452Mark Andrews 321. [bug] When synthesizing a CNAME RR for a DNAME
0f5144163c44a67d9be986383769852a0dae502aMark Andrews response, query_addcname() failed to intitialize
f274cbeaed0e4c5fdbde9f5c30833d7f1da37cd3Mark Andrews the type and class of the CNAME dns_rdata_t,
f274cbeaed0e4c5fdbde9f5c30833d7f1da37cd3Mark Andrews causing random failures.
00fb0253c9df8a4686115745ae91d501f62c7451Mark Andrews 320. [func] Multiple rndc changes: parses an rndc.conf file,
00fb0253c9df8a4686115745ae91d501f62c7451Mark Andrews uses authentication to talk to named, command
00fb0253c9df8a4686115745ae91d501f62c7451Mark Andrews line syntax changed. This will all be described
a5c7cfbac4e401c41741c123347739ab87c80a52Mark Andrews 319. [func] The named.conf "controls" statement is now used
2ce24e13faacaf73286298f0068a7e7f0d03fdacMark Andrews to configure the OMAPI command channel.
d84a4d216d513bec15e83ec6c6e7863a24ff548bMark Andrews 318. [func] dns_c_ndcctx_destroy() could never return anything
c6e22bbaefce98c37c1def3f971d214a9a147ad5Evan Hunt except ISC_R_SUCCESS; made it have void return instead.
e82c572164eeaaa045a26196fe6096cbef3c10c8Mark Andrews 317. [func] Use callbacks from libomapi to determine if a
1a849dab19287148f12da50d890f455f02aa3622Evan Hunt new connection is valid, and if a key requested
d84a4d216d513bec15e83ec6c6e7863a24ff548bMark Andrews to be used with that connection is valid.
6932de75eff5f92475027d294264c80478c3c070Tinderbox User 316. [bug] Generate a warning if we detect an unexpected <eof>
dd66b77417aff9a7805f52b1e37ac48e647e0102Evan Hunt but treat as <eol><eof>.
40b28f54029a5399fc17d895dd9e8bbcd97d6b70Mark Andrews 315. [bug] Handle non-empty blanks lines. (RT #163)
40b28f54029a5399fc17d895dd9e8bbcd97d6b70Mark Andrews 314. [func] The named.conf controls statement can now have
7fbfa379e25b675ec46ae30925b4b2923a07c893Francis Dupont more than one key specified for the inet clause.
7fbfa379e25b675ec46ae30925b4b2923a07c893Francis Dupont 313. [bug] When parsing resolv.conf, don't terminate on an
498b0610312364afc5698b2e4caaa4dcc836133aEvan Hunt error. Instead, parse as much as possible, but
498b0610312364afc5698b2e4caaa4dcc836133aEvan Hunt still return an error if one was found.
7caeff39c28e82ec720c75d86528bb903dae77d4Jeremy C. Reed 312. [bug] Increase the number of allowed elements in the
498b0610312364afc5698b2e4caaa4dcc836133aEvan Hunt resolv.conf search path from 6 to 8. If there
90e0af6bc6c1bcafad126e1779fc478c0aeaeb8fEvan Hunt are more than this, ignore the remainder rather
90e0af6bc6c1bcafad126e1779fc478c0aeaeb8fEvan Hunt than returning a failure in lwres_conf_parse.
72775a79fedd13e19a567432ace70d7ead28e433Mark Andrews 311. [bug] lwres_conf_parse failed when the first line of
72775a79fedd13e19a567432ace70d7ead28e433Mark Andrews resolv.conf was empty or a comment.
871f3c8beeb2134b17414ec167b90a57adb8e122Mark Andrews 310. [func] Changes to named.conf "controls" statement (inet
871f3c8beeb2134b17414ec167b90a57adb8e122Mark Andrews subtype only)
6a6821668d0ff38c34303d63f727fcd11cc36863Evan Hunt - support "keys" clause
188690149b54145e1936898e565eb9eec139bbfeEvan Hunt inet * port 1024
188690149b54145e1936898e565eb9eec139bbfeEvan Hunt allow { any; } keys { "foo"; }
27174d90ccf7d15539b9384744dbbe7beae1723cEvan Hunt - allow "port xxx" to be left out of statement,
27174d90ccf7d15539b9384744dbbe7beae1723cEvan Hunt in which case it defaults to omapi's default port
eb6d61d5e02946e1a7a959bac37eae9dbbc2051bEvan Hunt 309. [bug] When sending a referral, the server did not look
eb6d61d5e02946e1a7a959bac37eae9dbbc2051bEvan Hunt for name server addresses as glue in the zone
eb6d61d5e02946e1a7a959bac37eae9dbbc2051bEvan Hunt holding the NS RRset in the case where this zone
79921aeec24a15883cf3c22a15c77837e69a46beMark Andrews was not the same as the one where it looked for
79921aeec24a15883cf3c22a15c77837e69a46beMark Andrews name server addresses as authoritative data.
188690149b54145e1936898e565eb9eec139bbfeEvan Hunt 308. [bug] Treat a SOA record not at top of zone as an error
58a1051e92d46638306e2c17806307c04065c2b3Mark Andrews when loading a zone. (RT #154)
8197ef7cb5619160600bf1c6e5e8374a6c10838fEvan Hunt 307. [bug] When canceling a query, the resolver didn't check for
8197ef7cb5619160600bf1c6e5e8374a6c10838fEvan Hunt isc_socket_sendto() calls that did not yet have their
8197ef7cb5619160600bf1c6e5e8374a6c10838fEvan Hunt completion events posted, so it could (rarely) end up
8197ef7cb5619160600bf1c6e5e8374a6c10838fEvan Hunt destroying the query context and then want to use
1831311ac6179951c8fcca75aa29dc2f5c0218b9Francis Dupont it again when the send event posted, triggering an
c12c746e3abad9e4100c6694118adc1df398f0bcMark Andrews assertion as it tried to cancel an already-canceled
c12c746e3abad9e4100c6694118adc1df398f0bcMark Andrews query. (RT #77)
c81d56c03effca6303a4ba07c74163a2031b36e9Mark Andrews 306. [bug] Reading HMAC-MD5 private key files didn't work.
48f97c23b7d59c925fc3f4280972e50b8ef67c35Mark Andrews 305. [bug] When reloading the server with a config file
5d722dead43a8c087afde46f958b1d3351a2125bTinderbox User containing a syntax error, it could catch an
1c182f1516d3d14de6df81f4103ebfe538a519f6Evan Hunt assertion failure trying to perform zone
12002ea49e5a5a6f7b9c22280dd2cb1f3f44abcfEvan Hunt maintenance on tentatively created zones whose
12002ea49e5a5a6f7b9c22280dd2cb1f3f44abcfEvan Hunt views were never fully configured and lacked
6979ebf549b9c0ccd115bbf8c0d905600086f292Mark Andrews an address database.
6979ebf549b9c0ccd115bbf8c0d905600086f292Mark Andrews 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
b24061719ced97ecdbc7cfcf925c217d0dd80834Mark Andrews are listed in resolv.conf, silently ignore them
b24061719ced97ecdbc7cfcf925c217d0dd80834Mark Andrews instead of returning failure.
9c0589bc8b1401e02c9b557737cb756e86b094ffMark Andrews 303. [bug] Add additional sanity checks to differentiate a AXFR
9c0589bc8b1401e02c9b557737cb756e86b094ffMark Andrews response vs a IXFR response. (RT #157)
dda69168ead4bb44f5a23949a04ee2069b7d4ef0Mark Andrews 302. [bug] In dig, host, and nslookup, MXNAME should be large
dda69168ead4bb44f5a23949a04ee2069b7d4ef0Mark Andrews enough to hold any legal domain name in presentation
dda69168ead4bb44f5a23949a04ee2069b7d4ef0Mark Andrews format + terminating NULL.
ed1c845c1d3a6b9c2c38e9f7ab177d4ce0309639Mark Andrews 301. [bug] Uninitalised pointer in host:printmessage(). (RT #159)
7b04216015f6984fa43fc96f1c741ec287f84917Evan Hunt 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
7b04216015f6984fa43fc96f1c741ec287f84917Evan Hunt on platforms lacking IPv6 because each included their
7b04216015f6984fa43fc96f1c741ec287f84917Evan Hunt own ipv6 header file for the missing definitions. Now
7d891eaf911e5cab1f704615f8f1ef87c8716f46Mark Andrews each library's ipv6.h defines the wrapper symbol of
7d891eaf911e5cab1f704615f8f1ef87c8716f46Mark Andrews the other (ISC_IPV6_H and LWRES_IPV6_H).
ffeaac1d826b541af39d7b20b9b68ff19ff01832Mark Andrews 299. [cleanup] Get the user and group information before changing the
ffeaac1d826b541af39d7b20b9b68ff19ff01832Mark Andrews root directory, so the administrator does not need to
ffeaac1d826b541af39d7b20b9b68ff19ff01832Mark Andrews keep a copy of the user and group databases in the
c83b91fb6345464807161cc36c5d9046a15d5866Mark Andrews chroot'ed environment. Suggested by Hakan Olsson.
fa827173df3418bc56774aa528f7ca30fd0ee17cMark Andrews 298. [bug] A mutex deadlock occurred during shutdown of the
fa827173df3418bc56774aa528f7ca30fd0ee17cMark Andrews interface manager under certain conditions.
fa827173df3418bc56774aa528f7ca30fd0ee17cMark Andrews Digital Unix systems were the most affected.
1c5990c2f98abf0c2adf7f54a531d8a4a3965414Mark Andrews 297. [bug] Specifying a key name that wasn't fully qualified
1c5990c2f98abf0c2adf7f54a531d8a4a3965414Mark Andrews in certain parts of the config file could cause
80169c379dd4e0a6e164b7cac4bf5fa013c91138Mark Andrews an assertion failure.
80169c379dd4e0a6e164b7cac4bf5fa013c91138Mark Andrews 296. [bug] "make install" from a separate build directory
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews failed unless configure had been run in the source
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews directory, too.
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews 295. [bug] When invoked with type==CNAME and a message
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews not constructed by dns_message_parse(),
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews dns_message_findname() failed to find anything
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews due to checking for attribute bits that are set
6b6d6509f6d80afae74eeb9f2e5baba696e29f32Mark Andrews only in dns_message_parse(). This caused an
6b6d6509f6d80afae74eeb9f2e5baba696e29f32Mark Andrews infinite loop when constructing the response to
9a36fb86f5019f25705d25ea729d03fcf8ecaa95Mark Andrews an ANY query at a CNAME in a secure zone.
a266ab205bfd1c510022e2cd2a8cb62988242593Mark Andrews 294. [bug] If we run out of space in while processing glue
a266ab205bfd1c510022e2cd2a8cb62988242593Mark Andrews when reading a master file and commit "current name"
a266ab205bfd1c510022e2cd2a8cb62988242593Mark Andrews reverts to "name_current" instead of staying as
3867312e4cc5c53d20f4020cc5b2459154406135Mark Andrews "name_glue".
3867312e4cc5c53d20f4020cc5b2459154406135Mark Andrews 293. [port] Add support for FreeBSD 4.0 system tests.
8dba0e7d87d192deef8b2aac197e4f508043a30cEvan Hunt 292. [bug] Due to problems with the way some operating systems
8dba0e7d87d192deef8b2aac197e4f508043a30cEvan Hunt handle simultaneous listening on IPv4 and IPv6
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews addresses, the server no longer listens on IPv6
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews addresses by default. To revert to the previous
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews behavior, specify "listen-on-v6 { any; };" in
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews the config file.
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews 291. [func] Caching servers no longer send outgoing queries
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews over TCP just because the incoming recursive query
52131a835133a76cb62d4a7d8bcf5fe7bf858858Mark Andrews was a TCP one.
52131a835133a76cb62d4a7d8bcf5fe7bf858858Mark Andrews 290. [cleanup] +twiddle option to dig (for testing only) removed.
f687e639f00a31e0884fb2c95a627b10b50c364bEvan Hunt 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
f687e639f00a31e0884fb2c95a627b10b50c364bEvan Hunt host is now installed in $bindir. (Be sure to remove
523f3d630243211ddfda852f5224f7eff681d3a5Evan Hunt any $sbindir/dig from a previous release.)
523f3d630243211ddfda852f5224f7eff681d3a5Evan Hunt 288. [func] rndc is now installed by "make install" into $sbindir.
2fa1fc53324c0fca978c902e883c7cc011210536Mark Andrews 287. [bug] rndc now works again as "rndc 127.1 reload" (for
2fa1fc53324c0fca978c902e883c7cc011210536Mark Andrews only that task). Parsing its configuration file and
c9e976dc43070e2ed87988eeabed71195fab88baEvan Hunt using digital signatures for authentication has been
c9e976dc43070e2ed87988eeabed71195fab88baEvan Hunt disabled until named supports the "controls" statement,
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt 286. [bug] On Solaris 2, when named inherited a signal state
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt where SIGHUP had the SIG_IGN action, SIGHUP would
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt be ignored rather than causing the server to reload
948c80ffa8f4efbade049f49d9751675f6937cf4Tinderbox User its configuration.
fec7998314cbdaf1dc89513ffff5b45fc8ed73fdMark Andrews 285. [bug] A change made to the dst API for beta4 inadvertently
fec7998314cbdaf1dc89513ffff5b45fc8ed73fdMark Andrews broke OMAPI's creation of a dst key from an incoming
fec7998314cbdaf1dc89513ffff5b45fc8ed73fdMark Andrews message, causing an assertion to be triggered. Fixed.
7ae9399897c55d35cb6764277bce4b91d052e0dcEvan Hunt 284. [func] The DNSSEC key generation and signing tools now
3d066288ad6c6fe2ec2a54475f541a305a085068Evan Hunt generate randomness from keyboard input on systems
74717eef53ba5d6aefc80eb262bbb090ff4bb3b5Mark Andrews 283. [cleanup] The 'lwresd' program is now a link to 'named'.
74717eef53ba5d6aefc80eb262bbb090ff4bb3b5Mark Andrews 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt too big for an unsigned long.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 281. [bug] Fixed list of recognized config file category names.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 280. [func] Add isc-config.sh, which can be used to more
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt easily build applications that link with
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt our libraries.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 279. [bug] Private omapi function symbols shared between
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt two or more files in libomapi.a were not namespace
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt protected using the ISC convention of starting with
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt the library name and two underscores ("omapi__"...)
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt note of when isc_log_categorybyname() wasn't able
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt to find the category name and would then apply the
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt channel list of the unknown category to all categories.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt would fail to find the first member of any category
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt or module array apart from the internal defaults.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt Thus, for example, the "notify" category was improperly
c5379f197647b6e20d5bf48276c8c3b9f676c447Evan Hunt configured by named.
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt 276. [bug] dig now supports maximum sized TCP messages.
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt 275. [bug] The definition of lwres_gai_strerror() was missing
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt the lwres_ prefix.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 273. [func] The default for the 'transfer-format' option is
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt now 'many-answers'. This will break zone transfers
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt to BIND 4.9.5 and older unless there is an explicit
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 'one-answer' configuration.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 272. [bug] The sending of large TCP responses was canceled
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt in mid-transmission due to a race condition
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt caused by the failure to set the client object's
2548678376b5171567c902ef2d1768d2fc57f233Evan Hunt "newstate" variable correctly when transitioning
2548678376b5171567c902ef2d1768d2fc57f233Evan Hunt to the "working" state.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 271. [func] Attempt to probe the number of cpus in named
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt if unspecified rather than defaulting to 1.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 270. [func] Allow maximum sized TCP answers.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 269. [bug] Failed DNSSEC validations could cause an assertion
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt failure by causing clone_results() to be called with
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt with hevent->node == NULL.
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt 268. [doc] A plain text version of the Administrator
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt Reference Manual is now included in the distribution,
7c73ac5e130db18837724ab53d46b23ddb98ce6eMark Andrews 267. [func] Nsupdate is now provided in the distribution.
7c73ac5e130db18837724ab53d46b23ddb98ce6eMark Andrews 266. [bug] zone.c:save_nsrrset() node was not initalized.
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt 265. [bug] dns_request_create() now works for TCP.
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt 264. [func] Dispatch can not take TCP sockets in connecting
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt state. Set DNS_DISPATCHATTR_CONNECTED when calling
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews dns_dispatch_createtcp() for connected TCP sockets
11649973111d83027faf08ed4fb36a2b3c29c875Mark Andrews or call dns_dispatch_starttcp() when the socket is
74745c760c8ac4462aceb2fa6e55bc545621c66dEvan Hunt 263. [func] New logging channel type 'stderr'
905ba39e10a8f483d167b992ec31f4c0bf34326eMark Andrews channel some-name {
087b3e8d90c482600c20f1bd6958697419c4e77dEvan Hunt severity error;
24aaa0440116357eef3ab3796ebe53318b03b1ecEvan Hunt 262. [bug] 'master' was not initalized in zone.c:stub_callback().
a0707b6acf359b78e06fd06228ebeec5758e7e1dJeremy C. Reed 261. [func] Add dns_zone_markdirty().
840d6a4614f6a561fc076d0797d144e9f28e06bcMark Andrews 260. [bug] Running named as a non-root user failed on Linux
251be6e99493754700f868e0021c48b82d1c670cMark Andrews kernels new enough to support retaining capabilities
d4859b0b2a0510d8c4f3c48c606a5568a3b0c1d8Mark Andrews after setuid().
53f91cbd80dc353ecb7e8914dae84a6cd85c67c6Mark Andrews 259. [func] New random-device and random-seed-file statements
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt for global options block of named.conf. Both accept
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt a single string argument.
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt 258. [bug] Fixed printing of lwres_addr_t.address field.
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews 257. [bug] The server detached the last zone manager reference
cef76ee5bd845a80e06da934edce4225bdba22a1Mark Andrews too early, while it could still be in use by queries.
3d66a979b531b8549b412d9b592a6906fbb40143Mark Andrews This manifested itself as assertion failures during the
e0421bf2c57e3bb8cee8fa33470bfcf450305867Evan Hunt shutdown process for busy name servers (RT #133).
3d66a979b531b8549b412d9b592a6906fbb40143Mark Andrews 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
fea81a5e0e9485b24262b6a7271a4643a4d2bad4Tinderbox User isc_ratelimiter_shutdown guarantees that the rate
d90344224afc80459778e4c3412fd1f9463e24d4Mark Andrews limiter is detached from its task.
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews 255. [func] New function dns_zonemgr_attach().
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews 254. [bug] Suppress "query denied" messages on additional data
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews --- 9.0.0b4 released ---
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews 253. [func] resolv.conf parser now recognises ';' and '#' as
5244e505adc08719e1387392c6eb85c453729256Mark Andrews comments (anywhere in line, not just as the beginning).
cfe32752a66fe1f050d5ed7ddce75f6d58fe1637Evan Hunt 252. [bug] resolv.conf parser mishandled masks on sortlists.
cfe32752a66fe1f050d5ed7ddce75f6d58fe1637Evan Hunt It also aborted when an unrecognized keyword was seen,
cfe32752a66fe1f050d5ed7ddce75f6d58fe1637Evan Hunt now it silently ignores the entire line.
493f3eb297ea90ad2eb349591f1cb88194dce46dMark Andrews 251. [bug] lwresd caught an assertion failure on startup.
c5734964e6400f9e6d8c3f057fcccab596929deaMark Andrews 250. [bug] fixed handling of size+unit when value would be too
d0ffef73fdee75f30e33c628a31d031616ad9433Evan Hunt large for internal representation.
eaa2277753c6e7e642e83b2ccd27671a15336310Evan Hunt 249. [cleanup] max-cache-size config option now takes a size-spec
eaa2277753c6e7e642e83b2ccd27671a15336310Evan Hunt like 'datasize', except 'default' is not allowed.
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt 248. [bug] global lame-ttl option was not being printed when
a338c2d94781f676283f1b110f7802c71e2015bdMukund Sivaraman config structures were written out.
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews 247. [cleanup] Rename cache-size config option to max-cache-size.
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews 246. [func] Rename global option cachesize to cache-size and
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews add corresponding option to view statement.
c38341ec435fb78de6d12c1001201f9ac7487b68Mark Andrews 245. [bug] If an uncompressed name will take more than 255
c38341ec435fb78de6d12c1001201f9ac7487b68Mark Andrews bytes and the buffer is sufficiently long,
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews dns_name_fromwire should return DNS_R_FORMERR,
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews not ISC_R_NOSPACE. This bug caused cause the
7712d1660a308ec3de17f1ddbbf801eb0d663f3eEvan Hunt server to catch an assertion failure when it
7712d1660a308ec3de17f1ddbbf801eb0d663f3eEvan Hunt received a query for a name longer than 255
b04839cfe21f131a8e7c7cae2a89e6ca8b678b5aMark Andrews 244. [bug] empty named.conf file and empty options statement are
3a55d4352767acb4e0572aabfa917610001f5c9cMark Andrews now parsed properly.
bc5db10d721aa9bf570578e52e17371e67bfcf5cMark Andrews 243. [func] new cachesize option for named.conf
bc5db10d721aa9bf570578e52e17371e67bfcf5cMark Andrews 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
70be3889746884692aa49939833d624ddd432bf0Mark Andrews 241. [cleanup] nscount and soacount have been removed from the
70be3889746884692aa49939833d624ddd432bf0Mark Andrews dns_master_*() arguement lists.
2383eb527269d333df4222da20e4b422c3662daaEvan Hunt 240. [func] databases now come in three flavours: zone, cache
586db4a3e4664109fe8ce31fdd6a1b9c5bb67cbfMukund Sivaraman 239. [func] If ISC_MEM_DEBUG is enabled, the variable
275a8affe74d29d5fa51c9ba7172b90e9968199aMark Andrews isc_mem_debugging controls whether messages
275a8affe74d29d5fa51c9ba7172b90e9968199aMark Andrews are printed or not.
c6d2e19b964b304f1b0fd32d6faf43deca568979Evan Hunt 238. [cleanup] A few more compilation warnings have been quieted:
6a6838f97363c7f3abe47e1fb116be2593bc53a5Mark Andrews + missing sigwait prototype on BSD/OS 4.0/4.0.1.
6a6838f97363c7f3abe47e1fb116be2593bc53a5Mark Andrews + PTHREAD_ONCE_INIT unbraced initializer warnings on
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews Solaris 2.8.
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews + IN6ADDR_ANY_INIT unbraced initializer warnings on
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews BSD/OS 4.*, Linux and Solaris 2.8.
89cf81b4625c574f60c21e0dce12b150f3c5583cMark Andrews 237. [bug] If connect() returned ENOBUFS when the resolver was
89cf81b4625c574f60c21e0dce12b150f3c5583cMark Andrews initiating a TCP query, the socket didn't get
89cf81b4625c574f60c21e0dce12b150f3c5583cMark Andrews destroyed, and the server did not shut down cleanly.
2064e46209f35d2afad526622d975647f9c2098bMark Andrews 236. [func] Added new listen-on-v6 config file statement.
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews 235. [func] Consider it a config file error if a listen-on
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews statement has an IPv6 address in it, or a
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews listen-on-v6 statement has an IPv4 address in it.
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews 234. [bug] Allow a trusted-key's first field (domain-name) be
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews either a quoted or an unquoted string, instead of
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews requiring a quoted string.
3c13af375900ffe79af4926953799e6123c9d698Mark Andrews 233. [cleanup] Convert all config structure integer values to unsigned
3c13af375900ffe79af4926953799e6123c9d698Mark Andrews integer (isc_uint32_t) to match grammer.
d734818278966c45af997c7242e8cccd7a91a0b3Mark Andrews 232. [bug] Allow slave zones to not have a file.
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews 231. [func] Support new 'port' clause in config file options
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews section. Causes 'listen-on', 'masters' and
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews 'also-notify' statements to use its value instead of
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews default (53).
89119e3cafff373426858f6cec7c09539f53e209Mark Andrews 230. [func] Replace the dst sign/verify API with a cleaner one.
33399d6a143403bc4a9ccb9307af43ef04ab7633Mark Andrews 229. [func] Support config file sig-validity-interval statement
33399d6a143403bc4a9ccb9307af43ef04ab7633Mark Andrews in options, views and zone statements (master
33399d6a143403bc4a9ccb9307af43ef04ab7633Mark Andrews zones only).
ef117da20559f2a65f46ed9eb40deab5026cbd66Mark Andrews 228. [cleanup] Logging messages in config module stripped of
ef117da20559f2a65f46ed9eb40deab5026cbd66Mark Andrews trailing period.
ba5c73b383b08326ab6b5ad2d7ca43e117e212f1Mark Andrews 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
ba5c73b383b08326ab6b5ad2d7ca43e117e212f1Mark Andrews dns_rcode_*, dns_opcode_*, and dns_trust_* are
bf59efcf0ed41186a5f9c1ca61da15a3c99b46f3Mark Andrews also now cast to their appropriate types, as with
bf59efcf0ed41186a5f9c1ca61da15a3c99b46f3Mark Andrews dns_rdatatype_* in item number 225 below.
cac2181160bdb3ccc89e3560addae5e38d4c05e3Evan Hunt 226. [func] dns_name_totext() now always prints the root name as
cac2181160bdb3ccc89e3560addae5e38d4c05e3Evan Hunt '.', even when omit_final_dot is true.
faefeaddb39e693ea6cbcb81f2e5dbded21ced93Evan Hunt 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt cast to dns_rdatatype_t via macros of their same name
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt so that they are of the proper integral type wherever
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt a dns_rdatatype_t is needed.
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews 224. [cleanup] The entire project builds cleanly with gcc's
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt -Wcast-qual and -Wwrite-strings warnings enabled,
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt which is now the default when using gcc. (Warnings
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt from confparser.c, because of yacc's code, are
f5bb5eb7f6640af4a94e666bf1d7f84a6a7f1f23Mark Andrews unfortunately to be expected.)
f5bb5eb7f6640af4a94e666bf1d7f84a6a7f1f23Mark Andrews 223. [func] Several functions were reprototyped to qualify one
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews or more of their arguments with "const". Similarly,
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews several functions that return pointers now have
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews those pointers qualified with const.
42782931073786f98d3d0a617351db40066949a4Mukund Sivaraman 222. [bug] The global 'also-notify' option was ignored.
42782931073786f98d3d0a617351db40066949a4Mukund Sivaraman 221. [bug] An uninitialized variable was sometimes passed to
c1d33c159bf81d6faf9948ac9a6f307ca52284afEvan Hunt dns_rdata_freestruct() when loading a zone, causing
c1d33c159bf81d6faf9948ac9a6f307ca52284afEvan Hunt an assertion failure.
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt 220. [cleanup] Set the default outgoing port in the view, and
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt set it in sockaddrs returned from the ADB.
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt [31-May-2000 explorer]
8d8f9f7f86a33a155dd74b9b2c1317afca555d54Evan Hunt 219. [bug] Signed truncated messages more correctly follow
8d8f9f7f86a33a155dd74b9b2c1317afca555d54Evan Hunt the respective specs.
7c9d11b654028f9901183c076b37a5494635f447Evan Hunt 218. [func] When an rdataset is signed, its ttl is normalized
7c9d11b654028f9901183c076b37a5494635f447Evan Hunt based on the signature validity period.
20dec973da306d5b0776c9d3b598fdbd3a59a28eMark Andrews 217. [func] Also-notify and trusted-keys can now be used in
20dec973da306d5b0776c9d3b598fdbd3a59a28eMark Andrews the 'view' statement.
3b187cad7a1754e098ab9dabfcb44c8b437fb589Mark Andrews 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
b16d99bac1d100735224ab3eaa84632537ff21b5Mark Andrews 215. [bug] Failures at certain points in request processing
79d27f505a67ee1fb5cf104cbe7b1ead67d252b4Mukund Sivaraman could cause the assertion INSIST(client->lockview
79d27f505a67ee1fb5cf104cbe7b1ead67d252b4Mukund Sivaraman == NULL) to be triggered.
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman 214. [func] New public function isc_netaddr_format(), for
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman formatting network addresses in log messages.
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman 213. [bug] Don't leak memory when reloading the zone if
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman an update-policy clause was present in the old zone.
93d4128dcd54c152cf97b2c36caba8f3c8de3280Mark Andrews 212. [func] Added dns_message_get/settsigkey, to make TSIG
93d4128dcd54c152cf97b2c36caba8f3c8de3280Mark Andrews key management reasonable.
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews 211. [func] The 'key' and 'server' statements can now occur
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews inside 'view' statements.
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews 210. [bug] The 'allow-transfer' option was ignored for slave
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt zones, and the 'transfers-per-ns' option was
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt was ignored for all zones.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt 209. [cleanup] Upgraded openssl files to new version 0.9.5a
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt of an isc_offset_t.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt 207. [func] The dnssec tools properly use the logging subsystem.
fa6308bd57f716732ba70bbafc1d09e861e4acc1Mark Andrews 206. [cleanup] dst now stores the key name as a dns_name_t, not
a4d76e3f0ba6f1fc2ba4b324f318e909b83bc860Evan Hunt 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
a4d76e3f0ba6f1fc2ba4b324f318e909b83bc860Evan Hunt ("prototyped function redeclared without prototype")
3d751891410f9892ca1c1deba2f7d8556ae91b0cMark Andrews and 1552 ("variable ... set but not used") when
3d751891410f9892ca1c1deba2f7d8556ae91b0cMark Andrews compiling in the lib/dns/sec/{dnssafe,openssl}
3d751891410f9892ca1c1deba2f7d8556ae91b0cMark Andrews directories, which contain code imported from outside
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews to quiet the warnings that "The linked output may not
9b819daddf8f4a5bd42276ee91bf9686d42f3ceeMark Andrews run on a PA 1.x system."
9b819daddf8f4a5bd42276ee91bf9686d42f3ceeMark Andrews 203. [func] notify and zone soa queries are now tsig signed when
586d94eb740587975d5348b22a5fb8440d95925dMark Andrews appropriate.
f7ae6c8fdd2cd5e276251647e6852cccfc92847bMark Andrews 202. [func] isc_lex_getsourceline() changed from returning int
586d94eb740587975d5348b22a5fb8440d95925dMark Andrews to returning unsigned long, the type of its underlying
a569e1b3213668bc704194367ea12c23456ad1d2Mark Andrews 201. [cleanup] Removed the test/sdig program, it has been
603a78708343f063b44affb882ef93bb19a5142aMark Andrews --- 9.0.0b3 released ---
603a78708343f063b44affb882ef93bb19a5142aMark Andrews 200. [bug] Failures in sending query responses to clients
ba586e9568364eb2da871f5fb2b71716f7c31865Mark Andrews (e.g., running out of network buffers) were
a0f91e910bd9af006a65e555ec4082864ca1eb8dMark Andrews 199. [bug] isc_heap_delete() sometimes violated the heap
570216f5a373cdaaa2eb2d9b5990150dd5a7b41bEvan Hunt invariant, causing timer events not to be posted
0fe07891819138ad6e1de45f279cff940d170542Mark Andrews 198. [func] Dispatch managers hold memory pools which
0fe07891819138ad6e1de45f279cff940d170542Mark Andrews any managed dispatcher may use. This allows
0fe07891819138ad6e1de45f279cff940d170542Mark Andrews us to avoid dipping into the memory context for
ea58c563bccc2a8dc20886c99c7c3334a971b6d3Evan Hunt most allocations. [19-May-2000 explorer]
ea58c563bccc2a8dc20886c99c7c3334a971b6d3Evan Hunt 197. [bug] When an incoming AXFR or IXFR completes, the
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed zone's internal state is refreshed from the
27b09ceb12ec95de461bd2780615d4064ccb1419Mark Andrews SOA data. [19-May-2000 explorer]
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt 196. [func] Dispatchers can be shared easily between views
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt and/or interfaces. [19-May-2000 explorer]
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt 195. [bug] Including the NXT record of the root domain
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt in a negative response caused an assertion
6fa84a3e255ef9e6233f0a8d134fc6d273f04599Evan Hunt 194. [doc] The PDF version of the Administrator's Reference
7f7d32d1e4023a4a74432e45dd4105ea0528c3cfEvan Hunt Manual is no longer included in the ISC BIND9
104f0e51ac7f472e69d53e4900fe121b7dc78537Tinderbox User distribution.
ca84a056bdb492e8894c70fd7bf6a885df03039fMark Andrews 193. [func] changed dst_key_free() prototype.
01f881c1c5683054ee3366929eae6f811777ce46Mark Andrews 192. [bug] Zone configuration validation is now done at end
ca84a056bdb492e8894c70fd7bf6a885df03039fMark Andrews of config file parsing, and before loading
a14fe8522977d391096942aae5250f00ca32d2d4Mark Andrews 191. [func] Patched to compile on UnixWare 7.x. This platform
a14fe8522977d391096942aae5250f00ca32d2d4Mark Andrews is not directly supported by the ISC.
5a8edcafd13fc63a066e8e42e0f95cdbf9606414Mark Andrews 190. [cleanup] The DNSSEC tools have been moved to a separate
5a8edcafd13fc63a066e8e42e0f95cdbf9606414Mark Andrews directory dnssec/ and given the following new,
05816676bb82a5657a741ef4d378c7fb83912cfcMark Andrews more descriptive names:
05816676bb82a5657a741ef4d378c7fb83912cfcMark Andrews dnssec-keygen
29225772176ec580b2c903928a5c18e2e24889d0Mark Andrews dnssec-signzone
29225772176ec580b2c903928a5c18e2e24889d0Mark Andrews dnssec-signkey
1b513b6120e6f445960149b8f057aea19e1f5fe6Francis Dupont dnssec-makekeyset
8114b0be01e98526f91da33f9685ac7014fcc598Mark Andrews Their command line arguments have also been changed to
761f60fc356c9987258cd10b4aa216c6296d922bFrancis Dupont be more consistent. dnssec-keygen now prints the
0e338b60cdb2cf7cedb4fc17f6a14b518d1245c8Mark Andrews name of the generated key files (sans extension)
0e338b60cdb2cf7cedb4fc17f6a14b518d1245c8Mark Andrews on standard output to simplify its use in automated
2c172a42b39da5913fc6b2c0d3ce987c206991faMark Andrews 189. [func] isc_time_secondsastimet(), a new function, will ensure
faa01edd13613c077c3cb663c36f36bd527d1a4bMark Andrews that the number of seconds in an isc_time_t does not
faa01edd13613c077c3cb663c36f36bd527d1a4bMark Andrews exceed the range of a time_t, or return ISC_R_RANGE.
faa01edd13613c077c3cb663c36f36bd527d1a4bMark Andrews Similarly, isc_time_now(), isc_time_nowplusinterval(),
1ea6e09c376b1351c614474a88675b1a9bda6571Evan Hunt isc_time_add() and isc_time_subtract() now check the
1ea6e09c376b1351c614474a88675b1a9bda6571Evan Hunt range for overflow/underflow. In the case of
1ea6e09c376b1351c614474a88675b1a9bda6571Evan Hunt isc_time_subtract, this changed a calling requirement
60988462e5d6db53205851d056e3482a29239be9Evan Hunt (ie, something that could generate an assertion)
60988462e5d6db53205851d056e3482a29239be9Evan Hunt into merely a condition that returns an error result.
60988462e5d6db53205851d056e3482a29239be9Evan Hunt isc_time_add() and isc_time_subtract() were void-
cd07e4d038fda6f9bacecb3067cc6fa43a67fc0aMark Andrews valued before but now return isc_result_t.
b36fc8294e1328912b940899d436c60986c92435Mark Andrews 188. [func] Log a warning message when an incoming zone transfer
b36fc8294e1328912b940899d436c60986c92435Mark Andrews contains out-of-zone data.
b36fc8294e1328912b940899d436c60986c92435Mark Andrews 187. [func] isc_ratelimter_enqueue() has an additional arguement
c0c4512020c0a4a9e5b087cb8cad1cd68fb3f52eEvan Hunt 186. [func] dns_request_getresponse() has an additional arguement
c0de0cd8d88485aba260a08dccca76f83bdf9538Tinderbox User 'preserve_order'.
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews public functions did not have an isc__ prefix, and
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews referred to functions that had previously been
87344c2cb3d4b413941d514a078f4098bcb816e9Mark Andrews 184. [cleanup] Variables/functions which began with two leading
87344c2cb3d4b413941d514a078f4098bcb816e9Mark Andrews underscores were made to conform to the ANSI/ISO
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt standard, which says that such names are reserved.
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt for logging the program name or other identifier.
2b78610512f208a6a35eb0976d039c2001cba7e6Evan Hunt 182. [cleanup] New commandline parameters for dnssec tools
2b78610512f208a6a35eb0976d039c2001cba7e6Evan Hunt 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt 179. [func] options named.conf statement *must* now come
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt before any zone or view statements.
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt 178. [func] Post-load of named.conf check verifies a slave zone
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt has non-empty list of masters defined.
5cef2421bde74ef8f789c9c83c1219553060ce16Mark Andrews 177. [func] New per-zone boolean:
b4ba66ba1e36a6d8236d20be55273ce663819d69Evan Hunt enable-zone yes | no ;
5cef2421bde74ef8f789c9c83c1219553060ce16Mark Andrews intended to let a zone be disabled without having
5cef2421bde74ef8f789c9c83c1219553060ce16Mark Andrews to comment out the entire zone statement.
3e5743068c95036324c24efa47b36ab0f7916d47Evan Hunt 176. [func] New global and per-view option:
c11e46110b2b6236c68d89d4ea557c1d35e5d271Mark Andrews max-cache-ttl number
c11e46110b2b6236c68d89d4ea557c1d35e5d271Mark Andrews 175. [func] New global and per-view option:
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt additional-data internal | minimal | maximal;
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt 174. [func] New public function isc_sockaddr_format(), for
76884179fd3ba491db80a285c752671025f74730Mark Andrews formatting socket addresses in log messages.
eb1a7730f013e9a16d709c9ee8f41d73cde3680eEvan Hunt 173. [func] Keep a queue of zones waiting for zone transfer
eb1a7730f013e9a16d709c9ee8f41d73cde3680eEvan Hunt quota so that a new transfer can be dispatched
eb1a7730f013e9a16d709c9ee8f41d73cde3680eEvan Hunt immediately whenever quota becomes available.
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt 172. [bug] $TTL directive was sometimes missing from dumped
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt master files because totext_ctx_init() failed to
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt initialize ctx->current_ttl_valid.
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt 171. [cleanup] On NetBSD systems, the mit-pthreads or
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt unproven-pthreads library is now always used
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt unless --with-ptl2 is explicitly specified on
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt the configure command line. The
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt --with-mit-pthreads option is no longer needed
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt and has been removed.
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews 170. [cleanup] Remove inter server consistancy checks from zone,
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews these should return as a seperate module in 9.1.
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews dns_zone_checkservers(), dns_zone_checkparents(),
37f7c4c673622e984a41570fda42c1a678622fa4Tinderbox User dns_zone_checkchildren(), dns_zone_checkglue().
e916c4f840e6f05c1137a2653b4ef70a1056bf74Mark Andrews Remove dns_zone_setadb(), dns_zone_setresolver(),
e916c4f840e6f05c1137a2653b4ef70a1056bf74Mark Andrews dns_zone_setrequestmgr() these should now be found
471f2b71d89897204af3f2ab00a010e4327e44f9Mark Andrews via the view.
471f2b71d89897204af3f2ab00a010e4327e44f9Mark Andrews 169. [func] ratelimiter can now process N events per interval.
1a9932dde111e05b4b9177c1146695817c3a20d2Evan Hunt 168. [bug] include statements in named.conf caused syntax errors
1a9932dde111e05b4b9177c1146695817c3a20d2Evan Hunt due to not consuming the semicolon ending the include
1a9932dde111e05b4b9177c1146695817c3a20d2Evan Hunt statement before switching input streams.
471f2b71d89897204af3f2ab00a010e4327e44f9Mark Andrews 167. [bug] Make lack of masters for a slave zone a soft error.
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt 166. [bug] Keygen was overwriting existing keys if key_id
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt conflicted, now it will retry, and non-null keys
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt with key_id == 0 are not generated anymore. Key
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt was not able to generate NOAUTHCONF DSA key,
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt increased RSA key size to 2048 bits.
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt 165. [cleanup] Silence "end-of-loop condition not reached" warnings
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt from Solaris compiler.
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
e560fbdf77b08ff23ab71b107f022829bcd552dbMark Andrews isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
e560fbdf77b08ff23ab71b107f022829bcd552dbMark Andrews isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt to encapsulate nonportable usage of errno and sync.
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt 163. [func] Added result codes ISC_R_FILENOTFOUND and
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt ISC_R_FILEEXISTS.
469bbe0f973bf33e20d6011748cb68fab8a9a12dMark Andrews 162. [bug] Ensure proper range for arguments to ctype.h functions.
fc84418f4a809e40f16cfb5b4f3834d735fca31fTinderbox User 161. [cleanup] error in yyparse prototype that only HPUX caught.
2dc978b8a1563f6dd413a8a9456659ade00f9e9eEvan Hunt 160. [cleanup] getnet*() are not going to be implemented at this
7dcb304dd0bfe5888593199e0a9a8d64b8f022adMark Andrews 159. [func] Redefinition of config file elements is now an
7dcb304dd0bfe5888593199e0a9a8d64b8f022adMark Andrews error (instead of a warning).
92fe6db3e46016f4ce0d6e372c745469bba10b5eEvan Hunt 158. [bug] Log channel and category list copy routines
7cd8e7915afba7064c18c4bf74ecce0627c61027Evan Hunt weren't assigning properly to output parameter.
7cd8e7915afba7064c18c4bf74ecce0627c61027Evan Hunt 157. [port] Fix missing prototype for getopt().
f5df4974b7b5081c4778d5796127b4d6584e834eEvan Hunt 156. [func] Support new 'database' statement in zone.
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews database "quoted-string";
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews 155. [bug] ns_notify_start() was not detaching the found zone.
38c3ed154a2e014dad359e852b08722defa118ebEvan Hunt 154. [func] The signer now logs libdns warnings to stderr even when
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt not verbose, and in a nicer format.
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt is NULL then you need to preserve the 'rdata' until
866606b9c712ac654689e02a0c12151eaa86fbc1Mark Andrews you have finished using the structure as there may be
866606b9c712ac654689e02a0c12151eaa86fbc1Mark Andrews references to the associated memory. If 'mctx' is
f0e9d6e905235482ff9b4be770ee35018fcd8234Evan Hunt non-NULL it is guaranteed that there are no references
f0e9d6e905235482ff9b4be770ee35018fcd8234Evan Hunt to memory associated with 'rdata'.
7ef5dc87b64d639cadfcce868428f9fb2a84fb92Evan Hunt dns_rdata_freestruct() must be called if 'mctx' was
7ef5dc87b64d639cadfcce868428f9fb2a84fb92Evan Hunt non-NULL and may safely be called if 'mctx' was NULL.
44fbdddcadd85a6e40ebc7b7834e08e156c681a1Evan Hunt 152. [bug] keygen dumped core if domain name argument was omitted
44fbdddcadd85a6e40ebc7b7834e08e156c681a1Evan Hunt from command line.
0dfd942409fbd3ad1e9a06c887742f0c8760ffd7Mark Andrews 151. [func] Support 'disabled' statement in zone config (causes
0dfd942409fbd3ad1e9a06c887742f0c8760ffd7Mark Andrews zone to be parsed and then ignored). Currently must
568de8123acb1a94e2d7bfe9cc5eb5d099f6c1f5Mark Andrews come after the 'type' clause.
51e6164fd6b47121040f79b6330edf6258418a0bMark Andrews 150. [func] Support optional ports in masters and also-notify
ef9334d745a759b02821950230260c1941d066d3Mukund Sivaraman masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
6ffa8fcf764121bbe3b9eb116ddade5778608375Mark Andrews 149. [cleanup] Removed usused argument 'olist' from
6ffa8fcf764121bbe3b9eb116ddade5778608375Mark Andrews dns_c_view_unsetordering().
bbd5c0ab33b7c76058a4b17bd1f9ce443aa90c7fEvan Hunt 148. [cleanup] Stop issuing some warnings about some configuration
bbd5c0ab33b7c76058a4b17bd1f9ce443aa90c7fEvan Hunt file statements that were not implemented, but now are.
c73a7e127fd3d2b2d3257f67d7a0b94441797f3aMark Andrews 147. [bug] Changed yacc union size to be smaller for yaccs that
c73a7e127fd3d2b2d3257f67d7a0b94441797f3aMark Andrews put yacc-stack on the real stack.
bad82a46c420eaa5ca62a319923472fba7e391f1Mark Andrews 146. [cleanup] More general redundant header file cleanup. Rather
09ab38c151751b76b8043275422239463eb70cbdMark Andrews than continuing to itemize every header which changed,
09ab38c151751b76b8043275422239463eb70cbdMark Andrews this changelog entry just notes that if a header file
09ab38c151751b76b8043275422239463eb70cbdMark Andrews did not need another header file that it was including
09ab38c151751b76b8043275422239463eb70cbdMark Andrews in order to provide its advertized functionality, the
adbb48b4a0c6216f96d8b40712f23da893444f1cMark Andrews inclusion of the other header file was removed. See
adbb48b4a0c6216f96d8b40712f23da893444f1cMark Andrews util/check-includes for how this was tested.
61cfadb50e2ddce1073760e77880de73eb6e65daMark Andrews 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
61cfadb50e2ddce1073760e77880de73eb6e65daMark Andrews ISC_LANG_ENDDECLS to header files that had function
9896a01aebb4201459079f8926dcd8045514b73aEvan Hunt prototypes, and removed it from those that did not.
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt 144. [cleanup] libdns header files too numerous to name were made
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt to conform to the same style for multiple inclusion
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt 143. [func] Added function dns_rdatatype_isknown().
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
9823d3d0fa2995a90f577a5801b1e5f7288a1facJeremy C. Reed 141. [bug] Corrupt requests with multiple questions could
3911e7610f29dc664cbe8336f35c0652cd74652eMark Andrews cause an assertion failure.
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt renamed isc_string_touint64. isc_strsep moved from
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt strsep.c to string.c and renamed isc_string_separate.
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
1cf8e9c0b7e75fcd2bfd10367ff362c674972a0dMark Andrews <isc/serial.h>, <isc/string.h> and <isc/offset.h>
62258ada486dfe76afc3f0f3835d3a45d2d8105cEvan Hunt made to conform to the same style for multiple
62258ada486dfe76afc3f0f3835d3a45d2d8105cEvan Hunt inclusion protection.
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
7bd455641455950eff7d21be652c8142b134d32fTinderbox User or <isc/boolean.h>, now uses <isc/types.h> in place
7b46a4aa418de3e1f2df63b9353b7148584afe64Evan Hunt of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
7b46a4aa418de3e1f2df63b9353b7148584afe64Evan Hunt and ISC_LANG_ENDDECLS.
9ba2cef72dacb1dc1105415956e1c311ac25d02cEvan Hunt 134. [cleanup] <isc/dir.h> does not need <limits.h>.
78f79084fcfc40f1237c99e2d4325b24b750d012Evan Hunt 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
78f79084fcfc40f1237c99e2d4325b24b750d012Evan Hunt 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
a2fd1de97d9ff685697aadba7f67a450557b0a06Evan Hunt 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
def8172275039dd667d2c54afa51af80fef9c2abEvan Hunt for ISC_R_* codes used in macros.
cc2a5156841ec6dfe1e90eed40c65fa8cdec246dTinderbox User 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
d51456e4537729c2263303350abeff45379b1105Evan Hunt instead of <isc/time.h>.
d51456e4537729c2263303350abeff45379b1105Evan Hunt 129. [bug] The 'default_debug' log channel was not set up when
d51456e4537729c2263303350abeff45379b1105Evan Hunt 'category default' was present in the config file
e69790ac0067c0034f57e070d513833550786a93Evan Hunt 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
e69790ac0067c0034f57e070d513833550786a93Evan Hunt ISC_LANG_ENDDECLS at end of header.
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt 127. [cleanup] The contracts for the comparision routines
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt dns_name_fullcompare(), dns_name_compare(),
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt dns_name_rdatacompare(), and dns_rdata_compare() now
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt specify that the order value returned is < 0, 0, or > 0
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt instead of -1, 0, or 1.
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
262fea66373a062cac1a0e99b5a4675987bb61ffEvan Hunt 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt 124. [func] signer now imports parent's zone key signature
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt and creates null keys/sets zone status bit for
3ef4b7383ab4310df48ee5143e361ab1cfa3c8e8Evan Hunt children when necessary
3ef4b7383ab4310df48ee5143e361ab1cfa3c8e8Evan Hunt 123. [cleanup] <isc/event.h> does not need <stddef.h>.
72aa3b2a4e33a1b9b3521fddce383002b7201ab7Evan Hunt 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
368aedf188d7c7782cae8a5ce2a978be47b5a764Evan Hunt 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
368aedf188d7c7782cae8a5ce2a978be47b5a764Evan Hunt <isc/result.h>. Multiple inclusion protection
e71905610c72f474a2943934a48f43121c79c939Evan Hunt symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
e71905610c72f474a2943934a48f43121c79c939Evan Hunt isc_symtab_t moved to <isc/types.h>.
1aced7b8702288f656ded594cd5bd7678bb4fe70Evan Hunt 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt 119. [cleanup] structure definitions for generic rdata stuctures do
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt not have _generic_ in their names.
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
f79ee00c69259b9a27f9f0d12afa6c7b64005dedEvan Hunt YACC crust (yyparse, etc) [2000-apr-27 explorer]
f79ee00c69259b9a27f9f0d12afa6c7b64005dedEvan Hunt 117. [cleanup] libdns.a changes:
7fbbc9bfd34f47aab843de668d5f5ffbc53d6e45Mark Andrews dns_zone_clearnotify() and dns_zone_addnotify()
7fbbc9bfd34f47aab843de668d5f5ffbc53d6e45Mark Andrews are replaced by dns_zone_setnotifyalso().
7fbbc9bfd34f47aab843de668d5f5ffbc53d6e45Mark Andrews dns_zone_clearmasters() and dns_zone_addmaster()
96c17c5ecb012028ad9d66f93a252994c6ed035cMark Andrews are replaced by dns_zone_setmasters().
96c17c5ecb012028ad9d66f93a252994c6ed035cMark Andrews 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt on Unix systems).
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt 115. [port] Shut up the -Wmissing-declarations warning about
1eb5e1b4d7ea98dea07000edef15148d3d714b9dEvan Hunt 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
3a01ded15da064de23124e5d1a89143eceec5523Evan Hunt 113. [func] Utility programs dig and host added.
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
9e39bafd2ef3e52719b5f16aec077c7885e7e1f1Mark Andrews 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
02a5e3ed85cbfc099874bb34e5901537399b5e24Mark Andrews 109. [bug] "make depend" did nothing for
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt bin/tests/{db,mem,sockaddr,tasks,timers}/.
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews 107. [func] Add keysigner and keysettool.
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews 106. [func] Allow dnssec verifications to ignore the validity
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews period. Used by several of the dnssec tools.
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt 105. [doc] doc/dev/coding.html expanded with other
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt implicit conventions the developers have used.
16134801ce8fffbb6c42bb54d544c3397a45ad06Mark Andrews 104. [bug] Made compress_add and compress_find static to
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt 103. [func] libisc buffer API changes for <isc/buffer.h>:
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt isc_buffer_base(b) (pointer)
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt isc_buffer_current(b) (pointer)
16134801ce8fffbb6c42bb54d544c3397a45ad06Mark Andrews isc_buffer_active(b) (pointer)
d7b9756a214030b0022ce791b67b12fb7bceeea0Evan Hunt isc_buffer_used(b) (pointer)
d7b9756a214030b0022ce791b67b12fb7bceeea0Evan Hunt isc_buffer_length(b) (int)
4357e13a4bc2e175d73b20f9ef3e809b3e269ee4Evan Hunt isc_buffer_usedlength(b) (int)
4357e13a4bc2e175d73b20f9ef3e809b3e269ee4Evan Hunt isc_buffer_consumedlength(b) (int)
d7b9756a214030b0022ce791b67b12fb7bceeea0Evan Hunt isc_buffer_remaininglength(b) (int)
fd75aaa2b9816703fda5e8b2cd071a3ec7387a08Evan Hunt isc_buffer_activelength(b) (int)
7e2e41df676e1e19186242afd88a6794e37a9becMark Andrews isc_buffer_availablelength(b) (int)
7f5bdf7f4063c2fefb18900468d2c851f8de7816Evan Hunt ISC_BUFFER_USEDCOUNT(b)
7f5bdf7f4063c2fefb18900468d2c851f8de7816Evan Hunt ISC_BUFFER_AVAILABLECOUNT(b)
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt isc_buffer_type(b)
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt Changed names:
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt isc_buffer_used(b, r) ->
1361e038900701e126213261c0a1178025ae5a72Tinderbox User isc_buffer_usedregion(b, r)
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt isc_buffer_available(b, r) ->
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt isc_buffer_available_region(b, r)
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt isc_buffer_consumed(b, r) ->
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt isc_buffer_consumedregion(b, r)
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt isc_buffer_active(b, r) ->
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt isc_buffer_activeregion(b, r)
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt isc_buffer_remaining(b, r) ->
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt isc_buffer_remainingregion(b, r)
0a5927a14f055f5550c76c818119f4811984272cMark Andrews Buffer types were removed, so the ISC_BUFFERTYPE_*
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt macros are no more, and the type argument to
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt isc_buffer_init and isc_buffer_allocate were removed.
1361e038900701e126213261c0a1178025ae5a72Tinderbox User isc_buffer_putstr is now void (instead of isc_result_t)
b5f6271f4daf1e54501af2cb7dd278d7e8003d65Mark Andrews and requires that the caller ensure that there
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt is enough available buffer space for the string.
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
1361e038900701e126213261c0a1178025ae5a72Tinderbox User 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
1361e038900701e126213261c0a1178025ae5a72Tinderbox User <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
1361e038900701e126213261c0a1178025ae5a72Tinderbox User 99. [cleanup] Rate limiter now has separate shutdown() and
1361e038900701e126213261c0a1178025ae5a72Tinderbox User destroy() functions, and it guarantees that all
1361e038900701e126213261c0a1178025ae5a72Tinderbox User queued events are delivered even in the shutdown case.
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
7b9cb698dd07644762c675b5f57446467b4d5663Mark Andrews 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt 94. [cleanup] Some installed header files did not compile as C++.
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
14bf4702f37cc707ede64a097f7d4aa671265492Evan Hunt 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
31f6244cc25ab0f8937edc26dbb26ba4f6a01f19Evan Hunt 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
2729aea3c1a720269aaae92ce3a84af1ba0a75ebMark Andrews 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
a1271e2404dd42fcc477974bd0a190224f34f5f7Mark Andrews 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
a1271e2404dd42fcc477974bd0a190224f34f5f7Mark Andrews <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
842a3e6d0eb745e34a3cc3e19c8c39b9492ac739Evan Hunt 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
d7729155dff87d3c7a2b9103bf6e5164ea4d7dd7Mark Andrews 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
850b5e80930907e4747347201dc41e4d04e036f8Mark Andrews 84. [func] allow-query ACL checks now apply to all data
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews added to a response.
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews 83. [func] If the server is authoritative for both a
41e55d04032c0eefd39d74ffb73657b04fb821ecEvan Hunt delegating zone and its (nonsecure) delegatee, and
41e55d04032c0eefd39d74ffb73657b04fb821ecEvan Hunt a query is made for a KEY RR at the top of the
41e55d04032c0eefd39d74ffb73657b04fb821ecEvan Hunt delegatee, then the server will look for a KEY
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt in the delegator if it is not found in the delegatee.
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt 78. [cleanup] lwres_conftest renamed to lwresconf_test for
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt consistency with other *_test programs.
c41d8a22ab5f4a487f4c16b78f23792f78a3a851Francis Dupont 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt 76. [cleanup] Rewrote keygen.
08c67b5b7a54047fbfed423a59b48c86177b9859Evan Hunt 75. [func] Don't load a zone if its database file is older
08c67b5b7a54047fbfed423a59b48c86177b9859Evan Hunt than the last time the zone was loaded.
e5f9fa7e18d50569a7d723acbb6f641e13ed3787Evan Hunt 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt 73. [func] New "file" API in libisc, including new function
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt isc_file_getmodtime, isc_mktemplate renamed to
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt isc_file_mktemplate and isc_ufile renamed to
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt isc_file_openunique. By no means an exhaustive API,
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt it is just what's needed for now.
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
0a35160f4eb349188a988d2857e0b3052ad4b778Evan Hunt added for dns_rbt_findnode, the former to disable the
0a35160f4eb349188a988d2857e0b3052ad4b778Evan Hunt setting of the chain to the predecessor, and the
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt latter to make clear when no options are set.
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt 71. [cleanup] Made explicit the implicit REQUIREs of
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt isc_time_seconds, isc_time_nanoseconds, and
3249da26fc28297265d444a1f3647f1e6700a2a0Evan Hunt isc_time_subtract.
3249da26fc28297265d444a1f3647f1e6700a2a0Evan Hunt 70. [func] isc_time_set() added.
d0803df3310ad09447c34b972e7594d576f5cbb5Evan Hunt 69. [bug] The zone object's master and also-notify lists grew
d0803df3310ad09447c34b972e7594d576f5cbb5Evan Hunt longer with each server reload.
47c847e286ac1d9dcc1b6dec5430ad9d2abad7b2Evan Hunt 68. [func] Partial support for SIG(0) on incoming messages.
63add83a2699aac4e01be6d1f2d093cfed4f744aMark Andrews 67. [performance] Allow use of alternate (compile-time supplied)
75d747e1c5a30d6ef6c6238c6e27baa11d6f3bf6Mark Andrews 66. [func] Data in authoritative zones should have a trust level
fbc0e37e0c3732b20b0629056e98d712a118637fMark Andrews beyond secure.
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews 64. [func] The RBT, DB, and zone table APIs now allow the
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews caller find the most-enclosing superdomain of
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt 63 [func] Generate NOTIFY messages.
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt 62. [func] Add UDP refresh support.
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt 61. [cleanup] Use single quotes consistently in log messages.
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt 60. [func] Catch and disallow singleton types on message
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt 59. [bug] Cause net/host unreachable to be a hard error
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt when sending and receiving.
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt 58. [bug] bin/named/query.c could sometimes trigger the
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt == 0 assertion in query_newname().
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt 57. [func] Added dns_nxt_typepresent()
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews 56. [bug] SIG records were not properly returned in cached
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews negative answers.
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt 55. [bug] Responses containing multiple names in the authority
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt section were not negatively cached.
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt 54. [bug] If a fetch with sigrdataset==NULL joined one with
702958d20247bb9e34019cf02d8ec18d4f3b1005Mark Andrews sigrdataset!=NULL or vice versa, the resolver
702958d20247bb9e34019cf02d8ec18d4f3b1005Mark Andrews could catch an assertion or lose signature data,
702958d20247bb9e34019cf02d8ec18d4f3b1005Mark Andrews respectively.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 52. [bug] rndc: taskmgr and socketmgr were not initialized
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews dns/rbt.h; it was needed only by compress.c and zt.c.
4882e183cac5772ea522811c758c402cd7e8ad5bEvan Hunt 50. [func] RBT deletion no longer requires a valid chain to work,
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews and dns_rbt_deletenode was added.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 49. [func] Each cache now has its own mctx.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 48. [func] isc_task_create() no longer takes an mctx.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews isc_task_mem() has been eliminated.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 47. [func] A number of modules now use memory context reference
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 46. [func] Memory contexts are now reference counted.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews Added isc_mem_inuse() and isc_mem_preallocate().
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews Renamed isc_mem_destroy_check() to
a18fc12ba3d48b66bea298c80f3e3f09f3c91527Evan Hunt isc_mem_setdestroycheck().
a18fc12ba3d48b66bea298c80f3e3f09f3c91527Evan Hunt 45. [bug] The trusted-key statement incorrectly loaded keys.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt 44. [bug] Don't include authority data if it would force us
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt to unset the AD bit in the message.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt 43. [bug] DNSSEC verification of cached rdatasets was failing.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt 42. [cleanup] Simplified logging of messages with embedded domain
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt names by introducing a new convenience function
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt dns_name_format().
07fb9b83308daea64e50a1f07052addc25c15ec3Mark Andrews 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
07fb9b83308daea64e50a1f07052addc25c15ec3Mark Andrews to allow 'named' to run as a non-root user while
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt retaining the ability to bind() to privileged
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt 40. [func] Introduced new logging category "dnssec" and
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt logging module "dns/validator".
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
fb756ba3047770957173ba546257ca43af7ba3e4Mark Andrews and isc_lex_t to <isc/types.h>.
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt 38. [bug] TSIG signed incoming zone transfers work now.
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt 37. [bug] If the first RR in an incoming zone transfer was
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt not an SOA, the server died with an assertion failure
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt instead of just reporting an error.
a7c412f37cc73d0332887a746e81220cbf09dd00Mark Andrews 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
ff6de396a93b9b73a37173059a595f3d295b57cbMark Andrews 35. [performance] Log messages which are of a level too high to be
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt logged by any channel in the logging configuration
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt will not cause the log mutex to be locked.
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt 34. [bug] Recursion was allowed even with 'recursion no'.
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt 33. [func] The RBT now maintains a parent pointer at each node.
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
e851ea826066ac5a5b01c2c23218faa0273a12e8Evan Hunt 30. [func] config file grammer change to support optional
e851ea826066ac5a5b01c2c23218faa0273a12e8Evan Hunt class type for a view.
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews 29. [func] support new config file view options:
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews auth-nxdomain recursion query-source
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews query-source-v6 transfer-source
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews transfer-source-v6 max-transfer-time-out
2b258a1f5b02488c6a36ac1b0a7535b42ea6fd34Evan Hunt max-transfer-idle-out transfer-format
2b258a1f5b02488c6a36ac1b0a7535b42ea6fd34Evan Hunt request-ixfr provide-ixfr cleaning-interval
c14ba7107063650e7f4329e8c54adca57913381bEvan Hunt fetch-glue notify rfc2308-type1 lame-ttl
3f4a0e80fabe0233086e127aaabc6e68d6975c3aEvan Hunt max-ncache-ttl min-roots
b93ef543ab29be2c2d15049e02e66a31b27284aeMark Andrews 28. [func] support lame-ttl, min-roots and serial-queries
fa467e60c590072fd6848522456eb2cc41582c59Mark Andrews config global options.
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt Including it on other platforms (eg, NetBSD) can
b93ef543ab29be2c2d15049e02e66a31b27284aeMark Andrews cause a forced #error from the C preprocessor.
161e803a5608956271d8120be37a1b383d14b647Mark Andrews 26. [func] new match-clients statement in config file view.
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt 25. [bug] make install failed to install <isc/log.h> and
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt 24. [cleanup] Eliminate some unnecessary #includes of header
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt files from header files.
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt 23. [cleanup] Provide more context in log messages about client
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt requests, using a new function ns_client_log().
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt 22. [bug] SIGs weren't returned in the answer section when
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt the query resulted in a fetch.
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews 21. [port] Look at STD_CINCLUDES after CINCLUDES during
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews compilation, so additional system include directories
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews can be searched but header files in the bind9 source
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews tree with conflicting names take precedence. This
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews avoids issues with installed versions of dnssafe and
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt 20. [func] Configuration file post-load validation of zones
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt failed if there were no zones.
445a354e63f84ac884d923f697b598b83288dc64Evan Hunt 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
445a354e63f84ac884d923f697b598b83288dc64Evan Hunt lock in certain error cases.
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews configure.in to check for presence of in6addr_any.
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt 17. [func] Do configuration file post-load validation of zones.
8009525601d946805fae58b037cf7dad0da516f8Curtis Blackburn 16. [bug] put quotes around key names on config file
5465b124f1517b27c363872bd7648a950424eccaTinderbox User output to avoid possible keyword clashes.
8009525601d946805fae58b037cf7dad0da516f8Curtis Blackburn 15. [func] Add dns_name_dupwithoffsets(). This function is
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews improves comparison performance for duped names.
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews 14. [bug] free_rbtdb() could have 'put' unallocated memory in
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews an unlikely error path.
2c2be89824d3899591d34c26adb155da6a993ce3Evan Hunt 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
2c2be89824d3899591d34c26adb155da6a993ce3Evan Hunt out-of-zone data.
fb507315d4a921ffa9e2fd617cb3439ec8c15ca8Evan Hunt 12. [bug] Fixed possible unitialized variable error.
ae871ebb28959bed920cc96cd9e91063b6625b78Mark Andrews 11. [bug] axfr_rrstream_first() didn't check the result code of
ae871ebb28959bed920cc96cd9e91063b6625b78Mark Andrews db_rr_iterator_first(), possibly causing an assertion
49ae04f6ee2f2e2578e6cd8cd3d4c74e9098ccb0Mark Andrews to be triggered later.
49ae04f6ee2f2e2578e6cd8cd3d4c74e9098ccb0Mark Andrews 10. [bug] A bug in the code which makes EDNS0 OPT records in
d999ca28d40337907b55eebc28a255b638702379Evan Hunt trigger an assertion.
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews 9. [cleanup] replaced bit-setting code in confctx.c and replaced
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews repeated code with macro calls.
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews 8. [bug] Shutdown of incoming zone transfer accessed
15eb0cb8e15fc0f4f02713fd8d993476f0394763Evan Hunt freed memory.
225146b2c8c7de8dcff979841b56b15aef8aded2Mark Andrews 7. [cleanup] removed 'listen-on' from view statement.
434bfc3dfa2003ba0dd4b2392286806131fd6724Evan Hunt 6. [bug] quote RR names when generating config file to
434bfc3dfa2003ba0dd4b2392286806131fd6724Evan Hunt prevent possible clash with config file keywords
434bfc3dfa2003ba0dd4b2392286806131fd6724Evan Hunt (such as 'key').
0618287859d99c2fc69790df28500fb37324d43dEvan Hunt 5. [func] syntax change to named.conf file: new ssu grant/deny
0618287859d99c2fc69790df28500fb37324d43dEvan Hunt statements must now be enclosed by an 'update-policy'
6b0434299b05b6ca05c6836b9e8fbb7e67f05fb8Mark Andrews 4. [port] bin/named/unix/os.c didn't compile on systems with
eb5e0b8dec22de22dd824959e39b26c4f5b1c52dMark Andrews linux 2.3 kernel includes due to conflicts between
eb5e0b8dec22de22dd824959e39b26c4f5b1c52dMark Andrews C library includes and the kernel includes. We now
eb5e0b8dec22de22dd824959e39b26c4f5b1c52dMark Andrews get only what we need from <linux/capability.h>, and
77cf489a5fad28089cd9c2635a9b2494627545e1Mark Andrews avoid pulling in other linux kernel .h files.
0a47bc90af557138a2aaff614ad73d95155ddd9eMark Andrews 3. [bug] TKEYs go in the answer section of responses, not
0a47bc90af557138a2aaff614ad73d95155ddd9eMark Andrews the additional section.
c41afaf716091f1e04a1c55179c2c3ebdd0b9775Mark Andrews 2. [bug] Generating cryptographic randomness failed on
20489550151432d8d99c3f49629c7c718fdca6abMark Andrews systems without /dev/random.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews 1. [bug] The installdirs rule in
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews lib/isc/unix/include/isc/Makefile.in had a typo which
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews prevented the isc directory from being created if it
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews didn't exist.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews --- 9.0.0b2 released ---
37bd255fd499c26aaf474f4294212951b84d9068Mark Andrews# This tells Emacs to use hard tabs in this file.
37bd255fd499c26aaf474f4294212951b84d9068Mark Andrews# Local Variables:
7aa21a491d9468bfc29d8cc331a4e963874426dfFrancis Dupont# indent-tabs-mode: t