Commit Graph

8374 Commits

Author SHA1 Message Date
Mark Andrews
581cbb04c8 3268. [bug] Convert RRSIG expiry times to 64 timestamps to work
out the earliest expiry time. [RT #23311]
2012-01-27 01:48:14 +00:00
Mark Andrews
0b62ea07dd 3267. [bug] Memory allocation failures could be mis-reported as
unexpected error.  New ISC_R_UNSET result code.
                        [RT #27336]
2012-01-27 01:27:30 +00:00
Mark Andrews
32ff3f4b78 3266. [bug] The maximum number of NSEC3 iterations for a
DNSKEY RRset was not being properly computed.
                        [RT #26543]
2012-01-27 01:08:22 +00:00
Automatic Updater
cc8baeb284 update copyright notice 2012-01-04 23:45:53 +00:00
Evan Hunt
52ca8590dc 3260. [bug] "rrset-order cyclic" could appear not to rotate
for some query patterns.  [RT #27170/27185]
2012-01-04 03:09:33 +00:00
Evan Hunt
8c7ba5a7f8 update for 9.7.5rc1 2011-12-23 07:11:33 +00:00
Mark Andrews
f36d5f257f 3260. [bug] "rrset-order cyclic" could appear to not rotate
for some query patterns.  [RT #27170]
2011-12-22 23:57:43 +00:00
Mark Andrews
2b92da1288 3257. [bug] Do not generate a error message when calling fsync()
in a pipe or socket. [RT #27109]
2011-12-22 08:52:24 +00:00
Mark Andrews
c6897c35e4 3253. [bug] Return DNS_R_SYNTAX when the input to a text field is
too long. [RT #26956]
2011-12-22 07:44:56 +00:00
Mark Andrews
b5b8e9569a 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:17:37 +00:00
Automatic Updater
4c8de525fa update copyright notice 2011-12-20 23:45:39 +00:00
Mark Andrews
76e0ae847a @srdir@ -> @srcdir@ 2011-12-20 05:06:16 +00:00
Mark Andrews
573eb75e0f update slabbed data layout description 2011-12-20 00:56:32 +00:00
Mark Andrews
17271f13a6 add missing s 2011-12-20 00:30:16 +00:00
Mark Andrews
3628f04492 3249. [bug] Update log message when saving slave zones files for
analysis after load failures. [RT #27087]

3248.   [bug]           Configure options --enable-fixed-rrset and
                        --enable-exportlib were incompatible with each
                        other. [RT #27087]

3247.   [bug]           'raw' format zones failed to preserve load order
                        breaking 'fixed' sort order. [RT #27087]
2011-12-20 00:14:16 +00:00
Mark Andrews
4afeb31498 3241. [bug] Address race conditions in the resolver code.
[RT #26889]
2011-12-07 23:11:34 +00:00
Mark Andrews
cc4569d518 3240. [bug] DNSKEY state change events could be missed. [RT #26874] 2011-12-07 22:50:31 +00:00
Mark Andrews
8ab3b4e7c7 3239. [bug] dns_dnssec_findmatchingkeys needs to use a consistent
timestamp. [RT #26883]
2011-12-07 22:39:48 +00:00
Mark Andrews
32f6a22e89 3238. [bug] keyrdata was not being reinitialized in
lib/dns/rbtdb.c:iszonesecure. [RT#26913]
2011-12-07 22:25:57 +00:00
Evan Hunt
db2cb7eaae missed a line 2011-12-05 17:27:27 +00:00
Evan Hunt
6a8119e46d missed a file 2011-12-05 17:24:16 +00:00
Evan Hunt
40f6436384 Back out change #3182 and respin. 2011-12-05 16:57:27 +00:00
Automatic Updater
f33395b687 update copyright notice 2011-12-02 23:45:51 +00:00
Mark Andrews
3335f10b81 errno2result now reports caller when unable to convert errno 2011-12-02 07:16:30 +00:00
Mark Andrews
67c71db8b3 silence Division by zero warning 2011-12-01 01:31:35 +00:00
Scott Mann
61c8049230 Fix problem identified by CLANG: assign local var back to struct. 2011-12-01 00:20:32 +00:00
Automatic Updater
1a02cf771e update copyright notice 2011-11-30 23:45:37 +00:00
Mark Andrews
dd13cbb093 #include <isc/print.h> 2011-11-30 06:11:20 +00:00
Evan Hunt
c89e5fd4c8 add print.h 2011-11-30 06:10:23 +00:00
Mark Andrews
9530453877 move declaration to start of block 2011-11-30 06:07:52 +00:00
Evan Hunt
039f179f7e 3228. [tuning] Dynamically grow symbol table to improve zone
loading performance. [RT #26523]
2011-11-30 04:26:23 +00:00
Mark Andrews
dda6a063a2 3227. [bug] Interim fix to make WKS's use of getprotobyname()
and getservbyname() self thread safe. [RT #26232]
2011-11-30 01:22:37 +00:00
Evan Hunt
ad4090df9e 3221. [bug] Fixed a potential coredump on shutdown due to
referencing fetch context after it's been freed.
			[RT #26720]
2011-11-23 22:52:46 +00:00
Mark Andrews
a22db1268c 3218. [security] Cache lookup could return RRSIG data associated with
nonexistent records, leading to an assertion
                        failure. [RT #26590]
2011-11-16 09:53:21 +00:00
Evan Hunt
fcd518304a 3216. [bug] resolver.c:validated() was not thread-safe. [RT #26478] 2011-11-15 21:46:07 +00:00
Evan Hunt
6fcfecea15 update libisccfg.def 2011-11-10 02:48:20 +00:00
Evan Hunt
a416e52fb7 update api for 9.7.5b1 2011-11-10 01:55:40 +00:00
Mark Andrews
71bebb88b6 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:09:09 +00:00
Mark Andrews
ca7b9f18da 3209. [func] Add "dnssec-lookaside 'no'". [RT #24858] 2011-11-07 01:20:51 +00:00
Mark Andrews
6e91d9a41b sync with HEAD 2011-11-04 07:33:47 +00:00
Evan Hunt
65fdd59d4c 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:21 +00:00
Evan Hunt
82b95385ef 3203. [bug] Increase log level to 'info' for validation failures
from expired or not-yet-valid RRSIGs. [RT #21796]
2011-11-04 05:34:16 +00:00
Evan Hunt
9a36ef794e 3195. [cleanup] Silence "file not found" warnings when loading
managed-keys zone. [RT #26340]
2011-11-03 03:27:20 +00:00
Evan Hunt
691d1d2c86 3193. [cleanup] Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
dnssec.h. [RT #26415]
2011-11-03 02:56:18 +00:00
Mark Andrews
8c6d81740b 3192. [bug] A query structure could be used after being freed.
[RT #22208]
2011-11-02 23:46:17 +00:00
Automatic Updater
11a3eab225 update copyright notice 2011-11-02 23:45:34 +00:00
Evan Hunt
e8cc0e173c edited a comment for clarity. 2011-11-02 19:40:44 +00:00
Mark Andrews
3ec4216b58 3191. [bug] Print NULL records using unknown format. [RT #26392] 2011-11-02 01:11:58 +00:00
Automatic Updater
c282d8a75b update copyright notice 2011-11-01 23:46:12 +00:00
Mark Andrews
d0cf4c7802 3190. [bug] Underflow in error handling in isc_mutexblock_init.
[RT #26397]
2011-11-01 22:04:18 +00:00