]>
git.ipfire.org Git - thirdparty/bind9.git/log
Brian Wellington [Mon, 5 Mar 2001 19:35:52 +0000 (19:35 +0000)]
more typos
Brian Wellington [Mon, 5 Mar 2001 18:28:00 +0000 (18:28 +0000)]
typos (not applicable to the mainline)
Andreas Gustafsson [Mon, 5 Mar 2001 18:27:08 +0000 (18:27 +0000)]
pullup: comment out gssapi stuff, since it doesn't work.
Brian Wellington [Sun, 4 Mar 2001 23:03:22 +0000 (23:03 +0000)]
a cvs pullup was somehow corrupted.
Brian Wellington [Sat, 3 Mar 2001 09:33:12 +0000 (09:33 +0000)]
pullup:
709. [bug] ANY or SIG queries for data with a TTL of 0
would return SERVFAIL. [RT #620]
(this should make the name leak much less common)
Brian Wellington [Thu, 1 Mar 2001 22:40:44 +0000 (22:40 +0000)]
missing space
Brian Wellington [Thu, 1 Mar 2001 20:58:19 +0000 (20:58 +0000)]
pullup:
756. [bug] dns_zone_load() could "return" success when no master
file was configured.
755. [bug] Fix incorrectly formatted log messages in zone.c.
Brian Wellington [Thu, 1 Mar 2001 17:48:32 +0000 (17:48 +0000)]
pullup: spelling [RT #936]
Brian Wellington [Wed, 28 Feb 2001 21:20:32 +0000 (21:20 +0000)]
pullup:
759. [bug] The resolver didn't turn off "avoid fetches" mode
when restarting, possibly causing resolution
to fail when it should not. This bug only affected
platforms which support both IPv4 and IPv6. [RT #927]
758. [bug] The "avoid fetches" code did not treat negative
cache entries correctly, causing fetches that would
be useful to be avoided. This bug only affected
platforms which support both IPv4 and IPv6. [RT #927]
Andreas Gustafsson [Mon, 26 Feb 2001 19:13:10 +0000 (19:13 +0000)]
provide slightly less information on 754.
Andreas Gustafsson [Sun, 25 Feb 2001 06:48:01 +0000 (06:48 +0000)]
added TSIG clock skew FAQ entry [RT #919]
Andreas Gustafsson [Sun, 25 Feb 2001 01:31:03 +0000 (01:31 +0000)]
pullup:
753. [bug] dig, host, and nslookup would fail to contact a
remote server if getaddrinfo() returned an IPv6
address on a system that doesn't support IPv6.
[RT #917]
Andreas Gustafsson [Sun, 25 Feb 2001 01:17:54 +0000 (01:17 +0000)]
include 754. in 9.1.1rc3
Brian Wellington [Sun, 25 Feb 2001 00:33:43 +0000 (00:33 +0000)]
pullup:
754. [bug] Certain failure returns from sendto() could
cause the server to retry the transmission
indefinitely. [RT #902]
Andreas Gustafsson [Fri, 23 Feb 2001 18:42:59 +0000 (18:42 +0000)]
pullup:
750. [bug] A query should not match a DNAME whose trust level
is pending. [RT #916]
749. [bug] When a query matched a DNAME in a secure zone, the
server did not return the signature of the DNAME.
[RT #915]
Andreas Gustafsson [Fri, 23 Feb 2001 18:27:59 +0000 (18:27 +0000)]
pullup:
msg->tsigkey was not checked for NULL before deferencing [RT #913]
Andreas Gustafsson [Fri, 23 Feb 2001 02:27:25 +0000 (02:27 +0000)]
previous pullup was missing a set of braces
Andreas Gustafsson [Fri, 23 Feb 2001 01:25:21 +0000 (01:25 +0000)]
added --- 9.1.1rc3 released --- marker
Brian Wellington [Fri, 23 Feb 2001 00:20:50 +0000 (00:20 +0000)]
change 747 should reference [RT #865]
Brian Wellington [Thu, 22 Feb 2001 23:57:55 +0000 (23:57 +0000)]
pullup:
client_create() could return ISC_R_SUCCESS when it failed
Andreas Gustafsson [Thu, 22 Feb 2001 20:23:49 +0000 (20:23 +0000)]
pulled up AIX bison FAQ
Andreas Gustafsson [Thu, 22 Feb 2001 19:33:14 +0000 (19:33 +0000)]
pullup:
747. [bug] The code to determine whether an IXFR was possible
did not properly check for a database that could
not have a journal. [RT #908]
Andreas Gustafsson [Thu, 22 Feb 2001 19:18:25 +0000 (19:18 +0000)]
updated for 9.1.1rc3
Andreas Gustafsson [Thu, 22 Feb 2001 17:30:28 +0000 (17:30 +0000)]
pullup: cache-file option name was misspelled
Andreas Gustafsson [Thu, 22 Feb 2001 00:50:10 +0000 (00:50 +0000)]
cross reference section on IPv6 Support in BIND 9
to IPv6 address format appendix
Andreas Gustafsson [Wed, 21 Feb 2001 00:16:10 +0000 (00:16 +0000)]
pullup:
648. [port] Add support for pre-RFC2133 IPv6 implementations.
Brian Wellington [Tue, 20 Feb 2001 23:53:07 +0000 (23:53 +0000)]
pullup:
The IN class was not explicitly specified in the DNAME examples, which is
not consistent with other examples. [RT #717]
Andreas Gustafsson [Tue, 20 Feb 2001 23:50:28 +0000 (23:50 +0000)]
pullup:
746. [bug] The sdb didn't clone rdatasets properly, causing
a crash when the server followed delegations. [RT #905]
Andreas Gustafsson [Tue, 20 Feb 2001 23:10:01 +0000 (23:10 +0000)]
$ORIGIN examples needed some more dots
Andreas Gustafsson [Tue, 20 Feb 2001 22:03:15 +0000 (22:03 +0000)]
rephrase
Andreas Gustafsson [Tue, 20 Feb 2001 22:02:02 +0000 (22:02 +0000)]
no need to specifically ask people to mail bind9-bugs about mempool leaks
Andreas Gustafsson [Tue, 20 Feb 2001 21:56:25 +0000 (21:56 +0000)]
pullup:
744. [bug]
When returning DNS_R_CNAME or DNS_R_DNAME as the result of an ANY or SIG
query, the resolver failed to setup the return event's rdatasets, causing an
assertion failure in the query code. [RT #881]
The fix includes the addition of the DNS_NAMEATTR_CHAINING attribute,
and the removal of the DNS_NAMEATTR_CNAME and DNS_NAMEATTR_DNAME attributes,
because they were not used anywhere in the current source.
Andreas Gustafsson [Mon, 19 Feb 2001 06:06:21 +0000 (06:06 +0000)]
pullup:
Mention that on a threaded Linux build, the amount of memory is not the
sum of that of each "process".
Brian Wellington [Sat, 17 Feb 2001 02:27:42 +0000 (02:27 +0000)]
pullup:
if dns_message_gettempname() failed, we would try to call
dns_message_putemprdataset() on an uninitialized pointer
Andreas Gustafsson [Sat, 17 Feb 2001 01:19:54 +0000 (01:19 +0000)]
pullup:
fix the potential buffer overflow in printgreeting() [RT #863]
Andreas Gustafsson [Sat, 17 Feb 2001 00:56:29 +0000 (00:56 +0000)]
pullup:
fix a potential (but highly unlikely) memory leak.
Brian Wellington [Sat, 17 Feb 2001 00:47:28 +0000 (00:47 +0000)]
the fcntl() problem with /dev/random still exists on FreeBSD 4.2 if running as
non-root.
Andreas Gustafsson [Fri, 16 Feb 2001 21:43:12 +0000 (21:43 +0000)]
xref 743. -> RT #861
Andreas Gustafsson [Fri, 16 Feb 2001 21:39:00 +0000 (21:39 +0000)]
743. [bug] Receiving a large number of certain malformed
answers could cause named to stop responding.
Brian Wellington [Thu, 15 Feb 2001 23:39:41 +0000 (23:39 +0000)]
742. [bug] dig +domain did not work. [RT #850]
(fixed differently on the mainline)
Andreas Gustafsson [Thu, 15 Feb 2001 19:39:09 +0000 (19:39 +0000)]
pullup: missing space between words in error message
Andreas Gustafsson [Wed, 14 Feb 2001 23:02:42 +0000 (23:02 +0000)]
pullup:
Q: I installed BIND 9 and restarted named, but it's still BIND 8. Why?
Andreas Gustafsson [Wed, 14 Feb 2001 23:01:07 +0000 (23:01 +0000)]
pullup:
737. [port] stdtime.c failed to compile on certain platforms.
Andreas Gustafsson [Tue, 13 Feb 2001 20:43:44 +0000 (20:43 +0000)]
pullup:
Give more information when isc_mempool_destroy() dies with an assertion
failure, in the hope that we'll be able to fix the bug one day.
Andreas Gustafsson [Tue, 13 Feb 2001 20:41:05 +0000 (20:41 +0000)]
pullup:
738. [bug] If a non-threadsafe sdb driver supported AXFR and
received an AXFR request, it would deadlock or die
with an assertion failure.
Andreas Gustafsson [Tue, 13 Feb 2001 17:25:05 +0000 (17:25 +0000)]
cross reference 733. to RT #821
Andreas Gustafsson [Mon, 12 Feb 2001 23:11:27 +0000 (23:11 +0000)]
install refcount.h
Andreas Gustafsson [Mon, 12 Feb 2001 22:12:29 +0000 (22:12 +0000)]
--- 9.1.1rc2 released ---
Andreas Gustafsson [Mon, 12 Feb 2001 22:11:02 +0000 (22:11 +0000)]
regenerated HTML
Andreas Gustafsson [Mon, 12 Feb 2001 22:07:12 +0000 (22:07 +0000)]
RFC 1035 specifies that the current origin should be restored after
an <command>$INCLUDE</command>, but it is silent on whether the current
domain name should also be restored. BIND 9 restores both of them.
This could be construed as a deviation from RFC 1035, a feature, or both.
[RT #874]
Andreas Gustafsson [Mon, 12 Feb 2001 21:56:19 +0000 (21:56 +0000)]
edited for 9.1.1rc2
Andreas Gustafsson [Mon, 12 Feb 2001 21:53:34 +0000 (21:53 +0000)]
9.1.1rc2
Andreas Gustafsson [Mon, 12 Feb 2001 21:46:46 +0000 (21:46 +0000)]
clarify 708.
Andreas Gustafsson [Mon, 12 Feb 2001 17:44:16 +0000 (17:44 +0000)]
bump major library version number since change 733. changed
the size of the public structure dns_acl_t
Andreas Gustafsson [Fri, 9 Feb 2001 18:35:19 +0000 (18:35 +0000)]
Do not use a parallel "make".
Andreas Gustafsson [Fri, 9 Feb 2001 17:33:43 +0000 (17:33 +0000)]
reference to RT #743 should be #733
Brian Wellington [Fri, 9 Feb 2001 01:01:55 +0000 (01:01 +0000)]
pullup:
733. [bug] Reference counts of dns_acl_t objects need to be
locked but were not. [RT #801]
Andreas Gustafsson [Fri, 9 Feb 2001 00:28:15 +0000 (00:28 +0000)]
refcount.h
Andreas Gustafsson [Fri, 9 Feb 2001 00:27:50 +0000 (00:27 +0000)]
pullup: added missing copyright message; ISC_REFERENCE_H -> ISC_REFCOUNT_H
Andreas Gustafsson [Fri, 9 Feb 2001 00:22:37 +0000 (00:22 +0000)]
pullup:
#include <isc/mutex.h>
Andreas Gustafsson [Thu, 8 Feb 2001 17:18:45 +0000 (17:18 +0000)]
pullup:
708. [bug] When building with --with-openssl, the openssl headers
included should not be used. [RT #702]
Andreas Gustafsson [Wed, 7 Feb 2001 22:36:20 +0000 (22:36 +0000)]
pullup:
729. [port] pthread_setconcurrency() needs to be called on Solaris.
Brian Wellington [Wed, 7 Feb 2001 20:21:46 +0000 (20:21 +0000)]
pullup:
727. [port] Work around OS bug where accept() succeeds but
fails to fill in the peer address of the accepted
connection, by treating it as an error rather than
an assertion failure. [RT #809]
Andreas Gustafsson [Wed, 7 Feb 2001 19:52:17 +0000 (19:52 +0000)]
added --- 9.1.1rc1 released --- line
Andreas Gustafsson [Wed, 7 Feb 2001 19:26:34 +0000 (19:26 +0000)]
regenerated
Andreas Gustafsson [Wed, 7 Feb 2001 19:26:22 +0000 (19:26 +0000)]
pullup:
692. [bug] Deal with systems that have getaddrinfo() but not
gai_strerror(). [RT #679]
Andreas Gustafsson [Wed, 7 Feb 2001 19:13:14 +0000 (19:13 +0000)]
transfer-source entries mentioned ip_addr but not port;
notify-source was missing
Andreas Gustafsson [Wed, 7 Feb 2001 18:59:09 +0000 (18:59 +0000)]
bumped to 9.1.1rc1
Andreas Gustafsson [Wed, 7 Feb 2001 18:50:37 +0000 (18:50 +0000)]
pullup:
do_next_response() was unlinking an event from the wrong list
(apparently this code was never actually executed)
Andreas Gustafsson [Wed, 7 Feb 2001 02:41:47 +0000 (02:41 +0000)]
pullup:
Only check to make sure that the full number of bytes were sent if the
send operation succeeded. I'm still not convinced that send_done() works
correctly, but making other changes that look correct causes assertion failures.
Andreas Gustafsson [Wed, 7 Feb 2001 02:32:16 +0000 (02:32 +0000)]
pullup:
The ISC__BUFFER_INIT macro had a typo.
Andreas Gustafsson [Tue, 6 Feb 2001 18:10:28 +0000 (18:10 +0000)]
pullup:
INSIST that accept() returns a socket of the correct protocol family. Also
assign the "pf" field in the new socket.
Andreas Gustafsson [Tue, 6 Feb 2001 16:51:34 +0000 (16:51 +0000)]
resource limits are implemented
Andreas Gustafsson [Mon, 5 Feb 2001 23:31:05 +0000 (23:31 +0000)]
When memsetting the entropy pool to 0, the count should be the size in bytes,
not words.
Andreas Gustafsson [Mon, 5 Feb 2001 21:46:02 +0000 (21:46 +0000)]
updated for 9.1.1rc1
Andreas Gustafsson [Mon, 5 Feb 2001 21:19:35 +0000 (21:19 +0000)]
pullup:
The flags field of the request structures were not initialized (thanks, purify)
Andreas Gustafsson [Mon, 5 Feb 2001 20:37:03 +0000 (20:37 +0000)]
grammar
Andreas Gustafsson [Fri, 2 Feb 2001 17:54:04 +0000 (17:54 +0000)]
build success reported on HP-UX 10.20 [RT #788]
Andreas Gustafsson [Fri, 2 Feb 2001 01:32:25 +0000 (01:32 +0000)]
pullup:
723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
to return DNS_R_SERVFAIL. [RT #783]
Andreas Gustafsson [Thu, 1 Feb 2001 21:55:42 +0000 (21:55 +0000)]
sortlist is implemented
Brian Wellington [Thu, 1 Feb 2001 17:59:56 +0000 (17:59 +0000)]
spelling
Mark Andrews [Thu, 1 Feb 2001 00:43:49 +0000 (00:43 +0000)]
pullup:
720. [bug] Server could enter infinite loop in
dispatch.c:do_cancel(). [RT #743]
Andreas Gustafsson [Wed, 31 Jan 2001 18:58:39 +0000 (18:58 +0000)]
xref 691. to RT #734
Andreas Gustafsson [Wed, 31 Jan 2001 18:22:49 +0000 (18:22 +0000)]
xref 719. to RT #763
Andreas Gustafsson [Wed, 31 Jan 2001 18:06:29 +0000 (18:06 +0000)]
pullup:
716. [bug] The first line of a $INCLUDE master file was lost if
a origin was specified. [RT #744]
Adjust comment.
Andreas Gustafsson [Wed, 31 Jan 2001 18:04:45 +0000 (18:04 +0000)]
pullup:
719. [bug] Rapid reloads could trigger an assertion failure.
[RT #743]
Andreas Gustafsson [Tue, 30 Jan 2001 22:26:09 +0000 (22:26 +0000)]
pullup:
715. [bug] Resolving some A6 chains could cause an assertion
failure in adb.c. [RT #738]
Andreas Gustafsson [Tue, 30 Jan 2001 22:12:22 +0000 (22:12 +0000)]
pullup:
Certain TKEY processing failure modes could
reference an uninitialized variable, causing the
server to crash. [RT #750]
Andreas Gustafsson [Tue, 30 Jan 2001 21:39:44 +0000 (21:39 +0000)]
added note about new reserved words in named.conf [RT #753, #731]
cvs2git [Tue, 30 Jan 2001 02:50:53 +0000 (02:50 +0000)]
This commit was manufactured by cvs2git to create branch 'v9_1'.
Brian Wellington [Tue, 30 Jan 2001 02:50:51 +0000 (02:50 +0000)]
Added the isc_refcount_t type, which is a generic locked reference counter,
and make the rbtdb, zone, and view objects use it.
This should reduce contention on other locks, since (in the normal)
implementation, the reference count has its own lock. In the future, it
should also be possible to implement an isc_refcount_t with atomic operations
instead of mutexes, which should also help performance.
Andreas Gustafsson [Tue, 30 Jan 2001 01:06:48 +0000 (01:06 +0000)]
pullup: chroot() happens before reading named.conf [RT #737]
Andreas Gustafsson [Tue, 30 Jan 2001 01:06:05 +0000 (01:06 +0000)]
chroot() happens before reading named.conf [RT #737]
Brian Wellington [Mon, 29 Jan 2001 19:49:52 +0000 (19:49 +0000)]
Don't create a timer for every incoming query - only create it for updates,
notifies, and recursive queries.
Andreas Gustafsson [Mon, 29 Jan 2001 18:38:11 +0000 (18:38 +0000)]
document the new -t option; misc cleanup
Bob Halley [Mon, 29 Jan 2001 17:25:12 +0000 (17:25 +0000)]
fix typo
Mark Andrews [Mon, 29 Jan 2001 07:08:41 +0000 (07:08 +0000)]
714. [bug] Preserve interval timers across reloads unless changed.
[RT# 729]
Mark Andrews [Mon, 29 Jan 2001 03:23:13 +0000 (03:23 +0000)]
713. [func] named-checkconf takes '-t directory' similar to named.
[RT #726]
Mark Andrews [Mon, 29 Jan 2001 03:17:45 +0000 (03:17 +0000)]
isc_dir_chroot()
Mark Andrews [Mon, 29 Jan 2001 00:50:28 +0000 (00:50 +0000)]
check-{zone,conf} -> named-check{zone,conf}