Brian Wellington
f90fe7c8b9
520. [bug] Upgraded libtool to 1.3.5, which allows shared
...
library builds to work on AIX (and possibly others).
2000-10-16 23:35:07 +00:00
Andreas Gustafsson
86c270cbb2
typo
2000-10-16 21:47:49 +00:00
David Lawrence
190fbe9738
519. [bug] dns_name_split() would improperly split some bitstring
...
labels, zeroing a few of the least signficant bits in
the prefix part. When such an improperly created
prefix was returned to the RBT database, the bogus
label was dutifully stored, corrupting the tree.
[RT #369 ]
Also made dns_name_split() REQUIRE that suffixlabels always be greater than 0,
even when splitting a bitstring label (it already required this when not
splitting a bitstring label). This is consistent with the way dns_name_split()
was called to split a name that consisted of a single label, a bitstring;
the appropriate suffixlabels value is 1 in such cases.
Also a fixed minor style error, and a confusing comment.
2000-10-14 04:31:31 +00:00
Brian Wellington
7b438bdb9b
Added [RT #399 ] tags
2000-10-13 21:44:07 +00:00
Bob Halley
c40085afa7
Fix problems with DNAME chain processing in the resolver, and with
...
retrievals of DNAMEs from the cache. (Changes 516, 517, and 518).
2000-10-13 18:55:11 +00:00
Mark Andrews
10258f6b3d
515. [bug] The ssu table was not beinge attached / detached
...
by dns_zone_[sg]etssutable. [RT#397]
2000-10-13 13:45:45 +00:00
Mark Andrews
b38ebe307c
514. [func] Retry refresh and notify queries if they timeout.
...
[RT #388 ]
2000-10-13 13:23:09 +00:00
Michael Sawyer
c2e0aac879
513. [func] New functionality added to rdnc and server to allow
...
individual zones to be refreshed ore reloaded.
2000-10-12 21:55:55 +00:00
Mark Andrews
588b63e1a8
512. [bug] The zone tranfer code could throw an execption with
...
an invalid IXFR stream.
2000-10-12 03:32:14 +00:00
Brian Wellington
bb17aa91c1
511. [bug] The message code could throw an assertion on an
...
out of memory failure. [RT #392 ]
2000-10-12 00:24:11 +00:00
Mark Andrews
452d75b18f
510. [bug] Remove spurious view notify warning. [RT #376 ]
2000-10-10 01:17:30 +00:00
Mark Andrews
2b4db0b6d4
509. [func] Add support for write of zone files on shutdown.
...
somehow this got missed
2000-10-10 01:14:57 +00:00
Brian Wellington
6850cdd449
508. [func] dns_message_parse() can now do a best-effort
...
attempt, which should allow dig to print more invalid
messages.
2000-10-06 18:58:30 +00:00
Mark Andrews
2a37aa188c
507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
...
and dns_view_flushanddetach().
503 was incomplete.
2000-10-05 06:39:26 +00:00
Mark Andrews
6c87cf1997
506. [func] Do not fail to start on errors in zone files.
2000-10-03 23:56:26 +00:00
Brian Wellington
7869b99dc8
505. [bug] nsupdate was printing "unknown result code". [RT #373 ]
2000-10-03 17:28:58 +00:00
Mark Andrews
df1e829dde
504. [bug] The zone was not being marked as dirty when updated via
...
IXFR.
503. [bug] dumptime was not being set along with
DNS_ZONEFLG_NEEDDUMP.
2000-10-02 23:55:44 +00:00
Michael Sawyer
fb04db11ee
502. [func] On a SERVFAIL reply, DiG will now try the next server
...
in the list, unless the +fail option is specified.
501. [bug] Incorrect port numbers were being displayed by
nslookup. [RT #352 ]
500. [func] Nearly useless +details option removed from DiG.
499. [func] In DiG, specifying a class with -c or type with -t
changes command-line parsing so that classes and
types are only recognized if following -c or -t.
This allows hosts with the same name as a class or
type to be looked up.
2000-10-02 16:22:22 +00:00
Andreas Gustafsson
e65fe7af00
498. [doc] There is now a man page for "dig"
...
in doc/man/bin/dig.1.
2000-09-29 21:03:48 +00:00
Brian Wellington
3cb0de1c66
Moved NOMINUM_PUBLIC specific CHANGES entries to doc/private/CHANGES
2000-09-29 00:28:04 +00:00
Andreas Gustafsson
4bb3a1a63d
there were two changes numbered 492.
2000-09-29 00:03:54 +00:00
Andreas Gustafsson
55bfdb0a14
glue-from-auth and glue-from-cache have been
...
renamed to additional-from-auth and additional-from-cache
2000-09-28 23:50:54 +00:00
Brian Wellington
e2b5209991
496. [bug] named didn't sanity check numeric parameters [RT #361 ]
2000-09-28 21:09:51 +00:00
Brian Wellington
389ec663f2
495. [bug] nsupdate was unable to handle large records [RT #368 ]
2000-09-28 16:39:49 +00:00
Mark Andrews
e549eb1242
494. [func] Do not cache NXDOMAIN responses for SOA queries.
2000-09-28 06:43:36 +00:00
Mark Andrews
88cef4408a
493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
...
for SOA queries. This makes it easier to locate
the containing zone without polluting intermediate
caches.
2000-09-28 05:48:50 +00:00
Andreas Gustafsson
dc8a97366a
492. [bug] The error messages printed when an IP match list
...
contained a network address with a nonzero host
part where not sufficiently detailed. [RT #365 ]
2000-09-27 20:10:39 +00:00
Mark Andrews
fce9a9550e
492. [bug] attempting to reload a zone caused the server fail
...
to shutdown cleanly. [RT #360 ]
2000-09-27 13:05:04 +00:00
Andreas Gustafsson
93d5a6b95e
oops, wrong RT ticket number
2000-09-26 19:39:03 +00:00
Andreas Gustafsson
693ddf84da
491. [bug] nsupdate would segfault when sending certain
...
prerequisites with empty RDATA. [RT #357 ]
2000-09-26 19:37:06 +00:00
Andreas Gustafsson
ff7e6f2791
When lacking user-specified timer values from the SOA,
...
use a retry time that backs off exponentially from one minute up to
six hours. This should allow the xferquota test to succeed [RT #337 ]
by allowing for one or more retries during the test, while keeping the
amount of SOA query traffic to dead masters reasonable for GNS.
2000-09-26 18:17:10 +00:00
Andreas Gustafsson
94361d5867
simplified isc_random_jitter() and eliminated floating
...
point from the code using it in zone.c
2000-09-26 17:23:19 +00:00
Mark Andrews
2bebe117bf
489. [func] The zone manager now has a "i/o" queue.
2000-09-26 05:08:05 +00:00
Brian Wellington
4da10bce4b
488. [bug] Locks weren't properly destroyed in some cases.
2000-09-25 17:51:25 +00:00
Brian Wellington
3f123dcc2f
487. [port] flockfile() is not defined on all systems.
...
Also check for libpthreads, if libpthread isn't found.
2000-09-22 18:52:39 +00:00
Michael Sawyer
16ea60d0db
486. [bug] nslookup: "set all" and "server" commands showed
...
the incorrect port number if a port other than 53
was specified. [RT #352 ]
2000-09-22 17:15:48 +00:00
Michael Sawyer
85b2370943
485. [func] When dig had more than one server to query, it would
...
send all of the messages at the same time. Add
rate limiting of the transmitted messages.
2000-09-22 16:26:12 +00:00
Andreas Gustafsson
d15f51c600
484. [bug] When the server was reloaded after removing addresses
...
from the named.conf "listen-on" statement, sockets
were still listening on the removed addresses due
to reference count loops. [RT #325 ]
Now there is one client manager object per interface instead of a single
global one; when an interface goes away, it simply destroys the associated
client manager, which will cause all its clients to be shut down in an
orderly fashion.
2000-09-22 00:13:08 +00:00
Andreas Gustafsson
2ce1e232ae
spelling
2000-09-21 23:37:14 +00:00
Mark Andrews
aa2c453d3c
483. [bug] nslookup: "set all" showed search but it was not
...
setable.
2000-09-21 12:45:39 +00:00
Mark Andrews
e412ae947d
482. [bug] nslookup: a plain "server" or "lserver" should be
...
treated as a lookup.
480
strsep() has slightly different semantics to strtok(), use static function
to skip empty tokens.
2000-09-21 12:25:43 +00:00
Mark Andrews
07a926724c
481. [bug] nslookup:get_next_command() stack size exceeds
...
per thread limit.
480. [bug] strtok() is not thread safe. [RT #349 ]
replaced strtok() w/ strsep().
2000-09-21 11:53:16 +00:00
Andreas Gustafsson
90023730de
479. [func] The test suite can now be run by typing "make check"
...
or "make test" at the top level.
2000-09-21 01:45:11 +00:00
Andreas Gustafsson
922e6a3c2a
478. [bug] "make install" failed if the directory specified with
...
--prefix did not already exist.
2000-09-20 19:06:16 +00:00
Andreas Gustafsson
280747fa7c
477. [bug] The the isc-config.sh script could be installed before
...
its directory was created. [RT #324 ]
2000-09-20 18:05:33 +00:00
Mark Andrews
0e07026a21
476. [bug] A zone could expire while a zone transfer was in
...
progress triggering a INSIST failure. [RT #329 ]
2000-09-20 09:50:34 +00:00
Andreas Gustafsson
337ca18384
475. [bug] query_getzonedb() sometimes returned a non-null version
...
on failure. This caused assertion failures when
generating query responses where names subject to
additional section processing pointed to a zone
to which access had been denied by means of the
allow-query option. [RT #336 ]
2000-09-19 22:30:39 +00:00
Andreas Gustafsson
dc2e45d08d
note RT number
2000-09-19 01:33:57 +00:00
Andreas Gustafsson
6b0ce7d29f
474. [bug] The mnemonic of the CHAOS class is CH according to
...
RFC1035, but it was printed and read only as CHAOS.
We now accept both forms as input, and print it
as CH.
2000-09-19 01:27:22 +00:00
Andreas Gustafsson
27d725f2b0
rephrased 473.
2000-09-18 22:27:20 +00:00