CVS import: src/external/bsd/unbound/dist

2021-03-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Mar 15 20:01:15 UTC 2021

Update of /cvsroot/src/external/bsd/unbound/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv9333

Log Message:
Import unbound 1.13.1

4 February 2021: Wouter
- release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb.
  This became 1.13.1 release tag on 9 feb.  The main branch is set
  to version 1.13.2.

2 February 2021: Wouter
- branch-1.13.1 is created, with release-1.13.1rc1 tag.
- Fix dynlibmod link on rhel8 for -ldl inclusion.
- Fix windows dependency on libssp.dll because of default stack
  protector in mingw.
- Fix indentation of root anchor for use by windows install script.

1 February 2021: George
- Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.

29 January 2021: Wouter
- Fix for doxygen 1.8.20 compatibility.

28 January 2021: Wouter
- Annotate that we ignore the return value of if_indextoname.
- Fix to use correct type for label count in rpz routine.
- Fix empty clause warning in config_file nsid parse.
- Fix to use correct type for label count in ipdnametoaddr rpz routine.
- Fix empty clause warning in edns pass for padding.
- Fix fwd ancil test post script when not supported.

26 January 2021: George
- Merge PR #408 from fobser: Prevent a few more yacc clashes.
- Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the
  original instead of a decrementing TTL ('serve-original-ttl')
- Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor
  static data.
