Mark Andrews
a922385850
mem.c failed to compile if ISC_MEM_CHECKOVERRUN=0
2018-01-05 12:13:17 +11:00
Tinderbox User
9fecd013fe
regen master
2018-01-05 01:08:34 +00:00
Tinderbox User
10e49fc83b
update copyright notice / whitespace
2018-01-04 23:45:32 +00:00
Tinderbox User
bcdf3ec450
newcopyrights
2018-01-04 23:30:09 +00:00
Mark Andrews
a0e66ef6dd
unconditionally typedef summarystat_t for coverity
2018-01-05 10:10:34 +11:00
Evan Hunt
79112cec7d
[master] typo
2018-01-03 19:29:59 -08:00
Evan Hunt
053b51c4db
[master] block validator deadlock and prevent use-after-free
...
4859. [bug] A loop was possible when attempting to validate
unsigned CNAME responses from secure zones;
this caused a delay in returning SERVFAIL and
also increased the chances of encountering
CVE-2017-3145. [RT #46839 ]
4858. [security] Addresses could be referenced after being freed
in resolver.c, causing an assertion failure.
(CVE-2017-3145) [RT #46839 ]
2018-01-03 19:11:18 -08:00
Mark Andrews
9e6b394410
use RESTORE rather than SAVE as is better describes the operation
2018-01-04 13:11:28 +11:00
Mark Andrews
eed2f6cef0
4857. [bug] Maintain attach/detach semantics for event->db,
...
event->node, event->rdataset and event->sigrdataset
in query.c. [RT #46891 ]
2018-01-04 10:48:18 +11:00
Tinderbox User
a280a7871d
update copyright notice / whitespace
2018-01-03 23:45:29 +00:00
Tinderbox User
b415606012
newcopyrights
2018-01-03 23:30:01 +00:00
Mark Andrews
0b27aa0712
4856. [bug] 'rndc zonestatus' reported the wrong underlying type
...
for a inline slave zone. [RT #46875 ]
2018-01-04 10:10:05 +11:00
Mark Andrews
1e10ef06ce
4855. [bug] isc_time_formatshorttimestamp produced incorrect
...
output. [RT #46938 ]
2018-01-04 09:57:40 +11:00
Mark Andrews
7258b852cf
missing newline in comment
2018-01-03 17:11:12 +11:00
Mark Andrews
4674127443
wait for status: line to be readable, before checking status
2018-01-03 13:54:26 +11:00
Tinderbox User
7bba3a7c44
update copyright notice / whitespace
2018-01-02 23:45:28 +00:00
Tinderbox User
3483e91d8c
newcopyrights
2018-01-02 23:30:02 +00:00
Mark Andrews
c9ee9718ae
4854. [bug] query_synthcnamewildcard should stop generating the
...
response if query_synthwildcard fails. [RT #46939 ]
2018-01-03 10:07:42 +11:00
Tinderbox User
05612f43a9
regen master
2018-01-02 01:08:47 +00:00
Mark Andrews
0645f8f1ce
4853. [bug] Add REQUIRE's and INSIST's to isc_time_formatISO8601L
...
and isc_time_formatISO8601Lms. [RT #46916 ]
2018-01-02 10:57:31 +11:00
Mark Andrews
7770e0b069
4852. [bug] Handle strftime() failing in isc_time_formatISO8601ms.
...
Add REQUIRE's and INSIST's to isc_time_formattimestamp,
isc_time_formathttptimestamp, isc_time_formatISO8601,
isc_time_formatISO8601ms. [RT #46892 ]
2018-01-02 10:48:08 +11:00
Tinderbox User
d2ff6f0f07
update copyright notice / whitespace
2018-01-01 23:45:27 +00:00
Tinderbox User
af5fb26180
newcopyrights
2018-01-01 23:30:04 +00:00
Mark Andrews
ccb5678066
4851. [port] Support using kyua as well as atf-run to run the unit
...
tests. [RT #46853 ]
2018-01-02 10:20:58 +11:00
Tinderbox User
e55ecaf8d8
newcopyrights
2017-12-29 23:30:25 +00:00
Mark Andrews
fa0caa1f85
X Kyuafile's
2017-12-29 13:33:08 +11:00
Tinderbox User
903662d5c3
regen master
2017-12-29 01:44:18 +00:00
Tinderbox User
015c017dfa
regen master
2017-12-29 01:04:39 +00:00
Mark Andrews
9bec7facfb
4850. [bug] Named failed to restart with multiple added zones in
...
lmdb database. [RT #46889 ]
2017-12-27 16:24:33 +11:00
Mark Andrews
f5d429e7c3
save why ydump.py failed
2017-12-22 16:02:39 +11:00
Mark Andrews
f933be6d45
silence clang static analysis
2017-12-22 13:08:39 +11:00
Mark Andrews
9f61f6b46b
initalize sigsize to zero; ATF_CHECK_EQ(sigsize, tsig.siglen);
2017-12-22 08:58:20 +11:00
Mark Andrews
be5a0eaa7a
add POST(argc);
2017-12-22 08:48:38 +11:00
Mark Andrews
d11ada1376
add POST(argv); and POST(argc);
2017-12-22 08:43:49 +11:00
Tinderbox User
9597687aba
regen master
2017-12-21 01:08:42 +00:00
Mark Andrews
05a0d21490
lowercase m in macOS
...
(cherry picked from commit 2cc7c4d62c7266171e9958ea3099efc61b061a10)
2017-12-21 10:55:38 +11:00
Tinderbox User
dcc059e2c9
update copyright notice / whitespace
2017-12-20 23:45:50 +00:00
Tinderbox User
9826bebc85
newcopyrights
2017-12-20 23:30:16 +00:00
Mark Andrews
2d7f89b9c7
4849. [bug] Duplicate zones could appear in the .nzf file if
...
addzone failed. [RT #46435 ]
2017-12-20 17:13:58 +11:00
Tinderbox User
ec91dfaf80
regen master
2017-12-20 01:08:42 +00:00
Mark Andrews
66ff891bf1
set AC_INIT to 9.13
2017-12-20 09:24:36 +11:00
Francis Dupont
36dccc165e
Fixed embedded atf code warning (RT 46833)
2017-12-18 16:11:45 +01:00
Tinderbox User
9448aacadb
regen master
2017-12-16 01:09:51 +00:00
Tinderbox User
5637645847
update copyright notice / whitespace
2017-12-15 23:45:36 +00:00
Tinderbox User
376b1e8fec
newcopyrights
2017-12-15 23:30:10 +00:00
Evan Hunt
6b2e5cd28c
[master] fixed ixfr-from-difference error in previous commit
2017-12-15 10:01:07 -08:00
Evan Hunt
79c2400d91
[master] allow primary/secondary as synonyms for master/slave
...
4848. [func] Zone types "primary" and "secondary" can now be used
as synonyms for "master" and "slave" in named.conf.
[RT #46713 ]
2017-12-15 01:47:05 -08:00
Evan Hunt
d40f4c9885
[master] clear out release notes so they can be repopulated for 9.13
2017-12-15 01:40:16 -08:00
Mark Andrews
68a2932f75
fix case
2017-12-15 14:53:54 +11:00
Mark Andrews
13508261e0
add MacOS to contents
2017-12-15 14:45:01 +11:00