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
Brian Wellington
356fdd6073
missing initializer
2000-09-12 11:33:14 +00:00
Brian Wellington
7e5759783d
dns_buildnxtrdata -> dns_nxt_buildrdata
2000-09-12 10:38:51 +00:00
Brian Wellington
d6be55c63f
comment the infinite loop fix
2000-09-12 10:21:45 +00:00
Brian Wellington
9b7f7e78a5
minor dst api change
2000-09-12 10:08:56 +00:00
Brian Wellington
1f8f904ad6
Added support for non-IN classes.
2000-09-12 10:07:50 +00:00
Brian Wellington
5c29047792
minor dst api change
2000-09-12 09:59:28 +00:00
Brian Wellington
54bf299982
Don't assume class IN; rename functions to conform to the naming style.
2000-09-12 09:55:32 +00:00
Brian Wellington
020d334001
Don't assume class IN.
2000-09-12 09:54:36 +00:00
Brian Wellington
0586029c81
Properly add a TSIG to a response not matching any view. The TSIG will
...
always have error==BADKEY. This is a bit of a hack, but without a view
to match, I can't think of a better way.
2000-09-12 07:48:28 +00:00
Andreas Gustafsson
983c852d20
listen-on-v6 was missing from grammar table
2000-09-12 01:26:56 +00:00
Andreas Gustafsson
894ae86038
added missing 'use' [RT #293 ]
2000-09-12 01:25:05 +00:00
Mark Andrews
694d98c143
cleanup notify_log & zone_log to reduce common code.
2000-09-12 01:22:12 +00:00
Mark Andrews
68516a98cb
document dns_message_getrawmessage
2000-09-11 23:37:34 +00:00
Michael Sawyer
286e74a21b
Bug #255 fixed.
...
A wonderfully inconsistent user interface feature of v8 host duplicated.
2000-09-11 21:48:11 +00:00
Andreas Gustafsson
400f5eeb2c
spelling
2000-09-11 20:51:47 +00:00
Michael Sawyer
e9429ff25a
Retry a lookup in TCP mode after getting a reply with TC flag set
2000-09-11 19:38:22 +00:00
Andreas Gustafsson
53df51bf45
442. [bug] TSIG signed messages that did not match any view
...
crashed the server. [RT #290 ]
2000-09-11 17:55:03 +00:00
Eric Luce
c71787bd63
Add some more text to README-SGML telling people where to get the
...
XML DocBook 4.0 dtd and what packages they need to install under
FreeBSD at least.
Also regenerate the HTML based on Andreas' changes and commit that
(Really need to get html rendering working on NetBSD so they can do
this themselves and immediately see the output of their changes.)
2000-09-11 17:54:44 +00:00
Andreas Gustafsson
3f6d7a2044
fixed oversized tabs, changed 1h to 3600 (etc) in examples
2000-09-11 17:39:25 +00:00
Eric Luce
4317b4c0cf
Make the documentation show how to render the HTML with the Nominum
...
derivative DSSSL style sheet.
So far this only applies to the HTML version.
2000-09-11 17:26:17 +00:00
Eric Luce
3f14b1ed13
Remove the comments from the XML ARM on how to validate and render it.
...
These are now in the README-SGML file and we do not want them to get out
of sync with each other. Also add the CVS Id tag as a comment to the
XML ARM.
2000-09-11 17:09:46 +00:00
Bob Halley
ba43c53451
Allow nodes obscured by a DNAME to be accessed if the GLUEOK bit is set.
2000-09-11 16:48:25 +00:00
Mark Andrews
29a9d783b2
440. [func] New function dns_zone_forwardupdate().
2000-09-11 13:34:18 +00:00
Mark Andrews
b9dead30b1
440. [func] New function dns_zone_forwardupdate().
2000-09-11 13:26:22 +00:00
Mark Andrews
056141f287
439. [func] New function dns_request_createraw().
2000-09-11 06:35:57 +00:00
Mark Andrews
5126112bc3
438. [func] New function dns_message_getrawmessage().
2000-09-11 05:55:27 +00:00