- Ignore cache blacklisting when trying to reply with expired data from
  cache (#394).

26 January 2021: Wouter
- Fix compile of unbound-dnstap-socket without dnstap installed.

22 January 2021: Willem
- Padding of queries and responses with DNS over TLS as specified in
  RFC7830 and RFC8467.

22 January 2021: George
- Fix TTL of SOA record for negative answers (localzone and
  authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM.

19 January 2021: Willem
- Support for RFC5001: DNS Name Server Identifier (NSID) Option
  with the nsid: option in unbound.conf

18 January 2021: Wouter
- Fix #404: DNS query with small edns bufsize fail.
- Fix declaration before statement and signed comparison warning in
  dns64.

15 January 2021: Wouter
- Merge #402 from fobser: Implement IPv4-Embedded addresses according
  to RFC6052.

14 January 2021: Wouter
- Fix for #93: dynlibmodule import library is named libunbound.dll.a.

13 January 2021: Wouter
- Merge #399 from xiangbao227: The lock of lruhash table should
  unlocked after markdel entry.
- Fix for #93: dynlibmodule link fix for Windows.

12 January 2021: Wouter
- Fix #397: [Feature request] add new type always_null to local-zone
  similar to always_nxdomain.
- Fix so local zone types always_nodata and always_deny can be used
  from the config file.

8 January 2021: Wouter
- Merge PR #391 from fhriley: Add start_time to reply callbacks so
  modules can compute the response time.
- For #391: use struct timeval* start_time for callback information.
- For #391: fix indentation.
- For #391: more double casts in python start time calculation.
- Add comment documentation.
- Fix clang analysis warning.

6 January 2021: Wouter
- Fix #379: zone loading over HTTP appears to have buffer issues.
- Merge PR #395 from mptre: add missing null check.
- Fix #387: client-subnet-always-forward seems to effectively bypass
  any caching?

5 January 2021: Wouter
- Fix #385: autoconf 2.70 impacts unbound build
- Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
  to unbound-control.

4 January 2021: Wouter
- For #376: Fix that comm point event is not double removed or double
  added to event map.
- iana portlist updated.

16 December 2020: George
- Fix error cases when udp-connect is set and send() returns an error
  (modified patch from Xin Li @delphij).

11 December 2020: Wouter
- Fix #371: unbound-control timeout when Unbound is not running.
- Fix to squelch permission denied and other errors from remote host,
  they are logged at higher verbosity but not on low verbosity.
- Merge PR #335 from fobser: Sprinkle in some static to prevent
  missing prototype warnings.
- Merge PR #373 from fobser: Warning: arithmetic on a pointer to void
  is a GNU extension.
- Fix missing prototypes in the code.

3 December 2020: Wouter
- make depend.
- iana portlist updated.

2 December 2020: Wouter
 

CVS import: src/external/bsd/unbound/dist

2019-12-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 15 15:28:51 UTC 2019

Update of /cvsroot/src/external/bsd/unbound/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv1203

Log Message:
Import unbound 1.9.6:

6 December 2019: Wouter
- Fix ipsecmod compile.
- Fix Makefile.in for ipset module compile, from Adi Prasaja.

5 December 2019: Wouter
- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
  replacements for unbound-fuzzme.c that gets created after applying
  the contrib/unbound-fuzzme.patch.  They are contributed by
  Eric Sesterhenn from X41 D-Sec.
- tag for 1.9.6rc1.

4 December 2019: Wouter
- Fix lock type for memory purify log lock deletion.
- Fix testbound for alloccheck runs, memory purify and lock checks.
- update contrib/fastrpz.patch to apply more cleanly.
- Fix Make Test Fails when Configured With --enable-alloc-nonregional,
  reported by X41 D-Sec.

3 December 2019: Wouter
- Merge pull request #124 from rmetrich: Changed log lock
  from 'quick' to 'basic' because this is an I/O lock.
- Fix text around serial arithmatic used for RRSIG times to refer
  to correct RFC number.
- Fix Assert Causing DoS in synth_cname(),
  reported by X41 D-Sec.
- Fix similar code in auth_zone synth cname to add the extra checks.
- Fix Assert Causing DoS in dname_pkt_copy(),
  reported by X41 D-Sec.
- Fix OOB Read in sldns_wire2str_dname_scan(),
  reported by X41 D-Sec.
- Fix Out of Bounds Write in sldns_str2wire_str_buf(),
  reported by X41 D-Sec.
- Fix Out of Bounds Write in sldns_b64_pton(),
  fixed by check in sldns_str2wire_int16_data_buf(),
  reported by X41 D-Sec.
- Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
  reported by X41 D-Sec.
- Fix Out of Bound Write Compressed Names in rdata_copy(),
  reported by X41 D-Sec.
- Fix Hang in sldns_wire2str_pkt_scan(),
  reported by X41 D-Sec.
  This further lowers the max to 256.
- Fix snprintf() supports the n-specifier,
  reported by X41 D-Sec.
- Fix Bad Indentation, in dnscrypt.c,
  reported by X41 D-Sec.
- Fix Client NONCE Generation used for Server NONCE,
  reported by X41 D-Sec.
- Fix compile error in dnscrypt.
- Fix _vfixed not Used, removed from sbuffer code,
  reported by X41 D-Sec.
- Fix Hardcoded Constant, reported by X41 D-Sec.
- make depend

2 December 2019: Wouter
- Merge pull request #122 from he32: In tcp_callback_writer(),
  don't disable time-out when changing to read.

22 November 2019: George
- Fix compiler warnings.

22 November 2019: Wouter
- Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec.
- Add make distclean that removes everything configure produced,
  and make maintainer-clean that removes bison and flex output.

20 November 2019: Wouter
- Fix Out of Bounds Read in rrinternal_get_owner(),
  reported by X41 D-Sec.
- Fix Race Condition in autr_tp_create(),
  reported by X41 D-Sec.
- Fix Shared Memory World Writeable,
  reported by X41 D-Sec.
- Adjust unbound-control to make stats_shm a read only operation.
- Fix Weak Entropy Used For Nettle,
  reported by X41 D-Sec.
- Fix Randomness Error not Handled Properly,
  reported by X41 D-Sec.
- Fix Out-of-Bounds Read in dname_valid(),
  reported by X41 D-Sec.
- Fix Config Injection in create_unbound_ad_servers.sh,
  reported by X41 D-Sec.
- Fix Local Memory Leak in cachedb_init(),
  reported by X41 D-Sec.
- Fix Integer Underflow in Regional Allocator,
  reported by X41 D-Sec.
- Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD.
- Synchronize compat/getentropy_win.c with version 1.5 from
  OpenBSD, no changes but makes the file, comments, identical.
- Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD.
- Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD.
- Changes to compat/getentropy files for,
  no link to openssl if using nettle, and hence config.h for
  HAVE_NETTLE variable.
  compat definition of MAP_ANON, for older systems.
  ifdef stdint.h inclusion for older systems.
  ifdef sha2.h inclusion for older systems.
- Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec.
- Fix compile with --enable-alloc-checks, reported by X41 D-Sec.
- Fix Terminating Quotes not Written, reported by X41 D-Sec.
- Fix Useless memset() in validator, reported by X41 D-Sec.
- Fix Unrequired Checks, reported by X41 D

CVS import: src/external/bsd/unbound/dist

2018-09-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep  3 14:09:44 UTC 2018

Update of /cvsroot/src/external/bsd/unbound/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv25029

Log Message:
Import unbound-1.7.3

19 June 2018: Wouter
- Fix for unbound-control on Windows and set TCP socket parameters
  more closely.
- Fix windows unbound-control no cert bad file descriptor error.

18 June 2018: Wouter
- Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
- Fix unbound-checkconf for control-use-cert.

15 June 2018: Wouter
- tag for 1.7.3rc1.

14 June 2018: Wouter
- #4103: Fix that auth-zone does not insist on SOA record first in
  file for url downloads.
- Fix that first control-interface determines if TLS is used.  Warn
  when IP address interfaces are used without TLS.
- Fix nettle compile.

12 June 2018: Ralph
- Don't count CNAME response types received during qname minimisation as
  query restart.

12 June 2018: Wouter
- #4102 for NSD, but for Unbound.  Named unix pipes do not use
  certificate and key files, access can be restricted with file and
  directory permissions.  The option control-use-cert is no longer
  used, and ignored if found in unbound.conf.
- Rename tls-additional-ports to tls-additional-port, because every
  line adds one port.
- Fix buffer size warning in unit test.
- remade dependencies in the Makefile.

6 June 2018: Wouter
- Patch to fix openwrt for mac os build darwin detection in configure.

5 June 2018: Wouter
- Fix crash if ratelimit taken into use with unbound-control
  instead of with unbound.conf.

4 June 2018: Wouter
- Fix deadlock caused by incoming notify for auth-zone.
- tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018,
  trunk is 1.7.3 in development from this point.
- #4100: Fix stub reprime when it becomes useless.

1 June 2018: Wouter
- Rename additional-tls-port to tls-additional-ports.
  The older name is accepted for backwards compatibility.

30 May 2018: Wouter
- Patch from Syzdek: Add ability to ignore RD bit and treat all
  requests as if the RD bit is set.

29 May 2018: Wouter
- in compat/arc4random call getentropy_urandom when getentropy fails
  with ENOSYS.
- Fix that fallback for windows port.

28 May 2018: Wouter
- Fix windows tcp and tls spin on events.
- Add routine from getdns to add windows cert store to the SSL_CTX.
- tls-win-cert option that adds the system certificate store for
  authenticating DNS-over-TLS connections.  It can be used instead
  of the tls-cert-bundle option, or with it to add certificates.

25 May 2018: Wouter
- For TCP and TLS connections that don't establish, perform address
  update in infra cache, so future selections can exclude them.
- Fix that tcp sticky events are removed for closed fd on windows.
- Fix close events for tcp only.

24 May 2018: Wouter
- Fix that libunbound can do DNS-over-TLS, when configured.
- Fix that windows unbound service can use DNS-over-TLS.
- unbound-host initializes ssl (for potential DNS-over-TLS usage
  inside libunbound), when ssl upstream or a cert-bundle is configured.

23 May 2018: Wouter
- Use accept4 to speed up incoming TCP (and TLS) connections,
  available on Linux, FreeBSD and OpenBSD.

17 May 2018: Ralph
- Qname minimisation default changed to yes.

15 May 2018: Wouter
- Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.

11 May 2018: Wouter
- Fix contrib/libunbound.pc for libssl libcrypto references,
  from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914

7 May 2018: Wouter
- Fix windows to not have sticky TLS events for TCP.
- Fix read of DNS over TLS length and data in one read call.
- Fix mesh state assertion failure due to callback removal.

3 May 2018: Wouter
- Fix that configure --with-libhiredis also turns on cachedb.
- Fix gcc 8 buffer warning in testcode.
- Fix function type cast warning in libunbound context callback type.

2 May 2018: Wouter
- Fix fail to reject dead peers in forward-zone, with ssl-upstream.

1 May 2018: Wouter
- Fix that unbound-control reload frees the rrset keys and returns
  the memory pages to the system.

30 April 2018: Wouter
- Fix spelling error in man page and note defaults as no instead of
  off.

26 April 2018: Wouter
- Fix for crash in daemon_cleanup with dnstap during reload,
  from Saksham Manchanda.
- Also that for dnscrypt.
- tag for 1.7.1rc1 release.  Became 1.7.1 release on 3 May, trunk
  is from here 1.7.2 in development.

25 Apri

CVS import: src/external/bsd/unbound/dist

2018-02-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb  6 02:39:43 UTC 2018

Update of /cvsroot/src/external/bsd/unbound/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv26546

Log Message:
Unbound 1.6.8
Download: unbound-1.6.8.tar.gz
SHA1 checksum: 492737be9647c26ee39d4d198f2755062803b412
SHA256 checksum: 
e3b428e33f56a45417107448418865fe08d58e0e7fea199b855515f60884dd49
PGP signature: unbound-1.6.8.tar.gz.asc
Date: 19 Jan, 2018
Bug Fixes
Fix for CVE-2017-15105: vulnerability in the processing of wildcard synthesized 
NSEC records.
Older versions
Unbound 1.6.7
Download: unbound-1.6.7.tar.gz
SHA1 checksum: 098f8acfc3e9d1cab54f07863e61eabbb67c80dc
SHA256 checksum: 
4e7bd43d827004c6d51bef73adf941798e4588bdb40de5e79d89034d69751c9f
PGP signature: unbound-1.6.7.tar.gz.asc
Date: 10 Oct, 2017
Features
Set trust-anchor-signaling default to yes
#1440: [dnscrypt] client nonce cache.
#1435: Allow UDP to be disabled separately upstream and downstream.
Bug Fixes
Fix that looping modules always stop the query, and don't pass control.
Fix unbound-host to report error for DNSSEC state of failed lookups.
Spelling fixes, from Josh Soref.
Fix #1400: allowing use of global cache on ECS-forwarding unless always-forward.
use a cachedb answer even if it's "expired" when serve-expired is yes (patch 
from Jinmei Tatuya).
trigger refetching of the answer in that case (this will bypass cachedb lookup)
allow storing a 0-TTL answer from cachedb in the in-memory message cache when 
serve-expired is yes
Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0x.
Log name of looping module
Fix #1450: Generate again patch contrib/-filter-iterator.patch (by Danilo 
G. Baio).
Fix param unused warning for windows exportsymbol compile.
Use RCODE from A query on DNS64 synthesized answer.
Fix trust-anchor-signaling works in libunbound.
Fix spelling in unbound-control man page.
Unbound 1.6.6
Download: unbound-1.6.6.tar.gz
SHA1 checksum: d205c03a402f5d900d5bad3d036849a12804a49e
SHA256 checksum: 
972b14dc33093e672652a7b2b5f159bab2198b0fe9c9e1c5707e1895d4d4b390
PGP signature: unbound-1.6.6.tar.gz.asc
Date: 18 Sep, 2017
Features
unbound-control dump_infra prints port number for address if not 53.
Fix #1344: RFC6761-reserved domains: test. and invalid.
Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor). With the 
-p option unbound does not create a pidfile.
Added stats for queries that have been ratelimited by domain recursion.
Patch to show DNSCrypt status in help output, from Carsten Strotmann.
Fix #1407: Add ECS options check to unbound-checkconf.
Fix #1415: [dnscrypt] shared secret cache, patch from Manu Bretelle.
Bug Fixes
fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
First fix for zero b64 and hex text zone format in sldns.
Better fixup of dnscrypt_cert_chacha test for different escapes.
Fix that infra cache host hash does not change after reconfig.
Fix python example0 return module wait instead of error for pass.
enhancement for hardened-tls for DNS over TLS. Removed duplicated security 
settings.
Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned on.
Fix #1331: libunbound segfault in threaded mode when context is deleted.
Fix pythonmod link line option flag.
Fix openssl 1.1.0 load of ssl error strings from ssl init.
Fix 1332: Bump verbosity of failed chown'ing of the control socket.
Redirect all localhost names to localhost address for RFC6761.
Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02), 
config.sub(2016-09-05).
annotate case statement fallthrough for gcc 7.1.1.
flex output from flex 2.6.1.
snprintf of thread number does not warn about truncated string.
squelch TCP fast open error on FreeBSD when kernel has it disabled, unless 
verbosity is high.
remove warning from windows compile.
Fix compile with libnettle
Fix DSA configure switch (--disable dsa) for libnettle and libnss.
Fix #1365: Add Ed25519 support using libnettle.
Fix #1394: mix of serve-expired and response-ip could cause a crash.
Remove unused iter_env member (ip6arpa_dname)
Do not reset rrset.bogus stats when called using stats_noreset.
Do not add rrset_bogus and query ratelimiting stats per thread, these module 
stats are global.
Fix #1397: Recursive DS lookups for AS112 zones names should recurse.
Fix #1398: make cachedb secret configurable.
Remove spaces from Makefile.
Fix issue on macOX 10.10 where TCP fast open is detected but not implemented 
causing TCP to fail. The fix allows fallback to regular TCP in this case and is 
also more robust for cases where connectx() fails for some reason.
Fix #1402: squelch invalid argument error for fd_set_block on windows.
Fix to reclaim tcp handler when it is closed due to dnscrypt buffer allocation 
failure.
Fix #1415: patch to free dnscrypt environment on reload.
iana portlist update
Small fixes for the shared secret cache patch.
Fix WKS reco

