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
Andreas Gustafsson
51eba00c8f
converted host(1) man page to docbook
2001-06-08 16:38:10 +00:00
Mark Andrews
2445d14b1a
887. [port] Detect broken compilers that can't call static
...
functions from inline functions. [RT #1212 ]
2001-06-08 03:14:07 +00:00
Mark Andrews
4585aeb2cc
866. [func] Close debug only file channels when debug is set to
...
zero. [RT #1246 ]
2001-06-08 02:57:13 +00:00
Andreas Gustafsson
711c2be7d9
present tense
2001-06-08 01:03:37 +00:00
Andreas Gustafsson
56877490bc
865. [bug] The new configuration parser did not allow
...
the optional debug level in a "severity debug"
clause of a logging channel to be omitted.
This is now allowed and treated as "severity
debug 1;" like it did in BIND 8.2.4, not as
"severity debug 0;" like it did in BIND 9.1.
[RT #1367 ]
2001-06-08 01:03:00 +00:00
Andreas Gustafsson
af0be81b2f
instead of modifying 837. to note that multithreading
...
is now on by default for IRIX and HPUX, do that in a separate
change log entry 864, since this change was visible to users in an
(alpha) release. Also, added --- 9.2.0a1 released --- tag to mainline
CHANGES file since the version released, although technically done from
a branch, was in practice identical to what was on the mainline at the time.
2001-06-08 00:49:37 +00:00
Andreas Gustafsson
2444e569eb
oops, I meant 9.2.0a2 will be built from mainline
2001-06-07 22:19:30 +00:00
Andreas Gustafsson
bc1260b692
9.2.0a1 will be built from mainline
2001-06-07 22:15:41 +00:00
Andreas Gustafsson
74cc9d733c
typo
2001-06-07 22:03:57 +00:00
Andreas Gustafsson
11c8a04f9b
grammar
2001-06-07 20:11:30 +00:00
Andreas Gustafsson
d358eea93e
megabytes is abbreviated MB, not mb
2001-06-07 18:31:54 +00:00
Andreas Gustafsson
ed0e1ae6bc
863. [bug] If an error occurred while an outgoing zone transfer
...
was starting up, the server could access a domain
name that had already been freed when logging a
message saying that the transfer was starting.
[RT #1383 ]
2001-06-07 18:18:24 +00:00
Andreas Gustafsson
0f7bbb64ea
BIND 9.2 -> BIND 9
2001-06-07 17:59:23 +00:00
Mark Andrews
c69d61c69b
realloc -> malloc
2001-06-07 02:14:52 +00:00
Andreas Gustafsson
8b9fa5b005
redid RT #1353 fix in 1.53 so that it does not free
...
file names while they are still referenced from the parse tree
2001-06-07 01:58:49 +00:00
Brian Wellington
90c845947a
#include <time.h>
2001-06-07 00:45:35 +00:00
Mark Andrews
6cefb60af5
pullup from BIND 8
...
862. [bug] Use after realloc(), non portable pointer arithmetic in
grmerge().
2001-06-07 00:22:35 +00:00
Brian Wellington
224e84bc0e
misc. stuff related to [RT #1293 ]
2001-06-07 00:21:53 +00:00
Brian Wellington
4320bd8518
regen: updates to the "static inline" test
2001-06-06 23:43:11 +00:00