Evan Hunt
063e8ae6cd
update cvsignore
2011-09-08 15:28:03 +00:00
Evan Hunt
f6ce33c392
3154. [bug] Attempting to print an empty rdataset could trigger
...
an assert. [RT #25452 ]
2011-09-07 19:11:45 +00:00
Automatic Updater
35973584f3
update copyright notice
2011-09-05 23:45:33 +00:00
Evan Hunt
cad1ee5fde
3152. [cleanup] Some versions of gcc and clang failed due to
...
incorrect use of __builtin_expect. [RT #25183 ]
2011-09-05 18:01:30 +00:00
Evan Hunt
c5d451695e
removed Makefile that shouldn't have been committed
2011-09-05 17:41:19 +00:00
Mark Andrews
da45cf7d9f
add
2011-09-04 13:02:11 +00:00
Evan Hunt
ded997a823
removed unused variable to silence a compiler warning
2011-09-03 16:05:32 +00:00
Evan Hunt
3365971166
3139. [test] Added tests from RFC 6234, RFC 2202, and RFC 1321
...
for the hashing algorithms (md5, sha1 - sha512, and
their hmac counterparts). [RT #25067 ]
2011-09-02 22:23:08 +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
0cd7b779d3
silence clang warnings
2011-08-31 00:47:57 +00:00
Automatic Updater
bbd11f9c74
update copyright notice
2011-08-30 23:45:34 +00:00
Mark Andrews
6e3f51505e
dns_view_issecuredomain: check that view->secroots_priv is non NULL before calling dns_keytable_issecuredomaiani otherwise return ISC_R_NOTFOUND
2011-08-30 21:47:20 +00:00
Mark Andrews
9533ace890
silence clang warnings
2011-08-30 14:04:21 +00:00
Mark Andrews
785944ebd1
POST(port); POST(addr);
2011-08-30 00:20:18 +00:00
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