CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/23 06:05:27
Added files:
sbin/unwind/libunbound: Makefile.inc config.h
sbin/unwind/libunbound/daemon: daemon.h stats.h worker.h
sbin/unwind/libunbound/dns64: Makefile.inc dns64.c dns64.h
sbin/unwind/libunbound/dnscrypt: dnscrypt.h dnscrypt_config.h
sbin/unwind/libunbound/dnstap: dnstap.h dnstap_config.h
sbin/unwind/libunbound/iterator: Makefile.inc iter_delegpt.c
iter_delegpt.h iter_donotq.c
iter_donotq.h iter_fwd.c
iter_fwd.h iter_hints.c
iter_hints.h iter_priv.c
iter_priv.h iter_resptype.c
iter_resptype.h iter_scrub.c
iter_scrub.h iter_utils.c
iter_utils.h iterator.c
iterator.h
sbin/unwind/libunbound/libunbound: Makefile.inc context.c
context.h libunbound.c
libworker.c libworker.h
ubsyms.def unbound-event.h
unbound.h worker.h
sbin/unwind/libunbound/respip: Makefile.inc respip.c respip.h
sbin/unwind/libunbound/services: Makefile.inc authzone.c
authzone.h listen_dnsport.c
listen_dnsport.h localzone.c
localzone.h mesh.c mesh.h
modstack.c modstack.h
outbound_list.c outbound_list.h
outside_network.c
outside_network.h view.c view.h
sbin/unwind/libunbound/services/cache: Makefile.inc dns.c dns.h
infra.c infra.h rrset.c
rrset.h
sbin/unwind/libunbound/sldns: Makefile.inc keyraw.c keyraw.h
parse.c parse.h parseutil.c
parseutil.h pkthdr.h rrdef.c
rrdef.h sbuffer.c sbuffer.h
str2wire.c str2wire.h wire2str.c
wire2str.h
sbin/unwind/libunbound/util: Makefile.inc alloc.c alloc.h
as112.c as112.h config_file.c
config_file.h configlexer.c
configlexer.lex configparser.c
configparser.h configparser.y
configyyrename.h edns.c edns.h
fptr_wlist.c fptr_wlist.h
iana_ports.inc locks.c locks.h
log.c log.h mini_event.c
mini_event.h module.c module.h
net_help.c net_help.h netevent.c
netevent.h random.c random.h
rbtree.c rbtree.h regional.c
regional.h rtt.c rtt.h
tcp_conn_limit.c tcp_conn_limit.h
timehist.c timehist.h tube.c tube.h
ub_event.c ub_event.h
winsock_event.c winsock_event.h
sbin/unwind/libunbound/util/data: Makefile.inc dname.c dname.h
msgencode.c msgencode.h
msgparse.c msgparse.h
msgreply.c msgreply.h
packed_rrset.c packed_rrset.h
sbin/unwind/libunbound/util/shm_side: Makefile.inc shm_main.c
shm_main.h
sbin/unwind/libunbound/util/storage: Makefile.inc dnstree.c
dnstree.h lookup3.c
lookup3.h lruhash.c
lruhash.h slabhash.c
slabhash.h
sbin/unwind/libunbound/validator: Makefile.inc autotrust.c
autotrust.h val_anchor.c
val_anchor.h val_kcache.c
val_kcache.h val_kentry.c
val_kentry.h val_neg.c
val_neg.h val_nsec.c
val_nsec.h val_nsec3.c
val_nsec3.h val_secalgo.c
val_secalgo.h val_sigcrypt.c
val_sigcrypt.h val_utils.c
val_utils.h validator.c
validator.h
Log message:
Import bits from (lib)unbound that we need for unwind(8).
This is probably too much but allows us to keep in sync with
usr.sbin/unbound to be able to easily apply updates.