Tinderbox User
4d89263d60
update copyright notice / whitespace
2017-08-14 23:53:17 +00: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
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
Mark Andrews
f3ed36d3a1
4675. [cleanup] Don't use C++ keyword class. [RT #45726 ]
2017-08-10 08:51:22 +10:00
Evan Hunt
c06d35bb34
[v9_9] silence gcc 7 warnings
...
4673. [port] Silence GCC 7 warnings. [RT #45592 ]
(cherry picked from commit cdacec1dcb )
(cherry picked from commit 7dbeb5e7f0 )
(cherry picked from commit 733404ab8c )
2017-08-09 00:38:10 -07:00
Mark Andrews
cf25cdac38
add comment
...
(cherry picked from commit 93049edb81 )
(cherry picked from commit ef899b41f4 )
2017-08-09 10:49:11 +05:30
Evan Hunt
8d9c7ef2e2
style
...
(cherry picked from commit 72f91848ef )
(cherry picked from commit 164d30e3a1 )
2017-08-09 10:49:10 +05:30
Tinderbox User
16fd34ab85
update copyright notice / whitespace
2017-08-09 01:37:36 +00:00
Mukund Sivaraman
b7df525e93
Fix tsig_test.c unittest (OK'd by Mark on Jabber)
...
(cherry picked from commit f2b6eef899 )
(cherry picked from commit 8ecd1dc557 )
(cherry picked from commit dc94345bbd )
2017-08-08 21:56:57 +05:30
Mukund Sivaraman
6b230c0dd8
Fix bug where named as resolver would not try other fctx addresses upon fetch timeout ( #45321 )
...
(cherry picked from commit 88178e13e6 )
2017-08-08 21:19:00 +05:30
Mukund Sivaraman
03acb6368a
Fix a race in resume_dslookup() ( #45168 )
...
(cherry picked from commit c88efb83b3 )
(cherry picked from commit 6e10f87913 )
(cherry picked from commit 6859f1d265 )
2017-08-08 13:17:22 +05:30
Evan Hunt
b435e88337
[v9_9] 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 )
(cherry picked from commit 37f6466aa3 )
2017-08-07 18:58:50 -07:00
Evan Hunt
bce15d72e2
[v9_9] add missing eddsa files, fix dst_parse.c to handle eddsa correctly
2017-08-07 16:45:46 -07:00
Tinderbox User
b0fc3288ec
update copyright notice / whitespace
2017-08-03 00:01:44 +00:00
Mark Andrews
22e68fe50f
fix merge error
2017-08-03 09:41:17 +10:00
Mark Andrews
b5b0fbc44c
4668. [bug] Use localtime_r and gmtime_r for thread safety.
...
[RT #45664 ]
(cherry picked from commit 2019cf29e2 )
2017-08-03 08:47:15 +10:00
Tinderbox User
f9d3d16a27
update copyright notice / whitespace
2017-08-01 23:55:29 +00:00
Michał Kępień
60b55fe41c
[v9_9] Refactor RDATA unit tests
...
4667. [cleanup] Refactor RDATA unit tests. [RT #45610 ]
(cherry picked from commit 41620b94c4 )
2017-08-01 13:08:33 +02:00
Tinderbox User
f96e57a2c4
update copyright notice / whitespace
2017-07-31 23:49:05 +00:00
Francis Dupont
dea37aee81
Added Ed25519 support ( #44696 )
2017-07-31 17:02:24 +02:00
Tinderbox User
fd14aa6b8a
update copyright notice / whitespace
2017-07-28 23:49:49 +00:00
Evan Hunt
681e286ada
[v9_9] 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:14:08 -07:00
Evan Hunt
0991321029
[v9_9] 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:08 -07:00
Mark Andrews
9d51d7a967
4660. [bug] Remove spurious "peer" from Windows socket log
...
messages. [RT #45617 ]
(cherry picked from commit 5140501a0b )
2017-07-28 16:07:51 +10:00
Tinderbox User
f4c4c3aa15
update copyright notice / whitespace
2017-07-28 00:07:55 +00:00
Evan Hunt
6b6cd5b4d6
[v9_9] fix typo in BADCDS
...
(cherry picked from commit 166d1bf5f5 )
2017-07-27 15:43:10 -07:00
Tinderbox User
b5f2eaec62
update copyright notice / whitespace
2017-07-21 23:48:17 +00:00
Mark Andrews
169bf685a1
4654. [cleanup] Don't use C++ keywords delete, new and namespace.
...
[RT #45538 ]
(cherry picked from commit 4bf32aa587 )
2017-07-21 12:50:13 +10:00
Mark Andrews
f22330dc5c
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 12:09:43 +10:00
Mark Andrews
49a977c6aa
4650. [test] Silence coverity warnings in tsig_test.c. [RT #45528 ]
...
(cherry picked from commit c0ac259940 )
2017-07-19 14:37:10 +10:00
Evan Hunt
44bbb60075
[v9_9] update api ranges
2017-07-16 13:57:35 -07:00
Tinderbox User
0b3fb0379d
update copyright notice / whitespace
2017-07-11 01:47:26 +00:00
Mark Andrews
6cbddd0137
update for 9.9.11rc1
2017-07-11 11:43:47 +10:00
Mark Andrews
7015ac4491
4435. [tuning] Only set IPV6_USE_MIN_MTU for UDP when the message
...
will not fit into a single IPv4 encapsulated IPv6
UDP packet when transmitted over a Ethernet link.
[RT #42871 ]
(cherry picked from commit 31ffec1541 )
2017-07-11 11:42:43 +10:00
Mark Andrews
aac9afb0ed
update for 9.9.11rc1
2017-07-10 15:24:48 +10:00
Tinderbox User
59de594242
update copyright notice / whitespace
2017-07-07 23:47:50 +00:00
Mark Andrews
142d902f08
add #include <isc/print.h>
...
(cherry picked from commit 00a235c8e6 )
2017-07-08 00:48:37 +10:00
Mark Andrews
2fc1b8102d
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 ]
(cherry picked from commit 58f0fb325b )
2017-07-07 23:32:01 +10:00
Tinderbox User
bbcbea7e72
update copyright notice / whitespace
2017-07-05 23:47:03 +00:00
Mark Andrews
7ddd8b18e5
4646. [bug] Install lib/export libraries with ${INSTALL_LIBRARY}.
...
[RT #45497 ]
2017-07-05 12:13:32 +10:00
Evan Hunt
013994d939
[v9_9] remove unneeded ifdefs
2017-06-29 15:56:42 -07:00
Evan Hunt
ad3d2229e4
[v9_9] complete change #4643
2017-06-28 09:12:18 -07:00
Tinderbox User
d009ac5ae2
update copyright notice / whitespace
2017-06-27 23:47:52 +00:00
Evan Hunt
adf886ca5b
[v9_9] fix API ranges (170-179 was used for two branches)
2017-06-27 12:20:41 -07:00
Evan Hunt
a3f30d1aac
[v9_9] 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:41:31 -07:00
Evan Hunt
ee44eb6448
[v9_9] 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 )
(cherry picked from commit a71114e8bd )
2017-06-27 10:51:20 -07:00
Mark Andrews
d96a0f1e9b
update api for 9.9.11b1
2017-06-26 12:33:52 +10:00
Mark Andrews
a2ffb897d1
'name' should be on isc_thread_setname argument not isc_thread_create
...
(cherry picked from commit 15471a63a2 )
2017-06-26 12:30:29 +10:00