7466 Commits

Author SHA1 Message Date
cvs2git
19d6c56085 This commit was manufactured by cvs2git to create tag 'v9_0_0'. v9.0.0 2000-10-18 18:31:53 +00:00
cvs2git
99ebeb6865 This commit was manufactured by cvs2git to create branch 'v9_0'. 2000-10-18 18:31:52 +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
Andreas Gustafsson
55e4ee7975 pullup:
520.   [bug]           Upgraded libtool to 1.3.5, which allows shared
                        library builds to work on AIX (and possibly others).
2000-10-17 18:59:25 +00:00
Andreas Gustafsson
69c1d2db5f pullup:
515.   [bug]           The ssu table was not beinge attached / detached
                        by dns_zone_[sg]etssutable.  [RT#397]
2000-10-17 18:48:09 +00:00
Andreas Gustafsson
82d1ce3037 pullup:
An event could be freed twice.
cvs commit -mpullup:
2000-10-17 18:40:10 +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
Andreas Gustafsson
e3f00f0f72 pullup:
510.   [bug]           Remove spurious view notify warning. [RT #376]
2000-10-17 01:02:20 +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
Brian Wellington
43e945ce86 pullup:
519.   [bug]           dns_name_split() would improperly split some bitstring
                        labels, zeroing a few of the least signficant bits in
                        the prefix part.  When such an improperly created
                        prefix was returned to the RBT database, the bogus
                        label was dutifully stored, corrupting the tree.
                        [RT #369]
2000-10-16 23:32:36 +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
David Lawrence
190fbe9738 519. [bug] dns_name_split() would improperly split some bitstring
labels, zeroing a few of the least signficant bits in
			the prefix part.  When such an improperly created
			prefix was returned to the RBT database, the bogus
			label was dutifully stored, corrupting the tree.
			[RT #369]

Also made dns_name_split() REQUIRE that suffixlabels always be greater than 0,
even when splitting a bitstring label (it already required this when not
splitting a bitstring label).  This is consistent with the way dns_name_split()
was called to split a name that consisted of a single label, a bitstring;
the appropriate suffixlabels value is 1 in such cases.

Also a fixed minor style error, and a confusing comment.
2000-10-14 04:31:31 +00:00
Brian Wellington
1417088e3c Updated a comment 2000-10-13 23:38:45 +00:00
Brian Wellington
2d2d94e01d spacing 2000-10-13 23:28:00 +00:00