Mark Andrews
feb6270d6f
2967. [bug] 'host -D' now turns on debugging messages earlier.
...
[RT #22361 ]
2010-10-19 02:54:48 +00:00
Mark Andrews
4161a9a0e5
2966. [bug] isc_print_vsnprintf() failed to check if there was
...
space available in the buffer when adding a left
justified character with a non zero width,
(e.g. "%-1c"). [RT #22270 ]
2010-10-18 04:01:06 +00:00
Mark Andrews
affc5a912e
2965. [func] Test HMAC functions using test data from RFC 2104 and
...
RFC 4634. [RT #21702 ]
2010-09-29 04:07:10 +00:00
Mark Andrews
0a2897853b
2963. [security] The allow-query acl was being applied instead of the
...
allow-query-cache acl to cache lookups. [RT #22114 ]
2010-09-24 05:54:06 +00:00
Mark Andrews
177931360d
spelling
2010-09-17 04:55:50 +00:00
Mark Andrews
ce5fc01c92
2962. [port] win32: add more dependancies to BINDBuild.dsw.
...
[RT #22062 ]
2010-09-16 06:11:43 +00:00
Mark Andrews
1872751420
2961. [bug] Be still more selective about the non-authoritative
...
answers we apply change 2748 to. [RT #22074 ]
2010-09-15 12:23:17 +00:00
Mark Andrews
3f9371b30c
2960. [func] Check that named accepts non-authoritative answers.
...
[RT #21594 ]
2010-09-15 12:10:54 +00:00
Mark Andrews
311f97e2d4
2959. [func] Check that named starts with a missing masterfile.
...
[RT #22076 ]
2958. [bug] named failed to start with a missing master file.
[RT #22076 ]
2010-09-15 03:36:41 +00:00
Mark Andrews
fea199b0ce
2957. [bug] entropy_get() and entropy_getpseudo() failed to match
...
the API for RAND_bytes() and RAND_pseudo_bytes()
respectively. [RT #21962 ]
2010-09-15 03:20:37 +00:00
Mark Andrews
910ceb6004
2928. [bug] Be more selective about the non-authoritative
...
answer we apply change 2748 to. [RT #21594 ]
2010-09-13 23:25:22 +00:00
Mark Andrews
81537dce5b
2956. [port] Enable atomic operations on the PowerPC64. [RT #21899 ]
2010-09-13 07:09:52 +00:00
Mark Andrews
933b976829
2956. [port] Enable atomic operations on the PowerPC64. [RT #21899 ]
2010-09-13 07:09:21 +00:00
Mark Andrews
91f92550dc
2954. [bug] contrib: dlz_mysql_driver.c bad error handling on
...
build_sqldbinstance failure. [RT #21623 ]
2010-09-13 03:30:30 +00:00
Mark Andrews
ad8fd9b034
2953. [bug] Silence spurious "expected covering NSEC3, got an
...
exact match" message when returning a wildcard
no data response. [RT #21744 ]
2010-09-07 02:52:10 +00:00
Mark Andrews
26c738828f
2952. [port] win32: named-checkzone and named-checkconf failed
...
to initialise winsock. [RT #21932 ]
2010-09-07 01:52:22 +00:00
Mark Andrews
1cbe92ed8c
2951. [bug] named failed to generate a correct signed response
...
in a optout, delegation only zone with no secure
delegations. [RT #22007 ]
2010-09-07 01:05:59 +00:00
Mark Andrews
6ee56d59da
2950. [bug] named failed to perform a SOA up to date check when
...
falling back to TCP on UDP timeouts when
ixfr-from-differences was set. [RT #21595 ]
2010-09-06 04:43:08 +00:00
Mark Andrews
ed09ec058a
2949. [bug] dns_view_setnewzones() contained a memory leak if
...
it was called multiple times. [RT #21942 ]
2010-09-06 04:34:03 +00:00
Mark Andrews
dafa96c13e
9.7.2
2010-09-02 03:36:10 +00:00
Mark Andrews
2ca6b13626
2946. [doc] Document the default values for the minimum and maximum
...
zone refresh and retry values in the ARM. [RT #21886 ]
2010-08-20 01:36:45 +00:00
Mark Andrews
8c19a64364
2945. [doc] Update empty-zones list in ARM. [RT #21772 ]
...
2944. [maint] Remove ORCHID prefix from built in empty zones.
[RT #21772 ]
2010-08-20 00:17:40 +00:00
Mark Andrews
b45ded3b33
9.7.2rc1
2010-08-17 00:51:33 +00:00
Mark Andrews
4facc02671
2940. [port] Remove connection aborted error message on
...
Windows. [RT #21549 ]
2010-08-16 22:55:17 +00:00
Mark Andrews
30579c29be
2943. [func] Add support to load new keys into managed zones
...
without signing immediately with "rndc loadkeys".
Add support to link keys with "dnssec-keygen -S"
and "dnssec-settime -S". [RT #21351 ]
2010-08-16 22:27:18 +00:00
Mark Andrews
4d5ef757af
2942. [contrib] zone2sqlite failed to setup the entropy sources.
...
[RT #21610 ]
2010-08-16 05:36:08 +00:00
Mark Andrews
ff2047b685
2941. [bug] sdb and sdlz (dlz's zone database) failed to support
...
DNAME at the zone apex. [RT #21610 ]
2010-08-16 05:14:58 +00:00
Mark Andrews
fe359f7a21
2939. [func] Check that named successfully skips NSEC3 records
...
that fail to match the NSEC3PARAM record currently
in use. [RT# 21868]
2010-08-13 07:35:04 +00:00
Mark Andrews
71e5c19636
2938. [bug] When generating signed responses, from a signed zone
...
that uses NSEC3, named would use a uninitialised
pointer if it needed to skip a NSEC3 record because
it didn't match the selected NSEC3PARAM record for
zone. [RT# 21868]
2010-08-13 07:00:40 +00:00
Tatuya JINMEI 神明達哉
879dcb926c
2937. [bug] Worked around an apparent race condition in over
...
memory conditions. Without this fix a DNS cache DB or
ADB could incorrectly stay in an over memory state,
effectively refusing further caching, which
subsequently made a BIND 9 caching server unworkable.
This fix prevents this problem from happening by
polling the state of the memory context, rather than
making a copy of the state, which appeared to cause
a race. This is a "workaround" in that it doesn't
solve the possible race per se, but several experiments
proved this change solves the symptom. Also, the
polling overhead hasn't been reported to be an issue.
This bug should only affect a caching server that
specifies a finite max-cache-size. It's also quite
likely that the bug happens only when enabling threads,
but it's not confirmed yet. [RT #21818 ]
2010-08-11 22:56:59 +00:00
Evan Hunt
0658d99891
2936. [func] Improved configuration syntax and multiple-view
...
support for addzone/delzone feature (see change
#2930 ). Removed "new-zone-file" option, replaced
with "allow-new-zones (yes|no)". The new-zone-file
for each view is now created automatically, with
a filename generated from a hash of the view name.
It is no longer necessary to "include" the
new-zone-file in named.conf; this happens
automatically. Zones that were not added via
"rndc addzone" can no longer be removed with
"rndc delzone". [RT #19447 ]
2010-08-11 18:19:59 +00:00
Mark Andrews
a3fb29404e
2935. [bug] nsupdate: improve 'file not found' error message.
...
[RT #21871 ]
2010-08-10 09:54:11 +00:00
Mark Andrews
e05fe79dd3
2934. [bug] Use ANSI C compliant shift range in lib/isc/entropy.c.
...
[RT #21871 ]
2010-08-10 09:36:56 +00:00
Mark Andrews
76e6cf505e
2933. [bug] 'dig +nsid' used stack memory after it went out of
...
scope. This could potentially result in a unknown,
potentially malformed, EDNS option being sent instead
of the desired NSID option. [RT #21781 ]
2010-08-10 08:43:40 +00:00
Evan Hunt
ead09b5724
2932. [cleanup] Corrected a numbering error in the "dnssec" test.
...
[RT #21597 ]
2010-08-09 22:35:06 +00:00
Mark Andrews
01d404c4ad
retag 9.7.2b1
2010-07-20 00:37:24 +00:00
Tatuya JINMEI 神明達哉
9891a60571
2931. [bug] Temporarily and partially disable change 2864
...
because it would cause inifinite attempts of RRSIG
queries. This is an urgent care fix; we'll
revisit the issue and complete the fix later.
[RT #21710 ]
2010-07-15 01:26:10 +00:00
Evan Hunt
6a009a5e2c
update for 9.7.2b1 release
2010-07-12 17:00:00 +00:00
Evan Hunt
92f39ccb5b
2930. [experimental] New "rndc addzone" and "rndc delzone" commads
...
allow dynamic addition and deletion of zones.
To enable this feature, specify a "new-zone-file"
option at the view or options level in named.conf.
Zone configuration information for the new zones
will be written into that file. To make the new
zones persist after a restart, "include" the file
into named.conf in the appropriate view. (Note:
This feature is not yet documented, and its syntax
is expected to change.) [RT #19447 ]
2010-07-11 00:12:19 +00:00
Evan Hunt
59c9c71f36
2929. [bug] Improved handling of GSS security contexts:
...
- added LRU expiration for generated TSIGs
- added the ability to use a non-default realm
- added new "realm" keyword in nsupdate
- limited lifetime of generated keys to 1 hour
or the lifetime of the context (whichever is
smaller)
[RT #19737 ]
2010-07-09 05:14:08 +00:00
Mark Andrews
5a7f05ee3c
2925. [bug] Named failed to accept uncachable negative responses
...
from insecure zones. [RT# 21555]
2010-06-25 23:52:09 +00:00
Mark Andrews
9777316c64
2924. [func] 'rndc secroots' dump a combined summary of the
...
current managed keys combined with trusted keys.
[RT #20904 ]
2010-06-25 03:51:07 +00:00
Mark Andrews
9b8836481d
changes number
2010-06-24 07:33:05 +00:00
Mark Andrews
fe012b4db4
cvs rdiff -r1.3417 -r1.3418 bind9/CHANGES
...
cvs rdiff -r1.330 -r1.331 bind9/bin/dig/dighost.c
2010-06-24 07:29:07 +00:00
Mark Andrews
728ee05d45
s/to soon/too soon/
2010-06-23 03:31:31 +00:00
Mark Andrews
b9e3320bf4
add period
2010-06-23 03:28:58 +00:00
Mark Andrews
128b7183fd
2922 [contrib] Update zkt to version 1.0.:
2010-06-23 02:47:48 +00:00
Mark Andrews
773efb00d2
2921. [bug] The resolver could attempt to destroy a fetch context
...
to soon. [RT #19878 ]
2010-06-23 01:50:55 +00:00
Mark Andrews
13ce1be5d3
2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively
...
to IPv4 clients. New acl 'filter-aaaa' (default any).
2010-06-22 04:04:22 +00:00
Mark Andrews
262ed7420f
2919. [func] Add autosign-ksk and autosign-zsk virtual time tests.
...
[RT #20840 ]
2010-06-21 02:36:44 +00:00