Commit Graph

6769 Commits

Author SHA1 Message Date
Andreas Gustafsson
cc7420cb3b last two entry numbers were off by 200 2000-09-14 20:52:11 +00:00
Andreas Gustafsson
d922e82162 explain 456. in more detail 2000-09-14 20:42:11 +00:00
Andreas Gustafsson
bac3fc1a36 spacing 2000-09-14 20:32:18 +00:00
Michael Sawyer
3291587f23 258. [bug] Nslookup didn't properly check class and type values.
257.	[bug]		Dig/Host/Nslookup didn't properly handle connect
			timeout in some very specific situations, and gave
			an unnecessary warning.
2000-09-14 20:11:48 +00:00
Mark Andrews
b374727d51 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.
                        [RT #300]
2000-09-14 03:55:38 +00:00
Mark Andrews
2868291ab5 455. [doc] Document IPv4 prefix notation does not require a
dotted decimal quad but may be just dotted decimal.
2000-09-14 03:39:23 +00:00
Mark Andrews
be1d71fd17 454. [bug] Enforce dotted decimal and dotted decimal quad where
documented as such in named.conf. [RT #304, RT#311]
2000-09-14 02:19:04 +00:00
Andreas Gustafsson
3bd5170d0c do not treat maintain-ixfr-base as equivalent to provide-ixfr,
since it's not documented that way
2000-09-13 23:00:16 +00:00
Andreas Gustafsson
8e732de92e Buffers Files Tools Edit Search Help
453.   [bug]           Warn if the obsolete option maintain-ixfr-base
                        is specified in named.conf. [RT #306]
2000-09-13 22:47:05 +00:00
Andreas Gustafsson
16447e2997 spacing 2000-09-13 20:51:54 +00:00
Andreas Gustafsson
afd2f40b3c 452. [bug] Warn if the unimplemented option statistics-file
is specified in named.conf. [RT #301]
2000-09-13 20:49:40 +00:00
Andreas Gustafsson
3a1ad1b045 removed #if 0'ed-out code 2000-09-13 17:49:00 +00:00
Michael Graff
d8a690f3a8 clean up todo list -- the documentation in here is in the arm now. 2000-09-13 17:24:02 +00:00
Mark Andrews
ede697fd8e Don't retry truncated tcp sessions. 2000-09-13 08:02:11 +00:00
Mark Andrews
23e5e3065d add bin/tests/system/upforwd/clean.sh 2000-09-13 07:47:03 +00:00
Mark Andrews
f2b38670c4 add example.bk 2000-09-13 07:44:52 +00:00
Mark Andrews
8241166a95 Add clean.sh
send nsupdate output to /dev/null
2000-09-13 07:41:12 +00:00
Mark Andrews
f671d6d103 cleanup unncessary dns_zone_{iattach,idetach}(). 2000-09-13 04:50:19 +00:00
Mark Andrews
a506c6f9be cleanup remove some unnecessary dns_zone_{iattach,idetach}() calls.
notify_destroy() now takes a locked arguement.
notify_send() no longer destroys its arguement.
2000-09-13 04:12:42 +00:00
Mark Andrews
918148ce9b Remove common code in ns_client_send()/ns_client_sendraw(). 2000-09-13 03:15:01 +00:00
Mark Andrews
f5c09d61a4 update to match current debug output 2000-09-13 01:58:02 +00:00
Mark Andrews
c605f30cd7 451 [func] Update forwarding implememted.
450.   [func]          New function ns_client_sendraw().
2000-09-13 01:48:53 +00:00
Mark Andrews
24f0ca71ee add upforwd 2000-09-13 01:36:44 +00:00
Mark Andrews
6d43b19608 a better description of ns_client_sendraw(). 2000-09-13 01:33:26 +00:00
Mark Andrews
459e901f90 451 [func] Update forwarding implememted.
450.   [func]          New function ns_client_sendraw().
2000-09-13 01:30:34 +00:00
Mark Andrews
f267ee3e4f Add upforwd files.
Addition cleaning up from previous runs.
2000-09-13 01:24:05 +00:00
Mark Andrews
a05a8baeb1 add reference file 2000-09-13 01:22:25 +00:00
Mark Andrews
7a21d6207f attach/detach tracing at ISC_LOG_DEBUG(10).
style fix (foo -> foo != NULL).
remove potential REQUIRE failure.
2000-09-13 01:00:39 +00:00
Michael Sawyer
8f717bb10b Remove TCP retry on malformed packet
Clean up hex dump a bit
2000-09-13 00:55:13 +00:00
Michael Sawyer
97beb7237b A couple of typos corrected
Improvement to host8 compatibility.
2000-09-13 00:27:27 +00:00
Andreas Gustafsson
4c1fac9b52 typo 2000-09-13 00:13:54 +00:00
Andreas Gustafsson
3370b8e656 removed redundant parentheses 2000-09-13 00:12:49 +00:00
Andreas Gustafsson
e1f312795e spacing 2000-09-13 00:12:16 +00:00
Bob Halley
3302ed8d6e bitstring assertion addition; doc fixes 2000-09-13 00:11:45 +00:00
Michael Sawyer
f63a6079d3 Typo fixed
Add +ignore option
2000-09-13 00:03:28 +00:00
Andreas Gustafsson
6f0ed23071 edited 2000-09-12 23:39:51 +00:00
Andreas Gustafsson
a9d3c26ed0 some CPP macros were not fully parenthesized 2000-09-12 23:27:44 +00:00
Andreas Gustafsson
736be84da0 previous change was correct for release branch, but incorrect
for the mainline
2000-09-12 23:23:49 +00:00
Michael Sawyer
d03bffc40e 448. [bug] Host output formatting change, to match v8. [RT #255]
447.   [bug]           Dig didn't properly retry in TCP mode after
                        a truncated reply.  [RT #277]
2000-09-12 22:57:05 +00:00
Mark Andrews
91ac60fe11 446. [bug] Confusing notify log message. [RT #298] 2000-09-12 22:50:52 +00:00
Michael Sawyer
08dbeaef22 Bug #141
dig -b now tries its best to use the address you tell it to bind to.  The
problem was telling it to bind to an address in one family, then connect to
a server in a different one.  Now, it only tries servers in the same family
you bind to (if you specify -b) and gives a more meaningful error message
if it can't.
2000-09-12 22:42:17 +00:00
Andreas Gustafsson
1024973c81 ISC_TRUE, not 1 2000-09-12 22:18:42 +00:00
Michael Graff
b95c1391fa log query denied at INFO level, rather than error 2000-09-12 19:27:10 +00:00
Bob Halley
83d2840b6f fix erroneous isc_bitstring_copy() REQUIRE 2000-09-12 19:26:40 +00:00
Michael Graff
42e31e6ef7 pass in the log level desired; make 'client denied recursion' log at debug level 1 always. 2000-09-12 18:50:36 +00:00
Andreas Gustafsson
a405a53d53 443. [bug] When loading a master file failed because of an
unrecognized RR type name, the error message
                        did not include the file name and line number.
                        [RT #285]
2000-09-12 18:10:24 +00:00
Eric Luce
ea91cb5231 Updating the HTML generated docs from the Bv9ARM-book.xml master 2000-09-12 17:24:02 +00:00
Brian Wellington
0fded1c8b7 remove warnings. 2000-09-12 13:46:12 +00:00
Brian Wellington
a9ba7e6564 Allow a keyset to be self-signed if the signing key is a trusted-key. 2000-09-12 12:01:50 +00:00
Brian Wellington
c0bf51978c remove unnecessary allocations 2000-09-12 11:50:46 +00:00