Commit Graph

9003 Commits

Author SHA1 Message Date
Bob Halley
cf8cc51238 There were no curly braces around address_match_list and key_list in the
controls statement grammar.
2001-03-30 18:15:45 +00:00
Brian Wellington
70d08aea0a 800. [bug] dnssec-signzone produced incorrect statistics for
large zones.  [RT #1133]
2001-03-30 18:02:34 +00:00
Bob Halley
907620b5e0 The ADB didn't find AAAA glue in a zone unless A6 glue was also present. 2001-03-30 17:27:29 +00:00
Brian Wellington
e0b9690a0a fix format strings 2001-03-30 00:38:27 +00:00
Brian Wellington
414d289686 oops, cut-and-paste-o 2001-03-30 00:34:52 +00:00
Brian Wellington
e0bab4386b Treat a zone as secure only if it has a zone key and a signed NXT at the apex. 2001-03-30 00:33:39 +00:00
Brian Wellington
c40265eba0 converted man pages to docbook 2001-03-30 00:08:35 +00:00
Brian Wellington
9b6a170d22 'command' is a required argument. 2001-03-30 00:06:30 +00:00
Brian Wellington
2c9db93149 798. [bug] nsupdate should be able to reject bad input lines
and continue. [RT #1130]
2001-03-29 23:51:36 +00:00
Brian Wellington
5684e37a3a #ifdef HAVE_SA_LEN 2001-03-29 23:19:51 +00:00
Andreas Gustafsson
a737f45fba look for SGML stylesheets in more places 2001-03-29 22:54:36 +00:00
Mark Andrews
6475a59ca4 make/* need to be created _before_ the Makefiles are created. 2001-03-29 07:01:32 +00:00
Mark Andrews
d380990548 Initial pull over from BIND 8 2001-03-29 06:31:59 +00:00
Andreas Gustafsson
7dde5be909 rephrased relative directory warning 2001-03-29 04:25:59 +00:00
Andreas Gustafsson
b18aa36ef0 removed extraneous space 2001-03-29 04:23:51 +00:00
Andreas Gustafsson
4b01d45a49 first cut at mandoc -> docbook conversion 2001-03-29 02:43:28 +00:00
Brian Wellington
672056d560 797. [func] Issue a warning if the 'directory' option contains
a relative path. [RT #269]
2001-03-29 02:33:48 +00:00
Andreas Gustafsson
9ffbbce6a6 first cut at mandoc -> docbook conversion 2001-03-29 02:23:11 +00:00
Andreas Gustafsson
dbe3ea5072 use autoconf-derived paths for SGML stuff 2001-03-29 01:02:18 +00:00
Brian Wellington
ec56b96c79 log sending of notifies at info level, and include the serial number. Also
clean up some weird code. [RT #1088]
2001-03-28 23:36:53 +00:00
Brian Wellington
c996e500f1 remove the errno handling code, which was only used by readsymtab/writesymtab 2001-03-28 23:11:41 +00:00
Brian Wellington
0368474a75 remove isccc_cc_readsymtab/isccc_cc_writesymtab 2001-03-28 23:10:39 +00:00
Bob Halley
1c17c669fa update 2001-03-28 20:19:57 +00:00
Brian Wellington
c2c7bfcef5 rndc only takes one command. make the documentation say this. 2001-03-28 20:17:10 +00:00
Brian Wellington
0f635e91db don't print -v and -z options in the usage statement, since they don't exist. 2001-03-28 20:09:05 +00:00
Brian Wellington
9b9ac752f6 forwarders have optional ports now; remove an extraneous newline from
also-notify.
2001-03-28 20:04:21 +00:00
David Lawrence
2a86ee1f54 simplify the test about whether to roll; one expression was redundant 2001-03-28 05:48:16 +00:00
David Lawrence
9b9509d890 Fixed description of use/interaction of "size" and "versions" options on log
channels.
2001-03-28 04:18:18 +00:00
David Lawrence
9027e1bcf1 796. [func] When a size limit is associated with a log file,
only roll it when the size is reached, not every
			time the log file is opened. [RT #1096]
2001-03-28 04:16:32 +00:00
Brian Wellington
099805b4c1 remove the nonexistent namelimit option and the deprecated rrlimit option. 2001-03-28 03:09:47 +00:00
Brian Wellington
caa55a6557 When printing KEY records with COMMENT and MULTILINE, the line would often
be too long.
2001-03-28 02:57:26 +00:00
Brian Wellington
08a0b6d8a0 tabify 2001-03-28 02:43:44 +00:00
Brian Wellington
668f8d91db 795. [func] Add the +multiline option to dig.
(which requires dns_message_totext(), etc. to take a style parameter)
2001-03-28 02:42:56 +00:00
Bob Halley
94bd918b63 convert rndc.conf to docbook 2001-03-28 02:02:24 +00:00
Bob Halley
4610465ed9 rndc docbook conversion 2001-03-28 01:01:01 +00:00
Andreas Gustafsson
bed7a35293 dns_master_questiontotext() needs a style argument after all 2001-03-28 00:58:15 +00:00
Andreas Gustafsson
bfe313722d dns_masterfile_style_debug -> dns_master_style_debug 2001-03-28 00:54:40 +00:00
Andreas Gustafsson
531eafa302 use dns_master_rdatasettotext() &co; removed unused flag
DNS_MESSAGETEXTFLAG_OMITDOT
2001-03-28 00:50:05 +00:00
Andreas Gustafsson
421551db8a new functions dns_master_rdatasettotext() and dns_master_questiontotext(),
replacing dns_rdataset_totext()
2001-03-28 00:22:16 +00:00
Brian Wellington
566cc190fa remove extraneous spaces 2001-03-28 00:21:56 +00:00
Brian Wellington
d7ba3622ff 794. [func] Implement the "port" and "default-port" statements
in rndc.conf.
2001-03-28 00:16:09 +00:00
Brian Wellington
db9c64f8ef fix paths to man pages 2001-03-27 23:59:53 +00:00
Brian Wellington
ff1e17749c The section on man pages was outdated. 2001-03-27 23:56:24 +00:00
Brian Wellington
45e22378fc dns_name_tofilenametext() now downcases the name, which means the callers
don't need to.
2001-03-27 23:43:15 +00:00
Brian Wellington
c0968380c4 793. [cleanup] The DNSSEC tools could create filenames that were
illegal or contained shell metacharacters.  They
			now use a different text encoding of names that
			doesn't have these problems. [RT #1101]
2001-03-27 23:00:02 +00:00
Brian Wellington
7d7215baf8 Add dns_name_tofilenametext(), and use it in the dnssec tools. 2001-03-27 22:57:48 +00:00
Brian Wellington
d566e8ea7b open databases with the root as origin when possible. 2001-03-27 22:08:39 +00:00
Brian Wellington
dd750c560a Reran update_copyrights, which slightly reformatted the copyrights. 2001-03-27 20:11:04 +00:00
Brian Wellington
cb3e854e18 oops, use the nominum copyright for lib/isccc. Also fix the update_copyrights
script to do @YEARS@ expansion on 2 lines.
2001-03-27 20:08:15 +00:00
Bob Halley
610550dc5d add doc, docclean, and maintainer-clean targets 2001-03-27 19:37:23 +00:00