- 03 Jul, 2018 2 commits
-
-
Tinderbox User authored
- 28 Jun, 2018 7 commits
-
-
Tinderbox User authored
- 27 Jun, 2018 2 commits
-
-
Mark Andrews authored
Resolve "Missing dereference in REQUIRE statement?" See merge request !442
-
Mark Andrews authored
(cherry picked from commit f1ee5e4a)
-
- 26 Jun, 2018 9 commits
-
-
Witold Krecicki authored
Resolve "Intermittent recursive resolver issues [socket.c:2135]" See merge request !431
-
Witold Krecicki authored
(cherry picked from commit 49f90025) (cherry picked from commit 4007a9d0)
-
Witold Krecicki authored
(cherry picked from commit d79be7dd) (cherry picked from commit da63e956)
-
(cherry picked from commit f7d34635)
-
(cherry picked from commit e01a4bcb)
-
Michał Kępień authored
[v9_10] Only request permitted capabilities in non-libcap builds See merge request !419
-
Michał Kępień authored
4979. [bug] Non-libcap builds were not checking whether all requested capabilities are present in the permitted capability set. [GL #321] (cherry picked from commit 731b0038)
-
Michał Kępień authored
While libcap-enabled builds check whether any capability named requests is within the permitted capability set, non-libcap builds just try requesting them, which potentially causes a misleading error message to be output ("Operation not permitted: please ensure that the capset kernel module is loaded"). Ensure non-libcap builds also check whether any requested capability is within the permitted capability set. (cherry picked from commit 8c66f32e)
-
- 25 Jun, 2018 4 commits
-
-
-
Mark Andrews authored
Resolve "casecompare of NINFO, TKEY, TXT have wrong return type" See merge request !406
-
Mark Andrews authored
(cherry picked from commit 3ba1d1e4)
- 22 Jun, 2018 3 commits
-
-
Mark Andrews authored
Merge branch '356-client-cookie-is-being-hashed-twice-when-computing-the-dns-server-cookie-v9_10' into 'v9_10' Resolve "Client cookie is being hashed twice when computing the DNS server cookie." See merge request !403
-
Mark Andrews authored
not match the method described in RFC 7873. [GL #356] (cherry picked from commit 8755a249)
-
Mark Andrews authored
(cherry picked from commit 4795f0ca)
-
- 21 Jun, 2018 2 commits
-
-
Ondřej Surý authored
Merge 9.10.8rc1 release into v9_10 branch See merge request !397
-
-
- 15 Jun, 2018 2 commits
-
-
Michał Kępień authored
[v9_10] constify dns_rdata_tostruct See merge request !382
-
(cherry picked from commit abb2fd10)
-
- 14 Jun, 2018 3 commits
-
-
Ondřej Surý authored
Resolve "Recursion improperly allowed by default" See merge request !375
-
-
-
- 13 Jun, 2018 4 commits
-
-
Michał Kępień authored
[v9_10] Fix DNAME handling in DNSSEC tools See merge request !365
-
Michał Kępień authored
4971. [bug] dnssec-signzone and dnssec-verify did not treat records below a DNAME as out-of-zone data. [GL #298] (cherry picked from commit 28b8ab88)
-
(cherry picked from commit 0c3ddaaf)
-
Michał Kępień authored
DNAME records indicate bottom of zone and thus no records below a DNAME should be DNSSEC-signed or included in NSEC(3) chains. Add a helper function, has_dname(), for detecting DNAME records at a given node. Prevent signing DNAME-obscured records. Check that DNAME-obscured records are not signed. (cherry picked from commit 6d8a514e)
-
- 10 Jun, 2018 2 commits
-
-
Evan Hunt authored
-