Commit Graph

23769 Commits

Author SHA1 Message Date
Mark Andrews
be531d9469 sync option order with master 2017-09-06 18:06:04 +10:00
Mark Andrews
65d92b5cfb add PYTHON_INSTALL_DIR 2017-09-06 13:24:24 +10:00
Tinderbox User
ecbf33009b regen v9_9 2017-09-05 01:41:33 +00:00
Tinderbox User
943ef26dac update copyright notice / whitespace 2017-09-04 23:50:06 +00:00
Tinderbox User
888d670bce newcopyrights 2017-09-04 23:31:48 +00:00
Michał Kępień
e3c7adc5e6 [v9_9] Add --with-python-install-dir configure option
4698.	[port]		Add --with-python-install-dir configure option to allow
			specifying a nonstandard installation directory for
			Python modules. [RT #45407]

(cherry picked from commit 25aeff76ad)
2017-09-04 08:45:46 +02:00
Mark Andrews
1fa2ebe609 4696. [port] Enable filter-aaaa support by default on Windows
builds. [RT #45883]

(cherry picked from commit b4eb8b9656)
2017-08-31 13:39:42 +10:00
Mark Andrews
e63daae5f9 sort view_clauses 2017-08-31 08:33:50 +10:00
Mark Andrews
fa4683b934 4692. [bug] Fix build failures with libressl introduced in 4676.
[RT #45879]

(cherry picked from commit c26370fc69)
2017-08-30 18:23:28 +10:00
Tinderbox User
a60b1b470b regen v9_9 2017-08-30 01:42:07 +00:00
Tinderbox User
0bee87c000 update copyright notice / whitespace 2017-08-29 23:52:07 +00:00
Tinderbox User
208935a547 newcopyrights 2017-08-29 23:31:14 +00:00
Michał Kępień
2e39f122dd [v9_9] Mark -4/-6 command line options as mutually exclusive
4690.	[doc]		Command line options -4/-6 for various tools are
			mutually exclusive. [RT #45632]

(cherry picked from commit 16650c6fa2)
2017-08-29 10:39:12 +02:00
Mark Andrews
8a5210cafe fix changes number
(cherry picked from commit 503223b800)
2017-08-26 13:27:11 +10:00
Evan Hunt
d2516c6507 [v9_9] turn on minimal responses for CDS/CDNSKEY
4678.	[cleanup]	Turn on minimal responses for CDNSKEY and CDS in
			addition to DNSKEY and DS. Thanks to Tony Finch.
			[RT #45690]

(cherry picked from commit 391a3a2f20)
2017-08-25 13:32:39 -07:00
Mark Andrews
fed404fe51 9.9 doesn't suppport +ednsopt 2017-08-25 12:51:04 +10:00
Tinderbox User
534627ef07 regen v9_9 2017-08-25 01:40:19 +00:00
Tinderbox User
444cddf00b update copyright notice / whitespace 2017-08-24 23:54:52 +00:00
Tinderbox User
f118c1a49b newcopyrights 2017-08-24 23:31:07 +00:00
Mark Andrews
6f799a2e5a 4688. [protocol] Check and display EDNS KEY TAG options (RFC 8145) in
messages. [RT #44804]

(cherry picked from commit 07741d43c8)
2017-08-25 08:53:05 +10:00
Tinderbox User
959c633493 regen v9_9 2017-08-22 01:41:01 +00:00
Tinderbox User
4996870514 update copyright notice / whitespace 2017-08-21 23:58:24 +00:00
Tinderbox User
598aa4e93f newcopyrights 2017-08-21 23:31:54 +00:00
Michał Kępień
4cca0a8ebb [v9_9] Prevent dnssec-settime from printing a bogus warning
4686.	[bug]		dnssec-settime -p could print a bogus warning about
			key deletion scheduled before its inactivation when a
			key had an inactivation date set but no deletion date
			set. [RT #45807]

(cherry picked from commit 330365566d)
2017-08-21 10:22:18 +02:00
Michał Kępień
1b66e67705 [v9_9] Fix calculation of dates for a successor key
4685.	[bug]		dnssec-settime incorrectly calculated publication and
			activation dates for a successor key. [RT #45806]

(cherry picked from commit 457dc09806)
2017-08-21 10:02:01 +02:00
Tinderbox User
9f8aa9f785 regen v9_9 2017-08-18 01:38:57 +00:00
Tinderbox User
f9f03d98b0 update copyright notice / whitespace 2017-08-17 23:52:36 +00:00
Tinderbox User
32b4dc927d newcopyrights 2017-08-17 23:32:39 +00:00
Michał Kępień
818da88182 [v9_9] Prevent nsupdate from immediately exiting on invalid user input in interactive mode
4683.	[bug]		Prevent nsupdate from immediately exiting on invalid
			user input in interactive mode. [RT #28194]

(cherry picked from commit e02fa56849)
2017-08-17 08:37:46 +02:00
Mark Andrews
eb7bdae9a0 4682. [bug] Don't report errors on records below a DNAME.
[RT #44880]

(cherry picked from commit 615b961e02)
2017-08-17 15:52:07 +10:00
Tinderbox User
d7b57c0506 update copyright notice / whitespace 2017-08-15 23:54:42 +00:00
Tinderbox User
8326f180f3 newcopyrights 2017-08-15 23:30:58 +00:00
Mark Andrews
78639b2ddf 'uname -o' is not portable, suppress error message; remove spurious cat tmp.out; provide forensics for failure analysis
(cherry picked from commit e85a2c5624)
2017-08-15 18:09:07 +10:00
Tinderbox User
4d89263d60 update copyright notice / whitespace 2017-08-14 23:53:17 +00:00
Tinderbox User
c5754548f3 newcopyrights 2017-08-14 23:31:18 +00:00
Michał Kępień
595779183a [v9_9] Fix master address failover when GSS-API is used
4680.	[bug]		Fix failing over to another master server address when
			nsupdate is used with GSS-API. [RT #45380]

(cherry picked from commit b55ec74eaa)
2017-08-14 15:01:07 +02:00
Michał Kępień
3e5191731e [v9_9] Make dnssec-verify suggest using -o when appropriate
4679.	[cleanup]	Suggest using -o when dnssec-verify finds a SOA record
			not at top of zone and -o is not used. [RT #45519]

(cherry picked from commit 877c264edc)
2017-08-14 14:03:30 +02:00
Mark Andrews
1f56b5c795 sort options
(cherry picked from commit 00f067539a)
2017-08-14 21:42:38 +10:00
Mark Andrews
1b2c8e7583 alphabetize options_clauses 2017-08-14 07:36:46 +00:00
Mark Andrews
581d481613 use isc_thread_self instead of pthread_self
(cherry picked from commit 5e9d9aa9d0)
2017-08-14 13:54:47 +10:00
Tinderbox User
f21e2d6c78 update copyright notice / whitespace 2017-08-11 23:52:00 +00:00
Tinderbox User
a78684345d newcopyrights 2017-08-11 23:31:50 +00:00
Evan Hunt
e785ee2e18 [v9_9] fix CHANGES note 2017-08-10 22:53:42 -07:00
Evan Hunt
18ad62b920 [v9_9] split up main and add callback function pointers to support iOS
4677.	[port]		Split up the main function in dig to better support
			the iOS app version. [RT #45508]

(cherry picked from commit 6640e00924)
2017-08-10 22:50:19 -07:00
Tinderbox User
01703a53fc regen v9_9 2017-08-10 01:43:02 +00:00
Mark Andrews
8d49cc93db 4676. [cleanup] Allow BIND to be built using OpenSSL 1.0.X with
deprecated functions removed. [RT #45706]

(cherry picked from commit cbc80a42d3)
2017-08-10 10:17:13 +10:00
Tinderbox User
ec9becf633 update copyright notice / whitespace 2017-08-09 23:54:45 +00:00
Tinderbox User
5aa00b2dc6 newcopyrights 2017-08-09 23:30:55 +00:00
Mark Andrews
f3ed36d3a1 4675. [cleanup] Don't use C++ keyword class. [RT #45726] 2017-08-10 08:51:22 +10:00
Evan Hunt
3e2fd1b2e7 [v9_9] grammar error 2017-08-09 15:06:58 -07:00