Commit Graph
4268 Commits
Author SHA1 Message Date
Brian Wellington 3efd690413 801. [bug] nsupdate should treat lines beginning with ';' as
comments. [RT #1139]
2001-03-30 22:48:35 +00:00
Brian Wellington 5c3efef926 fix port handling 2001-03-30 21:00:08 +00:00
Brian Wellington 2f8380972f don't die if a key wasn't found 2001-03-30 20:00:18 +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
Brian Wellington e0b9690a0a fix format strings 2001-03-30 00:38:27 +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
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
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
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 099805b4c1 remove the nonexistent namelimit option and the deprecated rrlimit option. 2001-03-28 03:09:47 +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
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 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 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
Bob Halley 610550dc5d add doc, docclean, and maintainer-clean targets 2001-03-27 19:37:23 +00:00
Andreas Gustafsson a95181f3f2 statistics-file had incorrect default value if the configuration did not
load completely
2001-03-27 18:17:09 +00:00
Bob Halley 6ea1b817e3 convert man pages to docbook 2001-03-27 17:54:37 +00:00
Brian Wellington be0e3baffd define the port explicitly, rather than including named/control.h and
getting into a dependency mess.
2001-03-27 02:34:36 +00:00
Brian Wellington badf66abe0 Remove OMAPI. 2001-03-27 00:53:58 +00:00
Brian Wellington 1b4e6163be oops, missed a few files. 2001-03-27 00:45:13 +00:00
Brian Wellington 1d92d8a245 792. [cleanup] Replace the OMAPI command channel protocol with a
simpler one.
2001-03-27 00:44:59 +00:00
Andreas Gustafsson 34613b2e39 789. [bug] The "localhost" and "localnets" ACLs did not match
when used as the second element of a two-element
                        sortlist item.
2001-03-26 23:36:00 +00:00
Andreas Gustafsson af0a9bac79 missing NULL initialization in
match-mapped-addresses glue code
2001-03-26 23:03:05 +00:00
Andreas Gustafsson 851c849a5e log successful setting of resource limits at level 3, not 1 2001-03-26 23:02:26 +00:00
Brian Wellington 6eccf5bd07 788. [feature] Add the "match-mapped-addresses" options, which
causes IPv6 v4mapped addresses to be treated as
			IPv4 addresses for the purpose of acl matching.
2001-03-26 21:33:07 +00:00
Brian Wellington ff14db20fb check that the address family is supported before binding ports. 2001-03-24 02:31:41 +00:00
Brian Wellington b03c1bf72f Make sure to create all keyset- and signedkey- files with downcased names;
downcase names before looking for signedkey- files in dnssec-signzone.
2001-03-23 03:59:00 +00:00
Brian Wellington 4e146b2fd6 duplicate keys on the command line were not properly suppressed 2001-03-22 19:28:23 +00:00
Brian Wellington 734ae1f7c6 isc_{base64|hex}_decodestring took an unused mctx. Remove the mctx. 2001-03-22 00:07:07 +00:00
Brian Wellington 4ade12133c A commented out line in the quoted string representing the default
configuration was missing a semicolon.  How AIX's make depend caught this
is somewhat of a mystery.
2001-03-20 21:54:29 +00:00
Brian Wellington b0390aab30 783. [bug] Following CNAMEs could cause an assertion failure
when either using an sdb database or under very
                        rare conditions.
2001-03-20 00:00:45 +00:00
Brian Wellington fed2c6d186 80 columns 2001-03-19 22:59:03 +00:00
Brian Wellington 55839cbe31 Linux 2.2.18 supports the prctl() call necessary for running setuid. 2001-03-19 22:41:22 +00:00
Brian Wellington 54d64c7994 782. [feature] Implement the serial-query-rate option. 2001-03-19 22:34:14 +00:00
Andreas Gustafsson 4c03e69ab8 781. [func] Avoid error packet loops by dropping duplicate FORMERR
responses. [RT #1006]
2001-03-19 20:52:21 +00:00
Brian Wellington 079878277f unused variable 2001-03-16 23:00:00 +00:00
Brian Wellington 36c754f274 missing space in AAAA output [RT #1051] 2001-03-16 22:13:41 +00:00
Brian Wellington 298273b535 The updated config.guess now calls linux "linux" instead of "linux-gnu" 2001-03-16 21:44:35 +00:00
Brian Wellington a6b56c6609 If the default configuration fails to parse, don't seg fault. 2001-03-15 19:39:50 +00:00