Commit Graph
7086 Commits
Author SHA1 Message Date
Brian Wellington e0425840a8 -p and -P were switched. 2000-10-18 22:28:42 +00:00
Brian Wellington 4334d2e8a1 selective forwarding updates 2000-10-18 22:16:06 +00:00
Brian Wellington 37d1c8ee54 524. [func] The 'forward' and 'forwarders' statement in
non-forward zones should work now.
2000-10-18 22:13:48 +00:00
Andreas Gustafsson 0067b1721e English style 2000-10-18 22:11:20 +00:00
Andreas Gustafsson a6216d8691 yes, we do need #include <dns/opt.h> - I was misled by an
incorrect commit message
2000-10-18 22:10:20 +00:00
Brian Wellington 28bad71357 forward zones don't have dialup or pubkey fields 2000-10-18 21:18:47 +00:00
Andreas Gustafsson a1d332a959 we don't really need to #include <dns/opt.h>, do we? 2000-10-18 20:56:33 +00:00
Andreas Gustafsson 28b7844ee9 523. [doc] The source to the Administrator Reference Manual is
now an XML file using the DocBook DTD, and is included
                        in the distribution.  The plain text version of the
                        ARM is temporarily unavailable while we figure out
                        how to generate readable plain text from the XML.
2000-10-18 19:01:04 +00:00
Andreas Gustafsson ce763af286 .css file was used by FrameMaker-generated HTML only and is no
longer needed
2000-10-18 18:55:11 +00:00
Andreas Gustafsson c45e230506 remove plain text version of ARM until we find a way to generate
it from XML
2000-10-18 18:49:12 +00:00
Andreas Gustafsson 027e89d47a regenerated 2000-10-18 18:31:51 +00:00
Andreas Gustafsson 724f98789b document the optional ip_port of the also-notify option
and the optional class of the view statement; stress the need for a hint zone
in non-IN views [RT #382], [RT #387]
2000-10-18 18:27:46 +00:00
Eric Luce f3cdacd764 new text for dealing with NetBSD and html generation.. 2000-10-18 01:17:45 +00:00
Brian Wellington b43af69134 The parser leaked memory when printing the "references to zones not
implemented yet" warning.
2000-10-17 22:21:34 +00:00
Brian Wellington 78db9e8f4b 522. [func] The lightweight resolver daemon can now use
a real configuration file, and its functionality
                        can be provided by a name server.  Also, the -p and -P
                        options to lwresd have been reversed.
(this was done a while ago, but had no CHANGES entry)
2000-10-17 21:25:11 +00:00
Michael Sawyer 55aed608cc Add counters of incoming queries, server-wide and by zone. There is
currently no way to get these counts back *out* of the server, pending
a command channel.  A temporary channel should be built for these data
soon.
2000-10-17 20:57:26 +00:00
Michael Sawyer 6e90488a8d Reorginization, no real changes 2000-10-17 20:27:29 +00:00
Andreas Gustafsson a5044c42a8 added copyright message 2000-10-17 20:13:56 +00:00
Andreas Gustafsson 5b34d8267e revision 1.30 broke the default lwres address of 127.0.0.1
by incorrectly assuming that lwres_addr_parse() parses an address in string
form (it actually parses an address in lwres wire form)
2000-10-17 20:09:19 +00:00
Brian Wellington b0ebef19b3 update based on libtool and typo fixes 2000-10-17 19:42:17 +00:00
Brian Wellington e3124c5bfe Add lookup.[ch] 2000-10-17 19:37:21 +00:00
Brian Wellington ae9f17f496 add journalprint 2000-10-17 19:36:01 +00:00
Andreas Gustafsson 86cbec9012 update_copyrights treated CONF-SH comments as C comments
due to inappropriate use of prefix regexp matching
2000-10-17 19:28:55 +00:00
Brian Wellington 91104d20eb #include <string.h> 2000-10-17 19:24:29 +00:00
Brian Wellington dd8e07322b An event could be freed twice. 2000-10-17 18:34:52 +00:00
Andreas Gustafsson c7b92f5f23 added draft-sawyer-dnsext-edns0-zone-option-00.txt 2000-10-17 18:05:45 +00:00
Mark Andrews 3688a648ff mising declarations 2000-10-17 10:59:48 +00:00
Mark Andrews b20ee662a7 521. [bug] Detect master files which contain $INCLUDE and always
reload. [RT #196]

new result code DNS_R_SEENINCLUDE
dns_master_load* can now return DNS_R_SEENINCLUDE
2000-10-17 07:22:39 +00:00
Mark Andrews 0491a31568 bad declaration. 2000-10-17 02:11:28 +00:00
Brian Wellington 8804fd9936 Split off the generic dns query functionality from the byaddr module into
the lookup module, and make byaddr use lookup.
2000-10-17 01:57:42 +00:00
Andreas Gustafsson d8b60149a5 updated drafts 2000-10-17 01:24:05 +00:00
Andreas Gustafsson ac9003d547 spacing 2000-10-17 01:09:31 +00:00
Michael Sawyer 17da4c1cfb todo updated 2000-10-17 00:37:54 +00:00
Michael Sawyer 92b35cdef8 Missed a conflict 2000-10-17 00:36:09 +00:00
Michael Sawyer 88aa63f566 Make option processing case sensitive.
Remove -w option; default xfr's to +nocomments, +noquestion.  Remove wiring
around repeated comment printing, so xfr's with +comments will cause
comment headers to be printed per packet, producing same result as -w
gave.
2000-10-17 00:35:18 +00:00
Andreas Gustafsson 7897195eed spacing 2000-10-17 00:31:17 +00:00
Brian Wellington 6177fc9897 A lot of files generated by libtool were not properly ignored. 2000-10-16 23:44:25 +00:00
Brian Wellington f90fe7c8b9 520. [bug] Upgraded libtool to 1.3.5, which allows shared
library builds to work on AIX (and possibly others).
2000-10-16 23:35:07 +00:00
Michael Sawyer 34d2bdadb4 Oops on the last commit. Editor wasn't saved when I did the commit, and
the cvs diff output was very close to the correct one, so I didn't
notice the problem.
2000-10-16 22:26:25 +00:00
Andreas Gustafsson 86c270cbb2 typo 2000-10-16 21:47:49 +00:00
Brian Wellington 194dc5d0b8 Add bin/tests/journalprint.c 2000-10-16 21:43:03 +00:00
Michael Sawyer ce82008f65 The change made in patch 233 was breaking preventing the server from
being built when sanitized.  Since there is no obvious reason for
notify->flags to be hidden behind sanitize ifdefs, move it public.
(Lots of places which referred to ->flags were not sanitized out.)
2000-10-16 21:14:29 +00:00
Brian Wellington b88fd265d1 Added copyright 2000-10-16 20:42:03 +00:00
Andreas Gustafsson 27dd1d31f7 say "beginning of DNS packet", not "begin of DNS packet" 2000-10-16 20:38:30 +00:00
Brian Wellington 3aa5ecb8f7 typo 2000-10-16 19:05:13 +00:00
Michael Sawyer d97ea44061 Cause -m (memory debugging) option in dig to actually function. 2000-10-16 19:00:01 +00:00
Mark Andrews 0d32cdd9a0 Check message id against expected id, fail / revert to AXFR on mismatch.
Skip check for second and subsequent messages if the query is AXFR.
2000-10-16 04:26:08 +00:00
Mark Andrews 20a313a458 Add DNS_R_UNEXPECTEDID. 2000-10-16 04:08:13 +00:00
Mark Andrews d39e56173d Old BINDs will return FORMERR if the SOA is included in the NOTIFY.
Detect this and resend w/o SOA.
2000-10-16 04:05:43 +00:00
David Lawrence 72ce8db918 sigh. the last checkin only included RT #369 fix, not the other things I meant
to include.
2000-10-14 04:38:22 +00:00