Michał Kępień
e4752ae279
[v9_10] 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:30:16 +02:00
Mark Andrews
4874217267
add semicolon
2017-07-28 15:59:08 +10:00
Mark Andrews
8b60e93cef
4658. [bug] Clean up build directory created by "setup.py install"
...
immediately. [RT #45628 ]
(cherry picked from commit e54f256bb4 )
2017-07-28 15:57:06 +10:00
Tinderbox User
99c4a6ad5c
update copyright notice / whitespace
2017-07-26 23:48:27 +00:00
Michał Kępień
89cd73f8f7
[v9_10] Properly handle errors in rrchecker system test
...
4657. [bug] rrchecker system test result could be improperly
determined. [RT #45602 ]
(cherry picked from commit 984a28c771 )
2017-07-26 10:41:15 +02:00
Tinderbox User
56a32b9f54
update copyright notice / whitespace
2017-07-21 23:47:10 +00:00
Mark Andrews
9156962f46
4654. [cleanup] Don't use C++ keywords delete, new and namespace.
...
[RT #45538 ]
(cherry picked from commit 4bf32aa587 )
2017-07-21 12:43:55 +10:00
Tinderbox User
7fe0ecbbb1
update copyright notice / whitespace
2017-07-20 23:46:14 +00:00
Mark Andrews
e271a20f1f
4653. [bug] Reorder includes to move @DST_OPENSSL_INC@ and
...
@ISC_OPENSSL_INC@ after shipped include directories.
[RT #45581 ]
(cherry picked from commit 124712666e )
2017-07-20 11:58:58 +10:00
Tinderbox User
033ed86a4e
update copyright notice / whitespace
2017-07-19 23:46:06 +00:00
Mark Andrews
23c6b0c709
4653. [bug] Reorder includes in bin/nsupdate/Makefile.in.
...
[RT #45581 ]
(cherry picked from commit a5a4cf96c6 )
2017-07-20 09:38:08 +10:00
Mark Andrews
dac36869f3
4651. [bug] Nsupdate could attempt to use a zeroed address on
...
server timeout. [RT #45417 ]
2017-07-19 15:35:41 +10:00
Mark Andrews
38edf586f9
4651. [bug] Nsupdate could attempt to use a zeroed address on
...
server timeout. [RT #45417 ]
2017-07-19 15:34:44 +10:00
Tinderbox User
abae38e81c
update copyright notice / whitespace
...
(cherry picked from commit 0b3fb0379d )
2017-07-11 12:45:23 +10:00
Ray Bellis
4e69e1d072
fixed new warning with previous iOS patch
...
(cherry picked from commit 70676a01eb )
2017-07-04 12:13:16 +01:00
Ray Bellis
bfb96a9bb8
fix warnings from iOS build of dig
...
(cherry picked from commit 03a4e4381e )
2017-07-04 11:57:42 +01:00
Tinderbox User
7fdd5cd44e
update copyright notice / whitespace
2017-06-30 23:46:30 +00:00
Evan Hunt
e195feb456
[v9_10] fix RSA parsing when md5 disabled
...
4645. [bug] Fix PKCS#11 RSA parsing when MD5 is disabled.
[RT #45300 ]
(cherry picked from commit b05b3fab3c )
2017-06-29 15:54:54 -07:00
Mark Andrews
18bb24bc37
4640. [bug] If query_findversion failed in query_getdb due to
...
memory failure the error status was incorrectly
discarded. [RT #45331 ]
(cherry picked from commit b551ee14bd )
2017-06-23 17:18:59 +10:00
Tinderbox User
68c2253cf5
update copyright notice / whitespace
2017-06-13 23:46:27 +00:00
Mark Andrews
9067cda974
4636. [bug] Normalize rpz policy zone names when checking for
...
existence. [RT #45358 ]
(cherry picked from commit e85e95c19e )
2017-06-13 13:07:46 +10:00
Mukund Sivaraman
d936126bf1
Don't log NSDNAME failures as NSIP ( #45052 )
...
(cherry picked from commit 2c11da8441 )
(cherry picked from commit 3a58e1fefb )
2017-06-12 14:15:18 +05:30
Tinderbox User
8c2c69a9df
update copyright notice / whitespace
2017-05-30 23:46:35 +00:00
Evan Hunt
f5dd7776e1
[v9_10] quote service registry paths
...
4532. [security] The BIND installer on Windows used an unquoted
service path, which can enable privilege escalation.
(CVE-2017-3141) [RT #45229 ]
(cherry picked from commit 967a3b9419 )
(cherry picked from commit c28e44f3f8 )
2017-05-30 13:38:59 -07:00
Evan Hunt
a57b289ed0
[v9_10] fix rpz formerr loop
...
4531. [security] Some RPZ configurations could go into an infinite
query loop when encountering responses with TTL=0.
(CVE-2017-3140) [RT #45181 ]
(cherry picked from commit 3440cf9c60 )
2017-05-30 12:35:59 -07:00
Mark Andrews
b9892c25c9
4629. [bug] dns_client_startupdate could not be called with a
...
running client. [RT #45277 ]
(cherry picked from commit e51d62ecae )
2017-05-30 09:51:34 +10:00
Tinderbox User
0a355e0574
update copyright notice / whitespace
2017-05-28 23:46:51 +00:00
Evan Hunt
40a44ab265
[v9_10] Add DLZ db version to activeversions
...
4628. [bug] Fixed a potential reference leak in query_getdb().
[RT #45247 ]
(cherry picked from commit 594eadcc34 )
2017-05-28 14:30:36 -07:00
Evan Hunt
9d0174e5da
[v9_10] Use 127.0.0.1 as interface for rndc in logfileconfig test
2017-05-28 14:23:37 -07:00
Mark Andrews
10a12de0ef
test crypto support
...
(cherry picked from commit 0a78894304 )
2017-05-26 16:04:29 +10:00
Tinderbox User
cc2b6ff5dd
update copyright notice / whitespace
2017-05-24 23:46:22 +00:00
Mark Andrews
1e3e44dace
make chain system test work with python 3
...
(cherry picked from commit b9c5b37e0c )
2017-05-24 21:45:23 +10:00
Mark Andrews
d9238976c1
use 'python -u' to run python scripts
...
(cherry picked from commit a5dc0d5066 )
2017-05-24 15:16:49 +10:00
Evan Hunt
d0babadb5c
[v9_10] copyrights
2017-05-23 16:47:30 -07:00
Tinderbox User
bd57f3e5f0
regen v9_10
2017-05-23 01:26:01 +00:00
Mark Andrews
0bf136b8c8
4627. [func] Deprecate 'dig +sit', it is replaced by 'dig +cookie'.
...
[RT #45245 ]
2017-05-23 10:38:25 +10:00
Evan Hunt
d90f168dfb
[v9_10] add chain ordering tests
...
4626. [test] Added more tests for handling of different record
ordering in CNAME and DNAME responses. [QA #430 ]
2017-05-22 17:15:39 -07:00
Tinderbox User
46bbe5de15
regen v9_10
2017-05-18 01:23:35 +00:00
Mark Andrews
068d1ea528
update +[no]sit description
2017-05-18 08:31:22 +10:00
Tinderbox User
dc952f8bdc
regen v9_10
2017-05-17 01:25:01 +00:00
Tinderbox User
a849cd4136
update copyright notice / whitespace
2017-05-16 23:46:23 +00:00
Evan Hunt
ea90793daa
[v9_10] symbolic option names for dig +ednsopt
...
4555. [func] dig +ednsopt: EDNS options can now be specified by
name in addition to numeric value. [RT #44461 ]
(cherry picked from commit 25a9b90369 )
(cherry picked from commit 403e7b4512 )
2017-05-16 10:16:33 -07:00
Mark Andrews
5049d09bca
4624. [bug] Check isc_mem_strdup results in dns_view_setnewzones.
...
[RT #45210 ]
2017-05-11 20:31:03 +10:00
Mark Andrews
1afc9714cc
4622. [bug] Remove unnecessary escaping of semicolon in CAA and
...
URI records. [RT #45216 ]
(cherry picked from commit 1611ceb8b2 )
2017-05-11 10:58:10 +10:00
Mark Andrews
06d13aae53
be consistent with master
2017-05-09 11:30:29 +10:00
Mark Andrews
3c8a15261c
cleanup
2017-05-09 11:21:22 +10:00
Tinderbox User
c2f8407edd
update copyright notice / whitespace
2017-05-08 23:46:23 +00:00
Mark Andrews
35a083665f
4617. [test] Update rndc system test to be more delay tolerant.
...
[RT #45177 ]
(cherry picked from commit 31f4fb98e2 )
2017-05-09 04:24:49 +10:00
Tinderbox User
e0615b47c2
update copyright notice / whitespace
2017-05-02 23:46:45 +00:00
Mark Andrews
ad32220fa8
4615. [bug] AD could be set on truncated answer with no records
...
present in the answer and authority sections.
[RT #45140 ]
(cherry picked from commit 33e94f501f )
2017-05-03 07:52:08 +10:00