Mark Andrews
c6b8889e10
sync with HEAD
2011-11-04 07:38:23 +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
c78a1d96de
3203. [bug] Increase log level to 'info' for validation failures
...
from expired or not-yet-valid RRSIGs. [RT #21796 ]
2011-11-04 05:33:27 +00:00
Automatic Updater
4d5624b0b4
update copyright notice
2011-11-03 23:45:18 +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
Mark Andrews
9b7e7bb4de
3192. [bug] A query structure could be used after being freed.
...
[RT #22208 ]
2011-11-02 23:48:41 +00:00
Automatic Updater
88235b10c1
update copyright notice
2011-11-02 23:45:18 +00:00
Evan Hunt
6998d04941
edited a comment for clarity.
2011-11-02 19:40:35 +00:00
Mark Andrews
65c5197de9
3191. [bug] Print NULL records using unknown format. [RT #26392 ]
2011-11-02 01:16:32 +00:00
Automatic Updater
66a2728de7
update copyright notice
2011-11-01 23:45:32 +00:00
Mark Andrews
1531f10434
3190. [bug] Underflow in error handling in isc_mutexblock_init.
...
[RT #26397 ]
2011-11-01 22:05:38 +00:00
Automatic Updater
705084ab3b
update copyright notice
2011-10-31 23:45:36 +00:00
Mark Andrews
ef1a4098e6
3187. [port] win32: support for Visual Studio 2008. [RT #26356 ]
2011-10-30 23:46:38 +00:00
Automatic Updater
cb5b75f33e
update copyright notice
2011-10-25 23:45:36 +00:00
Mark Andrews
e5973c63f3
Correctly invalidate the sha2/hmac2 contexts. This was already done in practice, but this makes it zero out the whole structure rather than just the first 4 bytes + the key. sha2.c did not always zero out the full sha2 state in invalidate, but will now.
2011-10-25 03:11:17 +00:00
Automatic Updater
8830c847aa
update copyright notice
2011-10-20 23:45:14 +00:00
Mark Andrews
48e7804399
3175. [bug] Fix how DNSSEC positive wildcard responses from a
...
NSEC3 signed zone are validated. Stop sending a
unnecessary NSEC3 record when generating such
responses. [RT #26200 ]
2011-10-20 21:47:47 +00:00
Mark Andrews
af524126b2
3173. [port] Correctly validate root DS responses. [RT #25726 ]
2011-10-15 05:13:39 +00:00
Automatic Updater
329b11e08a
update copyright notice
2011-10-13 22:46:59 +00:00
Mark Andrews
a1423d89e4
handle unchecked assignment
2011-10-13 13:16:38 +00:00
Mark Andrews
5e3c1be88c
#include <stdlib.h>
2011-10-13 07:44:38 +00:00
Mark Andrews
0d11496e02
3169. [func] Catch db/version mis-matches when call dns_db_*().
...
[RT #26017 ]
2011-10-13 00:37:34 +00:00
Mark Andrews
df4074735e
some hunks misapplied, fctx->addrinfo is needed
2011-10-12 01:40:32 +00:00
Mark Andrews
3693a4c6b7
3167. [bug] Negative answers from forwarders were not being
...
correctly tagged making them appear to not be cached.
[RT #25380 ]
2011-10-12 00:30:16 +00:00
Evan Hunt
6b79ae4b25
3156. [bug] Reconfiguring the server with an incorrectly
...
formatted TSIG key could cause a crash during
subsequent zone transfers. [RT #20391 ]
2011-09-23 00:37:29 +00:00
Automatic Updater
288d660942
update copyright notice
2011-09-08 23:45:16 +00:00
Evan Hunt
87da623641
3154. [bug] Attempting to print an empty rdataset could trigger
...
an assert. [RT #25452 ]
2011-09-07 19:11:53 +00:00
Evan Hunt
3d7092d9bd
3152. [cleanup] Some versions of gcc and clang failed due to
...
incorrect use of __builtin_expect. [RT #25183 ]
2011-09-05 18:01:47 +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
Evan Hunt
809c735a37
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:21:55 +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
94a78f2c0c
silence clang warnings
2011-08-31 00:48:21 +00:00
Automatic Updater
c362331845
update copyright notice
2011-08-30 23:45:13 +00:00
Mark Andrews
87d1c0b3e2
silence clang warnings
2011-08-30 14:05:34 +00:00
Mark Andrews
b755e5ee27
backport noreturn attribute tagging
2011-08-30 12:23:16 +00:00
Mark Andrews
1378f5a037
POST(port); POST(addr);
2011-08-30 00:20:54 +00:00
Automatic Updater
0f2a0b716f
update copyright notice
2011-08-29 23:45:12 +00:00
Mark Andrews
30d584cdd3
check the results of dns_name_toprincipal calls, only use gnamebuf.value when valid
2011-08-29 06:39:34 +00:00
Mark Andrews
430649b889
*++tp = 0; -> tp++; *tp = 0;
2011-08-29 06:00:52 +00:00
Mark Andrews
8a9135dea8
POST(p); POST(len);
2011-08-29 04:22:34 +00:00
Mark Andrews
72c727e63b
INSIST(response);
2011-08-29 04:05:12 +00:00
Mark Andrews
b78f29a3f7
silence 'is never read' warnings
2011-08-26 04:45:06 +00:00
Automatic Updater
9cbbb1747c
update copyright notice
2011-08-25 23:45:14 +00:00
Mark Andrews
5c28816a7c
remove isc_os_minprivs call accidently committed
2011-08-25 09:52:29 +00:00
Mark Andrews
e01ef6cd10
cltfd is only needed when select is being used
2011-08-25 08:13:43 +00:00
Mark Andrews
5aeb6eac8d
silence 'Dereference of undefined pointer value' by assigning to 'sorted' sequentially from zero
2011-08-25 06:29:35 +00:00
Mark Andrews
19b2b3bdb9
save the result of is_response(msg) so it can be treated as a invariant by clang
2011-08-25 06:23:45 +00:00