]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
25 years agonote changed default of transfer-format option
Andreas Gustafsson [Mon, 19 Mar 2001 18:07:45 +0000 (18:07 +0000)] 
note changed default of transfer-format option

25 years agomissing space in AAAA output [RT #1051]
Brian Wellington [Fri, 16 Mar 2001 22:14:00 +0000 (22:14 +0000)] 
missing space in AAAA output [RT #1051]

25 years agoMark transfer-format as having a new default.
Brian Wellington [Fri, 16 Mar 2001 18:19:44 +0000 (18:19 +0000)] 
Mark transfer-format as having a new default.

25 years agospelling v9.1.1rc5
Brian Wellington [Wed, 14 Mar 2001 18:08:50 +0000 (18:08 +0000)] 
spelling

25 years agoremoved extraneous %s (already fixed on mainline)
Brian Wellington [Wed, 14 Mar 2001 18:06:02 +0000 (18:06 +0000)] 
removed extraneous %s (already fixed on mainline)

25 years agoinclude 686. in 9.1.1rc5
Andreas Gustafsson [Wed, 14 Mar 2001 06:43:49 +0000 (06:43 +0000)] 
include 686. in 9.1.1rc5

25 years agoexit(1), not exit(-1)
Brian Wellington [Wed, 14 Mar 2001 06:32:15 +0000 (06:32 +0000)] 
exit(1), not exit(-1)

25 years ago 686. [bug] dig and nslookup can now be properly aborted during
Brian Wellington [Wed, 14 Mar 2001 01:27:00 +0000 (01:27 +0000)] 
 686.   [bug]           dig and nslookup can now be properly aborted during
                        blocking operations. [RT #568]

25 years agopullup:
Brian Wellington [Wed, 14 Mar 2001 01:25:38 +0000 (01:25 +0000)] 
pullup:
use isc_app_block instead of an ugly hack.
missing cancel_all in nslookup.

25 years agopullup:
Brian Wellington [Wed, 14 Mar 2001 01:24:53 +0000 (01:24 +0000)] 
pullup:
If the app is blocked and a shutdown signal arrives, just exit().

25 years agothere will be a 9.1.1rc5 after all
Andreas Gustafsson [Tue, 13 Mar 2001 23:52:11 +0000 (23:52 +0000)] 
there will be a 9.1.1rc5 after all

25 years ago 778. [bug] When starting cache cleaning, cleaning_timer_action()
Andreas Gustafsson [Tue, 13 Mar 2001 23:43:03 +0000 (23:43 +0000)] 
 778.   [bug]           When starting cache cleaning, cleaning_timer_action()
                        returned without first pausing the iterator, which
                        could cause deadlock. [RT #998]
(already fixed on mainline)

25 years ago 777. [bug] An empty forwarders list in a zone would not
Brian Wellington [Tue, 13 Mar 2001 02:40:22 +0000 (02:40 +0000)] 
 777.   [bug]           An empty forwarders list in a zone would not
                        override global forwarders. [RT #995]

25 years agoupdated for 9.1.1
Andreas Gustafsson [Tue, 13 Mar 2001 02:18:42 +0000 (02:18 +0000)] 
updated for 9.1.1

25 years agorephrased 775.
Andreas Gustafsson [Tue, 13 Mar 2001 02:13:15 +0000 (02:13 +0000)] 
rephrased 775.

25 years agofix grammar & spelling.
Brian Wellington [Sun, 11 Mar 2001 18:39:53 +0000 (18:39 +0000)] 
fix grammar & spelling.

25 years agomade error messages about bad netmasks consistent
Andreas Gustafsson [Thu, 8 Mar 2001 18:39:50 +0000 (18:39 +0000)] 
made error messages about bad netmasks consistent

25 years ago 775. [bug] acls with invalid netmasks caused the parser to
Brian Wellington [Thu, 8 Mar 2001 18:24:54 +0000 (18:24 +0000)] 
 775.   [bug]           acls with invalid netmasks caused the parser to
                        abort with an assertion failure. [RT #996]
(not applicable to the mainline)

25 years agoallow-update does not make sense in slave zones;
Andreas Gustafsson [Wed, 7 Mar 2001 23:50:34 +0000 (23:50 +0000)] 
allow-update does not make sense in slave zones;
allow-update and allow-update-forwarding don't make sense in stub
zones

25 years agopullup:
Brian Wellington [Wed, 7 Mar 2001 23:33:18 +0000 (23:33 +0000)] 
pullup:
 772.   [bug]           Owner names could be incorrectly omitted from cache
                        dumps in the presence of negative caching entries.
                        [RT #991]

25 years agoregenerated
Andreas Gustafsson [Wed, 7 Mar 2001 18:51:57 +0000 (18:51 +0000)] 
regenerated

25 years agodocument the 'dnssec', 'dispatch', and 'lame-servers' log categories
Andreas Gustafsson [Wed, 7 Mar 2001 18:51:32 +0000 (18:51 +0000)] 
document the 'dnssec', 'dispatch',  and 'lame-servers' log categories

25 years agoxref 767. -> [RT #961] v9.1.1rc4
Andreas Gustafsson [Tue, 6 Mar 2001 02:11:24 +0000 (02:11 +0000)] 
xref 767. -> [RT #961]

25 years ago 767. [bug] The configuration parser handled invalid ports badly.
Brian Wellington [Tue, 6 Mar 2001 02:05:34 +0000 (02:05 +0000)] 
 767.   [bug]           The configuration parser handled invalid ports badly.

25 years agoadded --- 9.1.1rc4 released --- line
Andreas Gustafsson [Tue, 6 Mar 2001 01:39:57 +0000 (01:39 +0000)] 
added --- 9.1.1rc4 released --- line

25 years agoput 9.1.1rc4 changes in numerical order
Andreas Gustafsson [Tue, 6 Mar 2001 01:38:37 +0000 (01:38 +0000)] 
put 9.1.1rc4 changes in numerical order

25 years agopullup:
Brian Wellington [Tue, 6 Mar 2001 01:28:42 +0000 (01:28 +0000)] 
pullup:
 766.   [bug]           A few cases in query_find() could leak fname.
                        This would trigger the mpctx->allocated == 0
                        assertion when the server exited.
                        [RT #739, #776, #798, #812, #818, #821, #845,
                        #892, #935, #966]

25 years agoallow-update-forwarding for slave zones should be Yes
Brian Wellington [Mon, 5 Mar 2001 23:45:26 +0000 (23:45 +0000)] 
allow-update-forwarding for slave zones should be Yes

25 years agoedited for 9.1.1rc4
Andreas Gustafsson [Mon, 5 Mar 2001 20:27:45 +0000 (20:27 +0000)] 
edited for 9.1.1rc4

25 years agobumped to 9.1.1rc4
Andreas Gustafsson [Mon, 5 Mar 2001 20:26:02 +0000 (20:26 +0000)] 
bumped to 9.1.1rc4

25 years agomore typos
Brian Wellington [Mon, 5 Mar 2001 19:35:52 +0000 (19:35 +0000)] 
more typos

25 years agotypos (not applicable to the mainline)
Brian Wellington [Mon, 5 Mar 2001 18:28:00 +0000 (18:28 +0000)] 
typos (not applicable to the mainline)

25 years agopullup: comment out gssapi stuff, since it doesn't work.
Andreas Gustafsson [Mon, 5 Mar 2001 18:27:08 +0000 (18:27 +0000)] 
pullup: comment out gssapi stuff, since it doesn't work.

25 years agoa cvs pullup was somehow corrupted.
Brian Wellington [Sun, 4 Mar 2001 23:03:22 +0000 (23:03 +0000)] 
a cvs pullup was somehow corrupted.

25 years agopullup:
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)

25 years agomissing space
Brian Wellington [Thu, 1 Mar 2001 22:40:44 +0000 (22:40 +0000)] 
missing space

25 years agopullup:
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.

25 years agopullup: spelling [RT #936]
Brian Wellington [Thu, 1 Mar 2001 17:48:32 +0000 (17:48 +0000)] 
pullup: spelling [RT #936]

25 years agopullup:
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]

25 years agoprovide slightly less information on 754. v9.1.1rc3
Andreas Gustafsson [Mon, 26 Feb 2001 19:13:10 +0000 (19:13 +0000)] 
provide slightly less information on 754.

25 years agoadded TSIG clock skew FAQ entry [RT #919]
Andreas Gustafsson [Sun, 25 Feb 2001 06:48:01 +0000 (06:48 +0000)] 
added TSIG clock skew FAQ entry [RT #919]

25 years agopullup:
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]

25 years agoinclude 754. in 9.1.1rc3
Andreas Gustafsson [Sun, 25 Feb 2001 01:17:54 +0000 (01:17 +0000)] 
include 754. in 9.1.1rc3

25 years agopullup:
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]

25 years agopullup:
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]

25 years agopullup:
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]

25 years agoprevious pullup was missing a set of braces
Andreas Gustafsson [Fri, 23 Feb 2001 02:27:25 +0000 (02:27 +0000)] 
previous pullup was missing a set of braces

25 years agoadded --- 9.1.1rc3 released --- marker
Andreas Gustafsson [Fri, 23 Feb 2001 01:25:21 +0000 (01:25 +0000)] 
added --- 9.1.1rc3 released --- marker

25 years agochange 747 should reference [RT #865]
Brian Wellington [Fri, 23 Feb 2001 00:20:50 +0000 (00:20 +0000)] 
change 747 should reference [RT #865]

25 years agopullup:
Brian Wellington [Thu, 22 Feb 2001 23:57:55 +0000 (23:57 +0000)] 
pullup:
client_create() could return ISC_R_SUCCESS when it failed

25 years agopulled up AIX bison FAQ
Andreas Gustafsson [Thu, 22 Feb 2001 20:23:49 +0000 (20:23 +0000)] 
pulled up AIX bison FAQ

25 years agopullup:
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]

25 years agoupdated for 9.1.1rc3
Andreas Gustafsson [Thu, 22 Feb 2001 19:18:25 +0000 (19:18 +0000)] 
updated for 9.1.1rc3

25 years agopullup: cache-file option name was misspelled
Andreas Gustafsson [Thu, 22 Feb 2001 17:30:28 +0000 (17:30 +0000)] 
pullup: cache-file option name was misspelled

25 years agocross reference section on IPv6 Support in BIND 9
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

25 years agopullup:
Andreas Gustafsson [Wed, 21 Feb 2001 00:16:10 +0000 (00:16 +0000)] 
pullup:
 648.   [port]          Add support for pre-RFC2133 IPv6 implementations.

25 years agopullup:
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]

25 years agopullup:
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]

25 years ago$ORIGIN examples needed some more dots
Andreas Gustafsson [Tue, 20 Feb 2001 23:10:01 +0000 (23:10 +0000)] 
$ORIGIN examples needed some more dots

25 years agorephrase
Andreas Gustafsson [Tue, 20 Feb 2001 22:03:15 +0000 (22:03 +0000)] 
rephrase

25 years agono need to specifically ask people to mail bind9-bugs about mempool leaks
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

25 years agopullup:
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.

25 years agopullup:
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".

25 years agopullup:
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

25 years agopullup:
Andreas Gustafsson [Sat, 17 Feb 2001 01:19:54 +0000 (01:19 +0000)] 
pullup:
fix the potential buffer overflow in printgreeting() [RT #863]

25 years agopullup:
Andreas Gustafsson [Sat, 17 Feb 2001 00:56:29 +0000 (00:56 +0000)] 
pullup:
fix a potential (but highly unlikely) memory leak.

25 years agothe fcntl() problem with /dev/random still exists on FreeBSD 4.2 if running as
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.

25 years agoxref 743. -> RT #861
Andreas Gustafsson [Fri, 16 Feb 2001 21:43:12 +0000 (21:43 +0000)] 
xref 743. -> RT #861

25 years ago 743. [bug] Receiving a large number of certain malformed
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.

25 years ago 742. [bug] dig +domain did not work. [RT #850]
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)

25 years agopullup: missing space between words in error message
Andreas Gustafsson [Thu, 15 Feb 2001 19:39:09 +0000 (19:39 +0000)] 
pullup: missing space between words in error message

25 years agopullup:
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?

25 years agopullup:
Andreas Gustafsson [Wed, 14 Feb 2001 23:01:07 +0000 (23:01 +0000)] 
pullup:
 737.   [port]          stdtime.c failed to compile on certain platforms.

25 years agopullup:
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.

25 years agopullup:
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.

25 years agocross reference 733. to RT #821
Andreas Gustafsson [Tue, 13 Feb 2001 17:25:05 +0000 (17:25 +0000)] 
cross reference 733. to RT #821

25 years agoinstall refcount.h v9.1.1rc2
Andreas Gustafsson [Mon, 12 Feb 2001 23:11:27 +0000 (23:11 +0000)] 
install refcount.h

25 years ago--- 9.1.1rc2 released ---
Andreas Gustafsson [Mon, 12 Feb 2001 22:12:29 +0000 (22:12 +0000)] 
--- 9.1.1rc2 released ---

25 years agoregenerated HTML
Andreas Gustafsson [Mon, 12 Feb 2001 22:11:02 +0000 (22:11 +0000)] 
regenerated HTML

25 years agoRFC 1035 specifies that the current origin should be restored after
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]

25 years agoedited for 9.1.1rc2
Andreas Gustafsson [Mon, 12 Feb 2001 21:56:19 +0000 (21:56 +0000)] 
edited for 9.1.1rc2

25 years ago9.1.1rc2
Andreas Gustafsson [Mon, 12 Feb 2001 21:53:34 +0000 (21:53 +0000)] 
9.1.1rc2

25 years agoclarify 708.
Andreas Gustafsson [Mon, 12 Feb 2001 21:46:46 +0000 (21:46 +0000)] 
clarify 708.

25 years agobump major library version number since change 733. changed
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

25 years agoDo not use a parallel "make".
Andreas Gustafsson [Fri, 9 Feb 2001 18:35:19 +0000 (18:35 +0000)] 
Do not use a parallel "make".

25 years agoreference to RT #743 should be #733
Andreas Gustafsson [Fri, 9 Feb 2001 17:33:43 +0000 (17:33 +0000)] 
reference to RT #743 should be #733

25 years agopullup:
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]

25 years agorefcount.h
Andreas Gustafsson [Fri, 9 Feb 2001 00:28:15 +0000 (00:28 +0000)] 
refcount.h

25 years agopullup: added missing copyright message; ISC_REFERENCE_H -> ISC_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

25 years agopullup:
Andreas Gustafsson [Fri, 9 Feb 2001 00:22:37 +0000 (00:22 +0000)] 
pullup:
#include <isc/mutex.h>

25 years agopullup:
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]

25 years agopullup:
Andreas Gustafsson [Wed, 7 Feb 2001 22:36:20 +0000 (22:36 +0000)] 
pullup:
 729.  [port]          pthread_setconcurrency() needs to be called on Solaris.

25 years agopullup:
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]

25 years agoadded --- 9.1.1rc1 released --- line
Andreas Gustafsson [Wed, 7 Feb 2001 19:52:17 +0000 (19:52 +0000)] 
added  --- 9.1.1rc1 released --- line

25 years agoregenerated
Andreas Gustafsson [Wed, 7 Feb 2001 19:26:34 +0000 (19:26 +0000)] 
regenerated

25 years agopullup:
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]

25 years agotransfer-source entries mentioned ip_addr but not port;
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

25 years agobumped to 9.1.1rc1
Andreas Gustafsson [Wed, 7 Feb 2001 18:59:09 +0000 (18:59 +0000)] 
bumped to 9.1.1rc1

25 years agopullup:
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)

25 years agopullup:
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.