Mark Andrews
8310668e43
2921. [bug] The resolver could attempt to destroy a fetch context
...
to soon. [RT #19878 ]
2010-06-23 01:48:55 +00:00
Automatic Updater
6c82c34716
update copyright notice
2010-06-04 23:46:02 +00:00
Automatic Updater
bda132bcaf
update copyright notice
2010-06-03 23:46:10 +00:00
Mark Andrews
1a677bc3f7
2904. [bug] When using DLV, sub-zones of the zones in the DLV,
...
could be incorrectly marked as insecure instead of
secure leading to negative proofs failing. This was
a unintended outcome from change 2890. [RT# 21392]
2010-06-03 00:36:02 +00:00
Mark Andrews
eb12f97615
2900. [bug] The placeholder negative caching element was not
...
properly constructed triggering a INSIST in
dns_ncache_towire(). [RT #21346 ]
2010-06-03 00:21:52 +00:00
Mark Andrews
0cd3b8cc3e
2890. [bug] Handle the introduction of new trusted-keys and
...
DS, DLV RRsets better. [RT #21097 ]
2010-06-03 00:07:59 +00:00
Mark Andrews
078580a74d
9.4-ESV-R2
2010-05-10 01:56:40 +00:00
Mark Andrews
af9bcac6c5
2876. [bug] Named could return SERVFAIL for negative responses
...
from unsigned zones. [RT #21131 ]
2010-04-21 04:23:47 +00:00
Mark Andrews
fe5f0e6d28
dns_rdataset_expire/dns_rdataset_settrust
2010-03-03 07:00:38 +00:00
Mark Andrews
31f3215162
dns_resolver_*badcache
2010-03-03 05:02:27 +00:00
Automatic Updater
e95ab03354
update copyright notice
2010-02-26 23:46:37 +00:00
Mark Andrews
b6a3b10da7
2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619 ]
2010-02-26 01:03:56 +00:00
Automatic Updater
8f7aff9340
update copyright notice
2010-01-07 23:46:07 +00:00
Evan Hunt
e4cb322618
2831. [security] Do not attempt to validate or cache
...
out-of-bailiwick data returned with a secure
answer; it must be re-fetched from its original
source and validated in that context. [RT #20819 ]
2010-01-07 17:49:50 +00:00
Evan Hunt
d7985983b0
2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712 ]
2009-12-30 06:44:05 +00:00
Mark Andrews
e312c286f8
9.4-ESVrc1
2009-12-11 00:39:13 +00:00
Mark Andrews
a5b9974f4a
CHANGES
2009-12-02 23:36:35 +00:00
Automatic Updater
c5614de3f9
update copyright notice
2009-11-26 23:46:11 +00:00
Mark Andrews
54d83f4a68
2790. [bug] Handle DS queries to stub zones.
2009-11-26 03:45:43 +00:00
Automatic Updater
521de9e5dd
update copyright notice
2009-11-25 23:46:52 +00:00
Mark Andrews
b4bd8d0662
772. [security] When validating, track whether pending data was from
...
the additional section or not and only return it if
validates as secure. [RT #20438 ]
2009-11-25 04:50:25 +00:00
Mark Andrews
9352b49a12
dns_resolver_logfetch
2009-10-13 02:45:22 +00:00
Automatic Updater
5879ebd03d
update copyright notice
2009-10-01 23:46:07 +00:00
Mark Andrews
45f4234351
2697. [port] win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
...
S_IFREG are defined after including <isc/stat.h>.
[RT #20309 ]
2009-10-01 05:25:44 +00:00
Automatic Updater
0ece689740
update copyright notice
2009-09-25 23:46:13 +00:00
Mark Andrews
c6473dc038
2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
...
[RT #20315 ]
2009-09-25 05:52:20 +00:00
Mark Andrews
76e450eb3c
regen: use consistant versions of Autoconf
2009-09-25 04:47:46 +00:00
Mark Andrews
d268d780cc
silence signed/unsigned comparision warning
2009-09-25 01:48:28 +00:00
Automatic Updater
1c52929b3c
update copyright notice
2009-09-24 23:46:07 +00:00
Mark Andrews
ca202d441e
2689. [bug] Correctly handle snprintf result. [RT #20306 ]
2009-09-24 22:25:30 +00:00
Tatuya JINMEI 神明達哉
aaa2233e76
2525. [experimental] New logging category "query-errors" to provide detailed
...
internal information about query failures, especially
about server failures. (backported as a special
exception to the general policy) [RT #19027 ]
2009-09-24 21:38:52 +00:00
Mark Andrews
2b4ed367f3
2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
...
to decide to fetch the destination address. [RT #20305 ]
2009-09-24 06:43:52 +00:00
Automatic Updater
0208177ad7
update copyright notice
2009-09-23 23:46:06 +00:00
Evan Hunt
2d073f29ce
fix typo in net.c -- s/closeocket/closesocket/
2009-09-23 00:47:30 +00:00
Tatuya JINMEI 神明達哉
8c8119ce24
2681. [bug] IPSECKEY RR of gateway type 3 was not correctly
...
decoded [RT #20269 ].
BIND 9.7.0, 9.6.2, 9.5.2, 9.4.4
2009-09-18 21:57:08 +00:00
Mark Andrews
9b2c4fd0ef
2670. [bug] Unexpected connect failures failed to log enough
...
information to be useful. [RT #20205 ]
2009-09-07 02:17:09 +00:00
Automatic Updater
dd0bd9bbc2
update copyright notice
2009-09-01 23:46:02 +00:00
Evan Hunt
db00fbebac
back out changes 2661 & 2662
2009-09-01 07:18:54 +00:00
Evan Hunt
9a3ef95d13
2662. [bug] lwres_getipnodebyname() and lwres_getipnodebyaddr()
...
returned a misleading error code when lwresd was
down. [RT #20028 ]
2661. [bug] Check whether socket fd exceeds FD_SETSIZE when
creating lwres context. [RT #20029 ]
2009-09-01 06:55:10 +00:00
Mark Andrews
05254ef65d
missing semicolon
2009-08-14 07:48:15 +00:00
Mark Andrews
b83cc64332
9.4.4b1
2009-08-13 07:39:19 +00:00
Automatic Updater
8769935911
update copyright notice
2009-08-13 07:12:22 +00:00
Mark Andrews
bd4803f39e
2649. [bug] Set the domain for forward only zones. [RT #19944 ]
2009-08-13 04:55:16 +00:00
Mark Andrews
6a1d766e4a
2648. [port] win32: isc_time_seconds() was broken. [RT #19900 ]
2009-08-13 03:42:27 +00:00
Mark Andrews
3fdca50cc7
2646. [bug] Incorrect cleanup on error in socket.c. [RT #19987 ]
2009-08-13 02:19:39 +00:00
Evan Hunt
e8e9e1dbeb
2642. [bug] nsupdate could dump core on solaris when reading
...
improperly formatted key files. [RT #20015 ]
2009-07-29 23:56:27 +00:00
Automatic Updater
5dedc53c41
update copyright notice
2009-07-18 23:46:03 +00:00
Evan Hunt
2b7c68e9bb
2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
...
[RT #19716 ]
2009-07-18 21:13:55 +00:00
Automatic Updater
91dc88b434
update copyright notice
2009-07-16 23:46:08 +00:00
Mark Andrews
6e6859cb8f
2633. [bug] Handle 15 bit rand() functions. [RT #19783 ]
2009-07-16 06:01:32 +00:00