]>
git.ipfire.org Git - thirdparty/bind9.git/log
Mark Andrews [Thu, 24 Jan 2002 23:09:15 +0000 (23:09 +0000)]
pullup:
1072. [bug] The TCP client quota could be exceeded when
recursion occurred. [RT #1937]
Mark Andrews [Thu, 24 Jan 2002 22:59:07 +0000 (22:59 +0000)]
pullup:
1071. [bug] Sockets listening for TCP DNS connections
specified an excessive listen backlog. [RT #1937]
Mark Andrews [Thu, 24 Jan 2002 21:59:51 +0000 (21:59 +0000)]
pullup:
nsupdate should not take octal and hex TTLs
Andreas Gustafsson [Thu, 24 Jan 2002 19:00:27 +0000 (19:00 +0000)]
pullup:
1070. [bug] Copy DNSSEC OK (DO) to response as specified by
draft-ietf-dnsext-dnssec-okbit-03.txt.
Andreas Gustafsson [Thu, 24 Jan 2002 18:42:29 +0000 (18:42 +0000)]
pullup:
995. [bug] dig, host, nslookup: using a raw IPv6 address as a
target address should be fatal on a IPv4 only system.
Andreas Gustafsson [Thu, 24 Jan 2002 18:32:25 +0000 (18:32 +0000)]
pullup:
1109. [bug] nsupdate accepted illegal ttl values.
Mark Andrews [Thu, 24 Jan 2002 06:32:30 +0000 (06:32 +0000)]
1024. [port] Compilation failed on HP-UX 11.11 due to
incompatible use of the SIOCGLIFCONF macro
name. [RT #1831]
[needs more work]
Mark Andrews [Thu, 24 Jan 2002 04:22:58 +0000 (04:22 +0000)]
pullup:
1014. [bug] Some queries would cause statistics counters to
increment more than once or not at all. [RT #1321]
Mark Andrews [Thu, 24 Jan 2002 03:49:04 +0000 (03:49 +0000)]
pullup:
988. [bug] 'additional-from-auth no;' did not work reliably
in the case of queries answered from the cache.
[RT #1436]
Mark Andrews [Thu, 24 Jan 2002 03:06:25 +0000 (03:06 +0000)]
1012. [bug] The -p option to named did not behave as documented.
Andreas Gustafsson [Wed, 23 Jan 2002 18:02:49 +0000 (18:02 +0000)]
consistent spacing
Andreas Gustafsson [Wed, 23 Jan 2002 17:57:51 +0000 (17:57 +0000)]
pullup:
1166. [bug] "Not Implemented" should be reported as NOTIMP,
not NOTIMPL. [RT #2281]
Andreas Gustafsson [Wed, 23 Jan 2002 17:54:06 +0000 (17:54 +0000)]
pullup:
1170. [bug] Don't attempt to print the token when a I/O error
occurs when parsing named.conf. [RT #2275]
Brian Wellington [Wed, 23 Jan 2002 08:17:55 +0000 (08:17 +0000)]
pullup:
1191. [bug] A dynamic update removing the last non-apex name in
a secure zone would fail. [RT #2399]
Mark Andrews [Wed, 23 Jan 2002 05:14:35 +0000 (05:14 +0000)]
1168. [bug] Empty also-notify clauses were not handled. [RT #2309]
Mark Andrews [Wed, 23 Jan 2002 04:23:45 +0000 (04:23 +0000)]
1150. [bug] named incorrectly accepted TTL values
containing plus or minus signs, such as
1d+1h-1s.
[ Uses new function isc_parse_uint32() ]
1151. [bug] nslookup failed to check that the arguments to
the port, timeout, and retry options were
valid integers and in range. [RT #2099]
[ Uses new function isc_parse_uint32() ]
Mark Andrews [Wed, 23 Jan 2002 04:04:22 +0000 (04:04 +0000)]
not NOTIMPL -> NOTIMP change
Mark Andrews [Wed, 23 Jan 2002 03:49:20 +0000 (03:49 +0000)]
pullup: style
Mark Andrews [Wed, 23 Jan 2002 03:33:48 +0000 (03:33 +0000)]
1187. [bug] named was incorrectly returning DNSSEC records
in negative responses when the DO bit was not set.
[ Requires API change (new arguement) to
dns_rdataset_towire(), dns_rdataset_towirepartial()
and dns_rdataset_towirepartial() ]
Mark Andrews [Wed, 23 Jan 2002 03:19:03 +0000 (03:19 +0000)]
pullup:
1188. [bug] Dynamic updates of a signed zone would fail if
some of the zone private keys were unavailable.
Mark Andrews [Wed, 23 Jan 2002 03:09:31 +0000 (03:09 +0000)]
pullup:
1189. [bug] On some systems, malloc(0) returns NULL, which
could cause the caller to report an out of memory
error. [RT #2398]
Mark Andrews [Wed, 23 Jan 2002 03:02:28 +0000 (03:02 +0000)]
pullup:
add format checking
Mark Andrews [Wed, 23 Jan 2002 02:55:10 +0000 (02:55 +0000)]
pullu: typo in comment
Mark Andrews [Wed, 23 Jan 2002 02:47:08 +0000 (02:47 +0000)]
1159. [bug] MD and MF are not permitted to be loaded by RFC1123
[ Could cause zones that loaded in 9.2.0 to fail
to load. Leave such breakages to 9.3.0. ]
Andreas Gustafsson [Wed, 23 Jan 2002 02:35:56 +0000 (02:35 +0000)]
1183. [bug] Handle ENOSR error when writing to the internal
control pipe. [RT #2395]
Andreas Gustafsson [Wed, 23 Jan 2002 02:34:14 +0000 (02:34 +0000)]
pullup:
pullup from BIND 8:
1185. [bug] libbind: don't assume statp->_u._ext.ext is valid
unless RES_INIT is set when calling res_*init().
1184. [bug] libbind: call res_ndestroy() if RES_INIT is set
when res_*init() is called.
Andreas Gustafsson [Wed, 23 Jan 2002 02:11:32 +0000 (02:11 +0000)]
pullup:
wrong test to see if snprintf had a too small buffer.
Andreas Gustafsson [Wed, 23 Jan 2002 02:08:57 +0000 (02:08 +0000)]
pullup:
leave isc_lex_destroy() to close any open streams.
Andreas Gustafsson [Wed, 23 Jan 2002 02:05:42 +0000 (02:05 +0000)]
pullup:
Fix RT #2309 differently, allowing rather than rejecting empty
also-notify clauses
Andreas Gustafsson [Wed, 23 Jan 2002 01:55:38 +0000 (01:55 +0000)]
regenerated
Andreas Gustafsson [Wed, 23 Jan 2002 01:53:28 +0000 (01:53 +0000)]
pullup:
initalise warning
initalise token
only print known token types.
Andreas Gustafsson [Wed, 23 Jan 2002 01:50:23 +0000 (01:50 +0000)]
regenerated
Andreas Gustafsson [Wed, 23 Jan 2002 01:41:17 +0000 (01:41 +0000)]
pullup:
1172. [doc] Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
table of RR types in ARM.
Andreas Gustafsson [Wed, 23 Jan 2002 01:31:15 +0000 (01:31 +0000)]
pullup:
1173. [bug] Potential memory leaks in isc_log_create() and
isc_log_settag(). [RT #2336]
Andreas Gustafsson [Wed, 23 Jan 2002 01:07:54 +0000 (01:07 +0000)]
pullup:
1174. [bug] Win32: add WSAECONNRESET to the expected errors
from connect(). [RT #2308]
Mark Andrews [Wed, 23 Jan 2002 00:11:14 +0000 (00:11 +0000)]
pullup: cut-and-paste-o:s
Mark Andrews [Tue, 22 Jan 2002 23:39:20 +0000 (23:39 +0000)]
prepare for 9.2.1
Andreas Gustafsson [Tue, 22 Jan 2002 23:34:56 +0000 (23:34 +0000)]
1175. [bug] named-checkzone failed to call dns_result_register()
at startup which could result in runtime
exceptions when printing "out of memory" errors.
[RT #2335]
(The named-checkconf.c change was not pulled up; it is not applicable
to the 9.2 branch because the 9.2 named-checkconf.c does not link
with libdns)
Andreas Gustafsson [Tue, 22 Jan 2002 23:17:44 +0000 (23:17 +0000)]
pullup:
reference after free in error path.
Mark Andrews [Tue, 22 Jan 2002 23:15:59 +0000 (23:15 +0000)]
Not applicable to 9.2
Andreas Gustafsson [Tue, 22 Jan 2002 23:14:45 +0000 (23:14 +0000)]
pullup:
1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
Andreas Gustafsson [Tue, 22 Jan 2002 22:51:05 +0000 (22:51 +0000)]
pullup:
1164. [bug] Empty masters clauses in slave / stub zones were not
handled gracefully. [RT #2262]
Mark Andrews [Tue, 22 Jan 2002 06:50:48 +0000 (06:50 +0000)]
pullup:
http://www.isc.org/ml-archives/
Mark Andrews [Tue, 22 Jan 2002 06:43:58 +0000 (06:43 +0000)]
pullup:
Q: I have Freebsd 4.4 and "rndc-confgen -a" just sits there.
Mark Andrews [Tue, 22 Jan 2002 06:16:25 +0000 (06:16 +0000)]
pullup:
1176. [doc] Document that allow-v6-synthesis is only performed
for clients that are supplied recursive service.
[RT #2260]
Mark Andrews [Tue, 22 Jan 2002 06:08:47 +0000 (06:08 +0000)]
pullup:
1186. [bug] isc_hex_tobuffer(,,length = 0) failed to unget the
EOL token when reading to end of line.
Mark Andrews [Tue, 22 Jan 2002 05:21:51 +0000 (05:21 +0000)]
pullup:
Q: I get error messages like "multiple RRs of singleton type" and
"CNAME and other data" when transfering a zone. What does this mean?
Mark Andrews [Tue, 22 Jan 2002 05:16:11 +0000 (05:16 +0000)]
pullup:
Q: Why is named listening on UDP port other than 53?
Mark Andrews [Tue, 22 Jan 2002 05:14:31 +0000 (05:14 +0000)]
pullup:
Mac OS X 10.1
Mark Andrews [Tue, 22 Jan 2002 05:11:17 +0000 (05:11 +0000)]
pullup:
Mention the need to run "make distclean" prior to re-configuring.
Mark Andrews [Tue, 22 Jan 2002 05:09:40 +0000 (05:09 +0000)]
note that the command channel can be disabled using controls { };
Mark Andrews [Tue, 22 Jan 2002 05:00:30 +0000 (05:00 +0000)]
pullup:
Out of date comment.
Mark Andrews [Tue, 22 Jan 2002 04:15:45 +0000 (04:15 +0000)]
pullup:
1152. [bug] libbind: read buffer overflows.
Mark Andrews [Mon, 21 Jan 2002 22:27:03 +0000 (22:27 +0000)]
1182. [bug] The server could throw an assertion failure when
constructing a negative response packet.
Mark Andrews [Wed, 16 Jan 2002 03:47:23 +0000 (03:47 +0000)]
rndc-keygen -> rndc-confgen [RT #2362]
Mark Andrews [Wed, 19 Dec 2001 01:29:35 +0000 (01:29 +0000)]
whitespace cleanup
Mark Andrews [Wed, 19 Dec 2001 01:09:58 +0000 (01:09 +0000)]
pullup:
fix large DH key generation, hopefully for the last time.
Andreas Gustafsson [Fri, 14 Dec 2001 18:30:09 +0000 (18:30 +0000)]
pullup: correct Latin plural
Mark Andrews [Thu, 13 Dec 2001 06:50:59 +0000 (06:50 +0000)]
pullup:
1162. [bug] The allow-notify option was not accepted in slave
zone statements.
Mark Andrews [Thu, 13 Dec 2001 06:47:48 +0000 (06:47 +0000)]
pullup:
check that allow-notify is only specified for slave zones
Brian Wellington [Thu, 13 Dec 2001 06:17:34 +0000 (06:17 +0000)]
1161. [bug] named-checkzone looped on unbalanced brackets.
[RT #2248]
Mark Andrews [Wed, 12 Dec 2001 17:05:20 +0000 (17:05 +0000)]
pullup:
1160. [bug] Generating Diffie-Hellman keys longer than 1024
bits could fail. [RT #2241]
Mark Andrews [Wed, 12 Dec 2001 00:16:47 +0000 (00:16 +0000)]
pullup:
1154. [bug] Don't attempt to obtain the netmask of a interface
if there is no address configured. [RT #2176]
Mark Andrews [Wed, 5 Dec 2001 02:30:08 +0000 (02:30 +0000)]
regen
Mark Andrews [Wed, 5 Dec 2001 02:28:37 +0000 (02:28 +0000)]
pullup:
1156. [port] The configure test for strsep() incorrectly
succeeded on certain patched versions of
AIX 4.3.3. [RT #2190]
Andreas Gustafsson [Fri, 30 Nov 2001 01:10:09 +0000 (01:10 +0000)]
spelling
Andreas Gustafsson [Thu, 29 Nov 2001 22:56:39 +0000 (22:56 +0000)]
regenerated
Andreas Gustafsson [Thu, 29 Nov 2001 22:55:52 +0000 (22:55 +0000)]
pullup: clarified the meaning of * in an inet controls clause [RT #2073]
Andreas Gustafsson [Thu, 29 Nov 2001 18:34:23 +0000 (18:34 +0000)]
reference RT #2164
Andreas Gustafsson [Wed, 28 Nov 2001 23:37:50 +0000 (23:37 +0000)]
belated pullup:
125. [bug] rndc: -k option was missing from usage message.
[RT #2057]
Andreas Gustafsson [Wed, 28 Nov 2001 23:35:49 +0000 (23:35 +0000)]
regenerated
Andreas Gustafsson [Wed, 28 Nov 2001 23:35:02 +0000 (23:35 +0000)]
belated pullup:
1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
now documented. [RT #2052]
Andreas Gustafsson [Wed, 28 Nov 2001 23:29:13 +0000 (23:29 +0000)]
belated pullup:
1123. [bug] dig +[no]fail did not match description. [RT #2052]
Andreas Gustafsson [Wed, 28 Nov 2001 21:51:51 +0000 (21:51 +0000)]
pullup:
1144. [bug] rndc-confgen would crash if both the -a and -t
options were specified. [RT #2159]
Mark Andrews [Wed, 28 Nov 2001 04:35:14 +0000 (04:35 +0000)]
The dig help message did not documents the -b, -k, and +noqr options,
and some options were less than logically grouped [RT #2151]
Mark Andrews [Wed, 28 Nov 2001 02:52:25 +0000 (02:52 +0000)]
order
Mark Andrews [Wed, 28 Nov 2001 01:58:18 +0000 (01:58 +0000)]
pullup:
1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
to the -s option. [RT #2138]
Andreas Gustafsson [Wed, 28 Nov 2001 01:37:44 +0000 (01:37 +0000)]
end sentence in period
Andreas Gustafsson [Tue, 27 Nov 2001 23:21:56 +0000 (23:21 +0000)]
pullup:
shutup bogus ambiguous else compiler warning.
Andreas Gustafsson [Tue, 27 Nov 2001 22:41:49 +0000 (22:41 +0000)]
pullup:
1142. [bug] dnssec-signzone would fail to delete temporary files
in some failure cases. [RT #2144]
Andreas Gustafsson [Tue, 27 Nov 2001 22:38:14 +0000 (22:38 +0000)]
pullup:
1141. [bug] When named rejected a control message, it would
leak a file descriptor and memory. It would also
fail to respond, causing rndc to hang. [RT #2139]
Andreas Gustafsson [Tue, 27 Nov 2001 20:23:33 +0000 (20:23 +0000)]
success on Debian GNU/Linux 2.2 and 3.0 reported by Bdale Garbee <bdale@gag.com>
Andreas Gustafsson [Tue, 27 Nov 2001 18:58:03 +0000 (18:58 +0000)]
regenerated
Andreas Gustafsson [Tue, 27 Nov 2001 18:57:40 +0000 (18:57 +0000)]
pullup: command example was missing TTL (reported in private email by Bdale Garbee <bdale@gag.com>)
Mark Andrews [Tue, 27 Nov 2001 00:43:06 +0000 (00:43 +0000)]
pullup:
1136. [bug] CNAME records synthesized from DNAMEs did not
have a TTL of zero as required by RFC2672
[RT #2129]
Andreas Gustafsson [Sun, 25 Nov 2001 01:38:13 +0000 (01:38 +0000)]
updated for 9.2.0 (final)
Mark Andrews [Thu, 22 Nov 2001 01:23:19 +0000 (01:23 +0000)]
pullup:
1134. [bug] Multithreaded servers could deadlock in ferror()
when reloading zone files. [RT #1951, #1998]
Andreas Gustafsson [Thu, 22 Nov 2001 00:22:02 +0000 (00:22 +0000)]
pullup:
1133. [bug] IN6_IS_ADDR_LOOPBACK was not portably defined on
platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
Andreas Gustafsson [Fri, 16 Nov 2001 21:52:55 +0000 (21:52 +0000)]
include 1121. - 1131. in 9.2.0rc10; retag
Brian Wellington [Fri, 16 Nov 2001 21:47:27 +0000 (21:47 +0000)]
1121. [bug] The server could attempt to access a NULL zone
table if shut down while resolving.
[RT #1587, #2054]
Brian Wellington [Fri, 16 Nov 2001 21:21:42 +0000 (21:21 +0000)]
pullup:
1131. [bug] The match-destinations view option did not work with
IPv6 destinations. [RT #2073, #2074]
Andreas Gustafsson [Fri, 16 Nov 2001 19:00:37 +0000 (19:00 +0000)]
pullup:
130. [bug] Log messages reporting an out-of-range serial number
did not include the out-of-range number but the
following token. [RT #2076]
Mark Andrews [Fri, 16 Nov 2001 11:04:38 +0000 (11:04 +0000)]
pullup:
1129. [bug] Multithreaded servers could crash under heavy
resolution load due to a race condition. [RT #2018]
Mark Andrews [Thu, 15 Nov 2001 06:21:38 +0000 (06:21 +0000)]
pullup:
extra text after #else
Mark Andrews [Thu, 15 Nov 2001 02:51:46 +0000 (02:51 +0000)]
1126. [bug] The server could access a freed event if shut
down while a client start event was pending
delivery. [RT #2061]
Mark Andrews [Thu, 15 Nov 2001 01:24:21 +0000 (01:24 +0000)]
pullup:
Removed all code within #ifdef DNS_OPT_NEWCODES*.
It was the last thing being sanitized out of releases; removing
it makes it possible to eliminate the sanitation process.
Mark Andrews [Thu, 15 Nov 2001 00:35:17 +0000 (00:35 +0000)]
pullup:
Partial fix for RT #2053. The potential for deadlock still exists,
but it is much less likely to occur because we now only take the ADB lock when
the
external reference count reaches zero, not every time it is decremented.
Althought this does not actually fix the bug, it at least lets us make
progress on testing fixes for other bugs affecting shutdown of multithreaded
servers.
Andreas Gustafsson [Wed, 14 Nov 2001 17:59:10 +0000 (17:59 +0000)]
added FAQ about rndc attempting to use IPv6
Andreas Gustafsson [Tue, 13 Nov 2001 19:51:11 +0000 (19:51 +0000)]
added --- 9.2.0rc10 released --- marker
Andreas Gustafsson [Tue, 13 Nov 2001 19:07:03 +0000 (19:07 +0000)]
consistent spacing; tabify