Andreas Gustafsson
7d33e89969
627. [bug] The EDNS0 blackhole detection code of 327. waited
...
for three retransmissions to each server, which
takes much too long when a domain has many name
and all of them drop EDNS0 queries. Now we retry
without EDNS0 after three consecutive timeouts,
even if they are all from different servers.
2000-12-20 23:18:37 +00:00
Brian Wellington
86c3cd20dd
fix a race condition.
2000-12-20 20:42:08 +00:00
Andreas Gustafsson
0bca614506
don't shout
2000-12-20 19:46:37 +00:00
Andreas Gustafsson
00843be81a
mention the 'version' option before going into obscure view hacks for
...
doing a variant of the same thing
2000-12-20 05:52:28 +00:00
Mark Andrews
0884c57e7a
Q: How do I restrict / prevent lookups of the version string remotely.
2000-12-20 04:30:39 +00:00
Brian Wellington
732f883c12
grammar
2000-12-20 03:43:53 +00:00
Brian Wellington
c867239326
updated
2000-12-20 03:42:49 +00:00
Brian Wellington
039c8eda34
test a few more things about getrrsetbyname()
2000-12-20 03:42:01 +00:00
Brian Wellington
736aab3076
626. [bug] The lightweight resolver daemon no longer crashes
...
when asked for a SIG rrset. [RT #558 ]
2000-12-20 03:40:20 +00:00
Brian Wellington
13090db2b1
dns_view_find can now do ANY queries; it takes additional db and node
...
parameters used for return values.
2000-12-20 03:38:46 +00:00
Mark Andrews
2a80a4e120
625. [func] Zone's now inherit their class from the enclosing view.
2000-12-20 03:36:19 +00:00
Andreas Gustafsson
7cb10f7789
624. [bug] The zone object could get timer events after it had
...
been destroyed, causing a server crash. [RT #571 ]
2000-12-20 01:57:14 +00:00
Andreas Gustafsson
91b4560baa
zone timer was using the wrong task [RT #571 ]
2000-12-20 01:27:50 +00:00
Brian Wellington
a644e87df7
Move the msgcat stuff into socket_log(), to avoid unnecessary calls to
...
isc_msgcat_get() and speed things up.
2000-12-19 20:35:37 +00:00
Andreas Gustafsson
5502121bd0
eliminated compiler warning
2000-12-19 19:54:29 +00:00
Andreas Gustafsson
6ed87838fe
spacing
2000-12-19 19:53:58 +00:00
Andreas Gustafsson
75d927bd72
renamed check-zone to named-checkzone and check-conf to named-checkzone
...
to reduce /usr/local/bin namespace pollution; added a CHANGES entry for them
2000-12-19 19:51:08 +00:00
Andreas Gustafsson
bb1cf189bb
renamed check-zone to named-checkzone and check-conf to named-checkzone
...
to reduce /usr/local/bin namespace pollution; added a CHANGES entry for them
2000-12-19 19:48:09 +00:00
Andreas Gustafsson
70c91849c3
eliminated compiler warning
2000-12-19 19:29:13 +00:00
Andreas Gustafsson
9de6daa628
use ISC_SOCKADDR_FORMATSIZE
2000-12-19 19:21:39 +00:00
Andreas Gustafsson
1928be262c
edited
2000-12-19 19:21:06 +00:00
Andreas Gustafsson
ab0bc7bd36
spelling
2000-12-19 19:20:15 +00:00
Andreas Gustafsson
0833ef954a
when code is duplicated (which it shouldn't be), it should at
...
least be duplicated consistently
2000-12-19 19:19:45 +00:00
Mark Andrews
5f7a9845e9
make ISC_LIST_CHECKINIT work
2000-12-19 04:46:36 +00:00
Mark Andrews
96f66b3396
make views test work
2000-12-19 03:42:36 +00:00
Mark Andrews
f53848e171
622. [bug] A canceled request could be destroyed before
...
dns_request_destroy() was called. [RT #562 ]
2000-12-19 03:36:48 +00:00
Brian Wellington
d46bf932ed
The description of #621 is now English.
2000-12-19 02:20:38 +00:00
Brian Wellington
a53b596c42
reorder the directories so that 'check' is last.
2000-12-19 01:42:15 +00:00
Brian Wellington
64a84169d7
621. [port] Disable IPv6 at runtime if they are unusable. This
...
mostly affects Red Hat Linux 7.0.
2000-12-19 01:36:52 +00:00
Mark Andrews
7f66083184
remove unused variables
2000-12-19 01:32:41 +00:00
Mark Andrews
692f5c282d
Multiple classes note.
2000-12-19 00:36:05 +00:00
Andreas Gustafsson
c877d7db8f
use common configuration files
2000-12-18 23:24:24 +00:00
Andreas Gustafsson
bfc41f13e7
clenup
2000-12-18 22:39:17 +00:00
Andreas Gustafsson
8998ed8481
added UNUSED() macro
2000-12-18 21:09:42 +00:00
Andreas Gustafsson
8351864ef8
added directory bin/tests/system/common for code to be shared by
...
multiple system tests
2000-12-18 21:04:27 +00:00
Brian Wellington
b3d8bec592
Red Hat Linux 7.0 works too (more or less)
2000-12-18 20:57:02 +00:00
Andreas Gustafsson
3637ad3b4e
edited Linux coredump notes
2000-12-18 20:54:41 +00:00
Andreas Gustafsson
afd150494d
more editing for 9.1.0b2
2000-12-18 20:43:31 +00:00
Andreas Gustafsson
5fca48054b
dump the ADB in a more user-friendly format (unless a debug flag is set)
2000-12-18 20:03:33 +00:00
Mark Andrews
3351884381
Classless IN-ADDR.ARPA delegation.
2000-12-18 01:53:56 +00:00
David Lawrence
105f5a65b1
IAB Technical Comment on the Unique DNS Root
2000-12-18 01:43:58 +00:00
Mark Andrews
1599bd6998
620. [bug] dns_master_load*inc() now require 'task' and 'load'
...
to be non-null. Also 'done' will not be called if
dns_master_load*inc() fails immediately. [RT #565 ]
2000-12-17 23:43:12 +00:00
Brian Wellington
c8fc692fa1
618. [bug] Queries to a signed zone could sometimes cause
...
an assertion failure.
2000-12-16 02:30:58 +00:00
Andreas Gustafsson
d06083ba21
superseded by tests/system/nsupdate/update_test.pl
2000-12-16 00:58:40 +00:00
Andreas Gustafsson
f19771c55d
617. [bug] When using dynamic update to add a new RR to an
...
existing RRset with a different TTL, the journal
entries generated from the update did not include
explicit deletions and re-additions of the existing
RRs to update their TTL to the new value.
2000-12-16 00:58:03 +00:00
Andreas Gustafsson
f1d427043e
clarified 616.
2000-12-15 21:24:48 +00:00
Andreas Gustafsson
76c42915b4
rndc dumpdb is supported now.
2000-12-15 21:17:25 +00:00
Andreas Gustafsson
113b8ef973
renamed dns_view_dumpcachetostream() to dns_view_dumpdbtostream()
...
and changed header comments to make it clear that it is for debugging/analysis purposes and may
dump other stuff in addition to the cache in the future. Also changed the dump style to the
'explict TTL' one, which makes more sense than usin when dumping cache files since the TTLs
tend to be different in each rrset, and added a comment banner at the top of each cache dump
containing the view name.
2000-12-15 21:11:38 +00:00
Andreas Gustafsson
acea06c80c
spelling
2000-12-15 21:06:00 +00:00
Andreas Gustafsson
9719cb1205
clarified usage message
2000-12-15 19:39:58 +00:00