Mark Andrews
453a4b6c3a
3232. [bug] Zero zone->curmaster before return in
...
dns_zone_setmasterswithkeys(). [RT #26732 ]
2012-04-27 21:06:01 +10:00
Mark Andrews
fea1c98c87
3314. [bug] The masters list could be updated while refesh_callback
...
and stub_callback were using it. [RT #26732 ]
2012-04-26 14:39:00 +10:00
Mark Andrews
cb994f41ba
3311. [bug] Abort the zone dump if zone->db is NULL in
...
zone.c:zone_gotwritehandle. [RT #29028 ]
2012-04-26 11:35:57 +10:00
Mark Andrews
ff06385f16
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:47:37 +11:00
Tinderbox User
d5c5ac0dbb
regen v9_6
2012-03-07 01:45:20 +00:00
Mark Andrews
924172e9f3
3374. [bug] Log when a zone is not reusable. Only set loadtime
...
on successful loads. [RT #27650 ]
2012-01-31 22:37:36 +00:00
Mark Andrews
72d548ffb8
make 'when' isc_stdtime_t in set_key_expiry_warning
2012-01-30 00:19:43 +00:00
Automatic Updater
83255fe881
update copyright notice
2012-01-27 23:45:34 +00:00
Mark Andrews
9cc3a3a8c5
adjust format to handle 64 type
2012-01-27 02:36:02 +00:00
Mark Andrews
595f2934dc
3268. [bug] Convert RRSIG expiry times to 64 timestamps to work
...
out the earliest expiry time. [RT #23311 ]
2012-01-27 01:50:09 +00:00
Mark Andrews
b36f5d7b12
add missing s
2011-12-20 00:31:09 +00:00
Mark Andrews
6b3e4a7f46
3249. [bug] Update log message when saving slave zones files for
...
analysis after load failures. [RT #27087 ]
3247. [bug] 'raw' format zones failed to preserve load order
breaking 'fixed' sort order. [RT #27087 ]
2011-12-20 00:16:22 +00:00
Evan Hunt
e358b9159a
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:58 +00:00
Evan Hunt
c1b96d5375
3193. [cleanup] Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
...
dnssec.h. [RT #26415 ]
2011-11-03 02:58:57 +00:00
Evan Hunt
125383b7e3
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-05 07:19:28 +00:00
Scott Mann
8c838ac1de
fix comment
2011-09-02 14:43:40 +00:00
Automatic Updater
60dd9e35bf
update copyright notice
2011-08-31 23:45:13 +00:00
Mark Andrews
9bf3513f03
3148. [bug] Processing of normal queries could be stalled when
...
forwarding a UPDATE message. [RT #24711 ]
2011-08-31 07:47:56 +00:00
Mark Andrews
0afd1a8f02
remove unused variables 'stop' and 'is_ksk', remove redundant assignments
2011-08-31 03:40:39 +00:00
Mark Andrews
87d1c0b3e2
silence clang warnings
2011-08-30 14:05:34 +00:00
Mark Andrews
8392316e7d
3141. [bug] Silence spurious "zone serial unchanged" messages
...
associated with empty zones. [RT #25079 ]
2011-08-09 03:18:38 +00:00
Mark Andrews
2343159252
s/fallbackas/fallback as/
2011-07-21 06:23:20 +00:00
Automatic Updater
cd80d14af5
update copyright notice
2011-07-20 23:46:20 +00:00
Curtis Blackburn
c7ad49649e
added #include <stdlib.h> to lib/dns/zone.c
2011-07-20 14:32:53 +00:00
Curtis Blackburn
6a2e1ce0d7
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:33:35 +00:00
Mark Andrews
a3f2db3629
3083. [bug] NOTIFY messages were not being sent when generating
...
a NSEC3 chain incrementally. [RT #23702 ]
2011-03-21 01:17:14 +00:00
Mark Andrews
5b4cdf0f41
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 10:50:00 +00:00
Mark Andrews
810779bf8d
2036. [bug] Check built-in zone arguments to see if the zone
...
is re-usable or not. [RT #21914 ]
2011-02-22 04:33:49 +00:00
Evan Hunt
08c0b5f032
3025. [bug] Fixed a possible deadlock due to zone resigning.
...
[RT #22964 ]
2011-02-19 00:44:13 +00:00
Automatic Updater
bf7327383b
update copyright notice
2011-02-07 12:15:09 +00:00
Mark Andrews
7a2c642272
3018. [bug] Named failed to check for the "none;" acl when deciding
...
if a zone may need to be re-signed. RT #23120 ]
2011-02-07 00:18:39 +00:00
Mark Andrews
8c5ba02091
2984. [bug] Don't run MX checks when the target of the MX record
...
is ".". [RT #22645 ]
2010-12-14 00:48:23 +00:00
Mark Andrews
4df431ecde
2976. [bug] named could die on exit after negotiating a GSS-TSIG
...
key. [RT #3415 ]
2010-12-02 23:40:28 +00:00
Mark Andrews
004d763170
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:49:19 +00:00
Mark Andrews
8659464250
2908. [bug] It was possible for re-signing to stop after removing
...
a DNSKEY. [RT #21384 ]
2010-06-02 01:01:35 +00:00
Automatic Updater
372ce32e19
update copyright notice
2010-02-26 23:48:44 +00:00
Mark Andrews
5eee3743e2
2853. [bug] add_sigs() could run out of scratch space. [RT #21015 ]
2010-02-26 01:52:05 +00:00
Mark Andrews
669b1ee4d8
2814. [func] Provide a definitive error message when a master
...
zone is not loaded. [RT #20757 ]
2009-12-21 04:32:42 +00:00
Mark Andrews
7dc66d649a
2765. [bug] Skip masters for which the TSIG key cannot be found.
...
[RT #20595 ]
2009-11-12 23:39:23 +00:00
Mark Andrews
5211674cef
2747. [bug] Journal roll forwards failed to set the re-signing
...
time of RRSIGs correctly. [RT #20541 ]
2009-11-04 01:35:07 +00:00
Automatic Updater
b91b3c4f09
update copyright notice
2009-10-05 23:47:50 +00:00
Evan Hunt
c459aec591
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:00 +00:00
Francis Dupont
199726face
minor fix, cf 20295
2009-09-22 08:39:44 +00:00
Automatic Updater
dfc1a21b59
update copyright notice
2009-08-13 07:13:31 +00:00
Mark Andrews
2ec35a7772
2647. [bug] Remove unnecessary SOA updates when a new KSK is
...
added. [RT #19913 ]
2009-08-13 02:57:45 +00:00
Automatic Updater
0da8837d0e
update copyright notice
2009-07-11 23:47:17 +00:00
Mark Andrews
a416993543
2920. [bug] Delay thawing the zone until the reload of it has
...
completed successfully. [RT #19750 ]
2009-07-11 04:23:54 +00:00
Mark Andrews
8286a91388
missing line breaks
2009-06-17 04:53:57 +00:00
Mark Andrews
83a781a5cb
2582. [bug] Don't emit warning log message when we attempt to
...
remove non-existant journal. [RT #19516 ]
2009-03-26 22:57:07 +00:00
Mark Andrews
50b107e596
2576. [bug] NSEC record were not being correctly signed when
...
a zone transitions from insecure to secure.
Handle such incorrectly signed zones. [RT #19114 ]
2009-03-13 01:38:51 +00:00