Andreas Gustafsson
|
a9ef485446
|
If IXFR fails, fall back to AXFR
|
2001-05-10 17:51:49 +00:00 |
|
Andreas Gustafsson
|
344a21e7c7
|
the return value of ixfr_apply() was not checked
|
2001-05-10 16:27:14 +00:00 |
|
Andreas Gustafsson
|
17ed6b7945
|
when subtracting a nonempty rdataset from a nonexistent rdataset
and the DNS_DBSUB_EXACT flag, dns_db_subtractrdataset() should return
DNS_R_NOTEXACT, not DNS_R_UNCHANGED.
|
2001-05-10 16:26:07 +00:00 |
|
Brian Wellington
|
a62b21afd3
|
DST_TYPE_PUBLIC|DST_TYPE_PRIVATE
|
2001-05-10 06:05:54 +00:00 |
|
Brian Wellington
|
4bd95a4965
|
fix a cut-and-paste-o and a warning
|
2001-05-10 04:50:28 +00:00 |
|
Brian Wellington
|
8e4da48fa7
|
consolidated duplicated code for filename mangling, removed sanity checks that
weren't.
|
2001-05-09 23:04:50 +00:00 |
|
Brian Wellington
|
35582313f7
|
add dns_zt_zonecount(), which counts the number of zones in a zonetable.
|
2001-05-09 21:34:19 +00:00 |
|
Mark Andrews
|
f3dd74f1cd
|
ignore in no longer needed in commit.
|
2001-05-09 07:18:38 +00:00 |
|
Bob Halley
|
42dfa2455d
|
bump version to avoid horrible confusion
|
2001-05-09 06:12:52 +00:00 |
|
Mark Andrews
|
69d44b2f5a
|
825. [bug] zone.c:ns_query() detached from the wrong zone
reference. [RT #1263]
|
2001-05-09 05:20:28 +00:00 |
|
Mark Andrews
|
f08f3c6cae
|
824. [bug] Correct line numbers reported by dns_master_load().
[RT #1263].
|
2001-05-09 03:41:47 +00:00 |
|
Andreas Gustafsson
|
9dafd058e3
|
implemented 'rndc reconfig'
|
2001-05-07 23:34:24 +00:00 |
|
Danny Mayer
|
94ebc518d0
|
buffer request needs cast for win32
|
2001-05-06 02:24:08 +00:00 |
|
Danny Mayer
|
db1bfc3151
|
htons needs cast for win32
|
2001-05-06 02:23:06 +00:00 |
|
David Lawrence
|
e40cd7f5c9
|
preserve a reference to the node lock across a call to no_references() in
detachnode
|
2001-05-05 02:42:38 +00:00 |
|
Andreas Gustafsson
|
bdb60248c3
|
oops, removed the wrong declaration
|
2001-05-04 23:57:22 +00:00 |
|
Andreas Gustafsson
|
a08f7f4a6c
|
frombuffer() was declared 'static' but defined
without 'static'
|
2001-05-04 17:57:33 +00:00 |
|
Andreas Gustafsson
|
2788f21727
|
don't install the now-nonexistent <dns/namedconf.h>
|
2001-05-04 17:08:43 +00:00 |
|
Brian Wellington
|
de32cbd34e
|
remove a cut-and-paste-o
|
2001-05-02 19:25:19 +00:00 |
|
Brian Wellington
|
d2aebe24c4
|
Allocate the initial buffer for rdata based on the length of the string, to
avoid reallocations and annoying messages.
|
2001-05-02 18:58:56 +00:00 |
|
Andreas Gustafsson
|
af46049567
|
removed <dns/namedconf.h>, which pertained to the old
configuration parser
|
2001-05-02 17:39:51 +00:00 |
|
Bob Halley
|
1a286a6613
|
In certain cases, the resolver's attempts to restart an address lookup
at the root could cause the fetch to deadlock (with itself) instead of
restarting. [RT #1225]
|
2001-05-02 17:29:17 +00:00 |
|
Brian Wellington
|
3840dba289
|
Comment a particularly subtle bit of code.
|
2001-05-02 00:03:12 +00:00 |
|
Brian Wellington
|
05183bbc4f
|
Signing with a large key didn't work since the static output buffer was too
small; use a dynamic buffer instead. Also, comment a section
|
2001-05-02 00:02:28 +00:00 |
|
Andreas Gustafsson
|
570234616c
|
when following A6 chains, glue was inadvertantly ignored
|
2001-05-01 23:17:48 +00:00 |
|
Andreas Gustafsson
|
784d78b831
|
commented
|
2001-04-30 18:27:10 +00:00 |
|
Andreas Gustafsson
|
1dbec28030
|
removed declarations of nonexistent functions
|
2001-04-30 18:09:31 +00:00 |
|
Andreas Gustafsson
|
9762fd29cc
|
DNAME now has an RFC
|
2001-04-27 21:02:01 +00:00 |
|
Mark Andrews
|
ecaedd50f4
|
817. [func] Adjust timeouts for dialup zone queries.
|
2001-04-27 02:34:18 +00:00 |
|
Andreas Gustafsson
|
e482a1c91e
|
cache dumps now include trust levels and ncache entries
|
2001-04-26 21:17:56 +00:00 |
|
Andreas Gustafsson
|
cb77fe457a
|
"sending notifies (%u)" -> "sending notifies (serial %u)"
|
2001-04-24 23:03:04 +00:00 |
|
Bob Halley
|
38d21a360a
|
only reacquire the lock in no_references() if we actually gave it up
|
2001-04-24 17:03:54 +00:00 |
|
Andreas Gustafsson
|
6f118c4893
|
removed redundant 'i++;'
|
2001-04-24 00:56:17 +00:00 |
|
David Lawrence
|
ed1c40264e
|
sigh. do not set the lock from node->locknum until being sure node is not null
|
2001-04-20 21:22:09 +00:00 |
|
David Lawrence
|
a0e1f68e14
|
Now that no_references() reacquires the node lock after deleting the node,
all of its callers need to maintain a reference to the lock that doesn't
involve looking at node->locknum after no_references() was called.
|
2001-04-20 14:35:04 +00:00 |
|
Andreas Gustafsson
|
cedd0ab1e8
|
811. [bug] Parantheses were not quoted in zone dumps. [RT #1194]
|
2001-04-19 18:39:42 +00:00 |
|
Brian Wellington
|
59c85e1636
|
Return ISC_R_NOSPACE if the buffer isn't large enough to hold the DNS header.
|
2001-04-19 18:28:35 +00:00 |
|
David Lawrence
|
f6f8d61a77
|
reacquire the node lock the caller held before returning from no_references()
|
2001-04-18 08:06:11 +00:00 |
|
Brian Wellington
|
8c3989000a
|
810. [bug] The signer name in SIG records was not properly
downcased when signing/verifying records. [RT #1186]
|
2001-04-17 17:20:27 +00:00 |
|
Brian Wellington
|
4e56b9615f
|
remove the (now) redundant setting of the magic number.
|
2001-04-16 21:14:27 +00:00 |
|
Brian Wellington
|
ac6afcd0ca
|
809. [bug] Configuring a non-local address as a transfer-source
could cause an assertion failure during load.
|
2001-04-16 18:50:32 +00:00 |
|
David Lawrence
|
0109515495
|
use ISC_TF() to set an isc_boolean_t
|
2001-04-12 22:58:34 +00:00 |
|
David Lawrence
|
ceda09e07a
|
removed stale #define DEBUG that my own comment said I was supposed to remove.
|
2001-04-12 21:18:14 +00:00 |
|
David Lawrence
|
4ab0eb3be8
|
mgr was set but not used in dns_dispatch_detach(); removed it
|
2001-04-12 21:03:37 +00:00 |
|
David Lawrence
|
cace8ff3bd
|
use ISC_MAGIC to define the magic number
|
2001-04-12 00:37:55 +00:00 |
|
David Lawrence
|
383b800c62
|
Fixed up iteration problems related to name cleaning. In a nutshell,
the node at the end of a chain always needed to have its reference
count incremented, not only when the iterator was paused. [RT #1007]
|
2001-04-11 22:17:38 +00:00 |
|
David Lawrence
|
f3083bc781
|
In incremental_cleaning_action(), detach the node returned by
dns_dbiterator_current(). [RT #1007]
|
2001-04-11 22:15:00 +00:00 |
|
Brian Wellington
|
c20ffa38de
|
808. [func] Add 'rndc flush' to flush the server's cache.
|
2001-04-11 20:37:50 +00:00 |
|
Mark Andrews
|
2b7a77a68e
|
807. [bug] xfrin was not ignoring the transfer-source port.
|
2001-04-10 23:54:03 +00:00 |
|
Brian Wellington
|
8865eeaf14
|
Don't log a generic "sending notifies" message if there are no servers to
be notified.
|
2001-04-10 19:19:49 +00:00 |
|