CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2019/03/29 19:22:12
Modified files: usr.sbin/nsd : query.c Log message: Disable - Deny ANY with only one RR in response, by default. Patch from Daisuke Higashi. The deny-any statement in nsd.conf sets ANY queries over UDP to be further moved to TCP as well. Also no additional section processig for type ANY, reducing the response size. with an ifdef NOTYET. It is too close to release and we want to let this sit for a bit. Pointed out / requested by sthen.