Mark Andrews
7dfd012873
sync option order with master
2017-09-06 15:26:38 +10:00
Tinderbox User
a450a32be2
update copyright notice / whitespace
2017-09-04 23:47:14 +00:00
Michał Kępień
a22c3cf515
[v9_11] 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 a5dc1bc395 )
2017-09-04 08:44:40 +02:00
Tinderbox User
772bc9542d
update copyright notice / whitespace
2017-09-01 23:46:54 +00:00
Mark Andrews
6e1f755f19
4695. [bug] cookie-secrets were not being properly checked by
...
named-checkconf. [RT #45886 ]
(cherry picked from commit 2e743d9bdc )
2017-08-31 13:28:59 +10:00
Mark Andrews
95ed40ff9a
sort view_clauses
2017-08-31 08:10:44 +10:00
Tinderbox User
9700e6d72c
regen v9_11
2017-08-30 01:21:44 +00:00
Tinderbox User
36d3f6b40f
update copyright notice / whitespace
2017-08-29 23:47:49 +00:00
Michał Kępień
b7a823a402
[v9_11] Ensure consistent handling of -4/-6 command line options in all tools
...
4690. [bug] Command line options -4/-6 were handled inconsistently
between tools. [RT #45632 ]
(cherry picked from commit d6814700de )
2017-08-29 10:22:10 +02:00
Evan Hunt
031bc55634
[v9_11] 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:18 -07:00
Mark Andrews
a64daf673d
4688. [protocol] Check and display EDNS KEY TAG options (RFC 8145) in
...
messages. [RT #44804 ]
(cherry picked from commit 07741d43c8 )
2017-08-25 08:47:19 +10:00
Tinderbox User
3b0259a957
regen v9_11
2017-08-22 01:20:35 +00:00
Tinderbox User
6f25333e73
update copyright notice / whitespace
2017-08-21 23:50:38 +00:00
Michał Kępień
0aadc6dd7b
[v9_11] 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:21:58 +02:00
Michał Kępień
f20ff8b74d
[v9_11] 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 5201b96d03 )
2017-08-21 10:00:21 +02:00
Michał Kępień
7ff682f3c6
[v9_11] Prevent delv from sending bogus queries for provided server address
...
4684. [bug] delv could send bogus DNS queries when an explicit
server address was specified on the command line along
with -4/-6. [RT #45804 ]
(cherry picked from commit 367fcd7454 )
2017-08-21 09:18:54 +02:00
Tinderbox User
e57ec8c501
regen v9_11
2017-08-18 01:20:17 +00:00
Tinderbox User
2dc5db0eb0
update copyright notice / whitespace
2017-08-17 23:47:47 +00:00
Michał Kępień
e02fa56849
[v9_11] 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 1aa583b5a5 )
2017-08-17 08:32:44 +02:00
Mark Andrews
abcea74291
4682. [bug] Don't report errors on records below a DNAME.
...
[RT #44880 ]
(cherry picked from commit 615b961e02 )
2017-08-17 15:51:22 +10:00
Tinderbox User
f3df966b81
update copyright notice / whitespace
2017-08-15 23:49:26 +00:00
Mark Andrews
079c9e6939
'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:02:55 +10:00
Tinderbox User
296f5969a8
update copyright notice / whitespace
2017-08-14 23:49:57 +00:00
Michał Kępień
d748d8a4af
[v9_11] 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:00:49 +02:00
Michał Kępień
cbb33c87f4
[v9_11] 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:02:20 +02:00
Mark Andrews
a6a3a81e36
sort options
...
(cherry picked from commit 00f067539a )
2017-08-14 21:42:25 +10:00
Tinderbox User
3d09597bc1
update copyright notice / whitespace
2017-08-11 23:48:33 +00:00
Evan Hunt
2b0060b8ff
[v9_11] 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 ]
2017-08-10 22:24:44 -07:00
Tinderbox User
3523e19da2
update copyright notice / whitespace
2017-08-09 23:49:39 +00:00
Mark Andrews
bf216589c1
4675. [cleanup] Don't use C++ keyword class. [RT #45726 ]
2017-08-10 08:44:23 +10:00
Evan Hunt
7dbeb5e7f0
[v9_11] silence gcc 7 warnings
...
4673. [port] Silence GCC 7 warnings. [RT #45592 ]
(cherry picked from commit cdacec1dcb )
2017-08-09 00:24:16 -07:00
Tinderbox User
36babd3e63
update copyright notice / whitespace
2017-08-09 01:01:24 +00:00
Evan Hunt
37f6466aa3
[v9_11] ensure verified_sig
...
4670. [cleanup] Ensure that a request MAC is never sent back
in an XFR response unless the signature was
verified. [RT #45494 ]
(cherry picked from commit 0ad72b96d2 )
2017-08-07 18:54:54 -07:00
Evan Hunt
5832599943
[v9_11] add missing eddsa files
2017-08-07 14:23:01 -07:00
Tinderbox User
81baaebbc7
update copyright notice / whitespace
2017-08-02 23:57:18 +00:00
Mark Andrews
4162d3b36d
4668. [bug] Use localtime_r and gmtime_r for thread safety.
...
[RT #45664 ]
(cherry picked from commit 2019cf29e2 )
2017-08-03 08:45:37 +10:00
Tinderbox User
46bb3884a0
regen v9_11
2017-08-02 01:17:06 +00:00
Tinderbox User
bc6f4c1c4c
update copyright notice / whitespace
2017-08-01 23:47:30 +00:00
Michał Kępień
ce6f0c1221
[v9_11] Refactor RDATA unit tests
...
4667. [cleanup] Refactor RDATA unit tests. [RT #45610 ]
(cherry picked from commit 712825d755 )
2017-08-01 12:16:14 +02:00
Tinderbox User
bfb7b680bf
regen v9_11
2017-08-01 01:16:08 +00:00
Evan Hunt
f72f587942
[v9_11] 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 ]
2017-07-31 10:44:26 -07:00
Francis Dupont
78608b0a45
Added Ed25519 support ( #44696 )
2017-07-31 15:45:32 +02:00
Tinderbox User
d95b19f839
regen v9_11
2017-07-29 01:18:02 +00:00
Tinderbox User
66e599a004
update copyright notice / whitespace
2017-07-28 23:47:00 +00:00
Evan Hunt
d1c18780d3
[v9_11] remove unnecessary acronym expansions
2017-07-28 12:23:40 -07:00
Michał Kępień
11c4e6d8fc
[v9_11] Clarify error message printed by dnssec-dsfromkey
...
4663. [cleanup] Clarify error message printed by dnssec-dsfromkey.
[RT #21731 ]
(cherry picked from commit c150f68609 )
2017-07-28 10:29:54 +02:00
Mark Andrews
cb4e0ef4e2
4659. [bug] Remove spurious log message about lmdb-mapsize
...
not being supported when parsing builtin
configuration file. [RT #45618 ]
(cherry picked from commit 71cd6910ba )
2017-07-28 16:03:24 +10:00
Mark Andrews
9f5909ed8c
add semicolon
2017-07-28 15:59:14 +10:00
Mark Andrews
e3efc855f9
4658. [bug] Clean up build directory created by "setup.py install"
...
immediately. [RT #45628 ]
(cherry picked from commit e54f256bb4 )
2017-07-28 15:57:00 +10:00
Tinderbox User
dd050664bb
update copyright notice / whitespace
2017-07-26 23:47:23 +00:00