]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
6 years agoMerge branch '1308-fail-the-tcp-system-test-when-ans6-fails' into 'master'
Michał Kępień [Tue, 19 Nov 2019 14:51:01 +0000 (14:51 +0000)] 
Merge branch '1308-fail-the-tcp-system-test-when-ans6-fails' into 'master'

Fail the "tcp" system test when ans6 fails

Closes #1308

See merge request isc-projects/bind9!2566

6 years agoFail the "tcp" system test when ans6 fails
Michał Kępień [Tue, 19 Nov 2019 14:26:56 +0000 (15:26 +0100)] 
Fail the "tcp" system test when ans6 fails

Make the "tcp" system test fail if the Python tool used for establishing
TCP connections (ans6) logs a result different than "OK" after
processing a command sent to it (as that means the tool was unable to
successfully perform the requested action), with the exception of
cleanup errors at the end of the test which can be safely ignored.  Note
that the tool not returning any result at all in 10 seconds is still a
fatal error in all cases.

6 years agoMerge branch '1377-threadsanitizer-data-race-astack-c-64-in-isc_astack_pop' into...
Ondřej Surý [Tue, 19 Nov 2019 10:03:09 +0000 (10:03 +0000)] 
Merge branch '1377-threadsanitizer-data-race-astack-c-64-in-isc_astack_pop' into 'master'

Fix missing lock around pos and destroy mutex in isc_astack_destroy

Closes #1377

See merge request isc-projects/bind9!2588

6 years agoMerge branch '1299-parse-commandline-code-should-be-done-in-alphabetical-order' into...
Mark Andrews [Tue, 19 Nov 2019 09:31:52 +0000 (09:31 +0000)] 
Merge branch '1299-parse-commandline-code-should-be-done-in-alphabetical-order' into 'master'

Resolve "Parse commandline code should be done in alphabetical order"

Closes #1299

See merge request isc-projects/bind9!2559

6 years agoFix missing lock around pos and destroy mutex in isc_astack_destroy
Ondřej Surý [Tue, 19 Nov 2019 06:10:07 +0000 (14:10 +0800)] 
Fix missing lock around pos and destroy mutex in isc_astack_destroy

6 years agoalphabetize command line switch
Mark Andrews [Mon, 11 Nov 2019 04:58:23 +0000 (15:58 +1100)] 
alphabetize command line switch

6 years agoMerge branch '1344-threadsanitizer-data-race-rbtdb-c-2987-in-bind_rdataset' into...
Mark Andrews [Tue, 19 Nov 2019 08:20:08 +0000 (08:20 +0000)] 
Merge branch '1344-threadsanitizer-data-race-rbtdb-c-2987-in-bind_rdataset' into 'master'

Resolve "ThreadSanitizer: data race rbtdb.c:2987 in bind_rdataset"

Closes #1344

See merge request isc-projects/bind9!2587

6 years agoadd CHANGES
Mark Andrews [Tue, 19 Nov 2019 06:33:05 +0000 (17:33 +1100)] 
add CHANGES

6 years agomake header->count atomic
Mark Andrews [Tue, 19 Nov 2019 05:53:36 +0000 (16:53 +1100)] 
make header->count atomic

6 years agoMerge branch 'ondrej/dont-call-dns_adb_endupdfetch-for-TCP-queries' into 'master'
Ondřej Surý [Mon, 18 Nov 2019 19:47:53 +0000 (19:47 +0000)] 
Merge branch 'ondrej/dont-call-dns_adb_endupdfetch-for-TCP-queries' into 'master'

lib/dns/resolver.c: Call dns_adb_endudpfetch() only for UDP queries

See merge request isc-projects/bind9!2580

6 years agolib/dns/resolver.c: Call dns_adb_endudpfetch() only for UDP queries
Ondřej Surý [Sun, 13 Oct 2019 14:33:22 +0000 (16:33 +0200)] 
lib/dns/resolver.c: Call dns_adb_endudpfetch() only for UDP queries

The dns_adb_beginudpfetch() is called only for UDP queries, but
the dns_adb_endudpfetch() is called for all queries, including
TCP.  This messages the quota counting in adb.c.

