Mukund Sivaraman
836601ccc5
Tweak code (reviewed by Mark)
...
(cherry picked from commit cdabd36dc7 )
2017-09-01 12:42:12 +05:30
Mark Andrews
b301c4293c
4697. [bug] Restore workaround for Microsoft Windows TSIG hash
...
computation bug. [RT #45854 ]
(cherry picked from commit a8a20462b5 )
2017-09-01 11:23:40 +10: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
Mark Andrews
435a7cd229
4692. [bug] Fix build failures with libressl introduced in 4676.
...
[RT #45879 ]
(cherry picked from commit c26370fc69 )
2017-08-30 18:22:25 +10:00
Tinderbox User
4ffac123a0
update copyright notice / whitespace
2017-08-24 23:48:46 +00: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
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
Mark Andrews
b5fb3f8722
request-nsid/request-sit out of order
...
(cherry picked from commit bf1ab06a48 )
2017-08-14 23:51:56 +10:00
Mark Andrews
8026cf5768
alphabetize options_clauses
...
(cherry picked from commit 60fd71ec66 )
2017-08-14 07:27:21 +00:00
Mark Andrews
afb3bcade3
tcp-only and tcp-keepalive where out of alphabetical order
...
(cherry picked from commit 9697129ae2 )
2017-08-14 07:02:36 +00:00
Mark Andrews
76e878e109
sit-secret was out of alphabetical order
...
(cherry picked from commit fa7bacca7d )
2017-08-14 06:50:49 +00:00
Mark Andrews
324b00ad49
4678. [bug] geoip-use-ecs has the wrong type when geoip support
...
is disabled at configure time. [RT #45763 ]
(cherry picked from commit cc88df4f01 )
2017-08-14 06:18:50 +00:00
Mark Andrews
d91a7418ed
use isc_thread_self instead of pthread_self
...
(cherry picked from commit 5e9d9aa9d0 )
2017-08-14 13:54:36 +10:00
Mark Andrews
b81b178ab9
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:02 +10: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
Mark Andrews
93049edb81
add comment
2017-08-09 10:48:33 +05:30
Evan Hunt
72f91848ef
style
2017-08-09 10:48:29 +05:30
Mark Andrews
a5f6549534
style changes from [RT #45321 ]
...
(cherry picked from commit bcb2df226f )
2017-08-09 07:49:38 +10:00
Mukund Sivaraman
8ecd1dc557
Fix tsig_test.c unittest (OK'd by Mark on Jabber)
...
(cherry picked from commit f2b6eef899 )
2017-08-08 21:56:25 +05:30
Mukund Sivaraman
6e10f87913
Fix a race in resume_dslookup() ( #45168 )
...
(cherry picked from commit c88efb83b3 )
2017-08-08 13:11:11 +05:30
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
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
Mukund Sivaraman
be2de707ec
Add missing file
2017-08-01 07:48:09 +05:30
Francis Dupont
78608b0a45
Added Ed25519 support ( #44696 )
2017-07-31 15:45:32 +02:00
Tinderbox User
66e599a004
update copyright notice / whitespace
2017-07-28 23:47:00 +00:00
Evan Hunt
59122481b2
[v9_11] 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:37 -07:00
Evan Hunt
fe6d2fd833
[v9_11] 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:02:47 -07:00
Mark Andrews
05a456499a
4660. [bug] Remove spurious "peer" from Windows socket log
...
messages. [RT #45617 ]
(cherry picked from commit 5140501a0b )
2017-07-28 16:07:12 +10:00
Tinderbox User
fc42a7d4d9
update copyright notice / whitespace
2017-07-27 23:52:09 +00:00
Evan Hunt
709ea21068
[v9_11] fix typo in BADCDS
...
(cherry picked from commit 7ff9d3a962 )
2017-07-27 15:42:12 -07:00
Evan Hunt
6e9b764f99
[v9_11] add print.h
2017-07-26 01:24:31 -07:00
Michał Kępień
6727802528
[v9_11] Process "port" and "dscp" for "default-masters"
...
4656. [bug] Apply "port" and "dscp" values specified in catalog
zone's "default-masters" option to the generated
configuration of its member zones. [RT #45545 ]
(cherry picked from commit 383240d572 )
2017-07-26 09:29:38 +02:00
Tinderbox User
6fb9b25791
update copyright notice / whitespace
2017-07-21 23:46:43 +00:00
Mark Andrews
bfde61d519
4654. [cleanup] Don't use C++ keywords delete, new and namespace.
...
[RT #45538 ]
(cherry picked from commit 4bf32aa587 )
2017-07-21 12:28:58 +10:00
Tinderbox User
2cda87d34f
update copyright notice / whitespace
2017-07-20 23:45:50 +00:00
Mark Andrews
8ed6c49f1a
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:52:29 +10:00
Mark Andrews
1a9d96524f
silence coverity warnings in tsig_test.c. [RT #45528 ]
...
(cherry picked from commit 469ba6daffe6dcc5bd4a77c333c939de1ddb2263)
2017-07-19 14:31:43 +10:00
Evan Hunt
f2720d2436
[v9_11] update api ranges
2017-07-16 13:57:09 -07:00
Mark Andrews
6045abbc9a
update for 9.11.2rc1
2017-07-10 15:19:34 +10:00
Mark Andrews
f7d148398c
4649. [bug] The wrong zone was logged when a catalog zone is added.
...
[RT #45520 ]
(cherry picked from commit abe5cf42b3 )
2017-07-10 10:37:25 +10:00
Tinderbox User
4ef21d0f93
update copyright notice / whitespace
2017-07-09 23:46:10 +00:00
Mark Andrews
3a84275b10
4648. [bug] "rndc reconfig" on a slave no longer causes all member
...
zones of configured catalog zones to be removed from
configuration. [RT #45310 ]
(cherry picked from commit 1e9b39fe26 )
2017-07-10 09:07:29 +10:00
Tinderbox User
951e10294c
update copyright notice / whitespace
2017-07-07 23:46:16 +00:00