Brian Wellington
319d2971f1
When the client informs the dispatcher of a received response, have the
...
dispatcher copy the event instead of reusing the original one.
2001-02-10 02:00:11 +00:00
Andreas Gustafsson
a771e5c797
removed outdated comment
2001-02-09 21:25:55 +00:00
Andreas Gustafsson
cf887bbf78
the 'additional-data' option was never implemented
2001-02-09 00:08:23 +00:00
Bob Halley
4ff3597979
In ns_server_setdebuglevel():
...
Fixed "comparison of unsigned expression < 0 is always false".
Marked server parameter as UNUSED.
2001-02-08 18:01:33 +00:00
Brian Wellington
4cc2a6e261
Mention that the key must be defined in the server configuration file with the
...
same name and secret.
2001-02-07 20:27:40 +00:00
Mark Andrews
90f92d9f81
RDNC -> RNDC [RT# 816]
2001-02-07 13:31:27 +00:00
Brian Wellington
dfceef7e68
rndc trace now takes an optional level parameter.
2001-02-07 00:50:44 +00:00
Brian Wellington
9e560b59a7
726. [func] Implement the "trace" and "notrace" commands in rndc.
2001-02-06 23:57:16 +00:00
Brian Wellington
4239aef2fb
client_request was not freeing its event.
2001-02-06 02:43:42 +00:00
Brian Wellington
ae73c78406
some data structures weren't freed.
2001-02-05 23:09:05 +00:00
Brian Wellington
f91dc72b42
725. [bug] Installing man pages could fail.
2001-02-04 15:52:44 +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
Stephen Jacob
dc7c9751e7
added purify support (${PURIFY} to link commands) to missed test Makefile.in
2001-02-02 01:01:22 +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
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
31c094afd6
random-seed-file is not implemented
2001-02-01 19:09:24 +00:00
Andreas Gustafsson
bce9e213fc
chroot() happens before reading named.conf [RT #737 ]
2001-01-30 01:06:05 +00:00
Brian Wellington
3d76b54512
Don't create a timer for every incoming query - only create it for updates,
...
notifies, and recursive queries.
2001-01-29 19:49:52 +00:00
Andreas Gustafsson
1718abab45
document the new -t option; misc cleanup
2001-01-29 18:38:11 +00:00
Bob Halley
274a8316ad
fix typo
2001-01-29 17:25:12 +00:00
Mark Andrews
2d0627005d
714. [bug] Preserve interval timers across reloads unless changed.
...
[RT# 729]
2001-01-29 07:08:41 +00:00
Mark Andrews
b1b3495eba
713. [func] named-checkconf takes '-t directory' similar to named.
...
[RT #726 ]
2001-01-29 03:23:13 +00:00
Andreas Gustafsson
38247e3857
enable-zone was never implemented; dialup should be allowed
...
in views
2001-01-27 07:24:35 +00:00
Brian Wellington
35f06ab0e6
Clients now listen on sockets instead of accepting queries from dispatchers.
...
When a socket is shared by clients and query-source, the client hands off
responses to the dispatcher.
2001-01-27 02:08:07 +00:00
Andreas Gustafsson
75534b6392
optimization: when deciding whether to do v6 syntheis, check the query type
...
before the ACL because it's usually faster that way
2001-01-26 23:40:44 +00:00
Brian Wellington
a12d9cfa59
710. [func] The forwarders statement now takes an optional port.
...
Also some assorted cleanup, which resulted in a lot of duplicated code removal.
2001-01-25 02:33:53 +00:00
Andreas Gustafsson
b4876b6ddf
simplify dig/host/nslookup code by using the _format() functions in
...
more places; fix spacing issues; make nslookup print debugging details
for all lookup results, not just those with rcode==0; add comments
2001-01-24 19:28:34 +00:00
Brian Wellington
e2c46d18b3
spelling [RT #705 ]
2001-01-24 17:30:29 +00:00
James Brister
23360bc8f8
base64-ify the secret.
2001-01-24 15:22:19 +00:00
James Brister
36b8b0b251
base64-ify the secrets in the test config files.
2001-01-24 15:17:36 +00:00
Brian Wellington
aaa761cc39
remove tkey_test and its associated keys, since the tkey system test is
...
far more useful and comprehensive.
2001-01-24 03:18:36 +00:00
Brian Wellington
8aac4d4723
fix a potential race condition that could occur if the node being iterated
...
for a SIG query changed between iterations. Also change a few consistency
checks to INSISTs.
2001-01-24 01:42:41 +00:00
Andreas Gustafsson
9ee323b64b
707. [func] The "filename" argument to named-checkzone is no
...
longer optional, to avoid reduce confusion. [RT #612 ]
Also some other minor cleanups of named-checkzone and its man page.
2001-01-24 00:56:56 +00:00
Andreas Gustafsson
3d4454cc2b
these files don't belong in the BIND 9 CVS tree. b9status.pl is in the b9t CVS repository, and
...
we don't care about b8status.pl.
2001-01-24 00:43:09 +00:00
Andreas Gustafsson
6a3b882115
#ifndef USE_GETADDRINFO, not #ifdef USE_GETADDRINFO
2001-01-23 19:55:04 +00:00
Andreas Gustafsson
40562d7208
comment style
2001-01-23 18:47:33 +00:00
James Brister
5905bccacd
use new include statement to include ndc.conf-include
2001-01-23 13:13:29 +00:00
James Brister
a21891ee97
file to be included by test ndc.conf
2001-01-23 13:12:50 +00:00
Brian Wellington
d29da750d2
statistics counting was slowing down the server. Make client.c:count_query()
...
inline and remove dns_stats_ncounters(), which just returned the public
constant DNS_STATS_NCOUNTERS.
2001-01-23 01:50:29 +00:00
Brian Wellington
b151cb7dfa
rdataset -> sigrdataset
2001-01-22 23:28:48 +00:00
Andreas Gustafsson
20b6f1e657
misc cleanup
2001-01-22 23:22:09 +00:00
Andreas Gustafsson
4b3e2a344f
#ifdef in last change should have been #ifndef
2001-01-22 22:38:21 +00:00
Andreas Gustafsson
8669e2a2eb
need <sys/types.h> and <sys/time.h> for select()
2001-01-22 22:29:36 +00:00
Andreas Gustafsson
1d830654f5
removed bitstring avoidance code since it was only effective when
...
reverse mapping the exact same name multiple times within a 10-minute
window, and the resolver's EDNS0 capability flagging achieves much of
the same effect in a much more general way
2001-01-22 22:29:04 +00:00
Brian Wellington
9fb7cdd126
call getrrsetbyname with a zero length name
2001-01-22 22:12:45 +00:00
Brian Wellington
b9ceffe82f
checking for 0 length names is no longer needed.
2001-01-22 22:12:17 +00:00
Brian Wellington
3aac1558c3
delete name operations were broken by the change allowing ttls in delete
...
commands.
2001-01-22 20:00:56 +00:00
Andreas Gustafsson
634784cb66
701. [func] Root hints are now fully optional. Class IN
...
views use compiled-in hints by default, as
before. Non-IN views with no root hints now
provide authoritative service but not recursion.
A warning is logged if a view has neither root
hints nor authoritative data for the root. [RT #696 ]
2001-01-22 19:21:19 +00:00
Andreas Gustafsson
a1cfa2a82d
need <isc/print.h>
2001-01-22 18:59:06 +00:00