Mark Andrews
ddc592d128
1283. [bug] Reference after free error if dns_dispatchmgr_create()
...
failed.
2002-05-08 06:34:30 +00:00
Mark Andrews
88c2b83cc5
1282. [bug] ns_server_destroy() failed to set *serverp to NULL.
2002-05-08 04:45:43 +00:00
Mark Andrews
b20f197e12
new draft
2002-05-06 21:47:48 +00:00
Mark Andrews
bd6ad47c3d
1281. [func] libbind: ns_sign2() and ns_sign_tcp() now provide
...
support for compressed TSIG owner names.
2002-05-06 06:29:41 +00:00
Mark Andrews
c7c1bf7dc1
1280. [func] libbind: res_update can now update IPv6 servers,
...
new function res_findzonecut2().
2002-05-06 04:12:55 +00:00
Mark Andrews
68fffd5c93
add address to query-source
2002-05-04 21:33:59 +00:00
Mark Andrews
9e205a3c51
1279. [bug] libbind: get_salen() IPv6 support was broken for OSs
...
w/o sa_len.
2002-05-03 06:13:27 +00:00
Mark Andrews
e823642ec0
1278. [bug] libbind: res_nametotype() and res_nametoclass() were
...
broken.
2002-05-03 06:04:55 +00:00
Mark Andrews
ac70982956
add ECONNREFUSED
2002-05-03 05:43:40 +00:00
Mark Andrews
93e6ebcd0a
1277. [bug] Failure to write pid-file should not be fatal on
...
reload. [RT #2861 ]
2002-05-03 05:28:29 +00:00
Mark Andrews
b8ad303b6a
regen
2002-05-03 02:01:49 +00:00
Mark Andrews
963c48ba4d
fd_set on ultrix is in <sys/types.h>
2002-05-03 02:00:06 +00:00
Mark Andrews
7200cecd2a
enumerate syslog facilities.
2002-05-02 23:27:40 +00:00
Mark Andrews
ab36b9cfee
add config.h
2002-05-02 06:55:23 +00:00
Mark Andrews
dc95bcfa9c
/dev/random is broken on OS X 10.1.4
2002-05-02 00:19:01 +00:00
Mark Andrews
8ac1acc30d
1276. [contrib] 'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
2002-04-30 00:11:55 +00:00
Mark Andrews
c99d9017ba
1275. [bug] When verifying that an NXT proves nonexistence, check
...
the rcode of the message and only do the matching NXT
check. That is, for NXDOMAIN responses, check that
the name is in the range between the NXT owner and
next name, and for NOERROR NODATA responses, check
that the type is not present in the NXT bitmap.
2002-04-29 23:50:26 +00:00
Mark Andrews
0dfac52f06
null pointer de-reference
2002-04-29 23:43:46 +00:00
Mark Andrews
c4a9ce445c
1274. [func] preferred-glue option from BIND 8.3.
2002-04-26 00:40:37 +00:00
Mark Andrews
a04a323f9a
1273. [bug] The dnssec system test failed to remove the correct
...
files.
2002-04-24 00:46:25 +00:00
Mark Andrews
26effd4134
{min,max}-{refesh,retry}-time don't apply to master zones.
2002-04-22 03:56:33 +00:00
Mark Andrews
dd02289085
1272. [bug] Dig, host and nslookup were not checking the address
...
the answer was coming from against the address it was
sent to. [RT# 2692]
2002-04-19 04:06:53 +00:00
Mark Andrews
810e8d2776
1271. [port] win32: a make file contained absolute version specific
...
references.
2002-04-19 01:24:57 +00:00
Mark Andrews
15f358ed4e
1270. [func] Nsupdate will report the address the update was
...
sent to.
2002-04-18 00:22:17 +00:00
Mark Andrews
984c39beed
1269. [bug] Missing masters clause was not handled gracefully.
...
[RT #2703 ]
2002-04-17 01:23:15 +00:00
Mark Andrews
b9858c2efc
3258: Distributing Authoritative Name Servers via Shared Unicast Addresses
2002-04-17 00:25:52 +00:00
Mark Andrews
8ee46b0d5e
new draft
2002-04-16 23:02:27 +00:00
Mark Andrews
c5c82d4292
allow transfers from all hosts -> allow transfers to all hosts [RT #2723 ]
2002-04-16 07:18:46 +00:00
Mark Andrews
c08a03a431
1268. [bug] DESTDIR was not being propogated between makes.
2002-04-16 04:24:31 +00:00
Mark Andrews
59bbc667bc
Use relative paths
2002-04-10 03:51:43 +00:00
Mark Andrews
c311ed52d4
1247. [bug] Don't reset the interface index for link/site local
...
addresses. [RT #2576 ]
2002-04-03 06:44:11 +00:00
Mark Andrews
79a6a33184
1246. [func] New functions isc_sockaddr_issitelocal(),
...
isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
and isc_netaddr_islinklocal().
2002-04-03 06:38:38 +00:00
Mark Andrews
5d26560e2b
1245. [bug] Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
...
accept().
HPUX 11.11 returns ENOBUFS when the TCP connecting is closed before accept.
ENOMEM and ENFILE were also recommend by HP to be treated as soft for accept().
2002-04-03 05:41:20 +00:00
Mark Andrews
2b1c71b134
1244. [bug] Receiving a TCP message from a blackhole address would
...
prevent further messages being received over that
interface.
2002-04-03 05:30:03 +00:00
Mark Andrews
d6fbfd28ea
1243. [bug] It was possible to trigger a REQUIRE() in
...
dns_message_findtype(). [RT #2659 ]
2002-04-03 02:44:57 +00:00
Mark Andrews
2eeaed2812
missed one change
2002-04-02 08:04:42 +00:00
Mark Andrews
7791dd06ea
1242. [bug] named-checkzone failed if a journal existed. [RT #2657 ]
2002-04-02 06:54:07 +00:00
Mark Andrews
abc93ada82
rrset-order cyclic w/ sortlist broken.
2002-04-02 06:06:29 +00:00
Mark Andrews
091b098b49
1241. [bug] Drop received UDP messsages with a zero source port
...
as these are invariably forged. [RT #2621 ]
2002-04-02 04:36:52 +00:00
Mark Andrews
2f4b7575b1
new rev
2002-03-29 22:00:45 +00:00
Mark Andrews
0bd9d19281
INSIST that there are no outstanding tasks when the task manager is
...
about to be destroyed (non-threaded).
2002-03-29 01:25:04 +00:00
Mark Andrews
7d3458a972
1240. [bug] It was possible to leak zone references by
...
specifying an incorrect zone to rndc.
2002-03-29 01:10:22 +00:00
Mark Andrews
7c441b7f4a
1239. [bug] Under certain circumstances named could continue to
...
use a name after it had been freed triggering
INSIST() failures. [RT #2614 ]
2002-03-28 04:03:50 +00:00
Mark Andrews
9be230cfca
make val unsigned as we are now using strtoul().
2002-03-27 23:31:32 +00:00
Mark Andrews
828f5c0250
new draft
2002-03-27 13:22:42 +00:00
Mark Andrews
a95fcd4314
new rev
2002-03-27 13:21:08 +00:00
Mark Andrews
75e184e4b8
grammar
2002-03-27 04:56:14 +00:00
Mark Andrews
f0ffc28f61
1238. [bug] It is possible to lockup the server when shutting down
...
if a notifies were being processed. [RT #2591 ]
2002-03-27 04:48:21 +00:00
Mark Andrews
beed6a0e22
Change 1236 was incorrect. [RT #2611 ]
2002-03-27 03:31:49 +00:00
Mark Andrews
18360f880c
missed it part
2002-03-20 22:25:58 +00:00