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
1484402c39
add time.h to silence compiler warning
2011-09-05 17:39:12 +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
Automatic Updater
4061571044
update copyright notice
2011-09-02 23:45:15 +00:00
Evan Hunt
62da6b0e7e
3151. [bug] Queries for type RRSIG or SIG could be handled
...
incorrectly. [RT #21050 ]
2011-09-02 21:53:54 +00:00
Mark Andrews
f54313c531
don't use a expired slave zone
2011-09-02 02:21:23 +00:00
Automatic Updater
60dd9e35bf
update copyright notice
2011-08-31 23:45:13 +00:00
Mark Andrews
6969f82320
silence clang warnings
2011-08-31 23:33:23 +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
7ba03654e7
POST(argv);
2011-08-31 03:31:07 +00:00
Mark Andrews
675f127a77
remove unused variable 'null_key'
2011-08-31 03:09:22 +00:00
Mark Andrews
ff4b4d699e
remove potential null pointer dereference
2011-08-31 03:07:25 +00:00
Automatic Updater
c362331845
update copyright notice
2011-08-30 23:45:13 +00:00
Mark Andrews
c94da62c89
report the result of dns_adb_createfind
2011-08-30 21:53:33 +00:00
Mark Andrews
2052fae74f
#include <isc/platform.h>
2011-08-30 21:07:21 +00:00
Mark Andrews
b755e5ee27
backport noreturn attribute tagging
2011-08-30 12:23:16 +00:00
Automatic Updater
0f2a0b716f
update copyright notice
2011-08-29 23:45:12 +00:00
Mark Andrews
ace261405a
query could be tested uninitialised, check the result of dns_message_create
2011-08-29 23:26:54 +00:00
Mark Andrews
88581b7260
add POST, len is not needed
2011-08-28 23:57:08 +00:00
Mark Andrews
7445e66748
add POST
2011-08-28 23:49:22 +00:00
Automatic Updater
6824c7691c
update copyright notice
2011-08-28 23:45:12 +00:00
Mark Andrews
9e3d83828d
add missing check_result
2011-08-28 23:38:35 +00:00
Mark Andrews
4b5bfbe87b
silence 'never read' warning
2011-08-28 09:29:50 +00:00
Mark Andrews
8917b20b15
report if dns_rdata{class,type}_totext failed
2011-08-28 09:16:12 +00:00
Mark Andrews
fec10520b0
t3 is not used
2011-08-28 08:14:36 +00:00
Automatic Updater
cbf83b4928
update copyright notice
2011-08-26 23:45:10 +00:00
Mark Andrews
225d76ab4b
3134. [bug] Improve the accuracy of dnssec-signzone's signing
...
statistics. [RT #16030 ]
2011-08-26 03:50:06 +00:00
Automatic Updater
9cbbb1747c
update copyright notice
2011-08-25 23:45:14 +00:00
Mark Andrews
d0fe7e5243
simplify flag printing, protect first with #ifdef USEINITALWS
2011-08-25 13:30:49 +00:00
Automatic Updater
7afa964cc4
update copyright notice
2011-08-18 23:45:12 +00:00
Mark Andrews
97832786c8
3143. [bug] Silence clang compiler warnings. [RT #25174 ]
2011-08-18 05:14:33 +00:00
Automatic Updater
6e2d98a971
update copyright notice
2011-08-16 23:45:14 +00:00
Mark Andrews
0ed2de748a
3142. [bug] NAPTR is class agnostic. [RT #25429 ]
2011-08-16 02:53:10 +00:00
Automatic Updater
a9af193913
update copyright notice
2011-08-09 04:11:08 +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
3b445b875e
sync with head
2011-08-05 07:11:31 +00:00
Mark Andrews
830f806c3c
sync w/ head
2011-08-05 06:28:38 +00:00
Evan Hunt
c609d2af0b
3136. [func] Add RFC 1918 reverse zones to the list of built-in
...
empty zones switched on by the 'empty-zones-enable'
option. [RT #24990 ]
2011-08-02 04:57:03 +00:00
Automatic Updater
fb013af232
update copyright notice
2011-07-28 23:46:13 +00:00
Mark Andrews
7d16e1e99f
3138. [bug] Address memory leaks and out-of-order operations when
...
shutting named down. [RT #25210 ]
2011-07-28 04:43:20 +00:00
Mark Andrews
91d5b423e6
silence 'expression result unused' from clang
2011-07-27 07:39:00 +00:00
Mark Andrews
418629d44e
use UNUSED(x) not 'x = x'
2011-07-27 07:09:11 +00:00
Evan Hunt
5d2c608d5a
Add the newly discovered PoD to the nsupdate test. (No CHANGES note.)
2011-06-21 22:14:29 +00:00
Evan Hunt
d7eaf06b5a
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-09 00:16:37 +00:00
Automatic Updater
6f06b66613
update copyright notice
2011-05-28 00:01:52 +00:00
Mark Andrews
c0229f8125
3120. [bug] Named could fail to validate zones list in a DLV
...
that validated insecure without using DLV and had
DS records in the parent zone. [RT #24631 ]
2011-05-27 00:50:10 +00:00
Evan Hunt
d9ebd3015c
3118. [bug] nsupdate could dump core on shutdown when using
...
SIG(0) keys. [RT #24604 ]
2011-05-23 22:24:12 +00:00
Evan Hunt
80ce101ee4
3110. [bug] dnssec-signzone: Wrong error message could appear
...
when attempting to sign with no KSK. [RT #24369 ]
2011-05-07 00:23:50 +00:00
Automatic Updater
4fb6d08114
update copyright notice
2011-05-06 23:45:55 +00:00
Mark Andrews
8b513ae9de
set/reset client->signer.
2011-05-05 23:57:21 +00:00