Mark Andrews
8264cdf2f1
add port/decunix
2001-06-23 02:02:01 +00:00
Mark Andrews
3d112f226f
regen
2001-06-23 01:50:27 +00:00
Mark Andrews
cd7564646e
OSF 5.0 setpwent_r() support
2001-06-23 01:49:21 +00:00
David Lawrence
b71fc1e8f2
bin/rndc/rndc-confgen.c, bin/rndc/util.c, bin/rndc/util.h
2001-06-22 17:26:09 +00:00
David Lawrence
4cd7656507
Split fatal(), notify() into util.c.
...
Put DO() and the fatal()/notify() declarations in util.h.
Makefile adjusted to build rndc with util.o, and to also build and
install rndc-confgen.
2001-06-22 17:22:26 +00:00
David Lawrence
f8644da8d9
908. [func] New program, rndc-confgen, to simplify setting up rndc.
2001-06-22 17:19:09 +00:00
David Lawrence
9bfa90768a
907. [func] The ability to get entropy from either the
...
random device, a user-provided file or from
the keyboard was migrated from the DNSSEC tools
to libisc as isc_entropy_usebestsource().
2001-06-22 17:05:54 +00:00
Mark Andrews
de8e172e44
regen
2001-06-22 05:11:52 +00:00
Mark Andrews
7ae2ccb5d1
linux netbsd
2001-06-22 05:11:05 +00:00
Andreas Gustafsson
855bf2b910
added lib/isc/entropy.c, lib/isc/win32/entropy.c
2001-06-21 20:27:58 +00:00
Andreas Gustafsson
0f956739bf
added FAQ about 'update denied' messages
2001-06-21 17:20:04 +00:00
David Lawrence
2d67c24744
906. [port] Separated the system independent portion of
...
lib/isc/unix/entropy.c into lib/isc/entropy.c
and added lib/isc/win32/entropy.c.
2001-06-21 14:19:20 +00:00
Mark Andrews
2ef3e44fc8
regen
2001-06-21 09:04:21 +00:00
Mark Andrews
45a0264e76
alternate getnetgrent_r signature
2001-06-21 09:03:16 +00:00
Mark Andrews
e481f1dd57
distclean -> config.cache
2001-06-21 08:53:15 +00:00
Mark Andrews
c288005389
add IN6ADDR_LOOPBACK_INIT
2001-06-21 08:51:21 +00:00
Mark Andrews
e2935ef152
clean/distclean to remove libbind.a
2001-06-21 08:50:34 +00:00
Mark Andrews
527302c4fe
BIND 8.3.0-T1A sync
2001-06-21 08:26:27 +00:00
Mark Andrews
74f16d58a3
regen
2001-06-21 08:04:16 +00:00
Mark Andrews
800764304d
spelling of HAVE_SOCKADDR_STORAGE
2001-06-21 08:03:21 +00:00
Mark Andrews
85bdc128fc
Relax REQUIRES() in *fromstruct() and unconditionally call
...
mem_maybedup() in *tostruct().
TXT is one or more (not zero or more) strings.
2001-06-21 04:00:47 +00:00
Andreas Gustafsson
77efdc854b
spacing; typo
2001-06-21 01:30:22 +00:00
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