CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/11/19 18:15:20
Modified files:
usr.sbin/unbound/daemon: cachedump.c remote.c unbound.c worker.c
usr.sbin/unbound/dns64: dns64.c
usr.sbin/unbound/iterator: iter_utils.c iter_utils.h iterator.c
usr.sbin/unbound/services: mesh.c mesh.h
usr.sbin/unbound/services/cache: dns.c dns.h
usr.sbin/unbound/util: fptr_wlist.c fptr_wlist.h module.h
net_help.c
usr.sbin/unbound/util/data: msgreply.c msgreply.h
usr.sbin/unbound/validator: validator.c
Log message:
Merge in some commits from upstream..
- Removed 'increased limit open files' log message that is written
to console. It is only written on verbosity 4 and higher.
This keeps system bootup console cleaner.
- Fix #627: SSL_CTX_load_verify_locations return code not properly
checked.
- Fix that CD flag disables DNS64 processing, returning the DNSSEC
signed AAAA denial.
- Fix cdflag dns64 processing.
ok sthen@