]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Merge patch to fix for glue that is outside of zone, with
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 23 Aug 2024 06:56:48 +0000 (08:56 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 23 Aug 2024 06:56:48 +0000 (08:56 +0200)
commit1e0cf1e86b30c071a537af10940e1cf6f5f130e3
tree737096e55c83be75df0033292067235a48fd7b8d
parent348df52e0590fb2d8bc1d61ed2e29aa732cab6de
- Merge patch to fix for glue that is outside of zone, with
  `harden-unverified-glue`, from Karthik Umashankar (Microsoft).
  Enabling this option protects the Unbound resolver against bad
  glue, that is unverified out of zone glue, by resolving them.
  It uses the records as last resort if there is no other working
  glue.
16 files changed:
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
iterator/iter_scrub.c
iterator/iterator.c
pythonmod/doc/modules/config.rst
pythonmod/interface.i
services/cache/dns.c
services/cache/dns.h
testdata/iter_unverified_glue.rpl [new file with mode: 0644]
testdata/iter_unverified_glue_fallback.rpl [new file with mode: 0644]
util/config_file.c
util/config_file.h
util/configlexer.lex
util/configparser.y
util/data/packed_rrset.h