Commit graph

9604 commits

Author SHA1 Message Date
Andreas Gustafsson
08a44b06ef the length of the NULL record RDATA can be zero;
do not assert the contrary
2001-06-20 17:43:31 +00:00
Mark Andrews
c05a979fda add 3090 and 3220 2001-06-19 01:08:16 +00:00
Andreas Gustafsson
ac299c4f5c Removed statements to the effect that certain functions
perform assertion checks.  Such statements are inappropriate as they
document the implementation rather than the public interface.  The
functions are not required to perform assertion checks, but the caller
is required to pass arguments that conform to the API requirements.
2001-06-18 22:56:35 +00:00
Andreas Gustafsson
5dccc8b2a5 cache size limiting is no longer a 'future' feature; misc other cleanup 2001-06-18 22:35:02 +00:00
Andreas Gustafsson
2aca7f657d the rndc.conf port and default-port clauses are now implemented [RT #1419] 2001-06-18 22:19:02 +00:00
Andreas Gustafsson
d748172fd7 added one end tag too many 2001-06-18 22:11:59 +00:00
Andreas Gustafsson
86b0285d7e missing end tags; other cleanup 2001-06-18 22:07:02 +00:00
Andreas Gustafsson
01d9a393ec document the +multiline option [RT #1419] 2001-06-18 20:20:47 +00:00
Andreas Gustafsson
6a7a69e9f7 905. [bug] Creating a forward "zone" for the root domain
did not work. [RT #1418]
2001-06-18 20:03:48 +00:00
Andreas Gustafsson
045c9678e2 log zone/class when denying zone transfers
(patch posted to bind9-users by Mark Mentovai <mark-list@mentovai.com>
2001-06-18 19:04:32 +00:00
Andreas Gustafsson
474a81662f missing end tags; other cleanup 2001-06-18 17:56:54 +00:00
Andreas Gustafsson
08fb9ebe29 now that the man page .html files are no longer processed
by update_copyrights, there is no need to include a CVS Id line
in them
2001-06-18 17:47:26 +00:00
Andreas Gustafsson
5465e5f7dd query_getzonedb() formatted the domain name and class being queried
for at least once for every query to authoritative data, whether or not a log
message was actually printed, which adversely affected query performance
2001-06-15 23:28:29 +00:00
Andreas Gustafsson
0eace215bd "\0" is a rather strange way of representing the empty string 2001-06-15 23:25:20 +00:00
Andreas Gustafsson
30751145f8 don't warn about the server not istening on any interface if lwresdonly 2001-06-15 23:18:04 +00:00
Andreas Gustafsson
27ee1d06e9 typo 2001-06-15 22:35:42 +00:00
Andreas Gustafsson
19872fdfb7 convert more socket errors to specific ISC error codes, notably ECONNRESET 2001-06-15 22:07:51 +00:00
Brian Wellington
2196128fc2 When doing best-effort parsing (in dig, for example) on a message with multiple
questions where an unrecoverable error is seen after 2 or more questions have
been parsed, memory would be leaked from msg->namepool, and would trigger an
ENSURE() in dns_message_destroy().
2001-06-15 05:24:24 +00:00
Brian Wellington
0a9a3d8c6d 904. [bug] The server would leak memory if attempting to use
an expired TSIG key. [RT #1406]
2001-06-15 02:24:02 +00:00
Andreas Gustafsson
ea4dc97575 declare launch_next_query() before calling it 2001-06-15 01:26:14 +00:00
Andreas Gustafsson
21bdba2f2d signed/unsigned warning on HP-UX 11 2001-06-15 01:20:09 +00:00
Andreas Gustafsson
cf2e85ee9c typo 2001-06-14 22:24:16 +00:00
Andreas Gustafsson
f5ebf2f0c9 TCP, not tcp 2001-06-14 22:03:15 +00:00
Brian Wellington
34d5676aac 903. [bug] dig should not crash when receiving a tcp packet
of length 0.
2001-06-14 21:40:02 +00:00
Brian Wellington
1925c92ec1 regen 2001-06-14 20:44:11 +00:00
Brian Wellington
de2f767791 fix m4 quoting wierdness 2001-06-14 20:43:47 +00:00
Brian Wellington
1bb05e54a3 check for solaris*, not solaris-* when determining whether to build
multithreaded.
2001-06-14 20:40:38 +00:00
Andreas Gustafsson
1328f25787 regenerated 2001-06-14 20:38:07 +00:00
Brian Wellington
e2b6dca303 The Linux IPv4 over IPv6 is not really a bug, since it's intentional (but
wrong).  Change 'bug' to 'quirk'.
2001-06-14 20:36:30 +00:00
Andreas Gustafsson
faf83c82e0 documented the match-mapped-addresses option 2001-06-14 19:48:29 +00:00
Andreas Gustafsson
ca149cee17 allow-v6-syntheis was missing [RT #1408]; tabified 2001-06-14 19:29:33 +00:00
Andreas Gustafsson
d1ecee17a5 remove the other blank line before .TH, too 2001-06-14 19:10:14 +00:00
Andreas Gustafsson
23ac0d8259 comments for dns_message_parse() referred to
nonexistent arguments
2001-06-14 18:38:48 +00:00
Andreas Gustafsson
998b2d7b67 added new RFCs 2001-06-14 18:23:41 +00:00
Andreas Gustafsson
843e4dfd2c updated drafts 2001-06-14 16:44:41 +00:00
Andreas Gustafsson
bb7babe2ae added drafts 2001-06-14 16:43:02 +00:00
Andreas Gustafsson
1d9ab72131 902. [bug] The -d option was ignored if both -t and -g were also
specified.
2001-06-14 14:14:17 +00:00
Andreas Gustafsson
3446187a42 consistently assume ifconfig is in path regardless of
platform and regardless of whether configuring interfaces up or down
2001-06-14 14:10:32 +00:00
Andreas Gustafsson
1c8409706f consistent ordering 2001-06-14 14:08:51 +00:00
Andreas Gustafsson
ddae6fe9c7 simplified 2001-06-14 14:06:04 +00:00
David Lawrence
63fd201fde Reworded:
900.	[bug]		A config.guess update changed the system identification
			string of FreeBSD systems; configure and
			bin/tests/system/ifconfig.sh now recognize the new
			string.

to include the sense of the old 901:

 901.   [bug]           More Unixware config.guess related changes.

and made a new 901 placeholder for the removal of empty lines from
nroff files change in the 9.1 branch.
2001-06-14 06:12:55 +00:00
Mark Andrews
ef8d97818f 901. [bug] More Unixware config.guess related changes. 2001-06-14 04:52:39 +00:00
Olafur Gudmundsson
112d9875bf config.guess update changed FreeBSD system identifier 2001-06-12 03:34:01 +00:00
Mark Andrews
9a6573e16b sys/select.h not sys/socket.h 2001-06-12 01:35:42 +00:00
Andreas Gustafsson
a9568c0abb clarification 2001-06-11 20:46:15 +00:00
Andreas Gustafsson
509ef0c871 Keep track of the number of times the system malloc() has
failed, to help determine whether a server crash resulted
from a bug in the handling of an out-of-memory condition
or not.
2001-06-11 20:27:16 +00:00
Andreas Gustafsson
8de7014e56 removed CVS Id from machine-generated man page files -- it is no longer needed
now that they are ignored by update_copyrights
2001-06-11 19:02:45 +00:00
Andreas Gustafsson
edc1c60621 899. [bug] lib/dns/soa.c failed to compile on many platforms
due to inappropriate use of a void value.
                        [RT #1372, #1373, #1386, #1387, #1395]
2001-06-11 18:58:03 +00:00
Andreas Gustafsson
519f8475ff edited for 9.2.0a2 2001-06-11 18:47:46 +00:00
Andreas Gustafsson
c2c275f5f4 tabified 2001-06-11 18:41:20 +00:00