6 years agoMerge branch 'ondrej/switch-coccinelle-job-to-buster' into 'master'
Ondřej Surý [Mon, 18 Nov 2019 17:58:54 +0000 (17:58 +0000)] 
Merge branch 'ondrej/switch-coccinelle-job-to-buster' into 'master'

Switch coccinelle job to buster

See merge request isc-projects/bind9!2582

6 years agoInstalling coccinelle on Debian sid is broken, switch to Debian buster
Ondřej Surý [Mon, 18 Nov 2019 17:07:01 +0000 (01:07 +0800)] 
Installing coccinelle on Debian sid is broken, switch to Debian buster

6 years agoMerge branch '1368-threadsanitizer-can-t-handle-more-than-64-mutexes' into 'master'
Ondřej Surý [Mon, 18 Nov 2019 07:30:35 +0000 (07:30 +0000)] 
Merge branch '1368-threadsanitizer-can-t-handle-more-than-64-mutexes' into 'master'

lib/dns/adb.c:

Closes #1368

See merge request isc-projects/bind9!2579

6 years agolib/dns/adb.c: don't use more than 64 lock simultaneously when run under TSAN
Witold Kręcicki [Tue, 22 Jan 2019 09:47:18 +0000 (10:47 +0100)] 
lib/dns/adb.c: don't use more than 64 lock simultaneously when run under TSAN

 - TSAN can't handle more than 64 locks in one thread, lock ADB bucket-by-bucket
   in TSAN mode. This means that the dump won't be consistent but it's good
   enough for testing

 - Use proper order when unlocking adb->namelocks and adb->entrylocks when
   dumping ADB.

6 years agoMerge branch 'prep-release' into security-master v9.15.6
Tinderbox User [Sun, 17 Nov 2019 07:59:22 +0000 (07:59 +0000)] 
Merge branch 'prep-release' into security-master

6 years agoMerge branch 'security-client-connection-limit' into security-master
Evan Hunt [Fri, 15 Nov 2019 23:33:19 +0000 (15:33 -0800)] 
Merge branch 'security-client-connection-limit' into security-master

6 years agoprep 9.15.6
Tinderbox User [Sun, 17 Nov 2019 07:25:57 +0000 (07:25 +0000)] 
prep 9.15.6

6 years agoCHANGES, release note.
Evan Hunt [Fri, 8 Nov 2019 02:38:00 +0000 (18:38 -0800)] 
CHANGES, release note.

6 years agoclean up comments
Evan Hunt [Fri, 15 Nov 2019 21:22:13 +0000 (13:22 -0800)] 
clean up comments

6 years agofix a problem with the mem_test unit test
Witold Kręcicki [Fri, 15 Nov 2019 12:30:04 +0000 (13:30 +0100)] 
fix a problem with the mem_test unit test

isc_mem_traceflag_test messes with stdout/stderr, which can cause
problems with subsequent tests (no output, libuv problems).  Moving that
test case to the end ensures there are no side effects.

6 years agonetmgr: close uv_loop properly
Witold Kręcicki [Fri, 15 Nov 2019 11:15:03 +0000 (12:15 +0100)] 
netmgr: close uv_loop properly

close the uv_handle for the worker async channel, and call
uv_loop_close() on shutdown to ensure that the event loop's
internal resources are properly freed.

6 years agoensure isc_queue_t is aligned to double-cacheline size
Witold Kręcicki [Fri, 15 Nov 2019 09:47:08 +0000 (10:47 +0100)] 
ensure isc_queue_t is aligned to double-cacheline size

6 years agoplace a limit on pipelined queries that can be processed simultaneously
Evan Hunt [Fri, 8 Nov 2019 18:52:49 +0000 (10:52 -0800)] 
place a limit on pipelined queries that can be processed simultaneously

when the TCPDNS_CLIENTS_PER_CONN limit has been exceeded for a TCP
DNS connection, switch to sequential mode to ensure that memory cannot
be exhausted by too many simultaneous queries.

6 years agoMerge branch 'each-ds-anchor-mirror-zones' into 'master'
Evan Hunt [Mon, 18 Nov 2019 02:59:08 +0000 (02:59 +0000)] 
Merge branch 'each-ds-anchor-mirror-zones' into 'master'

