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
Mark Andrews
2fb6d3782b
4437. [func] Minimal-responses now has two additional modes
...
no-auth and no-auth-recursive which suppress
adding the NS records to the authority section
as well as the associated address records for the
nameservers. [RT #42005 ]
(cherry picked from commit 78e31dd187 )
2016-08-12 10:49:57 +10:00
Mark Andrews
bc09fd1365
4436. [func] Return TLSA records as additional data for MX and SRV
...
lookups. [RT #42894 ]
(cherry picked from commit bb900e62bf )
2016-08-12 10:10:30 +10:00
Mark Andrews
36be0aad8e
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 )
2016-08-12 09:43:55 +10:00
Mark Andrews
33f91e248b
4434. [protocol] Return EDNS EXPIRE option for master zones in addition
...
to slave zones. [RT #43008 ]
(cherry picked from commit bf2238b064 )
2016-08-12 09:32:29 +10:00
Evan Hunt
51227d6f16
[v9_11] error on bad parameter to 'rndc dumpdb'
...
4433. [cleanup] Report an error when passing an invalid option or
view name to "rndc dumpdb". [RT #42958 ]
(cherry picked from commit c38d989fdd )
2016-08-11 16:04:38 -07:00
Mark Andrews
9e4811dc90
4432. [testing] Hide rndc output on expected failures in logfileconfig
...
system test. [RT #27996 ]
(cherry picked from commit 12895c8d6f )
2016-08-10 13:07:05 +10:00
Tinderbox User
b0cd1a7a63
update copyright notice / whitespace
2016-08-09 00:25:59 +00:00
Mark Andrews
12b791ae20
4431. [bug] named-checkconf now checks the rate-limit clause.
...
[RT #42970 ]
2016-08-08 23:54:15 +10:00
Mark Andrews
080582dc47
4430. [bug] Lwresd died if a search list was not defined.
...
Found by 0x710DDDD At Alibaba Security. [RT #42895 ]
(cherry picked from commit 3146be6fd6 )
2016-08-08 10:23:22 +10:00
Mark Andrews
3a71cd8ca3
4429. [bug] Address potential use after free on fclose() error.
...
[RT #42976 ]
(cherry picked from commit c1915935cf )
2016-08-08 09:51:13 +10:00
Witold Krecicki
a23f742c3d
Remove spurious isc_stdio_open
2016-07-28 14:26:36 +02:00
Witold Krecicki
ba340e4469
4426. [bug] Addressed Coverity warnings. [RT #42908 ]
2016-07-27 15:45:58 +02:00
Tinderbox User
1e9517ea21
regen v9_11
2016-07-27 01:12:35 +00:00
Witold Krecicki
bd9e956e03
Fix typos in nzd2nzf test
2016-07-26 21:16:15 +02:00
Witold Krecicki
3783f45e68
Fix merge error in bin/tests/system/conf.sh.in, add missing cleanups in tests
2016-07-26 20:33:06 +02:00
Mark Andrews
c70fb599b9
add space in #error message
2016-07-26 11:28:29 +10:00
Mark Andrews
17d4581ce9
remove comma
...
(cherry picked from commit 0ac94b80e8 )
2016-07-26 11:17:52 +10:00
Tinderbox User
0ff8d59a07
regen v9_11
2016-07-26 01:11:57 +00:00
Mark Andrews
b62db16a58
named-rrchecker is also in ${prefix}/bin
2016-07-26 07:12:00 +10:00
Mark Andrews
72cc860dd2
4425. [bug] arpaname and dnstap-read were not being installed
...
into ${prefix}/bin. Tidy up installation issues
with CHANGE 4421. [RT #42910 ]
(cherry picked from commit 711aff9fa7 )
2016-07-26 06:54:19 +10:00
Witold Krecicki
a6d873b8bc
Fix merge error in bin/tools/Makefile.in
2016-07-25 13:15:27 +02:00
Mark Andrews
b7161f9898
4424. [experimental] Named now sends _ta-XXXX.<trust-anchor>/NULL queries
...
to provide feedback to the trust-anchor administrators
about how key rollovers are progressing as per
draft-ietf-dnsop-edns-key-tag-02. This can be
disabled using 'trust-anchor-telemetry no;'.
[RT #40583 ]
(cherry picked from commit f20179857a )
2016-07-22 20:03:06 +10:00
Evan Hunt
2fee8782a6
[v9_11] copyrights
2016-07-21 20:06:52 -07:00
Tinderbox User
adb0ac475d
update copyright notice / whitespace
2016-07-21 23:46:46 +00:00
Evan Hunt
b83e886b30
[v9_11] silence clang warnings
...
4422. [port] Silence clang warnings in dig.c and dighost.c.
[RT #42451 ]
2016-07-21 15:54:00 -07:00
Evan Hunt
ee9982dbd9
[v9_11] add missing file
2016-07-21 12:45:39 -07:00
Evan Hunt
12c8dec44b
[v9_11] print.h
2016-07-21 11:25:26 -07:00
Evan Hunt
801707fe19
[v9_11] store "addzone" zone config in a NZD database
...
4421. [func] When built with LMDB (Lightning Memory-mapped
Database), named will now use a database to store
the configuration for zones added by "rndc addzone"
instead of using a flat NZF file. This improves
performance of "rndc delzone" and "rndc modzone"
significantly. Existing NZF files will
automatically by converted to NZD databases.
To view the contents of an NZD or to roll back to
NZF format, use "named-nzd2nzf". To disable
this feature, use "configure --without-lmdb".
[RT #39837 ]
2016-07-21 11:14:16 -07:00
Mark Andrews
529d8a7cf1
4420. [func] nslookup now looks for AAAA as well as A by default.
...
[RT #40420 ]
(cherry picked from commit e7e7efe901 )
2016-07-22 03:28:28 +10:00
Witold Krecicki
d9d7b2657e
4419. [bug] Don't cause undefined result if the label of an
...
entry in catalog zone is changed. [RT #42708 ]
2016-07-21 13:07:56 +02:00
Mark Andrews
a1ddbcb37a
more copyright cleanups
...
(cherry picked from commit 592127b7fa )
2016-07-21 19:16:24 +10:00
Tinderbox User
5347c0fcb0
regen v9_11
2016-07-21 07:53:18 +00:00
Mark Andrews
704e6c8876
copyright
...
(cherry picked from commit 813e9f7ee2 )
2016-07-21 17:02:22 +10:00
Evan Hunt
d907426f0f
[v9_11] fix keymgr with low prepublication interval
...
4417. [bug] dnssec-keymgr could fail to create successor keys
if the prepublication interval was set to a value
smaller than the default. [RT #42820 ]
Patch submitted by Nis Wechselberg (enbewe@enbewe.de ).
2016-07-20 15:14:20 -07:00
Evan Hunt
f0fe1930a2
[v9_11] normalize domain names for trailing dots
...
4416. [bug] dnssec-keymgr: Domain names in policy files could
fail to match due to trailing dots. [RT #42807 ]
Patch submitted by Armin Pech (mail@arminpech.de ).
2016-07-20 14:36:12 -07:00
Evan Hunt
a78396e652
[v9_11] deleted keys not correctly excluded
...
4415. [bug] dnssec-keymgr: Expired/deleted keys were not always
excluded. [RT #42884 ]
Patch submitted by Nis Wechselberg (enewe@enbewe.de ).
2016-07-20 14:29:01 -07:00
Mark Andrews
55d61515ec
4413. [bug] GSSAPI negotiation could fail if GSS_S_CONTINUE_NEEDED
...
was returned. [RT #42733 ]
(cherry picked from commit 63e58ad048 )
2016-07-14 15:08:15 +10:00
Mark Andrews
111ec860a8
Visual Studio 2005 doesn't like named elements, construct addr using isc_netaddr_fromin6
...
(cherry picked from commit d937f8e999 )
2016-07-14 11:31:01 +10:00
Mark Andrews
1ac74a984d
Windows doesn't like LLU use ULL instead
...
(cherry picked from commit 6b5d6472cdbdb57ee7d8247d85f07c42fb347663)
2016-07-14 11:13:56 +10:00
Tinderbox User
1700442a77
regen v9_11
2016-07-14 00:01:54 +00:00
Mukund Sivaraman
2d5581de6e
Make fixes for GCC 6 ( #42721 )
...
(cherry picked from commit 4116177ac4 )
2016-07-13 13:56:22 +05:30
Evan Hunt
3525200d9f
[v9_11] rndc dnstap -roll
...
4411. [func] "rndc dnstap -roll" automatically rolls the
dnstap output file; the previous version is
saved with ".0" suffix, and earlier versions
with ".1" and so on. An optional numeric argument
indicates how many prior files to save. [RT #42830 ]
2016-07-13 01:18:41 -07:00
Mark Andrews
28303a06ce
4410. [bug] Address use after free and memory leak with dnstap.
...
[RT #42746 ]
(cherry picked from commit a2101037d9 )
2016-07-13 16:56:53 +10:00
Mark Andrews
64196d78c8
add more DNS64 default exclude acl tests
...
(cherry picked from commit d147d56227 )
2016-07-13 10:58:46 +10:00
Mark Andrews
35c014cb1d
4408. [func] Continue waiting for expected response when we the
...
response we get does not match the request. [RT #41026 ]
(cherry picked from commit ec5e01747a )
2016-07-12 11:33:49 +10:00
Tinderbox User
ebb8a69f33
update copyright notice / whitespace
2016-07-11 23:47:19 +00:00
Mark Andrews
4d8940486c
4409. [bug] DNS64 should exlude mapped addresses by default when
...
a exclude acl is not defined. [RT #42810 ]
(cherry picked from commit 557c7221fd )
2016-07-11 14:12:42 +10:00
Mark Andrews
f555b59e36
4406. [bug] getrrsetbyname with a non absolute name could
...
trigger a infinite recursion bug in lwresd
and named with lwres configured if when combined
with a search list entry the resulting name is
too long. [RT #42694 ]
(cherry picked from commit 38cc2d14e2 )
2016-07-07 13:50:38 +10:00
Mark Andrews
2be74962e4
ignore bin/tests/system/rndc/ns4/named.conf
...
(cherry picked from commit 3c88f741c6 )
2016-07-07 09:57:01 +10:00
Tinderbox User
1105cecdc2
update copyright notice / whitespace
2016-07-06 23:47:18 +00:00
Tinderbox User
6af971acc0
regen v9_11
2016-07-06 01:09:13 +00:00
Mark Andrews
8d9a134fe7
4405. [bug] Change 4342 introduced a regression where you could
...
not remove a delegation in a NSEC3 signed zone using
OPTOUT via nsupdate. [RT #42702 ]
(cherry picked from commit d811a7d9ef )
2016-07-06 10:14:01 +10:00
Mark Andrews
f2af4484a8
one -f the -D sync's should have been just -D
...
(cherry picked from commit 27505a932f )
2016-07-06 08:33:31 +10:00
Mark Andrews
680c1ba73d
ignore configure generated files
...
(cherry picked from commit 0dacb6efdf )
2016-06-29 23:32:27 +10:00
Mark Andrews
e96a2a2b89
ignore configure generated files
...
(cherry picked from commit cd734243d4 )
2016-06-29 23:27:51 +10:00
Mark Andrews
cccfafa311
4403. [bug] Rename variables and arguments that shadow: basename,
...
clone and gai_error.
(cherry picked from commit ecfa005085 )
2016-06-29 11:26:49 +10:00
Witold Krecicki
a77f86b6ca
Fix keymgr test for change 4400 [RT #42718 ]
2016-06-27 12:22:01 +02:00
Tinderbox User
33d0a7767d
regen master
2016-06-27 05:29:38 +00:00
Mark Andrews
0c27b3fe77
4401. [misc] Change LICENSE to MPL 2.0.
2016-06-27 14:56:38 +10:00
Mark Andrews
50a3eae6cf
4400. [bug] ttl policy was not being inherited in policy.py.
...
[RT #42718 ]
2016-06-27 13:07:45 +10:00
Mark Andrews
8d49a1a0d1
4399. [bug] policy.py 'ECCGOST', 'ECDSAP256SHA256', and
...
'ECDSAP384SHA384' don't have settable keysize.
[RT #42718 ]
2016-06-27 12:11:37 +10:00
Mark Andrews
97e13cc244
4398. [bug] Correct spelling of ECDSAP256SHA256 in policy.py.
...
[RT #42718 ]
2016-06-27 11:49:11 +10:00
Tinderbox User
05da080bbd
regen master
2016-06-27 01:25:44 +00:00
Mark Andrews
2616416a67
add missing <para>/<para> tags
2016-06-27 10:53:23 +10:00
Tinderbox User
4677c85720
regen master
2016-06-25 01:05:37 +00:00
Mark Andrews
8927a982bd
update copyrights / whitespace
2016-06-24 16:23:26 +10:00
Mark Andrews
9f5443280f
4397. [bug] Update Windows python support. [RT #42538 ]
2016-06-24 16:04:10 +10:00
Mark Andrews
c1a72112b2
4396. [func] dnssec-keymgr now takes a '-r randomfile' option.
...
[RT #42455 ]
2016-06-24 14:12:24 +10:00
Mark Andrews
b709d84755
distclean cleanup
2016-06-24 13:52:01 +10:00
Mark Andrews
4840ef4581
4395 [bug] Improve out-of-tree installation of python modules.
...
[RT #42586 ]
2016-06-24 12:20:37 +10:00
Tinderbox User
76cf91b5df
regen master
2016-06-24 01:05:13 +00:00
Tinderbox User
b54c2849fb
update copyright notice / whitespace
2016-06-23 23:45:21 +00:00
Mark Andrews
7d262a3647
4394. [func] Add rndc command "dnstap-reopen" to close and
...
reopen dnstap output filed. [RT #41803 ]
2016-06-24 09:37:04 +10:00
Jeremy C. Reed
e8300d7263
Use test random file for tsig test using keygen
...
This is for #42565 : tsig test hangs and KEYGEN and randomdev
It was okayed there and is a trivial fix. No changes log needed.
2016-06-23 18:48:09 -04:00
Tinderbox User
601645a1e8
update copyright notice / whitespace
2016-06-22 23:45:21 +00:00
Mark Andrews
10966da999
4402. [func] Collect statistics for RSSAC02v3 traffic-volume,
...
traffic-sizes and rcode-volume reporting. [RT #41475 ]
2016-06-23 08:44:54 +10:00
Witold Krecicki
4681ab1fc2
4387. [test] Rewritten test suite for catalog zones. [RT #42676 ]
...
4386. [func] Support for master entries with TSIG keys in catalog
zones. [RT #42577 ]
2016-06-22 10:50:09 +02:00
Mark Andrews
b56bd9b59f
4387. [bug] Change 4336 was not complete leading to SERVFAIL
...
being return as NS records expired. [RT #42683 ]
2016-06-22 15:26:38 +10:00
Mark Andrews
96beefd76f
4386.[bug]Remove shadowed overmem function/variable. [RT #42706 ]
2016-06-22 15:13:24 +10:00
Witold Krecicki
3f06b888ae
4385. [func] Add support for allow-query and allow-transfer ACLs
...
to catalog zones. [RT #42578 ]
2016-06-20 13:39:44 +02:00
Mark Andrews
c1bf332c7c
silence rm error message
2016-06-20 14:33:33 +10:00
Mark Andrews
eff62988e6
checking that default nta's were lifted due to lifetime were not robust
2016-06-20 14:29:11 +10:00
Mark Andrews
bcd6666984
silence compiler warning
2016-06-19 22:59:58 +10:00
Mark Andrews
948fe5822b
4384. [bug] Change 4256 accidentally disabled logging of the
...
rndc command. [RT #42654 ]
2016-06-18 00:10:51 +10:00
Mark Andrews
3f0de196f7
report subtest number
2016-06-17 10:50:33 +10:00
Tinderbox User
3939cc42d8
update copyright notice / whitespace
2016-06-16 23:45:22 +00:00
Mark Andrews
caf7c2fd25
style
2016-06-17 07:13:12 +10:00
Tinderbox User
dce54b9b5c
update copyright notice / whitespace
2016-06-14 23:45:25 +00:00
Mark Andrews
3635d8f910
do not overflow exit status. [RT #42643 ]
2016-06-14 13:48:39 +10:00
Mark Andrews
ecff557eeb
4383. [bug] Correct spelling error in stats channel description of
...
"EDNS client subnet option received". [RT #42633 ]
2016-06-14 11:31:17 +10:00
Francis Dupont
985d2d1b71
Updated OpenSSL patches for 1.0.[12] (active/supported)
2016-06-13 18:05:33 +02:00
Mark Andrews
eb6d8d7a48
silence coverity warnings
2016-06-12 00:08:31 +10:00
Tinderbox User
ffaab41a01
update copyright notice / whitespace
2016-06-10 23:45:19 +00:00
Evan Hunt
eb3195d211
[master] add a test for dig +subnet with various prefix lengths
2016-06-09 22:49:52 -07:00
Mark Andrews
fbc50678e1
4382. [bug] rndc {addzone,modzone,delzone,showzone} should all
...
compare the zone name using a canonical format.
[RT #42630 ]
2016-06-10 11:03:53 +10:00
Mark Andrews
eb54bc33a2
also cleanup node
2016-06-03 18:04:37 +10:00
Mark Andrews
92ddd7ad2c
detach before restore
2016-06-03 17:23:08 +10:00
Mark Andrews
b4750b5991
reset zversion on restart
2016-06-03 14:33:16 +10:00
Witold Krecicki
c2afbab9dc
4381. [bug] Missing "zone-directory" option in catalog zone
...
definition caused BIND to crash. [RT #42579 ]
2016-06-02 21:41:02 +02:00
Tinderbox User
e76f113739
regen master
2016-06-02 01:05:09 +00:00
Mark Andrews
d055178624
simplify poorly written conditional
2016-06-02 10:18:17 +10:00