Commit Graph
23152 Commits
Author SHA1 Message Date
Tinderbox User 4aec484324 newcopyrights 2015-02-06 23:30:22 +00:00
Evan Hunt 82843574c9 [master] fix keytable test 2015-02-06 14:08:28 -08:00
Evan Hunt fecf151504 [master] better formatting fix 2015-02-06 00:04:19 -08:00
Evan Hunt 29beab1340 [master] fix "initialize with revoked key" test, add missing newline 2015-02-05 23:53:36 -08:00
Evan Hunt ef3cf42de0 [master] remove a change inadvertently committed 2015-02-05 23:34:14 -08:00
Mark Andrews e785f9c1c7 4057. [bug] 'dnssec-dsfromkey -T 0' failed to add ttl field.
[RT #38565]
2015-02-06 17:01:50 +11:00
Mark Andrews b1de3a999c use $PERL 2015-02-06 16:58:39 +11:00
Mark Andrews 29fc1a4197 <isc/print.h> 2015-02-06 13:30:22 +11:00
Evan Hunt 591389c7d4 [master] 5011 tests and fixes
4056.	[bug]		Expanded automatic testing of trust anchor
			management and fixed several small bugs including
			a memory leak and a possible loss of key state
			information. [RT #38458]

4055.	[func]		"rndc managed-keys" can be used to check status
			of trust anchors or to force keys to be refreshed,
			Also, the managed keys data file has easier-to-read
			comments.  [RT #38458]
2015-02-05 17:18:15 -08:00
Tinderbox User de283bda6a regen master 2015-02-06 01:04:48 +00:00
Tinderbox User c7f686829f newcopyrights 2015-02-05 23:30:03 +00:00
Francis Dupont 96bb3555e9 restore mdig.c 2015-02-05 13:34:18 +01:00
Francis Dupont 088a5ec3df add missing mdig.* in copyright 2015-02-05 13:30:06 +01:00
Francis Dupont b2fd46f683 add print.h in mdig.c 2015-02-05 13:25:38 +01:00
Francis Dupont 7768b049c0 add missing mdig.* files 2015-02-05 13:23:35 +01:00
Mark Andrews f4b1e7b656 isc_net_pton is conditionally built, use inet_pton 2015-02-05 15:20:02 +11:00
Tinderbox User 724df78acd update copyright notice / whitespace 2015-02-04 23:45:21 +00:00
Tinderbox User ee11dfc481 newcopyrights 2015-02-04 23:30:03 +00:00
Mark Andrews a85cae8232 add <isc/print.h> 2015-02-05 08:22:09 +11:00
Mark Andrews 12c65cbb20 actually add bin/tools/mdig.c 2015-02-05 07:56:05 +11:00
Mark Andrews d2a50c9ba8 cast to (unsigned long) to silence format warning 2015-02-05 07:50:24 +11:00
Francis Dupont 1059bc2e42 added mdig tool 2015-02-04 14:22:32 +01:00
Evan Hunt 801fb8b894 [master] avoid crash due to managed-key rollover
4053.	[security]	Revoking a managed trust anchor and supplying
			an untrusted replacement could cause named
			to crash with an assertion failure.
			(CVE-2015-1349) [RT #38344]
2015-02-03 18:25:28 -08:00
Tinderbox User 9c716f839c regen master 2015-02-04 01:04:44 +00:00
Tinderbox User 92059a966a update copyright notice / whitespace 2015-02-03 23:46:29 +00:00
Tinderbox User 572048aa7b newcopyrights 2015-02-03 23:30:03 +00:00
Evan Hunt 7267d1f335 [master] clarify edns-udp-size doc 2015-02-03 13:35:34 -08:00
Mukund Sivaraman e3e783a0e9 Update notes.xml for #38454 2015-02-03 12:07:28 +05:30
Mukund Sivaraman 2696ceb4d4 Fix a Valgrind warning about use of uninitialized memory (as part of #38454) 2015-02-03 11:43:34 +05:30
Mukund Sivaraman 4eefa351cc Fix a leak of query fetchlock (#38454)
4052.	[bug]		Fix a leak of query fetchlock. [RT #38454]
2015-02-03 11:42:58 +05:30
Mukund Sivaraman fe12a8f107 Fix a leak of pthread_mutexattr_t (#38454)
4051.	[bug]		Fix a leak of pthread_mutexattr_t. [RT #38454]
2015-02-03 11:42:06 +05:30
Evan Hunt d8890e779c [master] silence RPZ log messages
4050.	[cleanup]	Silence occasional spurious "duplicate query" log
			messages from RPZ. [RT #38510]
2015-02-02 15:49:36 -08:00
Tinderbox User f72460c717 update copyright notice / whitespace 2015-01-30 23:45:24 +00:00
Tinderbox User 00ce5d1add newcopyrights 2015-01-30 23:30:03 +00:00
Mark Andrews e77ef50a57 4049. [bug] CDS and CDNSKEY had the wrong attributes. [RT #38491] 2015-01-30 21:48:28 +11:00
Tinderbox User 59e7a41eaf update copyright notice / whitespace 2015-01-29 23:45:24 +00:00
Tinderbox User d97783f181 newcopyrights 2015-01-29 23:30:03 +00:00
Mark Andrews 7865bb3549 copy COPYRIGHT and OpenSSL Licence to Build\Release 2015-01-29 14:36:09 +11:00
Mark Andrews 4b36b9c1ff 4048. [bug] adb hash table was not being grown. [RT #38470] 2015-01-29 11:50:30 +11:00
Tinderbox User 73a1443878 regen master 2015-01-23 01:04:53 +00:00
Tinderbox User be755f4725 update copyright notice / whitespace 2015-01-22 23:45:26 +00:00
Tinderbox User e08cdffb3a newcopyrights 2015-01-22 23:30:06 +00:00
Evan Hunt 9175a4ed63 [master] fixed library version reporting
- forgot to include a CHANGES note
- disabled on windows (it fails to link)
2015-01-22 11:17:03 -08:00
Evan Hunt 84ee90b52d [master] fix 'total use' accounting
4046.   [bug]           Accounting of "total use" in memory context
                        statistics was not correct. [RT #38370]
2015-01-22 09:44:24 -08:00
Evan Hunt f885a6172e [master] silence warning 2015-01-22 09:03:24 -08:00
Francis Dupont 0ee7e491d4 Merge branch 'master' of ssh://repo.isc.org/proj/git/prod/bind9 2015-01-22 09:25:18 +01:00
Mark Andrews 875574f1e4 4045. [bug] Skip to next master on dns_request_createvia4 failure.
[RT #25185]
2015-01-22 15:56:50 +11:00
Mark Andrews b3c4c896e3 initialise fp 2015-01-22 12:14:45 +11:00
Tinderbox User 3e240d6559 regen master 2015-01-22 01:04:47 +00:00
Tinderbox User 39f68d7b64 update copyright notice / whitespace 2015-01-21 23:45:24 +00:00