Brian Wellington
4239aef2fb
client_request was not freeing its event.
2001-02-06 02:43:42 +00:00
Brian Wellington
2305225a1c
The interface name field was only partially initialized.
2001-02-06 01:20:46 +00:00
Brian Wellington
770d3b36da
ctx->checkfree was only being initialized if USE_INTERNAL_MALLOC was on.
2001-02-05 23:48:25 +00:00
Brian Wellington
ae73c78406
some data structures weren't freed.
2001-02-05 23:09:05 +00:00
Brian Wellington
0ef3f4fb41
When memsetting the entropy pool to 0, the count should be the size in bytes,
...
not words.
2001-02-05 23:00:18 +00:00
Andreas Gustafsson
2fdaa940cc
pulled down stuff from 9.1 release branch
2001-02-05 21:46:25 +00:00
Brian Wellington
7aac083523
The flags field of the request structures were not initialized (thanks, purify)
2001-02-05 20:48:42 +00:00
Andreas Gustafsson
fbe35d126f
grammar
2001-02-05 20:36:57 +00:00
Brian Wellington
c716477d2e
don't free the structure twice (thanks, Andreas)
2001-02-05 20:29:56 +00:00
Brian Wellington
ebb48478db
minor updates
2001-02-05 20:15:28 +00:00
Brian Wellington
15bc0af6a1
chain_name() built the fully qualified name in a very inefficient way.
...
Reversing the order of the concatenations makes it significantly faster.
2001-02-05 20:07:20 +00:00
Brian Wellington
5e8ff069e2
clean up the code to determine if dns_rdata_freestruct() needs to be called
2001-02-05 19:50:42 +00:00
Brian Wellington
b7cd261f2f
dns_name_concatenate(foo, NULL, bar, NULL) -> dns_name_copy(foo, bar, NULL)
2001-02-05 19:47:05 +00:00
Brian Wellington
71d2d34e98
The new generated files should be ignored.
2001-02-05 18:56:10 +00:00
Brian Wellington
f91dc72b42
725. [bug] Installing man pages could fail.
2001-02-04 15:52:44 +00:00
Eric Luce
2bd433da87
Add support for generating DVI and PDF files for the ARM. Also make a nominum specific style sheet for printing that includes section numbers in the subsections.
2001-02-02 22:37:20 +00:00
Andreas Gustafsson
6b2f58f5c1
removed inappropriate 'Any bitstring labels are in canonical form' comments
2001-02-02 22:08:27 +00:00
Andreas Gustafsson
9090a36b61
min-refresh-time, max-refresh-time, min-retry-time, max-retry-time
...
are not boolean options, and they should be listed among the zone options, too
2001-02-02 20:23:28 +00:00
Andreas Gustafsson
86c1ac00da
represent the lists containing descriptions of named.conf options as DocBook
...
<variablelist> elements instead of <informaltable> elements. This is more correct, and
will eliminate some multi-page tables that have been giving JadeTeX grief.
2001-02-02 19:51:58 +00:00
Stephen Jacob
524222cfb8
Added purify support (${PURIFY} to link lines) to remaining
...
Makefile.in's in bin/*
2001-02-02 18:53:05 +00:00
Andreas Gustafsson
6905fe248b
build success reported on HP-UX 10.20 [RT #788 ]
2001-02-02 17:53:30 +00:00
Andreas Gustafsson
7e361074bc
724. [func] New libisc functions isc_netaddr_any(),
...
isc_netaddr_any6().
2001-02-02 02:48:47 +00:00
Andreas Gustafsson
547f79ea44
line break in --with-purify help message cause configure --help output
...
to look ugly
2001-02-02 02:10:32 +00:00
Andreas Gustafsson
ce8c568e0d
consistent comment style
2001-02-02 02:07:57 +00:00
Stephen Jacob
dc7c9751e7
added purify support (${PURIFY} to link commands) to missed test Makefile.in
2001-02-02 01:01:22 +00:00
Bob Halley
d6b3d06db7
Referrals whose NS RRs had a 0 TTL caused the resolver to return
...
DNS_R_SERVFAIL. [RT #783 ]
2001-02-02 00:10:26 +00:00
Stephen Jacob
7bc8deb30f
purify support (${PURIFY added to link commands) for all in bin/tests
2001-02-01 23:41:55 +00:00
Stephen Jacob
783d28ddae
Added ${PURIFY} to named link command.
2001-02-01 23:22:13 +00:00
Stephen Jacob
5a00f36d21
Added PURIFY = @PURIFY@
2001-02-01 23:19:05 +00:00
Stephen Jacob
94d523a04a
--with-purify support, added to configure.in, resultant configure script
2001-02-01 23:17:17 +00:00
Stephen Jacob
d901b2252d
--with-purify support added to configure.in
2001-02-01 23:16:10 +00:00
Andreas Gustafsson
cebe3ec7c5
sortlist is implemented
2001-02-01 21:54:27 +00:00
Mark Andrews
8e68489885
722. [func] Allow n/named/server.cincrememtal loads to be canceled.
...
721. [cleanup] Load manager and dns_master_loadfilequota() are no
more.
2001-02-01 21:29:41 +00:00
Andreas Gustafsson
6983bb151a
#else -> #else NOMINUM_PUBLIC
2001-02-01 21:27:10 +00:00
Eric Luce
c6f5825743
update documentation version of jadetext needed on FreeBSD
2001-02-01 20:06:14 +00:00
Andreas Gustafsson
31c094afd6
random-seed-file is not implemented
2001-02-01 19:09:24 +00:00
Brian Wellington
175ba246fb
spelling
2001-02-01 17:59:23 +00:00
Andreas Gustafsson
fc16063c23
removed dns_qid_t::mctx since it was never used
2001-01-31 22:16:37 +00:00
Brian Wellington
d378ec4758
The return value of lwres_net_pton was checked for != 0 in a few places,
...
not == 1.
2001-01-31 22:06:33 +00:00
Andreas Gustafsson
2571d4a73d
make sanitation work when building into a separate build directory
...
directly from a CVS tree [RT #765 ]; also removed code for removing "#line" directives and the
comment saying that the code for removing #line directives should be removed. :-)
2001-01-31 21:34:38 +00:00
Andreas Gustafsson
5ff133b820
test the C compiler with AC_PROG_CC before using it for the
...
endinanness test [RT #742 ]; it also seems to make sense to test for stuff like openssl
after testing the C compiler and basic C language features, not before
2001-01-31 19:22:46 +00:00
Andreas Gustafsson
bfd14616fa
xref 691. to RT #734
2001-01-31 18:58:33 +00:00
Andreas Gustafsson
d8d95c7d2e
xref 719. to RT #763
2001-01-31 18:23:00 +00:00
Andreas Gustafsson
c17c59662f
720. [bug] Server could enter infinite loop in
...
dispatch.c:do_cancel(). [RT #743 ]
2001-01-31 17:21:11 +00:00
Mark Andrews
ec4f7c6d0f
719. [bug] Rapid reloads could trigger an assertion failure.
...
[RT #743 ]
2001-01-31 05:22:55 +00:00
Andreas Gustafsson
8d5ec7195a
new dns_master_load() option DNS_MASTER_NOINCLUDE
2001-01-30 23:12:27 +00:00
Andreas Gustafsson
651421a5db
removed the "additional-data" option, since it was never
...
fully implemented and because it causes "internal" to be a reserved word in
named.conf, causing problems for those using "internal" as an ACL name.
Since additional-data was never documented, the user-visible aspect of the
change is:
718. [cleanup] "internal" is no longer a reserved word in named.conf.
[RT #753 , #731 ]
2001-01-30 22:02:31 +00:00
Andreas Gustafsson
8b714abb9f
added note about new reserved words in named.conf [RT #753 , #731 ]
2001-01-30 21:39:38 +00:00
Bob Halley
7427490a67
Certain TKEY processing failure modes could
...
reference an uninitialized variable, causing the
server to crash. [RT #750 ]
2001-01-30 19:18:19 +00:00
Mark Andrews
aac319b506
716. [bug] The first line of a $INCLUDE master file was lost if
...
a origin was specified. [RT #744 ]
Adjust comment.
2001-01-30 13:23:32 +00:00