add support for DS trust anchors in mirror zone verification

See merge request isc-projects/bind9!2576

6 years agoadd support for DS trust anchors in mirror zone verification
Evan Hunt [Sun, 17 Nov 2019 20:14:40 +0000 (12:14 -0800)] 
add support for DS trust anchors in mirror zone verification

6 years agoMerge branch '1119-make-lib/ns-thread-sanitizer-clean' into 'master'
Evan Hunt [Mon, 18 Nov 2019 01:43:06 +0000 (01:43 +0000)] 
Merge branch '1119-make-lib/ns-thread-sanitizer-clean' into 'master'

Make lib/ns Thread Sanitizer clean

See merge request isc-projects/bind9!2366

6 years agoMake lib/ns Thread Sanitizer clean
Ondřej Surý [Thu, 4 Jul 2019 13:45:06 +0000 (15:45 +0200)] 
Make lib/ns Thread Sanitizer clean

6 years agoMerge branch '1119-tsan-lib/dns/tests/zt_test.c' into 'master'
Evan Hunt [Mon, 18 Nov 2019 01:40:59 +0000 (01:40 +0000)] 
Merge branch '1119-tsan-lib/dns/tests/zt_test.c' into 'master'

Use atomic_bool for variables shared among threads to make zt_test.c thread-safe

See merge request isc-projects/bind9!2361

6 years agoUse atomic_bool for variables shared among threads to make zt_test.c thread-safe
Ondřej Surý [Thu, 4 Jul 2019 09:04:52 +0000 (11:04 +0200)] 
Use atomic_bool for variables shared among threads to make zt_test.c thread-safe

6 years agoMerge branch '1119-tsan-lib/isc/tests/socket_test.c' into 'master'
Ondřej Surý [Sun, 17 Nov 2019 14:55:24 +0000 (14:55 +0000)] 
Merge branch '1119-tsan-lib/isc/tests/socket_test.c' into 'master'

Change the shared completion->done variable to atomic_bool in socket_test.c

See merge request isc-projects/bind9!2362

6 years agoChange the shared completion->done variable to atomic_bool in socket_test.c
Ondřej Surý [Thu, 4 Jul 2019 11:51:47 +0000 (13:51 +0200)] 
Change the shared completion->done variable to atomic_bool in socket_test.c

6 years agoMerge branch '1313-master-failing-to-build-on-macos-high-sierra' into 'master'
Ondřej Surý [Sat, 16 Nov 2019 05:22:05 +0000 (05:22 +0000)] 
Merge branch '1313-master-failing-to-build-on-macos-high-sierra' into 'master'

Resolve "master failing to build on MacOS High Sierra"

Closes #1313

See merge request isc-projects/bind9!2562

6 years agoconditionally test based on USE_LIBTOOL or LD_WRAP
Mark Andrews [Wed, 13 Nov 2019 23:00:36 +0000 (10:00 +1100)] 
conditionally test based on USE_LIBTOOL or LD_WRAP

6 years agospecify the install name when building libwrap
Mark Andrews [Wed, 13 Nov 2019 02:15:48 +0000 (13:15 +1100)] 
specify the install name when building libwrap

6 years agoMacOS portability
Mark Andrews [Tue, 12 Nov 2019 05:24:49 +0000 (16:24 +1100)] 
MacOS portability

-Wl,-z,interpose is not supported.
-Wl,rpath=<path> is not supported use -Wl,rpath,<path> instead.
Use @SO@ for loadable extension.
Use -L <path> -l libwrap instead of libwrap.sa.

6 years agoMerge branch '622-ds-anchor' into 'master'
Evan Hunt [Sat, 16 Nov 2019 02:32:12 +0000 (02:32 +0000)] 
Merge branch '622-ds-anchor' into 'master'

support "initial-ds" in managed-keys

Closes #622

See merge request isc-projects/bind9!1762

6 years agoCHANGES, release notes
Evan Hunt [Thu, 19 Sep 2019 22:02:42 +0000 (15:02 -0700)] 
CHANGES, release notes

