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
Andreas Gustafsson
7fe2ead2b3
typo
2001-06-11 18:38:40 +00:00
Andreas Gustafsson
41626c0997
898. [bug] "dig" failed to set a nonzero exit status
...
on UDP query timeout. [RT #1323 ]
2001-06-11 18:20:43 +00:00
Andreas Gustafsson
d82fda8358
brace style
2001-06-11 18:08:16 +00:00
Andreas Gustafsson
c44072c299
uninitialized pointer could potentially (but not likely)
...
be passed to free_adbfind(); if it happened, it would look like RT #1393
(caught by bwelling)
2001-06-11 04:26:41 +00:00
David Lawrence
99c9a71675
update from author
2001-06-10 22:36:38 +00:00
David Lawrence
4f4e44c98f
"A config.guess update change the ..." -> "A config.guess update changed ..."
2001-06-10 22:17:22 +00:00
David Lawrence
464c2e4bb9
897. [bug] A config.guess update change the system identification
...
string of UnixWare systems; configure now recognizes
the new string.
2001-06-10 22:11:59 +00:00
David Lawrence
967fafd967
config.guess revision 1.4 on 13 March changed the host string for UnixWare
...
systems; adjusted all tests that used it to use the new string.
2001-06-10 22:10:41 +00:00
David Lawrence
cd7e84891c
wrapped a long line, tried to address the $Id$ issue again
2001-06-10 19:54:07 +00:00
David Lawrence
b994e16d9d
removed completed items
2001-06-10 19:19:02 +00:00
David Lawrence
a9bd2eab10
successful 9.1 build on SuSE Linux 7.0 [RT #1394 ]
2001-06-10 17:29:23 +00:00
David Lawrence
eda73d8aad
redo 1.64 "potential null pointer dereference" more consistent with the style
...
of the function and file (i.e., not returning from the middle of a function)
2001-06-10 17:06:45 +00:00
David Lawrence
c968a9ca37
cope with MAN copyright/Id comments not ending at an empty line
2001-06-10 14:01:10 +00:00
David Lawrence
09ab886382
MAN and HTML files generated from SGML files are now X-ed out so they will
...
not be updated by update_copyrights
2001-06-10 13:59:48 +00:00
David Lawrence
95e8c0f8f5
removed blank line before .TH
2001-06-10 13:58:29 +00:00
David Lawrence
8fe938e6d9
rewrote "$Id$" cvs keyword as "$Id: $" so it is properly expanded by cvs
2001-06-10 13:57:53 +00:00
Brian Wellington
fb64c9cf75
check for hmac-md5.sig-alg.reg.int as well as just hmac-md5 in key statements.
2001-06-10 02:37:08 +00:00
David Lawrence
401538f8dd
JPNIC mDNkit 2.1 update
2001-06-09 00:30:55 +00:00
David Lawrence
2b403f22d4
Removed an obsolete XXXMLG comment, with the assent of Michael Graff.
2001-06-08 23:53:41 +00:00
David Lawrence
6112718b0d
896. [bug] If a configuration file is set on named's command line
...
and it has a relative pathname, the current directory
(after any possible jailing resulting from named -t)
will be prepended to it so that reloading works
properly even when a directory option is present.
2001-06-08 23:52:21 +00:00
David Lawrence
04260c5c48
895. [func] New function, isc_dir_current(), akin to POSIX's
...
getcwd().
2001-06-08 23:50:32 +00:00
Andreas Gustafsson
0e873a1202
added reminder to check that the hourly builds are actually using the version
...
being released
2001-06-08 23:45:50 +00:00