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
Brian Wellington
ba9e9a88c8
The last change didn't compile due to faulty cut&paste.
2001-06-08 22:48:28 +00:00
David Lawrence
f479c9ff55
Clarified just what program 894 affected:
...
894. [bug] When using the DNSSEC tools, a message intended to warn
when the keyboard was being used because of the lack
of a suitable random device was not being printed.
2001-06-08 22:12:01 +00:00
David Lawrence
6c35e4dd17
894. [bug] A message intended to warn when the keyboard was being
...
used because of the lack of a suitable random device
was not being printed.
wantkeyboard was always being set to true just before setting up the keyboard
callback, rather than only being set to true if PATH_RANDOMDEV was undefined
or not able to be opened.
2001-06-08 22:07:16 +00:00
Andreas Gustafsson
ecbfd32d37
minor editing
2001-06-08 21:57:13 +00:00
David Lawrence
504f7802d4
893. [func] Removed isc_file_test() and added isc_file_exists()
...
for the basic functionality that was being added
with isc_file_test().
2001-06-08 21:53:49 +00:00
Andreas Gustafsson
6af5c66df3
added placeholder
2001-06-08 21:43:13 +00:00
Brian Wellington
3b6bcedffe
891. [bug] Return an error when a SIG(0) signed response to
...
an unsigned query is seen. This should actually
do the verification, but it's not currently
possible. [RT #1391 ]
2001-06-08 19:37:29 +00:00
Andreas Gustafsson
f808bd34fb
890. [cleanup] The man pages no longer require the mandoc macros
...
and should now format cleanly using most versions of
nroff, and HTML versions of the man pages hvae been
added. Both are generated from DocBook source.
2001-06-08 19:34:37 +00:00
Andreas Gustafsson
841179549b
889. [port] Eliminated blank lines before .TH in nroff man
...
pages since they cause problems with some versions
of nroff. [RT #1390 ]
2001-06-08 19:33:02 +00:00
Brian Wellington
6c6a6c9f5e
888. [bug] Don't die when using TKEY to delete a nonexistent
...
TSIG key. [RT #1392 ]
2001-06-08 19:18:58 +00:00
Brian Wellington
01535cfb3a
removed erroneous UNUSED macro
2001-06-08 19:16:15 +00:00
Andreas Gustafsson
c380c1a78a
test 'severity debug;'
2001-06-08 19:06:22 +00:00
Andreas Gustafsson
6c68e68fc5
When generating man pages from docbook source, add CVS Id lines
...
so that they don't keep appearing and disappearing depending
on whether "make man" or "update_copyright" was run last.
Also, moved HTML_COPYRIGHT and MAN_COPYRIGHT to a new
directory "docutil" which is actually shipped with the
distribution, unlike the "util" directory.
2001-06-08 19:04:10 +00:00
Brian Wellington
a6f360bb94
update from the author
2001-06-08 18:40:35 +00:00
Brian Wellington
9af6e1c548
Don't die when trying to delete a nonexistent key [RT #1392 ]
2001-06-08 18:29:31 +00:00
Andreas Gustafsson
893612590b
don't refer to resolver(5) since we are not distributing it
2001-06-08 17:18:15 +00:00
Andreas Gustafsson
fb84f90143
added HTML man pages
2001-06-08 17:16:44 +00:00
Andreas Gustafsson
f202f2587b
converted dig(1) man page to docbook
2001-06-08 17:15:20 +00:00