Commit Graph
20007 Commits
Author SHA1 Message Date
Tinderbox User bc34f1f52f newcopyrights 2013-01-04 23:30:09 +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 57ebb96f75 [v9_8] show signzone errors in pkcs11 test 2013-01-03 19:56:07 -08:00
Evan Hunt 8b0f22ca4c [v9_8] add print.h 2013-01-03 18:23:52 -08:00
Mark Andrews a390c5aa3c Merge remote-tracking branch 'refs/remotes/origin/v9_8' into v9_8 2013-01-04 12:29:48 +11: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
Tinderbox User 555a5b98dd regen v9_8 2013-01-04 01:10:27 +00: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
Evan Hunt ba2599657b [v9_8] allow-query-on works now
3448.	[bug]		The allow-query-on ACL was not processed correctly.
			[RT #29486]
(cherry picked from commit 222d38735f)
(cherry picked from commit 8d9207a17b)
2013-01-03 15:15:51 -08:00
Tinderbox User 5acabcd960 update copyright notice 2013-01-02 23:45:24 +00:00
Tinderbox User fea95d9b71 newcopyrights 2013-01-02 23:30:03 +00:00
Tinderbox User 3a06580b03 update copyright notice 2013-01-01 23:45:21 +00:00
Tinderbox User 57090031d3 newcopyrights 2013-01-01 23:30:03 +00:00
Mark Andrews 8fdabf40fb 3447. [port] Add support for libxml2-2.9.x [RT #32231] 2013-01-01 23:14:53 +00:00
Mark Andrews c998c0e340 remove extranous rdata in nxrrset call as it is not ingnored in Net::DNS 0.70 2012-12-21 14:16:21 +11:00
Mark Andrews 0ea3e38951 sign_tcp_continuation doesn't work with the newer versions of
Net:DNS.  Code has been submitted so we don't need to use
the sign_tcp_continuation hack in future.
2012-12-21 13:01:51 +11:00
Tinderbox User e3b5616907 update copyright notice 2012-12-20 23:45:21 +00:00
Evan Hunt c00996b11e [v9_8] remove unnecessary memcpy 2012-12-20 10:34:27 -08:00
Mark Andrews 0628f0d52c TSIG no longer has a mac_size method; arcount no longer need to be adjusted 2012-12-21 00:31:26 +11:00
Mark Andrews 409982445b update 2012-12-20 11:57:10 +11:00
Mark Andrews 6159631a94 adjust test to account for blank owner after origin now being rejected 2012-12-19 14:37:41 +11:00
Mark Andrews 5d8b48328a -H not -i sets iterations 2012-12-19 14:18:41 +11:00
Mark Andrews 0d0dd1aa43 remove redundant $ORIGINs 2012-12-19 13:35:08 +11:00
Mark Andrews 9720bc060e silence signed/unsigned warning; rename log -> fctx_log 2012-12-19 12:40:53 +11:00
Evan Hunt f0d2f11738 [v9_8] include SRCID in windows builds
3446.	[port]		win32: Add source ID (see change #3400) to build.
			[RT #31683]
(cherry picked from commit 2dd959aa18)
2012-12-18 16:31:05 -08:00
Evan Hunt cdea02bf60 [v9_8] reject $ORIGIN before inherited name
3445.	[bug]		Reject zone files with blank owner names immediately
			after $ORIGIN directives. [RT #31848]
(cherry picked from commit 3ad3e9c948)
2012-12-18 16:24:09 -08:00
Tinderbox User 1195f0f7da update copyright notice 2012-12-18 23:45:23 +00:00
Mark Andrews d9e46ed9d3 Merge branch 'v9_8' of repo.isc.org:/proj/git/prod/bind9 into v9_8
Conflicts:
	CHANGES
2012-12-19 10:37:16 +11:00
Mark Andrews db77850ece 3443. [bug] The NOQNAME proof was not being returned from cached
insecure responses. [RT #21409]

Conflicts:
	bin/tests/system/conf.sh.in
	lib/dns/include/dns/nsec.h
2012-12-19 10:15:14 +11:00
Evan Hunt a5382c7acc [v9_8] support all algorithms in ddns-confgen
3443.	[bug]		ddns-confgen: Some TSIG algorithms were incorrectly
			rejected when generating keys. [RT #31927]
(cherry picked from commit 53402b52b6)
2012-12-18 15:00:47 -08:00
Mark Andrews 705f2c786c 3442. [port] Net::DNS 0.69 introduced a non backwards compatible
change. [RT #32216]
2012-12-19 08:49:02 +11:00
Mark Andrews aeca8e80a6 Net::DNS 0.{70,71} doesn't force the TTL to zero for yxrrset, nxrrset and rr_del 2012-12-18 11:44:54 +11:00
Tinderbox User 7b54135a2c update copyright notice 2012-12-14 23:45:25 +00:00
Tinderbox User 2106ee26df newcopyrights 2012-12-14 23:30:05 +00:00
Mark Andrews 471a3a72da don't wipe out named.run when restarting 2012-12-14 17:48:25 +11:00
Mark Andrews fc9778e810 3441. [maint] D.ROOT-SERVERS.NET is now 199.7.91.13. 2012-12-14 12:49:00 +11:00
Mark Andrews f790d7bda0 3440. [bug] Reorder get_key_struct to not trigger a assertion when
cleaning up due to out of memory error. [RT #32131]
2012-12-13 11:19:19 +11:00
Tinderbox User 036e5c38fb newcopyrights 2012-12-11 23:30:05 +00:00
Mark Andrews cdcee691fc 3439. [bug] contrib/dlz error checking fixes. [RT #32102]
Conflicts:
	contrib/dlz/example/dlz_example.c
	contrib/dlz/example/dlz_minimal.h
2012-12-11 13:26:58 +11:00
Mark Andrews a06f1b6dc7 throw fatal error on realloc failure 2012-12-10 10:17:47 +11:00
Mark Andrews 4b2ff99736 silence clang --analyzer warnin by checking rdata.length 2012-12-10 08:22:01 +11:00
Tinderbox User 6671bec26d update copyright notice 2012-12-08 23:45:24 +00:00
Tinderbox User 5286f9c041 newcopyrights 2012-12-08 23:30:07 +00:00
Mark Andrews dac630a1bd RETTOK -> RETERR 2012-12-09 07:46:19 +11:00
Mark Andrews 155b56e918 isc_buffer_init -> isc_buffer_constinit 2012-12-09 07:18:58 +11:00
Mark Andrews fd2468f59a isc_buffer_init -> isc_buffer_constinit 2012-12-09 07:15:39 +11:00
Mark Andrews 05854fc4c2 DIG -> $DIG 2012-12-08 15:34:21 +11:00
Mark Andrews 75b97fd979 3438. [bug] Don't accept unknown data escape in quotes. [RT #32031]
Squashed commit of the following:

commit 7ad3daade513c94a1c92ee7c91c112f161d13ef4
Author: Mark Andrews <marka@isc.org>
Date:   Mon Dec 3 15:03:44 2012 +1100

    look at the second token to determine if a TXT record in of unknown format or not

commit 7df32138462646f6aee84ffa56d02ac24ec8d672
Author: Mark Andrews <marka@isc.org>
Date:   Mon Dec 3 12:42:18 2012 +1100

    '"\#"' was incorrectly being treated as a unknown data escape sequence.
2012-12-08 14:13:26 +11:00
Mark Andrews f749dec99d 3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialise
buffers with constant data. [RT #32064]

Squashed commit of the following:

commit 3433b96bf11f8c90ccbe412f01d02a6d8bbc2d33
Author: Mark Andrews <marka@isc.org>
Date:   Sat Dec 8 12:41:16 2012 +1100

    isc_buffer_init -> isc_buffer_constinit

commit c22dbcc1122a0a44f7b46068e0ccbc25353a57d5
Author: Mark Andrews <marka@isc.org>
Date:   Sat Dec 8 12:38:39 2012 +1100

    isc_buffer_init -> isc_buffer_constinit

commit 900820416c45c1887d0d22d7a010df60a903bd56
Author: Mark Andrews <marka@isc.org>
Date:   Sat Dec 8 12:24:19 2012 +1100

    remove isc_buffer_reconstinit

commit f815711c17b05f9961786a90b9bae902d3c01494
Author: Mark Andrews <marka@isc.org>
Date:   Wed Dec 5 15:42:57 2012 +1100

    add isc_buffer_constinit
2012-12-08 12:53:31 +11:00