]>
git.ipfire.org Git - thirdparty/bind9.git/log
Tinderbox User [Fri, 4 Aug 2017 23:46:19 +0000 (23:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Fri, 4 Aug 2017 23:30:11 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Fri, 4 Aug 2017 23:07:33 +0000 (16:07 -0700)]
[master] refactor resquery_response() and related functions
4669. [func] Iterative query logic in resolver.c has been
refactored into smaller functions and commented,
for improved readability, maintainability and
testability. [RT #45362]
Curtis Blackburn [Fri, 4 Aug 2017 01:02:04 +0000 (18:02 -0700)]
fix pthread_np.h detection
[rt45680]
Tinderbox User [Thu, 3 Aug 2017 23:46:14 +0000 (23:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Wed, 2 Aug 2017 23:47:04 +0000 (23:47 +0000)]
newcopyrights
Mark Andrews [Wed, 2 Aug 2017 22:42:27 +0000 (08:42 +1000)]
4668. [bug] Use localtime_r and gmtime_r for thread safety.
[RT #45664]
Mark Andrews [Wed, 2 Aug 2017 02:40:58 +0000 (12:40 +1000)]
remove bin/tests/rdata_test.c
Tinderbox User [Wed, 2 Aug 2017 01:09:18 +0000 (01:09 +0000)]
regen master
Tinderbox User [Tue, 1 Aug 2017 23:46:29 +0000 (23:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Tue, 1 Aug 2017 23:30:13 +0000 (23:30 +0000)]
newcopyrights
Michał Kępień [Tue, 25 Jul 2017 05:34:27 +0000 (07:34 +0200)]
[master] Refactor RDATA unit tests
4667. [cleanup] Refactor RDATA unit tests. [RT #45610]
Mark Andrews [Tue, 1 Aug 2017 02:25:31 +0000 (12:25 +1000)]
copyrights
Mark Andrews [Tue, 1 Aug 2017 02:09:34 +0000 (12:09 +1000)]
handle .key and .private files
Tinderbox User [Tue, 1 Aug 2017 01:08:53 +0000 (01:08 +0000)]
regen master
Evan Hunt [Mon, 31 Jul 2017 17:43:57 +0000 (10:43 -0700)]
[master] parse numeric domain names correctly
4666. [bug] dnssec-keymgr: Domain names beginning with digits (0-9)
could cause a parser error when reading the policy
file. This now works correctly so long as the domain
name is quoted. [RT #45641]
Evan Hunt [Mon, 31 Jul 2017 17:17:11 +0000 (10:17 -0700)]
[master] revise CHANGES note and add release note
Francis Dupont [Mon, 31 Jul 2017 13:26:00 +0000 (15:26 +0200)]
Added
Ed25519 support (#44696)
Tinderbox User [Sat, 29 Jul 2017 01:10:15 +0000 (01:10 +0000)]
regen master
Tinderbox User [Fri, 28 Jul 2017 23:46:10 +0000 (23:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Fri, 28 Jul 2017 23:30:28 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Fri, 28 Jul 2017 19:57:50 +0000 (12:57 -0700)]
[master] glue-cache option
4664. [func] Add a "glue-cache" option to enable or disable the
glue cache. The default is "no" to reduce memory
usage, but enabling this option will improve
performance in delegation-heavy zones. [RT #45125]
Evan Hunt [Fri, 28 Jul 2017 19:22:31 +0000 (12:22 -0700)]
[master] remove unnecessary acronym expansions
Michał Kępień [Wed, 7 Jun 2017 07:02:06 +0000 (09:02 +0200)]
[master] Clarify error message printed by dnssec-dsfromkey
4663. [cleanup] Clarify error message printed by dnssec-dsfromkey.
[RT #21731]
Evan Hunt [Fri, 28 Jul 2017 07:13:05 +0000 (00:13 -0700)]
[master] Maintain ZEROTTL cache entries at the tail of the LRU lists
4662. [performance] Improve cache memory cleanup of zero TTL records
by putting them at the tail of LRU header lists.
[RT #45274]
Evan Hunt [Fri, 28 Jul 2017 07:02:17 +0000 (00:02 -0700)]
[master] race condition when reloading while resigning
4661. [bug] A race condition could occur if a zone was reloaded
while resigning, triggering a crash in
rbtdb.c:closeversion(). [RT #45276]
Mark Andrews [Fri, 28 Jul 2017 06:06:51 +0000 (16:06 +1000)]
4660. [bug] Remove spurious "peer" from Windows socket log
messages. [RT #45617]
Mark Andrews [Fri, 28 Jul 2017 06:02:52 +0000 (16:02 +1000)]
4659. [bug] Remove spurious log message about lmdb-mapsize
not being supported when parsing builtin
configuration file. [RT #45618]
Mark Andrews [Fri, 28 Jul 2017 05:58:52 +0000 (15:58 +1000)]
add semicolon
Mark Andrews [Fri, 28 Jul 2017 05:54:45 +0000 (15:54 +1000)]
4658. [bug] Clean up build directory created by "setup.py install"
immediately. [RT #45628]
Tinderbox User [Thu, 27 Jul 2017 23:48:36 +0000 (23:48 +0000)]
update copyright notice / whitespace
Tinderbox User [Thu, 27 Jul 2017 23:39:36 +0000 (23:39 +0000)]
newcopyrights
Evan Hunt [Thu, 27 Jul 2017 22:41:58 +0000 (15:41 -0700)]
[master] fix typo in BADCDS
Tinderbox User [Wed, 26 Jul 2017 23:46:18 +0000 (23:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Wed, 26 Jul 2017 23:30:30 +0000 (23:30 +0000)]
newcopyrights
Michał Kępień [Mon, 24 Jul 2017 08:39:51 +0000 (10:39 +0200)]
[master] Properly handle errors in rrchecker system test
4657. [bug] rrchecker system test result could be improperly
determined. [RT #45602]
Evan Hunt [Wed, 26 Jul 2017 08:24:25 +0000 (01:24 -0700)]
[master] add print.h
Michał Kępień [Wed, 12 Jul 2017 07:38:24 +0000 (09:38 +0200)]
[master] Process "port" and "dscp" for "default-masters"
4656. [bug] Apply "port" and "dscp" values specified in catalog
zone's "default-masters" option to the generated
configuration of its member zones. [RT #45545]
Mark Andrews [Wed, 26 Jul 2017 06:39:26 +0000 (16:39 +1000)]
fix RT number
Tinderbox User [Mon, 24 Jul 2017 23:46:35 +0000 (23:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Mon, 24 Jul 2017 23:30:20 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Mon, 24 Jul 2017 01:36:10 +0000 (11:36 +1000)]
add model for atf_tc_fail_requirement
Mark Andrews [Sat, 22 Jul 2017 21:11:37 +0000 (07:11 +1000)]
4655. [bug] Lack of seccomp could be falsely reported. [RT #45599]
Tinderbox User [Fri, 21 Jul 2017 23:46:06 +0000 (23:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Fri, 21 Jul 2017 23:30:17 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Fri, 21 Jul 2017 01:52:24 +0000 (11:52 +1000)]
4654. [cleanup] Don't use C++ keywords delete, new and namespace.
[RT #45538]
Tinderbox User [Thu, 20 Jul 2017 23:45:27 +0000 (23:45 +0000)]
update copyright notice / whitespace
Tinderbox User [Thu, 20 Jul 2017 23:30:07 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Thu, 20 Jul 2017 01:52:03 +0000 (11:52 +1000)]
4653. [bug] Reorder includes to move @DST_OPENSSL_INC@ and
@ISC_OPENSSL_INC@ after shipped include directories.
[RT #45581]
Tinderbox User [Wed, 19 Jul 2017 23:45:23 +0000 (23:45 +0000)]
update copyright notice / whitespace
Mark Andrews [Wed, 19 Jul 2017 23:34:23 +0000 (09:34 +1000)]
4653. [bug] Reorder includes in bin/nsupdate/Makefile.in.
[RT #45581]
Tinderbox User [Wed, 19 Jul 2017 23:30:10 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Wed, 19 Jul 2017 06:13:51 +0000 (16:13 +1000)]
add placeholder
Mark Andrews [Wed, 19 Jul 2017 05:53:01 +0000 (15:53 +1000)]
use 'test "constant" <condition> "$variable"' [RT #45486]
Mark Andrews [Wed, 19 Jul 2017 05:35:41 +0000 (15:35 +1000)]
4651. [bug] Nsupdate could attempt to use a zeroed address on
server timeout. [RT #45417]
(cherry picked from commit
dac36869f3ec3a097eddc393a050c804f72ce5b7 )
Mark Andrews [Wed, 19 Jul 2017 05:34:44 +0000 (15:34 +1000)]
4651. [bug] Nsupdate could attempt to use a zeroed address on
server timeout. [RT #45417]
(cherry picked from commit
38edf586f9756a264e4b1f2a33fa6faa22a12557 )
Mark Andrews [Wed, 19 Jul 2017 04:34:15 +0000 (14:34 +1000)]
4650. [test] Silence coverity warnings in tsig_test.c. [RT #45528]
Evan Hunt [Sun, 16 Jul 2017 20:56:30 +0000 (13:56 -0700)]
[master] update api ranges
Tinderbox User [Sun, 16 Jul 2017 01:07:52 +0000 (01:07 +0000)]
regen master
Evan Hunt [Sat, 15 Jul 2017 20:56:34 +0000 (13:56 -0700)]
[master] update relnotes to mention termination of windows XP support
Tinderbox User [Wed, 12 Jul 2017 01:09:15 +0000 (01:09 +0000)]
regen master
Mark Andrews [Tue, 11 Jul 2017 03:29:19 +0000 (13:29 +1000)]
note change in AD setting on some truncated answers
Mark Andrews [Tue, 11 Jul 2017 02:43:31 +0000 (12:43 +1000)]
add note about .local
Mark Andrews [Tue, 11 Jul 2017 02:12:12 +0000 (12:12 +1000)]
sort *_test@EXEEXT@ rule sets
Tinderbox User [Tue, 11 Jul 2017 01:46:41 +0000 (01:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Tue, 11 Jul 2017 01:45:43 +0000 (01:45 +0000)]
newcopyrights
Mark Andrews [Mon, 10 Jul 2017 00:36:56 +0000 (10:36 +1000)]
4649. [bug] The wrong zone was logged when a catalog zone is added.
[RT #45520]
Tinderbox User [Sun, 9 Jul 2017 23:45:34 +0000 (23:45 +0000)]
update copyright notice / whitespace
Tinderbox User [Sun, 9 Jul 2017 23:30:09 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Sun, 9 Jul 2017 23:06:13 +0000 (09:06 +1000)]
4648. [bug] "rndc reconfig" on a slave no longer causes all member
zones of configured catalog zones to be removed from
configuration. [RT #45310]
Tinderbox User [Sat, 8 Jul 2017 01:12:04 +0000 (01:12 +0000)]
regen master
Tinderbox User [Fri, 7 Jul 2017 23:45:38 +0000 (23:45 +0000)]
update copyright notice / whitespace
Tinderbox User [Fri, 7 Jul 2017 23:30:11 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Fri, 7 Jul 2017 14:47:59 +0000 (00:47 +1000)]
add #include <isc/print.h>
Mark Andrews [Fri, 7 Jul 2017 13:19:05 +0000 (23:19 +1000)]
4647. [bug] Change 4643 broke verification of TSIG signed TCP
message sequences where not all the messages contain
TSIG records. These may be used in AXFR and IXFR
responses. [RT #45509]
Mukund Sivaraman [Fri, 7 Jul 2017 12:02:36 +0000 (17:32 +0530)]
Fix typo in configure output
Mark Andrews [Wed, 5 Jul 2017 02:05:07 +0000 (12:05 +1000)]
placeholder
Ray Bellis [Tue, 4 Jul 2017 11:12:11 +0000 (12:12 +0100)]
fixed new warning with previous iOS patch
Ray Bellis [Tue, 4 Jul 2017 10:51:36 +0000 (11:51 +0100)]
fix warnings from iOS build of dig
Mark Andrews [Tue, 4 Jul 2017 05:53:12 +0000 (15:53 +1000)]
loop waiting for ns4/managed-keys.bind to be written
Tinderbox User [Fri, 30 Jun 2017 23:45:35 +0000 (23:45 +0000)]
update copyright notice / whitespace
Tinderbox User [Fri, 30 Jun 2017 23:30:08 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Thu, 29 Jun 2017 22:53:35 +0000 (15:53 -0700)]
[master] fix RSA parsing when md5 disabled
4645. [bug] Fix PKCS#11 RSA parsing when MD5 is disabled.
[RT #45300]
Mark Andrews [Thu, 29 Jun 2017 22:40:43 +0000 (08:40 +1000)]
placeholder
Evan Hunt [Wed, 28 Jun 2017 16:11:49 +0000 (09:11 -0700)]
[master] complete change #4643
Tinderbox User [Wed, 28 Jun 2017 01:09:32 +0000 (01:09 +0000)]
regen master
Tinderbox User [Tue, 27 Jun 2017 23:45:38 +0000 (23:45 +0000)]
update copyright notice / whitespace
Tinderbox User [Tue, 27 Jun 2017 23:30:07 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Tue, 27 Jun 2017 18:57:47 +0000 (11:57 -0700)]
[master] fix API ranges (170-179 was used for two branches)
Evan Hunt [Tue, 27 Jun 2017 18:35:52 +0000 (11:35 -0700)]
[master] address TSIG bypass/forgery vulnerabilities
4643. [security] An error in TSIG handling could permit unauthorized
zone transfers or zone updates. (CVE-2017-3142)
(CVE-2017-3143) [RT #45383]
Evan Hunt [Tue, 27 Jun 2017 17:49:43 +0000 (10:49 -0700)]
[master] enhanced rfc 5011 logging
4642. [cleanup] Add more logging of RFC 5011 events affecting the
status of managed keys: newly observed keys,
deletion of revoked keys, etc. [RT #45354]
Tinderbox User [Mon, 26 Jun 2017 23:45:38 +0000 (23:45 +0000)]
update copyright notice / whitespace
Tinderbox User [Mon, 26 Jun 2017 23:30:08 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Mon, 26 Jun 2017 02:22:13 +0000 (12:22 +1000)]
copyrights
Mark Andrews [Mon, 26 Jun 2017 02:05:35 +0000 (12:05 +1000)]
'name' should be on isc_thread_setname argument not isc_thread_create
(cherry picked from commit
15471a63a24538f871541e36b320f3c4d4be8f1e )
Mark Andrews [Mon, 26 Jun 2017 00:00:42 +0000 (10:00 +1000)]
4641. [cleanup] Parallel builds (make -j) could fail with --with-atf /
--enable-developer. [RT #45373]
Mark Andrews [Fri, 23 Jun 2017 07:17:28 +0000 (17:17 +1000)]
4640. [bug] If query_findversion failed in query_getdb due to
memory failure the error status was incorrectly
discarded. [RT #45331]
Michał Kępień [Fri, 16 Jun 2017 07:07:36 +0000 (09:07 +0200)]
4639. [bug] Fix a regression in --with-tuning reporting introduced
by change 4488. [RT #45396]
Tinderbox User [Tue, 20 Jun 2017 23:45:25 +0000 (23:45 +0000)]
update copyright notice / whitespace
Tinderbox User [Tue, 20 Jun 2017 23:30:08 +0000 (23:30 +0000)]
newcopyrights