Commit Graph
8698 Commits
Author SHA1 Message Date
Mark Andrews 7502975522 3487. [bug] Change 3444 was not complete. There was a additional
place where the NOQNAME proof needed to be saved.
                        [RT #32629]

Squashed commit of the following:

commit cdef844f57bd3eb30b1f77135b89b6f9360e8bee
Author: Mark Andrews <marka@isc.org>
Date:   Sat Feb 16 00:27:14 2013 +1100

    whitespace

commit 60eb7e3f6cdd102d6aaf0fb4ada8c552576e4502
Author: Mark Andrews <marka@isc.org>
Date:   Sat Feb 16 00:19:51 2013 +1100

    return noqname proof with +cd and dlv
2013-02-16 07:47:11 +11:00
Evan Hunt affd842860 [v9_8] address TKEY bugs
3486.	[bug]		named could crash when using TKEY-negotiated keys
			that had been deleted and then recreated. [RT #32506]

(cherry picked from commit 0b8bd3a4ae)
2013-02-15 10:22:19 -08:00
Mark Andrews 9d511baff3 silence compiler warning
(cherry picked from commit 52946dc6c0)
2013-02-15 17:42:41 +11:00
Tinderbox User 1b6469ae80 update copyright notice 2013-02-12 23:45:26 +00:00
Mark Andrews da15537943 3485. [cleanup] Only compile openssl_gostlink.c if we support GOST.
(cherry picked from commit 7e9ccec638)
(cherry picked from commit 3e712bbd61)
2013-02-12 13:06:24 +11:00
Tinderbox User 5ee8ec563c update copyright notice 2013-02-05 23:45:22 +00:00
Mark Andrews 807aeb43e8 explict cast to (char *) from (void *) to silence compiler warning in %s checking 2013-02-05 14:25:40 +11:00
Tinderbox User 1043b48e2d update copyright notice 2013-01-25 23:45:26 +00:00
Mark Andrews e38500c43f 3479. [bug] Address potential memory leaks in gssapi support
code. [RT #32405]
2013-01-25 12:24:46 +11:00
Tinderbox User b66835303e update copyright notice 2013-01-24 23:45:28 +00:00
Evan Hunt 1b7bba3645 Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8 2013-01-23 15:49:43 -08:00
Tinderbox User 1c7322992f update copyright notice 2013-01-23 23:45:26 +00:00
Evan Hunt 8d025e23e3 [v9_8] fix dns_request_createvia assert
3474.	[bug]		nsupdate could assert when the local and remote
			address families didn't match. [RT #22897]
(cherry picked from commit ffff5d6792)
2013-01-23 15:43:58 -08:00
Evan Hunt 84b22f9e54 [v9_8] dump masterfile after successful xfrin
3470.	[bug]		Slave zones could fail to dump when successfully
			refreshing after an initial failure. [RT #31276]
(cherry picked from commit 214836c184)
(cherry picked from commit ddfed3060a)
2013-01-22 16:03:08 -08:00
Tinderbox User 77b46e925e update copyright notice 2013-01-17 23:45:27 +00:00
Mark Andrews 1b786a12df add POST's 2013-01-17 23:26:13 +11:00
Mark Andrews 85f1b8ccfe s/head/tail/ 2013-01-17 21:46:00 +11:00
Mark Andrews 8ae4fbc535 Silence "Access to field 'refs' results in a dereference of a null pointer" by adding appropriate assertions. 2013-01-17 14:40:16 +11:00
Mark Andrews 14d0298b1c Silence "Use of memory after it is freed" by asserting the head and tail of list are not the element after it is unlinked from the list. 2013-01-17 14:22:39 +11:00
Tinderbox User 5508bb2b3c update copyright notice 2013-01-15 23:45:23 +00:00
Mark Andrews 5aac307269 silence compiler warning: Value stored to '?' is never used 2013-01-16 07:13:38 +11:00
Tinderbox User 3983411d09 update copyright notice 2013-01-11 23:45:29 +00:00
Mark Andrews b6c945b3cc fix typo 2013-01-11 17:47:19 +11:00
Mark Andrews 4541d35e11 add dns_zone_clearqueryaoncl, dns_zone_getqueryaoncl 2013-01-11 16:54:12 +11:00
Mark Andrews 8746784236 windows snprint support 2013-01-11 16:27:04 +11:00
Mark Andrews 1d021c0ac3 3465. [bug] Handle isolated reserved ports. [RT #31778] 2013-01-11 14:12:18 +11:00
Mark Andrews 881e8054cc 9.8.5b1 2013-01-11 11:53:57 +11:00
Tinderbox User 855dfec81c update copyright notice 2013-01-10 23:45:31 +00:00
Mark Andrews 9ad7445961 3461. [bug] Negative responses could incorrectly have AD=1
set. [RT #32237]
2013-01-10 22:17:59 +11:00
Mark Andrews b7bca4efa8 remove dead code 2013-01-10 18:12:06 +11:00
Tinderbox User 32e84f21bf update copyright notice 2013-01-09 23:45:26 +00:00
Mark Andrews 3e79b9fc43 3458. [bug] Return FORMERR when presented with a overly long
domain named in a request. [RT #29682]
2013-01-10 10:34:13 +11:00
Mark Andrews 7abb2585e7 3457. [protocol] Add ILNP records (NID, LP, L32, L64). [RT #31836] 2013-01-10 08:35:55 +11:00
Mark Andrews b22b195fa6 remove dead code 2013-01-09 21:51:33 +11:00
Mark Andrews aa384dac02 use known length for known algorithns in fromtext_dlv cf fromtext_ds 2013-01-09 21:10:24 +11:00
Mark Andrews 27392fab09 3373. [bug] win32: open raw files in binary mode. [RT #30944]
was not complete openfile_raw should be using mode "rb" rather than "r".
2013-01-09 17:07:11 +11:00
Mark Andrews c6473ea18b 3454. [port] sparc64: improve atomic support. [RT #25182] 2013-01-09 12:57:01 +11:00
Tinderbox User 3db8d81fee update copyright notice 2013-01-08 23:45:22 +00:00
Mark Andrews 816a02d890 3452. [bug] Accept duplicate singlton records. [RT #32329] 2013-01-08 10:59:34 +11:00
Tinderbox User 6200183fc8 update copyright notice 2013-01-06 23:45:22 +00:00
Mark Andrews 91b1172fa2 3451. [port] Increase per thread stack size from 64K to 1M.
[RT #32230]
2013-01-07 09:54:19 +11:00
Mark Andrews de429de4a1 remove dead code 2013-01-06 07:47:41 +11:00
Tinderbox User 7d58f3ac85 update copyright notice 2013-01-04 23:45:25 +00:00
Mark Andrews 26471b8b04 make static 2013-01-05 00:33:19 +11:00
Mark Andrews a141820508 silence compiler warning 2013-01-04 15:57:41 +11:00
Evan Hunt 8b0f22ca4c [v9_8] add print.h 2013-01-03 18:23:52 -08:00
Mark Andrews 66e6de354c 3445. [bug] Warn about zone files with blank owner names
immediately after $ORIGIN directives. [RT #31848]

Conflicts:
	lib/dns/tests/master_test.c
2013-01-04 12:28:27 +11:00
Mark Andrews d18be3daa1 3449. [bug] gen.c: use the pre-processor to construct format
strings so that compiler can perform sanity checks;
                        check the snprintf results. [RT #17576]
2013-01-04 11:08:35 +11:00
Tinderbox User 5acabcd960 update copyright notice 2013-01-02 23:45:24 +00:00
Tinderbox User 3a06580b03 update copyright notice 2013-01-01 23:45:21 +00:00