Commit Graph

6467 Commits

Author SHA1 Message Date
Andreas Gustafsson
3bc99995f5 refer readers to the mainline 2000-09-22 17:52:06 +00:00
Andreas Gustafsson
beb67541bf pullup: added DESTROYLOCK() macro (needed by dig pullup) 2000-09-21 23:14:21 +00:00
Andreas Gustafsson
8ea1b4334a pullup:
379.   [func]          New library function isc_sockaddr_anyofpf().
2000-09-21 22:15:00 +00:00
Andreas Gustafsson
15df42d74d pullup:
387.   [func]          Add dns_byaddr_createptrname(), which converts
                        an address into the name used by a PTR query.
(required by dig pullup)
2000-09-21 22:07:22 +00:00
Andreas Gustafsson
d27e15b2c6 pullup: usage changes 2000-09-21 18:27:15 +00:00
Mark Andrews
a97d54d942 pullup
479.   [func]          The test suite can now be run by typing "make check"
                        or "make test" at the top level.
2000-09-21 10:10:05 +00:00
Brian Wellington
b8c35d30ab pullup:
475.   [bug]           query_getzonedb() sometimes returned a non-null version
                        on failure.  This caused assertion failures when
                        generating query responses where names subject to
                        additional section processing pointed to a zone
                        to which access had been denied by means of the
                        allow-query option. [RT #336]
2000-09-19 22:52:48 +00:00
Andreas Gustafsson
dd912be553 successful build reported on slackware 7.0 2000-09-19 18:03:02 +00:00
Brian Wellington
517a4a80f4 pullup:
474.   [bug]           The mnemonic of the CHAOS class is CH according to
                        RFC1035, but it was printed and read only as CHAOS.
                        We now accept both forms as input, and print it
                        as CH. [RT #305]
2000-09-19 02:02:25 +00:00
Andreas Gustafsson
1ea0eebedb added note about auth-nxdomain warning message 2000-09-18 23:41:29 +00:00
Brian Wellington
bba4a4ebe5 pullup:
declare h_errno only on those platforms that actually need it;
it conflicts with the declaration in netdb.h on AIX
2000-09-18 23:35:19 +00:00
Andreas Gustafsson
8aa606c61c pullup:
473.   [bug]           nsupdate overran the end of the list of name servers
                        when no servers could be reached, typically causing
                        it to print the error message "dns_request_create:
                        not implemented".
2000-09-18 22:29:36 +00:00
Brian Wellington
f46b25a8b3 pullup:
472.   [bug]           Off-by-one error caused isc_time_add() to sometimes
                        produce invalid time values.
2000-09-18 18:50:26 +00:00
Andreas Gustafsson
43ae2a31d0 pullup:
471.   [bug]           nsupdate didn't compile on HP/UX 10.20
2000-09-18 17:51:38 +00:00
Andreas Gustafsson
b41be04098 fixed repeated 'BIND 9' (RT #322). This is already fixed in the XML docs 2000-09-18 17:02:13 +00:00
Andreas Gustafsson
833b342ed3 incremented to 9.0.1b1 2000-09-16 01:38:28 +00:00
Andreas Gustafsson
54abd15045 pullup:
463.   [bug]           nsupdate sent malformed SOA queries to the second
                        and subsequent name servers in resolv.conf if the
                        query sent to the first one failed.
2000-09-15 23:47:14 +00:00
Brian Wellington
9743d85748 pullup:
type mismatch
2000-09-15 23:07:18 +00:00
Andreas Gustafsson
07dcf7eff7 missing pullups:
459.   [bug]           Nslookup processed the set command incorrectly.

 458.   [bug]           Nslookup didn't properly check class and type values.
                        [RT #305]

 457.   [bug]           Dig/host/hslookup didn't properly handle connect
                        timeouts in certain situations, causing an
                        unnecessary warning message to be printed.
2000-09-15 22:56:15 +00:00
Andreas Gustafsson
fa632a01a9 note RT number for 458. 2000-09-15 21:11:20 +00:00
Andreas Gustafsson
78c939f2f1 --- 9.0.0 released --- 2000-09-15 20:51:57 +00:00
Andreas Gustafsson
8a8c3aae7a set to 9.0.0 2000-09-15 20:51:34 +00:00
Andreas Gustafsson
c7984c90bf The configure option --disable-ipv6 is not functional. 2000-09-15 20:51:14 +00:00
Andreas Gustafsson
09e983d167 pullup:
461.   [bug]           Specifying an unknown key in the "keys" clause of the
                        "controls" statement caused a NULL pointer dereference.
                        [RT #316]
2000-09-15 16:24:12 +00:00
Andreas Gustafsson
a61722dec5 pullup:
456.   [bug]           Stub zones were not resetting the refresh and expire
                        counters, loadtime or clearing the DNS_ZONE_REFRESH
                        (refresh in progress) flag upon successful update.
                        This disabled further refreshing of the stub zone,
                        causing it to eventually expire. [RT #300]
2000-09-14 20:45:16 +00:00
Andreas Gustafsson
703c9feb2e bumped 2000-09-14 03:52:35 +00:00
Andreas Gustafsson
6f0e337119 --- 9.0.0rc6 released --- 2000-09-13 23:33:53 +00:00
Andreas Gustafsson
1ce1a6bf02 the number of changes since rc5 is no longer 'small' 2000-09-13 23:20:47 +00:00
Michael Graff
feb9201018 remove an item that should't have been pulled up 2000-09-13 23:14:10 +00:00
Michael Graff
b710e1436d Pullup for Andreas:
452.   [bug]           Warn if the unimplemented option statistics-file
                        is specified in named.conf. [RT #301]

 453.   [bug]           Warn if the obsolete option maintain-ixfr-base
                        is specified in named.conf. [RT #306]
2000-09-13 23:13:25 +00:00
Andreas Gustafsson
f60d0e636d pullup:
445.   [bug]           Doing a 0 bit isc_bitstring_copy() of an lsb0
                        bitstring triggered a REQUIRE statement.  The REQUIRE
                        statement was incorrect. [RT #297]
2000-09-12 23:29:25 +00:00
Michael Graff
eef08ae6ee ISC_TRUE, not 1 -- pullup from Andreas 2000-09-12 23:07:03 +00:00
Andreas Gustafsson
bec1ecfb22 #443 pullup did not not compile 2000-09-12 21:18:12 +00:00
Andreas Gustafsson
ec9462e046 pullup:
Fix an assertion failure and a case where an rdataset's trust wasn't set.
2000-09-12 19:20:36 +00:00
Michael Graff
4c5ca92d07 pullup for Andreas [#443] 2000-09-12 19:19:25 +00:00
Andreas Gustafsson
ec2d44c7cd pullup:
441.   [bug]           Nodes obscured by a DNAME were inaccessible even
                        when DNS_DBFIND_GLUEOK was set.
2000-09-12 19:16:00 +00:00
Andreas Gustafsson
09ffa2eb6f pullup:
428.   [bug]           rbtdb.c:find_closest_nxt() erroneously returned
                        DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
                        (e.g. glue).  This could cause SERVFAILs when
                        generating negative responses in a secure zone.
2000-09-12 19:14:20 +00:00
Michael Graff
da6d3492c1 Pullup for Andreas:
Log Message:
 435.   [bug]           dns_zone_dump() overwrote existing zone files
                        rather than writing to a temporary file and
                        renaming.  This could lead to empty or partial
                        zone files being left around in certain error
                        conditions involving the initial transfer of a
                        slave zone, interfering with subsequent server
                        startup. [RT #282]
2000-09-11 19:27:52 +00:00
Andreas Gustafsson
77d0347a26 pullup:
442.   [bug]           TSIG signed messages that did not match any view
                        crashed the server. [RT #290]
2000-09-11 17:56:07 +00:00
Andreas Gustafsson
fea1d23d75 pullup:
427.   [bug]           Avoid going into an infinite loop when the validator
                        gets a negative response to a key query where the
                        records are signed by the missing key.
(Pulled up despite the fact that I don't fully understand how the
fix works; I expect Brian to explain it when he comes back from Europe
and/or by adding comments)
2000-09-11 17:04:58 +00:00
Andreas Gustafsson
f6d29dcbbc pullup:
436.   [bug]           If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
                        which sometimes happens on Linux, named would enter
                        a busy loop.  Also, unexpected socket errors were
                        not logged at a high enough logging level to be
                        useful in diagnosing this situation. [RT #275]
2000-09-08 22:25:12 +00:00
Andreas Gustafsson
bf4a748009 pullups:
kill persistent errors.  Always retry the I/O now;
make unreachable errors on unconnected UDP sockets be soft errors, rather than hard ones.
2000-09-08 22:17:27 +00:00
Andreas Gustafsson
3eb5fc76b6 pullup: log message about strange socket error at ISC_LOG_ERROR level 2000-09-08 22:16:49 +00:00
Michael Graff
99a0688bec pullup for Andreas: TCP receives should never be retried 2000-09-08 22:09:13 +00:00
Andreas Gustafsson
a82141bfc6 added note on ndc->rndc change 2000-09-08 21:34:39 +00:00
Andreas Gustafsson
4415c7ee95 pullup:
429.   [bug]           The space reserved for a TSIG record in a response
                        was 2 bytes too short, leading to message
                        generation failures.
2000-09-07 22:39:03 +00:00
Andreas Gustafsson
0e1409741d pullup:
425.   [bug]           Warn about the auth-nxdomain default value change
                        if there is no auth-nxdomain statement in the
                        config file. [RT #287]
2000-09-07 19:32:15 +00:00
Andreas Gustafsson
60882aac53 pullup:
426.   [bug]           Attempting to generate an oversized RSA key could
                        cause dnssec-keygen to dump core.
2000-09-07 19:29:05 +00:00
Andreas Gustafsson
f320a691da pullup:
424.   [bug]           notify_createmessage() could trigger an assertion failure
                        when creating the notify message failed, e.g. due to
                        corrupt zones with multiple SOA records. [RT #279]
2000-09-07 16:55:33 +00:00
Andreas Gustafsson
b71f506922 looks like there will be an rc6 after all 2000-09-07 16:43:57 +00:00