Mark Andrews
4719e6364f
3232. [bug] Zero zone->curmaster before return in
...
dns_zone_setmasterswithkeys(). [RT #26732 ]
2012-04-27 17:01:49 +10:00
Mark Andrews
8e94cc841f
3314. [bug] The masters list could be updated while refesh_callback
...
and stub_callback were using it. [RT #26732 ]
2012-04-26 14:03:54 +10:00
Mark Andrews
dc570048ad
3311. [bug] Abort the zone dump if zone->db is NULL in
...
zone.c:zone_gotwritehandle. [RT #29028 ]
2012-04-26 11:30:31 +10:00
Mark Andrews
ea48b4f38b
3298. [bug] Named could dereference a NULL pointer in
...
zmgr_start_xfrin_ifquota if the zone was being removed.
[RT #28419 ]
2012-03-22 12:44:29 +11:00
Tinderbox User
e7c7209af8
regen v9_7
2012-03-07 01:49:52 +00:00
Evan Hunt
7dd768823b
3286. [bug] Managed key maintenance timer could fail to start
...
after 'rndc reconfig'. [RT #26786 ]
2012-02-22 00:31:58 +00:00
Mark Andrews
03a93e269f
3374. [bug] Log when a zone is not reusable. Only set loadtime
...
on successful loads. [RT #27650 ]
2012-01-31 22:33:27 +00:00
Mark Andrews
7f4214fd1a
make 'when' isc_stdtime_t in set_key_expiry_warning
2012-01-30 00:16:19 +00:00
Automatic Updater
291f63ced1
update copyright notice
2012-01-27 23:46:06 +00:00
Mark Andrews
581cbb04c8
3268. [bug] Convert RRSIG expiry times to 64 timestamps to work
...
out the earliest expiry time. [RT #23311 ]
2012-01-27 01:48:14 +00:00
Mark Andrews
17271f13a6
add missing s
2011-12-20 00:30:16 +00:00
Mark Andrews
3628f04492
3249. [bug] Update log message when saving slave zones files for
...
analysis after load failures. [RT #27087 ]
3248. [bug] Configure options --enable-fixed-rrset and
--enable-exportlib were incompatible with each
other. [RT #27087 ]
3247. [bug] 'raw' format zones failed to preserve load order
breaking 'fixed' sort order. [RT #27087 ]
2011-12-20 00:14:16 +00:00
Mark Andrews
cc4569d518
3240. [bug] DNSKEY state change events could be missed. [RT #26874 ]
2011-12-07 22:50:31 +00:00
Evan Hunt
65fdd59d4c
3204. [bug] When a master server that has been marked as
...
unreachable but sends a NOTIFY, mark it reachable
again. [RT #25960 ]
2011-11-04 05:52:21 +00:00
Evan Hunt
9a36ef794e
3195. [cleanup] Silence "file not found" warnings when loading
...
managed-keys zone. [RT #26340 ]
2011-11-03 03:27:20 +00:00
Evan Hunt
691d1d2c86
3193. [cleanup] Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
...
dnssec.h. [RT #26415 ]
2011-11-03 02:56:18 +00:00
Evan Hunt
23dd98b032
3188. [bug] zone.c:zone_refreshkeys() could fail to detach
...
references correctly when errors occurred, causing
a hang on shutdown. [RT #26372 ]
2011-11-01 03:59:35 +00:00
Mark Andrews
45ed7563d3
3174. [bug] Always compute to revoked key tag from scratch.
...
[RT #24711 ]
2011-10-20 21:26:17 +00:00
Mark Andrews
b6e1726eac
3161. [bug] zone.c:del_sigs failed to always reset rdata leading
...
assertion failures. [RT #25880 ]
2011-10-07 03:01:35 +00:00
Evan Hunt
2533514b8b
3149. [tuning] Improve scalability by allocating one zone
...
task per 100 zones at startup time. (The
BIND9_ZONE_TASKS_HINT environment variable
which was established as a temporary measure
in change #3132 is no longer needed or
used.) [rt25541]
2011-09-02 20:22:27 +00:00
Scott Mann
c935b96e9c
fix comment
2011-09-02 14:42:34 +00:00
Automatic Updater
0dbb98778e
update copyright notice
2011-08-31 23:45:32 +00:00
Mark Andrews
d800ae7802
3148. [bug] Processing of normal queries could be stalled when
...
forwarding a UPDATE message. [RT #24711 ]
2011-08-31 07:20:44 +00:00
Mark Andrews
9533ace890
silence clang warnings
2011-08-30 14:04:21 +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
Mark Andrews
376b338da4
s/fallbackas/fallback as/
2011-07-21 06:24:27 +00:00
Automatic Updater
159b4147ae
update copyright notice
2011-07-20 23:46:50 +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
Automatic Updater
414b674e7c
update copyright notice
2011-07-08 23:46:44 +00:00
Evan Hunt
4d1b079ac6
3133. [bug] Change #3114 was incomplete. [RT #24577 ]
2011-07-08 01:46:42 +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
Automatic Updater
62bffa3ef0
update copyright notice
2011-05-19 23:46:30 +00:00
Evan Hunt
905b16ef04
another post-commit fix for change 3114: call dns_db_resigned()/
...
dns_db_setsigningtime() only when incrementally resigning, not other
times.
2011-05-19 21:28:01 +00:00
Evan Hunt
4b7c993dc2
3114. [bug] Retain expired RRSIGs in dynamic zones if key is
...
inactive and there is no replacement key. [RT #23136 ]
2011-05-19 04:42:18 +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
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
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
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
ec9d326340
3073. [bug] managed-keys changes were not properly being recorded.
...
[RT #20256 ]
2011-03-11 13:24:36 +00:00
Mark Andrews
526b51ec93
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 07:12:03 +00:00
Automatic Updater
98ec74d568
update copyright notice
2011-03-01 23:47:05 +00:00
Mark Andrews
fc7e537b45
3048. [bug] Fully seperate view key mangement. [RT #23419 ]
2011-03-01 23:22:42 +00:00
Mark Andrews
e009a9de75
2036. [bug] Check built-in zone arguments to see if the zone
...
is re-usable or not. [RT #21914 ]
2011-02-22 04:30:46 +00:00
Evan Hunt
87519dfd8f
3025. [bug] Fixed a possible deadlock due to zone resigning.
...
[RT #22964 ]
2011-02-19 00:46:45 +00:00
Automatic Updater
2ec8ca31c0
update copyright notice
2011-02-17 23:46:21 +00:00
Mark Andrews
5468d7a070
simplify zone_signwithkey call
2011-02-17 04:58:20 +00:00
Mark Andrews
e754375df7
ensure that the DNSKEY rrset get re-signed even if it hasn't been
...
updated in sign_apex.
2011-02-17 03:01:19 +00:00
Mark Andrews
9e1b196510
3020. [bug] auto-dnssec failed to correctly update the zone when
...
changing the DNSKEY RRset. [RT #23232 ]
2011-02-15 22:09:36 +00:00
Mark Andrews
f02cc38da0
undo commits to wrong branch
2011-02-15 05:40:16 +00:00
Mark Andrews
dace425c59
add NSEC/NSEC3 chains
2011-02-15 04:32:53 +00:00