Automatic Updater
110fd066b2
update copyright notice
2011-08-29 23:45:34 +00:00
Mark Andrews
5be5c9dd6c
check the results of dns_name_toprincipal calls, only use gnamebuf.value when valid
2011-08-29 06:38:35 +00:00
Mark Andrews
cbf8f049ea
*++tp = 0; -> tp++; *tp = 0;
2011-08-29 06:00:29 +00:00
Mark Andrews
4733ef3db6
POST(p); POST(len);
2011-08-29 04:22:06 +00:00
Mark Andrews
fa79b32d9e
INSIST(response);
2011-08-29 04:04:42 +00:00
Mark Andrews
c49683433b
silence 'is never read' warnings
2011-08-26 04:45:38 +00:00
Automatic Updater
65232ec5fa
update copyright notice
2011-08-25 23:45:28 +00:00
Mark Andrews
a60c4bb0c8
remove isc_os_minprivs call accidently committed
2011-08-25 10:26:17 +00:00
Mark Andrews
ef7186adef
cltfd is only needed when select is being used
2011-08-25 08:11:31 +00:00
Mark Andrews
ca31f9bf14
silence 'Dereference of undefined pointer value' by assigning to 'sorted' sequentially from zero
2011-08-25 06:30:00 +00:00
Mark Andrews
dc6ecfde62
save the result of is_response(msg) so it can be treated as a invariant by clang
2011-08-25 06:23:06 +00:00
Mark Andrews
d865e14494
silence null pointer dereference warning by adding INSIST(sibling != NULL);
2011-08-25 06:11:04 +00:00
Automatic Updater
6b1cb71807
update copyright notice
2011-08-23 23:53:26 +00:00
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
cafd42ef9d
missing isc__strerror on error paths
2011-07-29 02:19:49 +00:00
Automatic Updater
dfefcdbc5d
update copyright notice
2011-07-28 23:46:45 +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
Automatic Updater
60383f3479
update copyright notice
2011-07-21 23:46:46 +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
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
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
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
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
d9e9d845a5
update copyright notice
2011-05-16 23:46:51 +00:00
Evan Hunt
1a035f7c01
"make install" was failing when building with both exportlibs and libtool.
...
(trivial makefile fix, no CHANGES note.) [RT #24425 ]
2011-05-16 22:53:56 +00:00