From 39e0e5e9e48b567f229986d3931af6b595d8fea5 Mon Sep 17 00:00:00 2001
From: Tinderbox User
"All". The
- Query class: This can be used to lookup Hesiod or Chaosnet
- class resource records. The default class is IN
+ Query class: This can be used to lookup HS (Hesiod) or CH
+ (Chaosnet) class resource records. The default class is IN
(Internet).
List zone:
- The host performs a zone transfer of
+ The host command performs a zone transfer of
zone
- Together, the
Non-recursive query:
- Setting this option clears the RD —
- recursion desired — bit in the query. This should
- mean that the name server receiving the query will not
- attempt to resolve
Query type:
- the
@@ -171,7 +171,7 @@
If a query type of IXFR is chosen the starting serial
number can be specified by appending an equal followed by
the starting serial number
- (e.g. -a option is normally equivalent
- to -v -t ANY.
+ to -v -t .
It also affects the behaviour of the ANY-l
list zone option.
classname and prints out the NS,
PTR and address records (A/AAAA).
-l -a
+ Together, the -l -a
options print all records in the zone.
name.
+ Setting this option clears the RD (recursion desired) bit
+ in the query. This should mean that the name server
+ receiving the query will not attempt to
+ resolve name.
The -r option
enables host to mimic the behavior of a
name server by making non-recursive queries and expecting
@@ -153,7 +153,7 @@
type argument can be any
+ The type argument can be any
recognized query type: CNAME, NS, SOA, TXT, DNSKEY, AXFR, etc.
-t IXFR=12345678).
+ (like -t ).
IXFR=12345678
- Wait forever: the query timeout is set to the maximum possible.
+ Wait forever: The query timeout is set to the maximum possible.
See also the -W option.
wait
- Timeout: wait for up to wait
+ Timeout: Wait for up to wait
seconds for a reply. If wait is
less than one, the wait interval is set to one second.
- rndc flushtree now works even if there wasn't a cached node - at the specified name. [RT #41846] + Fixed a crash when calling rndc stats on some + Windows builds: some Visual Studio compilers generate code that + crashes when the "%z" printf() format specifier is used. [RT #42380] +
+ Windows installs were failing due to triggering UAC without + the installation binary being signed. +
+ A change in the internal binary representation of the RBT database + node structure enabled a race condition to occur (especially when + BIND was built with certain compilers or optimizer settings), + leading to inconsistent database state which caused random + assertion failures. [RT #42380] +
+ rndc flushtree now works even if there wasn't + a cached node at the specified name. [RT #41846]
Don't emit records with zero TTL unless the records were diff --git a/doc/arm/man.host.html b/doc/arm/man.host.html index 13cbc38542..f1f787e775 100644 --- a/doc/arm/man.host.html +++ b/doc/arm/man.host.html @@ -86,14 +86,14 @@
"All". The -a option is normally equivalent
- to -v -t ANY.
+ to -v -t .
It also affects the behaviour of the ANY-l
list zone option.
class- Query class: This can be used to lookup Hesiod or Chaosnet - class resource records. The default class is IN + Query class: This can be used to lookup HS (Hesiod) or CH + (Chaosnet) class resource records. The default class is IN (Internet).
List zone:
- The host performs a zone transfer of
+ The host command performs a zone transfer of
zone name and prints out the NS,
PTR and address records (A/AAAA).
- Together, the -l -a
+ Together, the -l -a
options print all records in the zone.
Non-recursive query:
- Setting this option clears the RD —
- recursion desired — bit in the query. This should
- mean that the name server receiving the query will not
- attempt to resolve name.
+ Setting this option clears the RD (recursion desired) bit
+ in the query. This should mean that the name server
+ receiving the query will not attempt to
+ resolve name.
The -r option
enables host to mimic the behavior of a
name server by making non-recursive queries and expecting
@@ -171,7 +171,7 @@
Query type:
- the type argument can be any
+ The type argument can be any
recognized query type: CNAME, NS, SOA, TXT, DNSKEY, AXFR, etc.
@@ -189,7 +189,7 @@
If a query type of IXFR is chosen the starting serial
number can be specified by appending an equal followed by
the starting serial number
- (e.g. -t IXFR=12345678).
+ (like -t ).
IXFR=12345678
- Wait forever: the query timeout is set to the maximum possible.
+ Wait forever: The query timeout is set to the maximum possible.
See also the -W option.
wait
- Timeout: wait for up to wait
+ Timeout: Wait for up to wait
seconds for a reply. If wait is
less than one, the wait interval is set to one second.
- rndc flushtree now works even if there wasn't a cached node - at the specified name. [RT #41846] + Fixed a crash when calling rndc stats on some + Windows builds: some Visual Studio compilers generate code that + crashes when the "%z" printf() format specifier is used. [RT #42380] +
+ Windows installs were failing due to triggering UAC without + the installation binary being signed. +
+ A change in the internal binary representation of the RBT database + node structure enabled a race condition to occur (especially when + BIND was built with certain compilers or optimizer settings), + leading to inconsistent database state which caused random + assertion failures. [RT #42380] +
+ rndc flushtree now works even if there wasn't + a cached node at the specified name. [RT #41846]
Don't emit records with zero TTL unless the records were