6 years agoDocument initial-ds and static-ds keywords
Evan Hunt [Thu, 19 Sep 2019 21:52:49 +0000 (14:52 -0700)] 
Document initial-ds and static-ds keywords

6 years agouse DS style trust anchors in all system tests
Evan Hunt [Thu, 19 Sep 2019 02:41:40 +0000 (19:41 -0700)] 
use DS style trust anchors in all system tests

this adds functions in conf.sh.common to create DS-style trust anchor
files. those functions are then used to create nearly all of the trust
anchors in the system tests.

there are a few exceptions:
 - some tests in dnssec and mkeys rely on detection of unsupported
   algorithms, which only works with key-style trust anchors, so those
   are used for those tests in particular.
 - the mirror test had a problem with the use of a CSK without a
   SEP bit, which still needs addressing

in the future, some of these tests should be changed back to using
traditional trust anchors, so that both types will be exercised going
forward.

6 years agoadd support for DS trust anchors in delv
Evan Hunt [Thu, 19 Sep 2019 02:45:20 +0000 (19:45 -0700)] 
add support for DS trust anchors in delv

6 years agofix root key sentinel code to send the correct key ID for DS trust anchors
Evan Hunt [Wed, 18 Sep 2019 20:04:07 +0000 (13:04 -0700)] 
fix root key sentinel code to send the correct key ID for DS trust anchors

6 years agoadd validator support for static DS-style trust anchors
Evan Hunt [Wed, 18 Sep 2019 17:03:19 +0000 (10:03 -0700)] 
add validator support for static DS-style trust anchors

6 years agorefactor create_keydata
Evan Hunt [Wed, 18 Sep 2019 03:19:59 +0000 (20:19 -0700)] 
refactor create_keydata

use empty placeholder KEYDATA records for all trust anchors, not just
DS-style trust anchors.

this revealed a pre-existing bug: keyfetch_done() skips keys without
the SEP bit when populating the managed-keys zone. consequently, if a
zone only has a single ZSK which is configured as trust anchor and no
KSKs, then no KEYDATA record is ever written to the managed-keys zone
when keys are refreshed.

that was how the root server in the dnssec system test was configured.
however, previously, the KEYDATA was created when the key was
initialized; this prevented us from noticing the bug until now.

configuring a ZSK as an RFC 5011 trust anchor is not forbidden by the
spec, but it is highly unusual and not well defined.  so for the time
being, I have modified the system test to generate both a KSK and ZSK
for the root zone, enabling the test to pass.

we should consider adding code to detect this condition and allow keys
without the SEP bit to be used as trust anchors if no key with the SEP
bit is available, or at minimum, log a warning.

6 years agouse DS-style trust anchor to verify 5011 key refresh query
Evan Hunt [Tue, 17 Sep 2019 16:09:41 +0000 (09:09 -0700)] 
use DS-style trust anchor to verify 5011 key refresh query

note: this also needs further refactoring.

- when initializing RFC 5011 for a name, we populate the managed-keys
  zone with KEYDATA records derived from the initial-key trust anchors.

  however, with initial-ds trust anchors, there is no key. but the
  managed-keys zone still must have a KEYDATA record for the name,
  otherwise zone_refreshkeys() won't refresh that key. so, for
  initial-ds trust anchors, we now add an empty KEYDATA record and set
  the key refresh timer so that the real keys will be looked up as soon
  as possible.

- when a key refresh query is done, we verify it against the
  trust anchor; this is done in two ways, one with the DS RRset
  set up during configuration if present, or with the keys linked
  from each keynode in the list if not.  because there are two different
  verification methods, the loop structure is overly complex and should
  be simplified.

- the keyfetch_done() and sync_keyzone() functions are both too long
  and should be broken into smaller functions.

6 years agoallow DS trust anchors to be set in keytable
Evan Hunt [Tue, 17 Sep 2019 04:06:23 +0000 (21:06 -0700)] 
allow DS trust anchors to be set in keytable

note: this is a frankensteinian kluge which needs further refactoring.

the keytable started as an RBT where the node->data points to a list of
dns_keynode structures, each of which points to a single dst_key.
later it was modified so that the list could instead point to a single
"null" keynode structure, which does not reference a key; this means
a trust anchor has been configured but the RFC 5011 refresh failed.

