Evan Hunt
c0f1383f02
3145. [test] Capture output of ATF unit tests in "./atf.out" if
...
there were any errors while running them. [RT #25527 ]
2011-08-23 01:29:14 +00:00
Evan Hunt
77d878b630
3144. [bug] dns_dbiterator_seek() could trigger an assert when
...
used with a nonexistent database node. [RT #25358 ]
2011-08-23 00:57:46 +00:00
Mark Andrews
d7ffccecc0
3143. [bug] Silence clang compiler warnings. [RT #25174 ]
2011-08-18 05:04:37 +00:00
Mark Andrews
59a1d41ca9
3142. [bug] NAPTR is class agnostic. [RT #25429 ]
2011-08-16 00:10:31 +00:00
Mark Andrews
c8ba3fc75d
3141. [bug] Silence spurious "zone serial (0) unchanged" messages
...
associated with empty zones. [RT #25079 ]
2011-08-09 03:14:31 +00:00
Evan Hunt
1999760f5d
3136. [func] Add RFC 1918 reverse zones to the list of built-in
...
empty zones switched on by the 'empty-zones-enable'
option. [RT #24990 ]
2011-08-02 04:57:54 +00:00
Mark Andrews
2bc71862f6
3138. [bug] Address memory leaks and out-of-order operations when
...
shutting named down. [RT #25210 ]
2011-07-28 04:37:35 +00:00
Mark Andrews
fba67c8aef
Missing changes note:
...
3114. [bug] Retain expired RRSIGs in dynamic zones if key is
inactive and there is no replacement key. [RT #23136 ]
2011-07-21 03:03:58 +00:00
Mark Andrews
f79d8d3e0a
9.7.4
2011-07-21 02:43:44 +00:00
Mark Andrews
b7ae61a21b
update changes note
2011-07-21 02:40:05 +00:00
Mark Andrews
bf31eeeee8
3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
...
See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
[RT #24950 ]
2011-07-21 01:46:17 +00:00
Curtis Blackburn
f6ad003ecf
3132.[bug]Workaround for excessive startup time with
...
large number of zones;
allow setting of an environment variable to tune
the number of tasks. default is 8, reccommend
200 zones per task. If you have 200000 zones:
csh: setenv BIND9_ZONE_TASKS_HINT 1000
sh: BIND9_ZONE_TASKS_HINT=1000;
export BIND9_ZONE_TASKS_HINT
Applicable to 9.7, 9.6, auto-tuned in 9.8 and up.
2011-07-20 00:00:24 +00:00
Evan Hunt
4d1b079ac6
3133. [bug] Change #3114 was incomplete. [RT #24577 ]
2011-07-08 01:46:42 +00:00
Mark Andrews
b3efdb08bd
move 9.7.4rc1 release marker
2011-06-15 03:40:52 +00:00
Evan Hunt
b55dbfdc1e
3124. [bug] Use an rdataset attribute flag to indicate
...
negative-cache records rather than using rrtype 0;
this will prevent problems when that rrtype is
used in actual DNS packets. [RT #24777 ]
3123. [security] Change #2912 exposed a latent flaw in
dns_rdataset_totext() that could cause named to
crash with an assertion failure. [RT #24777 ]
2011-06-08 23:15:44 +00:00
Evan Hunt
015872cba9
3122. [cleanup] dnssec-settime: corrected usage message. [RT #24664 ]
2011-06-02 20:23:49 +00:00
Mark Andrews
babe8e1954
move 9.7.4rc1 release point
2011-05-27 01:57:48 +00:00
Evan Hunt
6dd373ebab
3121. [security] An authoritative name server sending a negative
...
response containing a very large RRset could
trigger an off-by-one error in the ncache code
and crash named. [RT #24650 ]
3120. [bug] Named could fail to validate zones listed in a DLV
that validated insecure without using DLV and had
DS records in the parent zone. [RT #24631 ]
3119. [bug] When rolling to a new DNSSEC key, a private-type
record could be created and never marked complete.
[RT #23253 ]
2011-05-26 23:10:13 +00:00
Mark Andrews
63aaf0dba0
9.7.4rc1
2011-05-24 00:35:23 +00:00
Evan Hunt
8a2c86ea10
3118. [bug] nsupdate could dump core on shutdown when using
...
SIG(0) keys. [RT #24604 ]
2011-05-23 22:23:05 +00:00
Evan Hunt
0b53de22db
3117. [cleanup] Remove doc and parser references to the
...
never-implemented 'auto-dnssec create' option.
[RT #24533 ]
2011-05-23 20:55:24 +00:00
Mark Andrews
203987b1f6
3113. [doc] Document the relationship between serial-query-rate
...
and NOTIFY messages.
2011-05-17 05:30:22 +00:00
Mark Andrews
3967e289ce
3112. [doc] Add missing descriptions of the update policy name
...
types "ms-self", "ms-subdomain", "krb5-self" and
"krb5-subdomain", which allow machines to update
their own records, to the BIND 9 ARM.
2011-05-16 04:16:03 +00:00
Evan Hunt
52d14ab8a0
3111. [bug] Improved consistency checks for dnssec-enable and
...
dnssec-validation, added test cases to the
checkconf system test. [RT #24398 ]
2011-05-07 05:52:58 +00:00
Evan Hunt
932d1ded69
3110. [bug] dnssec-signzone: Wrong error message could appear
...
when attempting to sign with no KSK. [RT #24369 ]
2011-05-07 00:24:13 +00:00
Evan Hunt
77e391dcf0
3107. [bug] dnssec-signzone: Report the correct number of ZSKs
...
when using -x. [RT #20852 ]
2011-05-06 21:07:23 +00:00
Evan Hunt
030c95db8b
3104. [bug] Better support for cross-compiling. [RT #24367 ]
2011-05-05 19:19:23 +00:00
Evan Hunt
bbc2f43f5f
3101. [bug] Zones using automatic key maintenance could fail
...
to check the key repository for updates. [RT #23744 ]
2011-04-29 21:43:37 +00:00
Evan Hunt
882ab80d57
3099. [test] "dlz" system test now runs but gives R:SKIPPED if
...
not compiled with --with-dlz-filesystem. [RT #24146 ]
2011-04-19 22:32:24 +00:00
Evan Hunt
19ad23141e
3097. [test] Add a tool to test handling of malformed packets.
...
[RT #24096 ]
2011-04-15 01:01:13 +00:00
Mark Andrews
05fccbb44f
white space
2011-04-08 00:38:43 +00:00
Mark Andrews
452a20766e
white space
2011-04-08 00:32:02 +00:00
Mark Andrews
a7580c035f
9.7.4b1
2011-04-07 23:28:09 +00:00
Mark Andrews
ebd1736e8f
3096. [bug] Set KRB5_KTNAME before calling log_cred() in
...
dst_gssapi_acceptctx(). [RT #24004 ]
2011-04-07 23:06:06 +00:00
Mark Andrews
05bec7caf8
3095. [bug] Handle isolated reserved ports in the port range.
...
[RT #23957 ]
2011-04-06 10:31:57 +00:00
Paul Ebersman
46da8e1665
corrected RT bug number for changes 3091 to 22911
2011-03-29 20:24:18 +00:00
Evan Hunt
de9953980e
3092. [bug] Signatures for records at the zone apex could go
...
stale due to an incorrect timer setting. [RT #23769 ]
3091. [bug] Fixed a bug in which zone keys that were published
and then subsequently activated could fail to trigger
automatic signing. [RT #22991 ]
2011-03-25 23:54:34 +00:00
Scott Mann
fd4f29edf2
Remove bin/tests/system/logfileconfig/ns1/named.conf and add setup.sh
...
in order to resolve changing named.conf issue. [RT #23687 ]
2011-03-22 18:44:46 +00:00
Evan Hunt
585530bce3
3086. [bug] Running dnssec-settime -f on an old-style key will
...
now force an update to the new key format even if no
other change has been specified, using "-P now -A now"
as default values. [RT #22474 ]
2011-03-21 15:55:48 +00:00
Mark Andrews
53d275bcf7
3083. [bug] NOTIFY messages were not being sent when generating
...
a NSEC3 chain incrementally. [RT #23702 ]
2011-03-21 01:08:12 +00:00
Francis Dupont
18103754d2
3081. [bug] Failure of DNAME substitution did not return
...
YXDOMAIN. [RT #23591 ]
2011-03-18 21:31:18 +00:00
Francis Dupont
3a403b358a
3080. [cleanup] Replaced compile time constant by STDTIME_ON_32BITS.
...
[RT #23587 ]
2011-03-18 09:07:38 +00:00
Mark Andrews
19c5764f41
3079. [bug] Handle isc_event_allocate failures in t_tasks.
...
[RT #23572 ]
2011-03-18 07:48:01 +00:00
Mark Andrews
f48478f001
3077. [bug] zone.c:zone_refreshkeys() incorrectly called
...
dns_zone_attach(), use zone->irefs instead. [RT #23303 ]
2011-03-17 05:30:21 +00:00
Mark Andrews
8a5052e802
3075. [bug] dns_dnssec_findzonekeys{2} used a inconsistant
...
timestamp when determining which keys are active.
[RT #23642 ]
2011-03-17 01:22:27 +00:00
Mark Andrews
9a350f520a
3074. [bug] Make the adb cache read through for zone data and
...
glue learn for zone named is authoritative for.
[RT #22842 ]
2011-03-13 03:38:49 +00:00
Mark Andrews
ec9d326340
3073. [bug] managed-keys changes were not properly being recorded.
...
[RT #20256 ]
2011-03-11 13:24:36 +00:00
Mark Andrews
a49c3566a7
3071. [bug] has_nsec could be used unintialised in
...
update.c:next_active. [RT #20256 ]
2011-03-11 12:55:27 +00:00
Mark Andrews
5b8794da73
3070. [bug] dnssec-signzone potential NULL pointer dereference.
...
[RT #20256 ]
2011-03-11 12:42:47 +00:00
Mark Andrews
526b51ec93
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 07:12:03 +00:00