Mark Andrews
789547be22
#include <stdlib.h>
2011-08-23 03:52:41 +00:00
Evan Hunt
e15400ccec
Fix backport issue
2011-08-23 02:54:41 +00:00
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
Automatic Updater
d78521d0f1
update copyright notice
2011-08-18 23:45:29 +00:00
Mark Andrews
016b20872a
cast to unsigned
2011-08-18 17:37:14 +00:00
Mark Andrews
87ec3cc5e0
sync with head
2011-08-18 06:50:01 +00:00
Mark Andrews
7e67387531
3143. [bug] Silence clang compiler warnings. [RT #25174 ]
2011-08-18 06:41:59 +00:00
Mark Andrews
d7ffccecc0
3143. [bug] Silence clang compiler warnings. [RT #25174 ]
2011-08-18 05:04:37 +00:00
Automatic Updater
8cf8ec5c40
update copyright notice
2011-08-16 23:45:29 +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
Mark Andrews
376b338da4
s/fallbackas/fallback as/
2011-07-21 06:24:27 +00:00
Mark Andrews
f79d8d3e0a
9.7.4
2011-07-21 02:43:44 +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
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
Automatic Updater
7a0ca2b0c7
update copyright notice
2011-05-28 00:15:26 +00:00
Mark Andrews
d44cb7d304
move dns_trust_totext from masterdump.c to rdataset.c so that exportlib will build
2011-05-27 04:41:18 +00:00
Automatic Updater
4a2abf6faa
update copyright notice
2011-05-26 23:46:25 +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
1bf261f075
9.7.4rc1
2011-05-24 00:41:44 +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
94a0e96ade
add dns_dnssec_signs
2011-05-17 01:46:41 +00:00
Automatic Updater
d2d4121e41
update copyright notice
2011-05-06 23:46:35 +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
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
Mark Andrews
0fa725f3bf
dns_cache_create3
2011-04-08 04:46:13 +00:00
Mark Andrews
bb4175dc30
9.7.4b1
2011-04-08 00:22:19 +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
Mark Andrews
0f4fb51b1f
1 -> 1U
2011-04-04 11:11:41 +00:00
Automatic Updater
793c8a025a
update copyright notice
2011-03-28 23:46:39 +00:00
Mark Andrews
da97d91bbf
unsigned constants
2011-03-28 05:37:06 +00:00
Mark Andrews
2ac13a1d85
unsigned constants
2011-03-28 05:23:19 +00:00
Mark Andrews
c5f5e28dcd
portability fixes backported from change 2987
2011-03-28 05:09:29 +00:00
Mark Andrews
08ac7f3da1
unsigned constants
2011-03-28 03:46:00 +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
Francis Dupont
89a68a7d46
introduce STDTIME_ON_32BITS
2011-03-18 09:07:02 +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
Automatic Updater
88a65863a5
update copyright notice
2011-03-12 04:58:33 +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