Commit Graph

7259 Commits

Author SHA1 Message Date
Michael Sawyer
31eef7e2d4 Use lowercase names for stats
statistic printing code cleanup
move some of the statistics stufdf to the server object
2000-11-09 19:55:20 +00:00
Brian Wellington
964c3f4a6e ignore named.run files 2000-11-09 19:42:35 +00:00
Andreas Gustafsson
673ce7aebb removed redundant declaration of dns_rdataclass_totext() from rdata.h;
it is declared in rdataclass.h
2000-11-09 19:33:51 +00:00
Andreas Gustafsson
b4ecb028d9 sortlist description reference to historic address sorting behaviour
should refer to BIND 4 (like it does in the BIND 8 documentation), not BIND 8
2000-11-09 19:31:16 +00:00
Brian Wellington
9dc3c7213b Add -a (verify generated signatures) option to signkey and makekeyset 2000-11-09 18:55:17 +00:00
Brian Wellington
b585f0373c dnssec-signzone prints warnings if loading a child's signkey file fails. 2000-11-09 18:39:46 +00:00
Andreas Gustafsson
f9e2ce8223 warn against relative path names as arguments to the -c
option [RT #428]
2000-11-09 18:09:12 +00:00
Andreas Gustafsson
c379c1bddb 549. [bug] make did not immediately abort the build when a
subdirectory make failed [RT #450].
2000-11-09 17:49:37 +00:00
Brian Wellington
787b57597e The CLASSNAMES array was both unused and incomplete. 2000-11-09 03:03:47 +00:00
Brian Wellington
55b085353a error message improvements 2000-11-09 02:35:43 +00:00
Brian Wellington
066faef119 548. [func] The lexer now ungets tokens more correctly. 2000-11-09 02:23:40 +00:00
Brian Wellington
a90dcd1f19 the wrong result code was being printed 2000-11-09 00:20:47 +00:00
Brian Wellington
dffdc24ffd added a placeholder 2000-11-08 21:54:37 +00:00
Michael Sawyer
f53f42b5cb Update rndc programs so that stats option works.
Update rndc's usage message.
2000-11-08 19:20:03 +00:00
Michael Sawyer
39e672d653 Change rndc command from "dump-statistics" to "stats," to match ARM. 2000-11-08 19:02:56 +00:00
Michael Sawyer
3b269c0cf3 Move file write routines to server.c, using isc_stdio_*.
Implement default filename for stats file.
Properly free the name's memory when shutting down.
2000-11-08 18:58:02 +00:00
Bob Halley
7977cf4cfe The recently added code to set lame-ttl triggered an assertion if
there was no view specified in the config file.
2000-11-08 18:46:40 +00:00
Brian Wellington
60a7fe5da1 remove uninitialized variable. 2000-11-08 18:24:37 +00:00
Andreas Gustafsson
83081c08ef added another FAQ 2000-11-08 17:12:10 +00:00
Mark Andrews
17442ccc2b 546. [func] Option 'lame-ttl' is now implemented. 2000-11-08 03:54:30 +00:00
Mark Andrews
bfcdcde570 implement lame-ttl. 2000-11-08 03:53:16 +00:00
Brian Wellington
ae97c3e72b The bind9 FAQ, with a whopping one question. 2000-11-08 02:09:29 +00:00
Brian Wellington
add4043305 The identical gettoken() routines in rdata.c, hex.c, and base64.c have
been replaced with isc_lex_getmastertoken().
2000-11-08 01:56:15 +00:00
Andreas Gustafsson
4b5a9213ca an extraneous empty line snuck in with the previous change 2000-11-08 01:36:12 +00:00
Andreas Gustafsson
2e13cb9738 indentation 2000-11-08 01:23:27 +00:00
Michael Sawyer
26b68431ee todo 2000-11-08 01:04:05 +00:00
Brian Wellington
96a6f4c77f make memory debugging useful 2000-11-08 00:55:26 +00:00
Michael Sawyer
61b0df9eb5 545. [func] Name limit and counting options removed from dig;
they didn't work properly, and cannot be correctly
                        implemented without significant changes.
2000-11-08 00:54:49 +00:00
Brian Wellington
f439363eeb minor code simplification 2000-11-08 00:51:24 +00:00
Michael Sawyer
04ab4ecb27 Remove name limits and counter from dig; there's no obvious way to count
names out of message_parse when PRESERVE_ORDER is set.
2000-11-08 00:47:18 +00:00
Michael Sawyer
369bb68c2c 543. [func] Add statistics option, enable statistics-file option,
add RNDC option "dump-statistics" to write out a
                        query statistics file.
2000-11-08 00:33:57 +00:00
Andreas Gustafsson
04bf45fffe added missing newline 2000-11-08 00:18:18 +00:00
Michael Sawyer
a3a11c4f3f Add the ability (via rndc dump-statistics) to dump a file with counters of
various results given to queries.  Enable the (previously disabled)
statistics-file config option.
2000-11-07 23:49:42 +00:00
Brian Wellington
5cca7753fd RRTYPE -> TYPE for unknown types 2000-11-07 23:44:33 +00:00
Brian Wellington
7499479679 spelling 2000-11-07 23:43:23 +00:00
Brian Wellington
19e0a2c2d1 Add isc_hex_* routines, which handle conversion to and from hex strings. 2000-11-07 20:58:08 +00:00
Brian Wellington
b7bf1bc9d9 openssl rsa doesn't have a 2048 bit limit. Change it to 4096, which
takes a long time and a lot of entropy to generate.
2000-11-07 20:10:14 +00:00
Brian Wellington
8ace2af344 removed completed items 2000-11-07 02:18:24 +00:00
Michael Sawyer
d1fb32ad95 Print the version number information with "dig" alone on the command line 2000-11-07 01:29:34 +00:00
Andreas Gustafsson
3dcb97b199 documented the 'port' option [RT #430] 2000-11-06 23:48:48 +00:00
Eric Luce
99e8cdc499 remove misleading -c option from openjade command 2000-11-06 23:11:04 +00:00
Andreas Gustafsson
f8aab081ad fixed a NetBSD pathname 2000-11-06 22:41:12 +00:00
Andreas Gustafsson
dcebbac4f6 regenerated HTML 2000-11-06 22:24:54 +00:00
Andreas Gustafsson
6cde91f608 fixed misc xml syntax bugs 2000-11-06 22:23:59 +00:00
Brian Wellington
3dc1a039b3 Document the lwres configuration mechanisms. 2000-11-06 22:18:52 +00:00
Andreas Gustafsson
fda549f6c3 documented 'notify explicit;' [RT #436] 2000-11-06 20:40:54 +00:00
Brian Wellington
bfb69095ae The intermediate files produced by the dnssec tools have a different naming
convention than in 9.0.x
2000-11-06 19:52:45 +00:00
Brian Wellington
a99166d1bf selective forwarding, blackhole, and bogus servers are now implemented. 2000-11-06 19:45:52 +00:00
Brian Wellington
85e60ef497 Change an error message and allow time to be specified as YYYYMMDD
(without HHMMSS).
2000-11-06 17:28:24 +00:00
Mark Andrews
162095ca41 Now knowngood.afer1 and knowngood.before 2000-11-06 08:34:59 +00:00