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
Mark Andrews
d7aee68b73
silence null pointer dereference warning by adding INSIST(sibling != NULL);
2011-08-25 06:09:12 +00:00
Automatic Updater
1c6e0a4f51
update copyright notice
2011-08-23 23:53:14 +00:00
Mark Andrews
a5d2199afe
#include <stdlib.h>
2011-08-23 03:53:05 +00:00
Evan Hunt
4d7796ce67
Fix backport issue
2011-08-23 02:51:11 +00:00
Evan Hunt
4efd18941d
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:28:42 +00:00
Evan Hunt
c9b0a507f1
3144. [bug] dns_dbiterator_seek() could trigger an assert when
...
used with a nonexistent database node. [RT #25358 ]
2011-08-23 00:57:12 +00:00
Automatic Updater
7afa964cc4
update copyright notice
2011-08-18 23:45:12 +00:00
Mark Andrews
60d0a26787
cast to unsigned
2011-08-18 17:42:24 +00:00
Mark Andrews
ca32542f97
3143. [bug] Silence clang compiler warnings. [RT #25174 ]
2011-08-18 06:40:45 +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
1adce64730
3142. [bug] NAPTR is class agnostic. [RT #25429 ]
2011-08-16 02:46:06 +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
Automatic Updater
8d85da806d
update copyright notice
2011-08-05 23:45:12 +00:00
Mark Andrews
c15dc6a305
silence expression result unused
2011-08-05 06:00:42 +00:00
Mark Andrews
92a45f96f3
missing isc__strerror on error paths
2011-07-29 02:20:20 +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
Automatic Updater
df4d76e4af
update copyright notice
2011-07-21 23:46:12 +00:00
Mark Andrews
2343159252
s/fallbackas/fallback as/
2011-07-21 06:23:20 +00:00
Mark Andrews
5a6573cac1
9.6-ESV-R5
2011-07-21 02:48:13 +00:00
Mark Andrews
de13ce5a11
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:48:05 +00:00
Automatic Updater
cd80d14af5
update copyright notice
2011-07-20 23:46:20 +00:00
Curtis Blackburn
c7ad49649e
added #include <stdlib.h> to lib/dns/zone.c
2011-07-20 14:32:53 +00:00
Curtis Blackburn
6a2e1ce0d7
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:33:35 +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
ff8ae08688
dns_trust_totext
2011-05-27 06:06:02 +00:00
Mark Andrews
4c94ae39a5
move dns_trust_totext from masterdump.c to rdataset.c so that exportlib will build
2011-05-27 05:04:17 +00:00
Mark Andrews
58e8ea9c16
move 9.6-ESV-R5rc1 release point
2011-05-27 01:54:56 +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
Automatic Updater
e77ce57647
update copyright notice
2011-05-26 23:45:46 +00:00
Evan Hunt
f32e775717
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 ]
2011-05-26 23:12:06 +00:00
Mark Andrews
8f926ae56d
dns_cache_create3
2011-04-08 04:46:43 +00:00
Mark Andrews
9b01b03fd6
9.6-ESV-R5b1
2011-04-08 02:19:06 +00:00
Mark Andrews
f0069633aa
3096. [bug] Set KRB5_KTNAME before calling log_cred() in
...
dst_gssapi_acceptctx(). [RT #24004 ]
2011-04-07 23:07:37 +00:00
Mark Andrews
126aafee47
3095. [bug] Handle isolated reserved ports in the port range.
...
[RT #23957 ]
2011-04-06 10:34:27 +00:00
Mark Andrews
a4d99d27c7
1 -> 1U
2011-04-04 11:12:21 +00:00
Automatic Updater
b38b6d44d9
update copyright notice
2011-03-28 23:45:57 +00:00
Mark Andrews
bf71395b3a
unsigned constants
2011-03-28 05:37:32 +00:00
Mark Andrews
6de7ff9067
unsigned constants
2011-03-28 05:24:50 +00:00
Mark Andrews
fd7e3b51d0
portability fixes backported from change 2987
2011-03-28 05:10:04 +00:00
Mark Andrews
99959424dd
unsigned constants
2011-03-28 03:46:43 +00:00
Evan Hunt
86f9e65647
3092. [bug] Signatures for records at the zone apex could go
...
stale due to an incorrect timer setting. [RT #23769 ]
2011-03-26 00:47:02 +00:00
Mark Andrews
a3f2db3629
3083. [bug] NOTIFY messages were not being sent when generating
...
a NSEC3 chain incrementally. [RT #23702 ]
2011-03-21 01:17:14 +00:00
Automatic Updater
08d01c3a4f
update copyright notice
2011-03-18 23:46:09 +00:00
Francis Dupont
d8077a6086
introduce STDTIME_ON_32BITS
2011-03-18 09:09:45 +00:00