Mark Andrews
2bbab60f50
4485. [bug] Look in $prefix/lib/pythonX.Y/site-packages for
...
the python modules we install. [RT #43330 ]
(cherry picked from commit 01862dfaa5 )
2016-10-11 15:21:48 +11:00
Mark Andrews
802e0662ef
4483. [func] Check prefixes in acls to make sure the address and
...
prefix lengths are consistent. Warn only in
BIND 9.11 and earlier. [RT #43367 ]
2016-10-11 15:03:24 +11:00
Evan Hunt
94694e720a
[v9_11] add cfg_parse_buffer3() function with linenum parameter
...
4482. [cleanup] Change #4455 was incomplete. [RT #43252 ]
(cherry picked from commit 676ac3cc82 )
2016-10-10 17:12:30 -07:00
Mark Andrews
99811850b4
sleep 2 to let in progress lookups complete
...
(cherry picked from commit d3f29e7a4f )
2016-10-10 14:36:02 +11:00
Evan Hunt
67a42ef55c
[v9_11] reset ret between NTA tests
...
(cherry picked from commit af05768c0e )
2016-10-05 21:07:18 -07:00
Tinderbox User
ea640e04ea
regen v9_11
2016-10-06 01:09:07 +00:00
Witold Krecicki
ef1e2f7906
4478. [func] Add +continue option to mdig, allow continue on socket errors. [RT #43281 ]
2016-10-05 13:51:30 +02:00
Witold Krecicki
e8fab79146
4477. [test] Fix mkeys test timing issues. [RT #41028 ]
2016-10-05 13:45:37 +02:00
Witold Krecicki
c034b72ba1
4476. [test] Fix reclimit test on slower machines. [RT #43283 ]
2016-10-05 13:22:22 +02:00
Mark Andrews
7d238ed0c7
4475. [doc] Update named-checkconf documentation. [RT #43153 ]
...
(cherry picked from commit 67cdd2d3a4 )
2016-10-05 14:22:19 +11:00
Mark Andrews
82a50a619a
4474. [bug] win32: call WSAStartup in fromtext_in_wks so that
...
getprotobyname and getservbyname work. [RT #43197 ]
2016-10-05 12:29:00 +11:00
Mark Andrews
9ee66e3a5b
4472. [bug] Named could fail to find the correct NSEC3 records when
...
a zone was update between looking for the answer and
looking for the NSEC3 records proving non-existance
of the answer. [RT #43247 ]
2016-10-05 10:37:17 +11:00
Witold Krecicki
b4e6d4c724
[master] Disable dig IPv4-to-IPv6 mapping system test on OpenBSD
2016-09-30 12:20:55 +02:00
Mark Andrews
1477c19dd9
make statschannel version number agnostic
2016-09-29 17:01:06 +10:00
Tinderbox User
1ca759b3f5
regen v9_11
2016-09-28 23:05:58 +00:00
Evan Hunt
19977879ca
[v9_11] minor cleanup/clarification in dnstap documentation
...
Patch submitted by Tony Finch (dot@dotat.at ).
(cherry picked from commit e9917a51d3 )
2016-09-27 20:46:54 -07:00
Evan Hunt
fcadf0b320
[v9_11] render querylog format consistent, and add a release note
...
4471. [cleanup] Render client/query logging format consistent for
ease of log file parsing. (Note that this affects
"querylog" format: there is now an additional field
indicating the client object address.) [RT #43238 ]
(cherry picked from commit c4b7db4932 )
2016-09-22 14:49:26 -07:00
Tinderbox User
cfbd5fb444
regen v9_11
2016-09-14 01:08:07 +00:00
Mark Andrews
db9781d4a2
4468. [bug] Address ECS option handling issues. [RT #43191 ]
...
(cherry picked from commit df17290113 )
2016-09-14 08:23:07 +10:00
Mark Andrews
48ec547968
4465. [bug] Don't use "%z" as Windows doesn't support it.
...
[RT #43131 ]
(cherry picked from commit f1977af0d3 )
2016-09-08 14:17:32 +10:00
Mark Andrews
178dc0e1d6
4463. [bug] The dnstap system test failed on some systems.
...
[RT #43129 ]
(cherry picked from commit ed7097fc00 )
2016-09-08 11:40:47 +10:00
Francis Dupont
086454217d
Fixed obvious typo in t_atomic
2016-09-08 01:56:47 +02:00
Mark Andrews
e51ba26500
4461. [bug] win32: not all external data was properly marked
...
as external data for windows dll. [RT #43161 ]
(cherry picked from commit 8eceb0bffe )
2016-09-07 14:14:40 +10:00
Tinderbox User
3711866d8b
update copyright notice / whitespace
2016-08-30 23:45:56 +00:00
Mark Andrews
15bee593e7
4460. [test] Add system test for dnstap using unix domain sockets.
...
[RT #42926 ]
(cherry picked from commit 3e1fa8411b )
2016-08-30 11:21:33 +10:00
Evan Hunt
af326c2e3f
[v9_11] fix tcp client memory leak
...
4459. [bug] TCP client objects created to handle pipeline queries
were not cleaned up correctly, causing uncontrolled
memory growth. [RT #43106 ]
(cherry picked from commit a26a62cef2 )
2016-08-29 11:56:56 -07:00
Mark Andrews
d6fa26d0ad
4456. [doc] Add DOCTYPE and lang attribute to <html> tags.
...
[RT #42587 ]
(cherry picked from commit 63fe88e8d8 )
2016-08-26 15:14:32 +10:00
Mark Andrews
1ea64ac3e5
remove spurious 'i'
...
(cherry picked from commit e1f590a59a )
2016-08-26 13:43:18 +10:00
Evan Hunt
f503aa345b
[v9_11] pass source file and line to dyndb load function
...
4455. [cleanup] Allow dyndb modules to correctly log the filename
and line number when processing configuration text
from named.conf. [RT #43050 ]
(cherry picked from commit 02fb764681 )
2016-08-25 18:09:45 -07:00
Tinderbox User
a3253fb44c
update copyright notice / whitespace
2016-08-25 23:46:16 +00:00
Tinderbox User
7e71f05d86
regen v9_11
2016-08-25 01:08:27 +00:00
Mark Andrews
7df3f06c0b
4454. [bug] 'rndc dnstap -reopen' had a race issue. [RT #43089 ]
...
(cherry picked from commit 726cddb564 )
2016-08-25 10:05:07 +10:00
Mark Andrews
d1cacbb374
4453. [bug] Prefetching of DS records failed to update their
...
RRSIGs. [RT #42865 ]
(cherry picked from commit f431bf02a6 )
2016-08-25 09:53:50 +10:00
Mark Andrews
2be9d18ee9
4452. [bug] The default key manager policy file is now
...
<sysdir>/dnssec-policy.conf (usually
/etc/dnssec-policy.conf). [RT #43064 ]
(cherry picked from commit e09f18e349 )
2016-08-25 09:53:33 +10:00
Evan Hunt
28a4d32b05
[v9_11] add dnssec-keygen and nslookup man page links to ARM
...
(cherry picked from commit 1e50c0d857 )
2016-08-24 20:39:52 +00:00
Mark Andrews
fdcfc6bae7
add signing -serial to rndc usage
...
(cherry picked from commit 7bb9972a1f )
2016-08-23 13:42:25 +10:00
Evan Hunt
32431c79c7
[master] fix dnstap query/response selectors
...
4427. [bug] The "query" and "response" parameters to the
"dnstap" option had their functions reversed.
(cherry picked from commit e9bd1496ed )
2016-08-19 11:41:07 +10:00
Tinderbox User
281ed127e3
regen v9_11
2016-08-19 01:08:24 +00:00
Mark Andrews
c40906dfad
4450. [port] Provide more nuanced HSM support which better matches
...
the specific PKCS11 providers capabilities. [RT #42458 ]
(cherry picked from commit 8ee6f289d8 )
2016-08-19 08:05:47 +10:00
Witold Krecicki
f9e49fd80e
4449. [test] Fix catalog zones test on slower systems. [RT #42997 ]
2016-08-18 18:17:17 +02:00
Mark Andrews
7204d08a31
4447. [tuning] Allow the fstrm_iothr_init() options to be set using
...
named.conf to control how dnstap manages the data
flow. [RT #42974 ]
(cherry picked from commit 934837913f )
2016-08-18 11:16:58 +10:00
Tinderbox User
a0c1ad17ab
update copyright notice / whitespace
2016-08-17 23:46:03 +00:00
Evan Hunt
f5898cf348
[v9_11] fix dyndb issues; isc_errno_toresult()
...
4445. [cleanup] isc_errno_toresult() can now be used to call the
formerly private function isc__errno2result().
[RT #43050 ]
4444. [bug] Fixed some issues related to dyndb: A bug caused
braces to be omitted when passing configuration text
from named.conf to a dyndb driver, and there was a
use-after-free in the sample dyndb driver. [RT #43050 ]
Patch for dyndb driver submitted by Petr Spacek at Red Hat.
(cherry picked from commit 3390d74e33 )
2016-08-17 11:39:42 -07:00
Mark Andrews
ab598428c8
update dyndb_init inline documentationi [RT #43050 ]
...
(cherry picked from commit 8c2c6b8b42 )
2016-08-17 14:12:54 +10:00
Tinderbox User
d621f10ebe
update copyright notice / whitespace
2016-08-15 23:45:57 +00:00
Mukund Sivaraman
4e9a1ad226
Fix RPZ CIDR tree insertion bug ( #43035 )
...
(cherry picked from commit 131307a70e )
2016-08-15 17:07:50 +05:30
Mark Andrews
d6a0e00dc3
add dnstap to help. [RT #42928 ]
...
(cherry picked from commit f814343d1b )
2016-08-15 11:56:37 +10:00
Mark Andrews
555469af35
4441. [cleanup] Alphabetize host's help output. [RT #43031 ]
...
(cherry picked from commit 8a98ea9e94 )
2016-08-15 11:22:08 +10:00
Mark Andrews
b4bbf49418
4439. [bug] Address race conditions getting ownernames of nodes.
...
[RT #43005 ]
(cherry picked from commit c7e021e2e6 )
2016-08-12 14:09:34 +10:00
Tinderbox User
0cfa9af7ed
regen v9_11
2016-08-12 01:08:44 +00:00