2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00
Commit Graph

7311 Commits

Author SHA1 Message Date
Andreas Gustafsson
f4f43311a6 spacing 2000-11-14 21:30:24 +00:00
Andreas Gustafsson
4301257d29 the 'dialup' access functions operate on dns_dialuptypt_t, not boolean 2000-11-14 20:14:17 +00:00
Brian Wellington
e030123312 The lwresd usage statement was badly formatted. 2000-11-14 20:04:54 +00:00
Andreas Gustafsson
daf99720c9 the existence of a dynamically allocated array for the NXT
bits should not depend on its length
2000-11-14 18:14:44 +00:00
Andreas Gustafsson
e8f9b8762d updated 2000-11-14 18:11:36 +00:00
Andreas Gustafsson
1bc9afc331 fetch-glue is obsolete 2000-11-14 18:10:59 +00:00
Andreas Gustafsson
77527513f9 minor edits 2000-11-14 18:09:44 +00:00
Andreas Gustafsson
4e243fdc6b regenerated HTML 2000-11-14 18:09:24 +00:00
Andreas Gustafsson
cc831f51d5 fixed XML syntax violations and duplicated paragraph in previous revision 2000-11-14 18:07:00 +00:00
Andreas Gustafsson
64291fce5a multiple edits:
references to named.conf clause names in text do not include { };
lwres statement grammar was missing { };
obsoleted fetch-glue;
do not claim we intend to implement host-statistics;
obsoleted serial-queries;
obsoleted max-ixfr-log-size;
expanded treatment of dynamic update security
2000-11-14 18:04:13 +00:00
Andreas Gustafsson
bbad77bd57 updated 2000-11-14 17:58:44 +00:00
Andreas Gustafsson
50faa6daf7 refactored sortlist code to make it possible to sort addresses
that are not part of an rdata, as required by lwresd
2000-11-14 03:30:53 +00:00
Andreas Gustafsson
221fd7bd53 refactored sortlist code to make it possible to sort addresses
that are not part of an rdata, as required by lwresd
2000-11-14 03:22:53 +00:00
Mark Andrews
51b951ab2a Update to reflect current status. 2000-11-14 01:12:43 +00:00
Brian Wellington
4085eb3cf0 don't crash when config parsing fails, fail nicely. 2000-11-14 00:37:19 +00:00
Brian Wellington
b9dbff6ffb fix a reference leak and a memory leak on reconfiguration failure. 2000-11-13 23:35:24 +00:00
Brian Wellington
78d78f05d9 556. [func] The DNSSEC OK bit in the EDNS extended flags
is now implemented.  Responses to queries without
                        this bit set will not contain any DNSSEC records.
2000-11-13 21:34:03 +00:00
Brian Wellington
1f2f5445ec remove an uninitialized variable warning 2000-11-13 21:29:27 +00:00
Brian Wellington
5f16d77279 Add another question. 2000-11-13 20:14:35 +00:00
Andreas Gustafsson
5afc10d6d8 554. [bug] Slave server attempting zone transfer could crash
with an assertion failure on certain malformed
                        responses from the master. [RT #457]
2000-11-13 20:12:29 +00:00
Brian Wellington
47fa8b4c8f fix outdated comments 2000-11-13 20:12:03 +00:00
Brian Wellington
0042d68e2f #include <string.h> 2000-11-13 20:10:19 +00:00
Brian Wellington
3f01dde0bd 554. [bug] In some cases, not all of the dnssec tools were
properly installed.
2000-11-13 20:09:45 +00:00
Andreas Gustafsson
626b221f71 553. [bug] Incoming zone transfers deferred due to quota
were not started when quota was increased but
                        only when a transfer in progress finished. [RT #456]
2000-11-13 18:19:27 +00:00
Mark Andrews
733e928f71 552. [bug] We were not correctly detecting the end of all c-style
comments.  [RT #455]
2000-11-13 04:09:40 +00:00
Andreas Gustafsson
ae7e8784aa log messages should not be capitalized 2000-11-11 02:14:50 +00:00
Andreas Gustafsson
f58cfa95f7 comment formatting 2000-11-11 02:14:25 +00:00
Andreas Gustafsson
c2a94d89f9 clarified comments 2000-11-11 01:15:33 +00:00
Andreas Gustafsson
244e29639a our coding standards say:
Source which becomes obsolete should be removed, not just disabled with
#if 0 ... #endif.
2000-11-11 01:07:32 +00:00
Andreas Gustafsson
dcd12febbd dns_zone_configure() does not need to special-case hint zones,
because it must never be called for them
2000-11-11 01:05:43 +00:00
Andreas Gustafsson
c2f4fe7f95 clarified comment; fixed spacing 2000-11-11 01:02:28 +00:00
Andreas Gustafsson
1442a167f5 minor fixes to sortlist comments and spacing 2000-11-11 00:34:20 +00:00
Andreas Gustafsson
917c8406f6 handle negated sortlist entries correctly 2000-11-11 00:26:52 +00:00
Andreas Gustafsson
e5167b6d4c made ifconfig.sh usage message recommend 'up/down' form instead of 'start/stop' 2000-11-11 00:19:24 +00:00
Andreas Gustafsson
5ae97875f9 undo: last changes belongs on release branch, not mainline 2000-11-10 18:05:25 +00:00
Andreas Gustafsson
ba8176b44d document that RSA keys are limited to 2000 bits in 9.0.1 2000-11-10 18:03:05 +00:00
Brian Wellington
142784f574 #include <string.h> 2000-11-10 05:34:16 +00:00
Andreas Gustafsson
84abb95f7e 551. [func] Implemented the 'sortlist' option. 2000-11-10 03:41:08 +00:00
Andreas Gustafsson
22dde57c6e added new files from sortlist test suite 2000-11-10 03:23:29 +00:00
Andreas Gustafsson
febaa09184 551. [func] Implemented the 'sortlist' option. 2000-11-10 03:16:26 +00:00
Brian Wellington
9a6314a09a typo 2000-11-10 03:14:58 +00:00
Andreas Gustafsson
b0ce1ff804 typo 2000-11-10 03:14:25 +00:00
Andreas Gustafsson
7f73d29ac5 comments about who is responsible for freeing the memory
of rdata and rdatalists borrowed from messages were incorrect
2000-11-10 03:13:03 +00:00
Andreas Gustafsson
97a195d7ff spacing; incorrect comment 2000-11-10 03:08:57 +00:00
Brian Wellington
ca44fe49be Add a system test for records with unknown types/classes. There are probably
a lot more things that could be tested here.
2000-11-10 03:05:54 +00:00
Andreas Gustafsson
0b768043e1 improved error message on failure opening statistics dump file 2000-11-10 03:05:36 +00:00
Mark Andrews
23dd2af8d3 additional test server 2000-11-10 02:36:38 +00:00
Brian Wellington
66f7feef55 the ungettoken changes broken line number reporting 2000-11-10 01:41:00 +00:00
Brian Wellington
ac5921d110 validating that rdata of a known type expressed using the unknown type
syntax is correct didn't work.
2000-11-10 01:37:40 +00:00
Brian Wellington
3a16668468 fix a few minor problems in the unknown rrtype support. 2000-11-10 00:25:46 +00:00