Commit Graph

10198 Commits

Author SHA1 Message Date
Francis Dupont
b03f0672e1 Added Ed25519 support (#44696) 2017-07-31 16:05:05 +02:00
Tinderbox User
8d3cdf1029 update copyright notice / whitespace 2017-07-28 23:48:00 +00:00
Evan Hunt
2f9fb02be1 [v9_10] 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]

(cherry picked from commit e924155211)
2017-07-28 00:13:59 -07:00
Evan Hunt
66a19ce21a [v9_10] 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]

(cherry picked from commit 036305f00d)
2017-07-28 00:03:00 -07:00
Mark Andrews
2965d77a8c 4660. [bug] Remove spurious "peer" from Windows socket log
messages. [RT #45617]

(cherry picked from commit 5140501a0b)
2017-07-28 16:07:32 +10:00
Tinderbox User
3d2bd26081 update copyright notice / whitespace 2017-07-27 23:55:03 +00:00
Evan Hunt
166d1bf5f5 [v9_10] fix typo in BADCDS 2017-07-27 15:42:52 -07: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
Mark Andrews
a3f965dd16 4650. [test] Silence coverity warnings in tsig_test.c. [RT #45528]
(cherry picked from commit c0ac259940)
2017-07-19 14:36:37 +10:00
Evan Hunt
f0c125a2c8 [v9_10] update api ranges 2017-07-16 13:57:29 -07:00
Tinderbox User
abae38e81c update copyright notice / whitespace
(cherry picked from commit 0b3fb0379d)
2017-07-11 12:45:23 +10:00
Mark Andrews
fb56761641 update for 9.10.6rc1 2017-07-10 15:22:13 +10:00
Tinderbox User
be61b1d2cf update copyright notice / whitespace 2017-07-07 23:46:45 +00:00
Mark Andrews
23d1fe4ae7 add #include <isc/print.h>
(cherry picked from commit 00a235c8e6)
2017-07-08 00:48:25 +10:00
Mark Andrews
379b12b573 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]
2017-07-07 23:38:05 +10: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
Evan Hunt
f9d1853c6b [v9_10] complete change #4643 2017-06-28 09:12:09 -07:00
Tinderbox User
f1862f0c15 update copyright notice / whitespace 2017-06-27 23:46:46 +00:00
Evan Hunt
2437eaa744 [v9_10] fix API ranges (170-179 was used for two branches) 2017-06-27 12:22:11 -07:00
Evan Hunt
88dc9d367d [v9_10] 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]

(cherry picked from commit 581c1526ab)
(cherry picked from commit a03f4b1ea4)
2017-06-27 11:40:31 -07:00
Evan Hunt
a71114e8bd [v9_10] 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]

(cherry picked from commit 0d90835d2a)
2017-06-27 10:50:54 -07:00
Mark Andrews
6ff47b9e98 update api for 9.10.6b1 2017-06-26 12:56:10 +10:00
Mark Andrews
5110e6a630 update api for 9.10.6b1 2017-06-26 12:53:40 +10:00
Mark Andrews
936e82cd47 'name' should be on isc_thread_setname argument not isc_thread_create
(cherry picked from commit 15471a63a2)
2017-06-26 12:42:51 +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
Tinderbox User
0e24f61207 update copyright notice / whitespace 2017-06-02 23:45:59 +00:00
Mark Andrews
3f4dafe57d 4633. [maint] Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.
(cherry picked from commit 9c179a5607)
2017-06-02 11:49:01 +10:00
Tinderbox User
8c2c69a9df update copyright notice / whitespace 2017-05-30 23:46:35 +00: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
636fea80d2 update copyright notice / whitespace 2017-05-21 23:46:30 +00:00
Evan Hunt
05bd6f368c [v9_10] corrected a possible crash in isc_test_end()
(cherry picked from commit 9e44639ae0)
2017-05-21 15:44:34 -07:00
Tinderbox User
3911051cf3 update copyright notice / whitespace 2017-05-11 23:46:25 +00: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
Tinderbox User
765287a19c update copyright notice / whitespace 2017-05-10 23:46:25 +00:00
Mark Andrews
81d4efc918 4621. [port] Force alignment of oid arrays to silence loader
warnings. [RT #45131]

(cherry picked from commit 2fb1a0bdef)
2017-05-11 09:25:07 +10:00
Mark Andrews
e1be9253cb 4620. [port] Handle EPFNOSUPPORT being returned when probing
to see if a socket type is supported. [RT #45214]

(cherry picked from commit d352a9db95)
2017-05-11 07:59:14 +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
Evan Hunt
7f3a359d52 [v9_10] error in sockaddr unit test
4614.	[test]		Fixed an error in the sockaddr unit test. [RT #45146]

(cherry picked from commit d73c32c17f)
(cherry picked from commit 512765ba1e)
2017-05-02 13:41:19 -07:00
Tinderbox User
c47de98f4b update copyright notice / whitespace 2017-05-01 23:46:27 +00:00
Mark Andrews
358aa43c8c 4612. [bug] Silence 'may be use uninitalised' warning and simplify
the code in lwres/getaddinfo:process_answer.
                        [RT #45158]

(cherry picked from commit b09eb48f8a)
2017-05-02 09:24:44 +10:00
Evan Hunt
b56af65e90 [v9_10] add util.h
(cherry picked from commit 532a001001)
2017-05-01 13:29:00 -07:00
Tinderbox User
67e24d0890 update copyright notice / whitespace 2017-04-28 23:46:21 +00:00
Mark Andrews
ba75c654a0 silence 'may be used uninitialized' warning. [RT #45139]
(cherry picked from commit d1554926d0)
2017-04-28 11:02:19 +10:00