Commit Graph

138 Commits

Author SHA1 Message Date
Mark Andrews
14bb9cccae 690. [func] $GENERATE now supports DNAME. [RT #654] 2001-01-18 08:34:15 +00:00
Brian Wellington
90168d6aae the rrset-order example had a typo. 2001-01-17 02:42:51 +00:00
Andreas Gustafsson
93f40401c8 typo 2001-01-16 22:59:37 +00:00
Andreas Gustafsson
af1e802260 expanded treatment of stub zones 2001-01-16 21:11:32 +00:00
Brian Wellington
64039dfa48 The lwres section had a few typos. 2001-01-15 19:50:53 +00:00
Andreas Gustafsson
3c1f4ab139 double period 2001-01-15 00:43:51 +00:00
Brian Wellington
918d90d5d9 mention that random-device is not examined on reload. 2001-01-12 00:22:09 +00:00
Brian Wellington
a9ace786c9 Document random-device. 2001-01-12 00:15:57 +00:00
Andreas Gustafsson
576f85e5fd 673. [func] The server can now convert RFC1886-style recursive
lookup requests into RFC2874-style lookups, when
                        enabled using the new option "allow-v6-synthesis".
2001-01-09 18:26:01 +00:00
Brian Wellington
c861628626 clarified "subdomain" description for update-policy statement. 2001-01-09 00:05:03 +00:00
Brian Wellington
54ce9b2e29 657. [bug] When a listen-on statement in an lwres block does not
specifiy a port, use 921, not 53.  Also update the
                        listen-on documentation. [RT #616]
2001-01-05 22:12:53 +00:00
Andreas Gustafsson
05eb8dbcb2 say 'not supported' instead of 'not implemented'; the latter sounds like we are
planning to implement it later, which we are not
2001-01-03 20:18:47 +00:00
Andreas Gustafsson
c10ee77c29 note that SIG(0) signing of multiple-message TCP streams is not
implemented.
2001-01-03 20:15:10 +00:00
Andreas Gustafsson
f23afaac09 spelling; use complete sentences 2001-01-03 02:19:05 +00:00
Andreas Gustafsson
476b122633 Note that this version of the manual corresponds to BIND version 9.1. 2001-01-02 20:22:32 +00:00
Andreas Gustafsson
6867b9d347 rewrote large portions of Chapter 1 while waiting for delayed return flight from IETF 2000-12-29 20:40:35 +00:00
Mark Andrews
2a80a4e120 625. [func] Zone's now inherit their class from the enclosing view. 2000-12-20 03:36:19 +00:00
Andreas Gustafsson
bb1cf189bb renamed check-zone to named-checkzone and check-conf to named-checkzone
to reduce /usr/local/bin namespace pollution; added a CHANGES entry for them
2000-12-19 19:48:09 +00:00
Andreas Gustafsson
76c42915b4 rndc dumpdb is supported now. 2000-12-15 21:17:25 +00:00
Mark Andrews
ddc9b4f5f7 cut&paste error. 2000-12-14 22:28:01 +00:00
Mark Andrews
54f00517c5 Add check-zone. 2000-12-14 01:45:53 +00:00
David Lawrence
10e6498d6d * Removed max-names (as well as DNS_R_ZONETOOLARGE, which was
never returned by any function and was presumably cruft
        related to max-names).
  * Made allow-notify part of the public source and documented it.
  * Made master server TSIG keys part of the public source and documented it.
  * Removed a define of DNS_OPT_NEWCODES supposedly used by GNS, with
        the approval of Mike.
  * Made DNS_ZONE_FORCELOAD flag, used by rndc reload, work in the
        public source.  After the NOMINUM_PUBLIC cleanup, I'll
        fix the rndc reload issues we've been discussing here at IETF.

I left in NOMIMUM_PUBLIC around the forward-notify stuff, with the
expectation that Michael will give the go-ahead next week to remove it.
2000-12-13 00:15:39 +00:00
Brian Wellington
ddda1ae369 rndc dumpdb is supported now. 2000-12-12 21:43:11 +00:00
Andreas Gustafsson
a2984e1e5e more editing of use-ixfr docs 2000-12-02 00:34:39 +00:00
Andreas Gustafsson
199268062f we are now strict about CNAMEs 2000-12-02 00:32:23 +00:00
Andreas Gustafsson
f63f9002e7 we have no intent of making SIGINT do the same as 'rndc dumpdb' 2000-12-02 00:30:34 +00:00
Andreas Gustafsson
f83520a3d8 treat the use-ixfr option like we do with other obsolete options;
in particular, there is no need for the ARM to have a separate section about it
2000-12-02 00:25:42 +00:00
Andreas Gustafsson
87a6678320 updated the documentation on the statistics file format and moved it
to a less conspicuous place
2000-12-02 00:14:23 +00:00
Andreas Gustafsson
a3e41e3c03 obey the allow-update forwarding option for both signed and unsigned updates;
fold the upforwd system test README file and nsupdate input files into the tests.sh script;
other minor cleanup of the upforwd test
2000-12-01 21:37:17 +00:00
Andreas Gustafsson
f7c21e46c4 updated ARM and the rndc usage message to reflect the current
set of supported commands
2000-11-30 21:33:22 +00:00
Andreas Gustafsson
23825d1956 references to named.conf statements should not include an empty
set of braces
2000-11-30 00:29:35 +00:00
Andreas Gustafsson
d3be9a9c6e 583. [func] "rndc querylog" will now toggle logging of
queries, like "ndc querylog" in BIND 8.
2000-11-30 00:25:49 +00:00
Andreas Gustafsson
b4d70507ca Documented the "stderr" logging destination 2000-11-28 23:06:32 +00:00
Andreas Gustafsson
9374f5f62c Do not express intent to implement the check-names option. 2000-11-28 21:20:51 +00:00
Andreas Gustafsson
0a479f5bfd clarified description of 'database' option; undocumented rbt64 2000-11-28 21:10:20 +00:00
Andreas Gustafsson
f6ec00228a updated notify-source documentation to reflect simplified default
processing; other editing affecting mainly the various *-source options
2000-11-28 19:16:23 +00:00
Andreas Gustafsson
6ce3f0408e minor clarifications to additional-from{auth,cache} docs 2000-11-28 18:55:57 +00:00
Michael Graff
ecc1defdac add documentation for additional-from-{auth,cache} -- comments welcome 2000-11-28 18:35:08 +00:00
Andreas Gustafsson
84810b58f9 missing end tags and missing comma 2000-11-27 18:06:02 +00:00
Mark Andrews
dfd7798d8b 578. [func] Notify-source, specify the source address for notify
messages.
2000-11-25 02:43:56 +00:00
Michael Sawyer
0b3f08631f statistics -> zone-statistics 2000-11-25 00:26:17 +00:00
Andreas Gustafsson
100a13ba66 documented the 'queries' logging category 2000-11-23 02:10:30 +00:00
Brian Wellington
c38ed920e3 The TSIG section said "response" when it should have said "request". 2000-11-22 20:26:46 +00:00
Andreas Gustafsson
3ff9349f82 fixes to the recently added zone statistics feature documentation:
typos; stylistic nits; refer to the current release as 9.1, not 9.0.0
2000-11-21 18:37:37 +00:00
Michael Sawyer
56f1285ca5 Document new RNDC options and statistics file.
Regenerate HTML files.
2000-11-21 18:12:45 +00:00
Brian Wellington
e54683130c document the zone{} database option. 2000-11-20 21:49:16 +00:00
Andreas Gustafsson
f26ab81383 note about min-refresh-time &co being unimplemented in 9.0.0 is
unnecessary and confusing in the 9.1 documentation - removed it
2000-11-20 17:37:54 +00:00
Andreas Gustafsson
c9cc73cbc8 minor reformatting 2000-11-20 17:31:33 +00:00
Andreas Gustafsson
450025a0d1 formatting errors, bogus 'email:' URL [RT #476] 2000-11-17 19:19:17 +00:00
David Lawrence
8a7a714726 stacksize, datasize, coresize and files options are now implemented 2000-11-15 01:20:18 +00:00