in this branch it is further updated to allow the first keynode in
the list to point to an rdatalist of DS-style trust anchors.  these will
be used by the validator to populate 'val->dsset' when validating a zone
key.

a DS style trust anchor can be updated as a result of RFC 5011
processing to contain DST keys instead; this results in the DS list
being freed.  the reverse is not possible; attempting to add a DS-style
trust anchor if a key-style trust anchor is already in place results
in an error.

later, this should be refactored to use rdatalists for both DS-style
and key-style trust anchors, but we're keeping the existing code for
old-style trust anchors for now.

6 years agodisallow use of DS- and key-style trust anchors for the same name
Evan Hunt [Mon, 16 Sep 2019 20:56:31 +0000 (13:56 -0700)] 
disallow use of DS- and key-style trust anchors for the same name

6 years agoread DS trust anchors in named.conf
Evan Hunt [Mon, 16 Sep 2019 06:14:51 +0000 (23:14 -0700)] 
read DS trust anchors in named.conf

(but they aren't used for anything yet)

6 years agoadd "static-ds" and "initial-ds" keywords to config parser
Evan Hunt [Mon, 16 Sep 2019 05:15:29 +0000 (22:15 -0700)] 
add "static-ds" and "initial-ds" keywords to config parser

6 years agoadd a global function to match a DS rdata to a DNSKEY
Evan Hunt [Tue, 17 Sep 2019 14:19:32 +0000 (07:19 -0700)] 
add a global function to match a DS rdata to a DNSKEY

6 years agoMerge branch '622-validator-refactoring' into 'master'
Evan Hunt [Fri, 15 Nov 2019 23:46:36 +0000 (23:46 +0000)] 
Merge branch '622-validator-refactoring' into 'master'

preliminary validator refactoring

See merge request isc-projects/bind9!2346

6 years agoCHANGES, release note
Evan Hunt [Thu, 7 Nov 2019 05:23:07 +0000 (21:23 -0800)] 
CHANGES, release note

6 years agoremove unneeded members from dns_validator
Evan Hunt [Sun, 15 Sep 2019 23:36:16 +0000 (16:36 -0700)] 
remove unneeded members from dns_validator

- val->keynode and val->seensig were set but never used.
- val->nearest, val->soaset, val->soaname, val->nsecset and val->nsec3set
  were never used at all.

6 years agosimplify validate_dnskey and seek_ds
Evan Hunt [Tue, 10 Sep 2019 23:53:28 +0000 (16:53 -0700)] 
simplify validate_dnskey and seek_ds

- pull out the code that checks whether a key was signed by a trust
  anchor into a separate function, anchor_signed().
- pull out the code that looks up a DS while validating a zone key
  into a separate function, get_dsset().
- check in create_validator() whether the sigrdataset is bound, so that
  we can always pass in &val->fsigrdataset during an insecurity proof;
  this will allow a reduction of code duplication.

6 years agocontinue renaming functions for clarity
Evan Hunt [Fri, 16 Aug 2019 23:28:18 +0000 (16:28 -0700)] 
continue renaming functions for clarity

- also simplified some calls: don't pass siginfo where val->siginfo
  is sufficient, don't INSIST where returning false is sufficient.
- also added header comments to several local functions.

6 years agoconvert if to switch in get_key
Evan Hunt [Fri, 16 Aug 2019 23:27:50 +0000 (16:27 -0700)] 
convert if to switch in get_key

6 years agorename fetch/validator callback functions for consistency and clarity
Evan Hunt [Fri, 16 Aug 2019 19:28:22 +0000 (12:28 -0700)] 
rename fetch/validator callback functions for consistency and clarity

6 years agoreorder switch in validatezonekey to similar order as seek_ds
Evan Hunt [Thu, 8 Aug 2019 15:35:21 +0000 (08:35 -0700)] 
reorder switch in validatezonekey to similar order as seek_ds

6 years agoconvert if statement to switch
Evan Hunt [Thu, 8 Aug 2019 00:49:59 +0000 (17:49 -0700)] 
convert if statement to switch

6 years agorefactor dsfetched/dsfetched2 into a common function
Evan Hunt [Thu, 8 Aug 2019 00:26:35 +0000 (17:26 -0700)] 
refactor dsfetched/dsfetched2 into a common function

6 years agorename some functions for better clarity
Evan Hunt [Wed, 7 Aug 2019 23:54:05 +0000 (16:54 -0700)] 
rename some functions for better clarity

6 years agomove some duplicate code into validate_neg_rrset()
Evan Hunt [Wed, 7 Aug 2019 06:08:36 +0000 (23:08 -0700)] 
move some duplicate code into validate_neg_rrset()

6 years agomove the 'mustbesecure' checks into markanswer()
Evan Hunt [Tue, 6 Aug 2019 23:36:28 +0000 (16:36 -0700)] 
move the 'mustbesecure' checks into markanswer()

6 years agosplit proveunsecure()
Evan Hunt [Tue, 6 Aug 2019 23:11:22 +0000 (16:11 -0700)] 
split proveunsecure()

6 years agoreduce redundant code
Evan Hunt [Tue, 6 Aug 2019 20:13:38 +0000 (13:13 -0700)] 
reduce redundant code

6 years agostyle, braces, whitespace
Evan Hunt [Tue, 6 Aug 2019 20:44:30 +0000 (13:44 -0700)] 
style, braces, whitespace

6 years agoMerge branch '1323-reenable-lib-ns-unittests' into 'master'
Mark Andrews [Fri, 15 Nov 2019 05:50:14 +0000 (05:50 +0000)] 
Merge branch '1323-reenable-lib-ns-unittests' into 'master'

Properly disable lib/ns tests when run under ASAN

Closes #1323

See merge request isc-projects/bind9!2568

6 years agoProperly disable lib/ns tests when run under ASAN
Ondřej Surý [Wed, 13 Nov 2019 08:29:04 +0000 (09:29 +0100)] 
Properly disable lib/ns tests when run under ASAN

6 years agoMerge branch '1327-update-solution-dependencies-host-and-nslookup-depend-on-libirs...
Mark Andrews [Fri, 15 Nov 2019 01:09:16 +0000 (01:09 +0000)] 
Merge branch '1327-update-solution-dependencies-host-and-nslookup-depend-on-libirs' into 'master'

Resolve "Update solution dependencies: 'dig', 'host' and 'nslookup' depend on libirs."

Closes #1327

See merge request isc-projects/bind9!2573

6 years agoAdd dependancy on libirs to dig, host, and nslookup.
Mark Andrews [Fri, 15 Nov 2019 00:16:07 +0000 (11:16 +1100)] 
Add dependancy on libirs to dig, host, and nslookup.

6 years agoMerge branch 'ondrej/fix-timer-test' into 'master'
Ondřej Surý [Wed, 13 Nov 2019 14:29:49 +0000 (14:29 +0000)] 
Merge branch 'ondrej/fix-timer-test' into 'master'

Fix the crash in the timer test

See merge request isc-projects/bind9!2557

6 years agofix netmgr setup/teardown issues; setup and teardown only once in timer_test
Evan Hunt [Wed, 13 Nov 2019 07:13:49 +0000 (23:13 -0800)] 
fix netmgr setup/teardown issues; setup and teardown only once in timer_test

- the netmgr was not correctly being specified when creating the task
  manager, and was cleaned up in the wrong order when shutting down.
- on freebsd, timer_test appears to be prone to failure if the
  netmgr is set up and torn down before and after ever test case, but
  less so if it's only set up once at the beginning and once at the
  end.

6 years agoRemove the assertions from subthreads and use global errcnt to record errors
Ondřej Surý [Tue, 12 Nov 2019 11:15:10 +0000 (12:15 +0100)] 
Remove the assertions from subthreads and use global errcnt to record errors

6 years agoLock the lasttime variable that's concurrently accessed between threads
Ondřej Surý [Tue, 12 Nov 2019 10:50:11 +0000 (11:50 +0100)] 
Lock the lasttime variable that's concurrently accessed between threads

6 years agoDirectly embed ../timer.c in timer_test.c for better assertion testing
Ondřej Surý [Sat, 9 Nov 2019 13:01:25 +0000 (14:01 +0100)] 
Directly embed ../timer.c in timer_test.c for better assertion testing

6 years agoRefactor the way we use memory context from isctest.c
Ondřej Surý [Sat, 9 Nov 2019 13:01:08 +0000 (14:01 +0100)] 
Refactor the way we use memory context from isctest.c

This commit renames isctest {mctx,lctx} to test_{mctx,lctx} and cleans
up their usage in the individual unit tests.  This allows embedding
library .c files directly into the unit tests.

6 years agoMerge branch 'wpk/fix-accidental-task-unpause' into 'master'
Witold Krecicki [Wed, 13 Nov 2019 13:45:09 +0000 (13:45 +0000)] 
Merge branch 'wpk/fix-accidental-task-unpause' into 'master'

Fix implicit task unpause when going from 'running' to 'idle'.

See merge request isc-projects/bind9!2571

6 years agoIf a task is running and we call isc_task_pause it can
Witold Kręcicki [Wed, 13 Nov 2019 10:26:34 +0000 (11:26 +0100)] 
If a task is running and we call isc_task_pause it can
be implicitly unpaused when we switch from 'running' to
'idle' state. Fix it by not switching to 'idle' when paused.

6 years agoMerge branch 'fix-url-in-readme' into 'master'
Michał Kępień [Wed, 13 Nov 2019 11:59:11 +0000 (11:59 +0000)] 
Merge branch 'fix-url-in-readme' into 'master'

updated a broken link for newer release notes.

See merge request isc-projects/bind9!2567

6 years agoUpdate broken release notes link
Vicky Risk [Tue, 12 Nov 2019 22:17:56 +0000 (22:17 +0000)] 
Update broken release notes link

6 years agoMerge branch 'michal/fix-libuv.dll-handling' into 'master'
Michał Kępień [Tue, 12 Nov 2019 11:24:41 +0000 (11:24 +0000)] 
Merge branch 'michal/fix-libuv.dll-handling' into 'master'

Fix libuv.dll handling

See merge request isc-projects/bind9!2556

6 years agoFix libuv.dll handling
Michał Kępień [Fri, 8 Nov 2019 13:25:37 +0000 (14:25 +0100)] 
Fix libuv.dll handling

Make sure libuv.dll gets copied to the proper directory in the Release
build configuration and that the BIND installer on Windows installs
libuv.dll.

6 years agoMerge branch 'ondrej/cleanup-PATH_MAX-and-NAME_MAX-ifdefs' into 'master'
Ondřej Surý [Tue, 12 Nov 2019 09:13:25 +0000 (09:13 +0000)] 
Merge branch 'ondrej/cleanup-PATH_MAX-and-NAME_MAX-ifdefs' into 'master'

Cleanup the {PATH,NAME}_MAX stray #ifdefs

See merge request isc-projects/bind9!2565

6 years agoCleanup the {PATH,NAME}_MAX stray #ifdefs
Ondřej Surý [Tue, 12 Nov 2019 08:36:08 +0000 (09:36 +0100)] 
Cleanup the {PATH,NAME}_MAX stray #ifdefs

6 years agoMerge branch 'hurd' into 'master'
Ondřej Surý [Tue, 12 Nov 2019 08:09:03 +0000 (08:09 +0000)] 
Merge branch 'hurd' into 'master'

hurd: Fix build

See merge request isc-projects/bind9!2558

6 years agohurd: Fix build
Samuel Thibault [Sun, 10 Nov 2019 20:14:17 +0000 (20:14 +0000)] 
hurd: Fix build

Move PATH_MAX, NAME_MAX, IOV_MAX default definitions to the common
<isc/platform.h>.

6 years agoMerge branch '1134-add-missing-dnssec-keygen-dependency-on-libisccfg' into 'master'
Michał Kępień [Fri, 8 Nov 2019 12:42:50 +0000 (12:42 +0000)] 
Merge branch '1134-add-missing-dnssec-keygen-dependency-on-libisccfg' into 'master'

Add missing dnssec-keygen dependency on libisccfg

Closes #1134

See merge request isc-projects/bind9!2555

6 years agoAdd missing dnssec-keygen dependency on libisccfg
Michał Kępień [Fri, 8 Nov 2019 11:52:10 +0000 (12:52 +0100)] 
Add missing dnssec-keygen dependency on libisccfg

Commit 09ac224c5c881824c7b6649905f16b7d3f1036f4 made dnssec-keygen
depend on libisccfg but the Visual Studio solution file was not updated
to reflect that change.  Make sure the dnssec-keygen Visual Studio
project depends on the libisccfg project to prevent compilation issues
during parallel builds.

6 years agoMerge branch 'michal/split-release-notes-into-per-version-sections' into 'master'
Michał Kępień [Fri, 8 Nov 2019 11:16:02 +0000 (11:16 +0000)] 
Merge branch 'michal/split-release-notes-into-per-version-sections' into 'master'

Split release notes into per-version sections

See merge request isc-projects/bind9!2524

6 years agoRebuild output files
Michał Kępień [Tue, 5 Nov 2019 11:33:40 +0000 (12:33 +0100)] 
Rebuild output files

6 years agoUpdate URLs used in release notes
Michał Kępień [Tue, 5 Nov 2019 11:33:40 +0000 (12:33 +0100)] 
Update URLs used in release notes

Some URLs used in release notes became outdated.  Make sure they point
to currently available resources.

6 years agoSplit release notes into per-version sections
Michał Kępień [Tue, 5 Nov 2019 11:33:40 +0000 (12:33 +0100)] 
Split release notes into per-version sections

Intertwining release notes from different BIND releases in a single XML
file has caused confusion in the past due to different (and often
arbitrary) approaches to keeping/removing release notes from older
releases on different BIND branches.  Divide doc/arm/notes.xml into
per-version sections to simplify determining the set of changes
introduced by a given release and to make adding/reviewing release notes
less error-prone.

6 years agoMerge branch '1256-fix-the-jitter-test-2' into 'master'
Ondřej Surý [Fri, 8 Nov 2019 07:43:50 +0000 (07:43 +0000)] 
Merge branch '1256-fix-the-jitter-test-2' into 'master'

Wait a little bit longer for autosign, bail out on not enough categories

See merge request isc-projects/bind9!2554

6 years agoWait a little bit longer for autosign, bail out on not enough categories
Ondřej Surý [Fri, 8 Nov 2019 06:43:33 +0000 (07:43 +0100)] 
Wait a little bit longer for autosign, bail out on not enough categories

6 years agoAdjust the jitter range to +-3*stddev
Ondřej Surý [Fri, 8 Nov 2019 06:05:02 +0000 (07:05 +0100)] 
Adjust the jitter range to +-3*stddev

6 years agoMerge branch '1256-fix-the-jitter-test' into 'master'
Ondřej Surý [Fri, 8 Nov 2019 06:01:47 +0000 (06:01 +0000)] 
Merge branch '1256-fix-the-jitter-test' into 'master'

Check if the RRSIG jitter falls <mean-2.5*stddev;mean+2.5*stddev>

Closes #1309

See merge request isc-projects/bind9!2553

6 years agoRevert "temporarily disable jitter tests in the 'autosign' system test"
Ondřej Surý [Thu, 7 Nov 2019 20:42:45 +0000 (21:42 +0100)] 
Revert "temporarily disable jitter tests in the 'autosign' system test"

This reverts commit e17b7ee05aebeedbbbf8fc581eb9ae472a63e88a.

6 years agoCheck if the RRSIG jitter falls into mean+-2.5*stddev range
Ondřej Surý [Thu, 7 Nov 2019 13:54:24 +0000 (14:54 +0100)] 
Check if the RRSIG jitter falls into mean+-2.5*stddev range

6 years agoMerge branch '29-libuv-network-manager' into 'master'
Witold Krecicki [Thu, 7 Nov 2019 21:32:28 +0000 (21:32 +0000)] 
Merge branch '29-libuv-network-manager' into 'master'

libuv-based network manager

Closes #29

See merge request isc-projects/bind9!2528

6 years agoCHANGES, README, release note
Evan Hunt [Wed, 6 Nov 2019 01:52:03 +0000 (17:52 -0800)] 
CHANGES, README, release note