CVS import: src/external/bsd/unbound/dist

2016-08-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Aug 20 11:11:17 UTC 2016

Update of /cvsroot/src/external/bsd/unbound/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv28132

Log Message:
Import unbound 1.5.9

Status:

Vendor Tag: NLNETLABS
Release Tags:   unbound-1-5-9

N src/external/bsd/unbound/dist/aclocal.m4
N src/external/bsd/unbound/dist/LICENSE
N src/external/bsd/unbound/dist/config.sub
N src/external/bsd/unbound/dist/configure.ac
N src/external/bsd/unbound/dist/ltmain.sh
N src/external/bsd/unbound/dist/ac_pkg_swig.m4
N src/external/bsd/unbound/dist/Makefile.in
N src/external/bsd/unbound/dist/configure
N src/external/bsd/unbound/dist/ax_pthread.m4
N src/external/bsd/unbound/dist/.gitignore
N src/external/bsd/unbound/dist/acx_python.m4
N src/external/bsd/unbound/dist/config.guess
N src/external/bsd/unbound/dist/install-sh
N src/external/bsd/unbound/dist/acx_nlnetlabs.m4
N src/external/bsd/unbound/dist/config.h.in
N src/external/bsd/unbound/dist/README
N src/external/bsd/unbound/dist/doc/unbound.doxygen
N src/external/bsd/unbound/dist/doc/Changelog
N src/external/bsd/unbound/dist/doc/TODO
N src/external/bsd/unbound/dist/doc/LICENSE
N src/external/bsd/unbound/dist/doc/libunbound.3.in
N src/external/bsd/unbound/dist/doc/unbound-checkconf.8.in
N src/external/bsd/unbound/dist/doc/control_proto_spec.txt
N src/external/bsd/unbound/dist/doc/FEATURES
N src/external/bsd/unbound/dist/doc/ietf67-design-02.pdf
N src/external/bsd/unbound/dist/doc/ietf67-design-02.odp
N src/external/bsd/unbound/dist/doc/example.conf.in
N src/external/bsd/unbound/dist/doc/unbound-host.1.in
N src/external/bsd/unbound/dist/doc/README.tests
N src/external/bsd/unbound/dist/doc/README.DNS64
N src/external/bsd/unbound/dist/doc/unbound.8.in
N src/external/bsd/unbound/dist/doc/unbound.conf.5.in
N src/external/bsd/unbound/dist/doc/README.svn
N src/external/bsd/unbound/dist/doc/requirements.txt
N src/external/bsd/unbound/dist/doc/README
N src/external/bsd/unbound/dist/doc/unbound-control.8.in
N src/external/bsd/unbound/dist/doc/CREDITS
N src/external/bsd/unbound/dist/doc/unbound-anchor.8.in
N src/external/bsd/unbound/dist/cachedb/cachedb.c
N src/external/bsd/unbound/dist/cachedb/cachedb.h
N src/external/bsd/unbound/dist/util/net_help.h
N src/external/bsd/unbound/dist/util/alloc.c
N src/external/bsd/unbound/dist/util/tube.h
N src/external/bsd/unbound/dist/util/configlexer.c
N src/external/bsd/unbound/dist/util/log.c
N src/external/bsd/unbound/dist/util/config_file.c
N src/external/bsd/unbound/dist/util/ub_event.h
N src/external/bsd/unbound/dist/util/rtt.c
N src/external/bsd/unbound/dist/util/locks.c
N src/external/bsd/unbound/dist/util/configparser.h
N src/external/bsd/unbound/dist/util/iana_ports.inc
N src/external/bsd/unbound/dist/util/tube.c
N src/external/bsd/unbound/dist/util/ub_event.c
N src/external/bsd/unbound/dist/util/config_file.h
N src/external/bsd/unbound/dist/util/configparser.c
N src/external/bsd/unbound/dist/util/random.h
N src/external/bsd/unbound/dist/util/winsock_event.c
N src/external/bsd/unbound/dist/util/random.c
N src/external/bsd/unbound/dist/util/ub_event_pluggable.c
N src/external/bsd/unbound/dist/util/mini_event.h
N src/external/bsd/unbound/dist/util/regional.h
N src/external/bsd/unbound/dist/util/rtt.h
N src/external/bsd/unbound/dist/util/configyyrename.h
N src/external/bsd/unbound/dist/util/configparser.y
N src/external/bsd/unbound/dist/util/locks.h
N src/external/bsd/unbound/dist/util/alloc.h
N src/external/bsd/unbound/dist/util/winsock_event.h
N src/external/bsd/unbound/dist/util/module.h
N src/external/bsd/unbound/dist/util/as112.h
N src/external/bsd/unbound/dist/util/as112.c
N src/external/bsd/unbound/dist/util/netevent.h
N src/external/bsd/unbound/dist/util/rbtree.h
N src/external/bsd/unbound/dist/util/mini_event.c
N src/external/bsd/unbound/dist/util/regional.c
N src/external/bsd/unbound/dist/util/netevent.c
N src/external/bsd/unbound/dist/util/log.h
N src/external/bsd/unbound/dist/util/configlexer.lex
N src/external/bsd/unbound/dist/util/timehist.h
N src/external/bsd/unbound/dist/util/fptr_wlist.c
N src/external/bsd/unbound/dist/util/timehist.c
N src/external/bsd/unbound/dist/util/fptr_wlist.h
N src/external/bsd/unbound/dist/util/net_help.c
N src/external/bsd/unbound/dist/util/module.c
N src/external/bsd/unbound/dist/util/rbtree.c
N src/external/bsd/unbound/dist/util/data/packed_rrset.c
N src/external/bsd/unbound/dist/util/data/msgreply.c
N src/external/bsd/unbound/dist/util/data/msgencode.c
N src/external/bsd/unbound/dist/util/data/msgparse.h
N src/external/bsd/unbound/dist/util/data/msgreply.h
N src/external/bsd/unbound/dist/util/data/msgencode.h
N src/external/bsd/unbound/dist/util/data/dname.h
N src/external/bsd/unbound/dist/util/data/packed_rrset.h
N src/external/bsd/unbound/dist/util/data/dname.c
N src/external/bsd/unbound/dist/util/data/msgparse.c
N src/external/bsd/unbound/dist/util/storage/slabhash.h
N src/external/bsd/unbound/dist/util/storage/lruhash.h
N src/e