Commit Graph
8047 Commits
Author SHA1 Message Date
Evan Hunt 9bc8d05a23 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:19:22 +00:00
Automatic Updater 54d6cdaec6 regen 2009-12-31 23:48:52 +00:00
Evan Hunt 3bbd38e611 add missing fixes 2009-12-31 21:45:53 +00:00
Evan Hunt d53eb81c21 rolling 9.5.2-P2 2009-12-31 21:02:45 +00:00
cvs2git da874a40f4 This commit was manufactured by cvs2git to create branch 'v9_5_2_patch'. 2009-12-30 08:02:35 +00:00
Evan Hunt 7c6cda4b57 2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712] 2009-12-30 06:44:22 +00:00
Evan Hunt e62109ae5d 2819. [cleanup] Removed unnecessary DNS_POINTER_MAXHOPS define
[RT #20771]
2009-12-24 00:34:43 +00:00
Mark Andrews fc5d9b6078 2814. [func] Provide a definitive error message when a master
zone is not loaded. [RT #20757]
2009-12-21 04:34:08 +00:00
Mark Andrews c71ae1bc33 2797. [bug] Don't decrement the dispatch manager's maxbuffers.
[RT #20613]
2009-12-02 23:32:38 +00:00
Automatic Updater da8e409f85 update copyright notice 2009-11-26 23:46:48 +00:00
Mark Andrews e7a35d4e83 2790. [bug] Handle DS queries to stub zones. 2009-11-26 03:40:20 +00:00
Automatic Updater 57b0ee84c4 update copyright notice 2009-11-25 23:47:42 +00:00
Mark Andrews 718d7963a6 2786. [bug] Additional could be promoted to answer. [RT #20663] 2009-11-25 02:32:05 +00:00
Mark Andrews ff472b3819 2784. [bug] TC was not always being set when required glue was
dropped. [RT #234186]
2009-11-24 03:24:42 +00:00
Automatic Updater 401585877e update copyright notice 2009-11-18 23:46:39 +00:00
Mark Andrews d359fe9597 9.5.2-P1 2009-11-18 23:41:18 +00:00
Mark Andrews 8c4db61211 2772. [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-18 00:09:00 +00:00
Mark Andrews ddf5347a68 2765. [bug] Skip masters for which the TSIG key cannot be found.
[RT #20595]
2009-11-12 23:43:36 +00:00
Evan Hunt 279547769f 2758. [bug] win32: Added a workaround for a windows 2008 bug
that could cause the UDP client handler to shut
			down. [RT #19176]
2009-11-10 18:31:07 +00:00
Automatic Updater 403448b003 update copyright notice 2009-10-21 23:46:33 +00:00
Evan Hunt 5604faa129 2723. [bug] isc_base64_totext() didn't always mark regions of
memory as fully consumed after conversion.  [RT #20445]
2009-10-21 01:23:19 +00:00
Mark Andrews 123f33f60e 2722. [bug] Ensure that the memory associated with the name of
a node in a rbt tree is not altered during the life
                        of the node. [RT #20431]
2009-10-20 05:06:29 +00:00
Mark Andrews 1f52e23ca8 2721. [port] Have dst__entropy_status() prime the random number
generator. [RT #20369]
2009-10-20 04:47:52 +00:00
Mark Andrews ceff44dae2 2718. [bug] The space calculations in opensslrsa_todns() were
incorrect. [RT #20394]
2009-10-20 03:06:32 +00:00
Mark Andrews f885074740 grammar, line length 2009-10-19 02:57:47 +00:00
Automatic Updater 60d4005664 update copyright notice 2009-10-14 23:46:42 +00:00
Mark Andrews 900410be0d 2713. [bug] powerpc: atomic operations missing asm("ics") /
__isync() calls.
2009-10-14 04:04:48 +00:00
Automatic Updater 1e81af1c6a update copyright notice 2009-10-05 23:46:58 +00:00
Evan Hunt 845b0ee4f6 2705. [bug] Reconcile the XML stats version number with a later
BIND9 release, by adding a "name" attribute to
                        "cache" elements and increasing the version number
                        to 2.2.  (This is a minor version change, but may
                        affect XML parsers if they assume the cache element
                        doesn't take an attribute.)

2704.	[bug]		Serial of dynamic and stub zones could be inconsistent
			with their SOA serial.  [RT #19387]
2009-10-05 21:57:42 +00:00
Automatic Updater b09a4be0df update copyright notice 2009-10-01 23:46:45 +00:00
Mark Andrews 2ca835ce4d 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:19:35 +00:00
Mark Andrews b781575060 2696. [bug] named failed to successfully process some valid
acl constructs. [RT #20308]
2009-10-01 04:20:37 +00:00
Automatic Updater 407d5c84de update copyright notice 2009-09-29 23:46:40 +00:00
Mark Andrews fb1221fe57 2792. [port] win32: 32/64 bit cleanups. [RT #128244] 2009-09-29 05:09:43 +00:00
Automatic Updater efcd66dd5f update copyright notice 2009-09-25 23:46:54 +00:00
Mark Andrews a7bc7ec2f8 2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
[RT #20315]
2009-09-25 05:51:09 +00:00
Mark Andrews e57dd35a87 regen: use consistant versions of Autoconf 2009-09-25 04:46:05 +00:00
Mark Andrews fd44157655 silence signed/unsigned comparision warning 2009-09-25 01:48:10 +00:00
Automatic Updater b4086a1fde update copyright notice 2009-09-24 23:46:53 +00:00
Mark Andrews 0b6c1173a7 2689. [bug] Correctly handle snprintf result. [RT #20306] 2009-09-24 22:22:22 +00:00
Mark Andrews 7c7eca0de8 2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
to decide to fetch the destination address. [RT #20305]
2009-09-24 06:42:00 +00:00
Automatic Updater 45d9fd6069 update copyright notice 2009-09-23 23:46:44 +00:00
Evan Hunt 2b2539f3c5 fix typo in net.c -- s/closeocket/closesocket/ 2009-09-23 00:46:47 +00:00
cvs2git dcf943b372 This commit was manufactured by cvs2git to create branch 'v9_5_2_patch'. 2009-09-21 01:51:12 +00:00
Mark Andrews 144cb36893 9.5.2 2009-09-21 01:51:10 +00:00
Tatuya JINMEI 神明達哉 e5bce1dd89 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:56:25 +00:00
Mark Andrews 76d2dc1150 9.5.2rc1 2009-09-08 23:35:59 +00:00
Mark Andrews 4db96e8b27 2670. [bug] Unexpected connect failures failed to log enough
information to be useful. [RT #20205]
2009-09-07 02:14:40 +00:00
Automatic Updater 54123c5a3f update copyright notice 2009-09-01 23:46:36 +00:00
Evan Hunt 61dc9951fb back out changes 2661 & 2662 until post 9.5.2 2009-09-01 07:17:46 +00:00