Commit Graph

8129 Commits

Author SHA1 Message Date
Mark Andrews
049fbd1b59 3281. [bug] SOA refresh queries could be treated as cancelled
despite succeeding over the loopback interface.
                        [RT #27782]
2012-02-07 19:55:15 +00:00
Mark Andrews
924172e9f3 3374. [bug] Log when a zone is not reusable. Only set loadtime
on successful loads.  [RT #27650]
2012-01-31 22:37:36 +00:00
Mark Andrews
72d548ffb8 make 'when' isc_stdtime_t in set_key_expiry_warning 2012-01-30 00:19:43 +00:00
Automatic Updater
83255fe881 update copyright notice 2012-01-27 23:45:34 +00:00
Mark Andrews
579f9be3f9 const origin 2012-01-27 12:39:33 +00:00
Mark Andrews
525727410c 9.6-ESV-R6 2012-01-27 07:38:16 +00:00
Mark Andrews
444117ab97 9.6-ESV-R6 2012-01-27 04:58:29 +00:00
Mark Andrews
19735887e8 add static dns_name_fromstring 2012-01-27 02:36:44 +00:00
Mark Andrews
9cc3a3a8c5 adjust format to handle 64 type 2012-01-27 02:36:02 +00:00
Mark Andrews
f9f46691b8 back port dns_test_loaddb from 9.9.0 2012-01-27 02:10:54 +00:00
Mark Andrews
595f2934dc 3268. [bug] Convert RRSIG expiry times to 64 timestamps to work
out the earliest expiry time. [RT #23311]
2012-01-27 01:50:09 +00:00
Mark Andrews
e4e2b02dab 3267. [bug] Memory allocation failures could be mis-reported as
unexpected error.  New ISC_R_UNSET result code.
                        [RT #27336]
2012-01-27 01:30:24 +00:00
Mark Andrews
6717fafb4d 3266. [bug] The maximum number of NSEC3 iterations for a
DNSKEY RRset was not being properly computed.
                        [RT #26543]
2012-01-27 01:11:05 +00:00
Automatic Updater
e0229601aa update copyright notice 2012-01-04 23:45:30 +00:00
Evan Hunt
eec7032275 3260. [bug] "rrset-order cyclic" could appear not to rotate
for some query patterns.  [RT #27170/27185]
2012-01-04 03:12:03 +00:00
Evan Hunt
76bb31f650 update for 9.6-ESV-R6rc1 2011-12-23 07:11:44 +00:00
Mark Andrews
ecfec45175 3260. [bug] "rrset-order cyclic" could appear to not rotate
for some query patterns.  [RT #27170]
2011-12-22 23:55:25 +00:00
Mark Andrews
d6aab1d286 3257. [bug] Do not generate a error message when calling fsync()
in a pipe or socket. [RT #27109]
2011-12-22 08:53:32 +00:00
Mark Andrews
e86194b500 3253. [bug] Return DNS_R_SYNTAX when the input to a text field is
too long. [RT #26956]
2011-12-22 07:45:46 +00:00
Mark Andrews
eeda4faf0d 3251. [bug] Enforce a upper bound (65535 bytes) on the amount of
memory dns_sdlz_putrr() can allocate per record to
                        prevent run away memory consumption on ISC_R_NOSPACE.
                        [RT #26956]
2011-12-22 07:18:45 +00:00
Automatic Updater
90d80c5782 update copyright notice 2011-12-20 23:45:15 +00:00
Mark Andrews
d4977443e2 update slabbed data layout description 2011-12-20 00:56:58 +00:00
Mark Andrews
b36f5d7b12 add missing s 2011-12-20 00:31:09 +00:00
Mark Andrews
6b3e4a7f46 3249. [bug] Update log message when saving slave zones files for
analysis after load failures. [RT #27087]

3247.   [bug]           'raw' format zones failed to preserve load order
                        breaking 'fixed' sort order. [RT #27087]
2011-12-20 00:16:22 +00:00
Mark Andrews
55175c2681 3241. [bug] Address race conditions in the resolver code.
[RT #26889]
2011-12-07 23:14:22 +00:00
Mark Andrews
63516183ad 3238. [bug] keyrdata was not being reinitialized in
lib/dns/rbtdb.c:iszonesecure. [RT#26913]
2011-12-07 22:27:21 +00:00
Mark Andrews
096ca55d4d back out accidental commit 2011-12-01 03:00:15 +00:00
Mark Andrews
b90a370e07 silence Division by zero warning 2011-12-01 01:32:21 +00:00
Automatic Updater
6c6b7e5383 update copyright notice 2011-11-30 23:45:15 +00:00
Mark Andrews
1084f4a02a mkdep was just broken 2011-11-30 23:06:41 +00:00
Mark Andrews
49cdc7b206 remove extra argument from isc_test_begin call 2011-11-30 21:19:07 +00:00
Mark Andrews
c12394952f symtab_text -> symtab_test 2011-11-30 21:14:18 +00:00
Mark Andrews
5e478234c5 #include <isc/print.h> 2011-11-30 06:11:38 +00:00
Evan Hunt
a33e19a4e7 add print.h 2011-11-30 06:10:15 +00:00
Mark Andrews
3f7eb424f7 move declaration to start of block 2011-11-30 06:08:12 +00:00
Evan Hunt
d51bd1de1f 3228. [tuning] Dynamically grow symbol table to improve zone
loading performance. [RT #26523]
2011-11-30 04:25:09 +00:00
Mark Andrews
1fafeebcb2 3227. [bug] Interim fix to make WKS's use of getprotobyname()
and getservbyname() self thread safe. [RT #26232]
2011-11-30 01:23:38 +00:00
Evan Hunt
f3dc2e3c0c 3221. [bug] Fixed a potential coredump on shutdown due to
referencing fetch context after it's been freed.
			[RT #26720]
2011-11-23 22:51:50 +00:00
Mark Andrews
0b20398de2 3218. [security] Cache lookup could return RRSIG data associated with
nonexistent records, leading to an assertion
                        failure. [RT #26590]
2011-11-16 09:45:25 +00:00
Evan Hunt
118da77539 3216. [bug] resolver.c:validated() was not thread-safe. [RT #26478] 2011-11-15 21:46:42 +00:00
Evan Hunt
369582a031 remove old isc_assertion_failed data reference 2011-11-10 02:37:53 +00:00
Evan Hunt
012d88d6cc update libisc.def 2011-11-10 02:30:03 +00:00
Evan Hunt
cdb1e9f3ff update api files for 9.6-ESV-R6b1 2011-11-10 01:45:46 +00:00
Mark Andrews
7bcd1005b3 nsec -> nsec3 2011-11-08 21:51:15 +00:00
Mark Andrews
30a0de4949 3212. [bug] rbtdb.c: failed to remove a node from the deadnodes
list prior to adding a reference to it leading a
                        possible assertion failure. [RT #23219]
2011-11-08 21:20:57 +00:00
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