Re: [dbound] NXDomain (was: Re: [dmarc-ietf] Fwd: New Version Notification for draft-dcrocker-dns-perimeter-00.txt)

Dave Crocker <dhc@dcrocker.net> Sat, 06 April 2019 21:15 UTC

Return-Path: <dhc@dcrocker.net>
X-Original-To: dbound@ietfa.amsl.com
Delivered-To: dbound@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5045C12006B for <dbound@ietfa.amsl.com>; Sat, 6 Apr 2019 14:15:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.701
X-Spam-Level:
X-Spam-Status: No, score=-2.701 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=dcrocker.net
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w6ltMso5Kb3v for <dbound@ietfa.amsl.com>; Sat, 6 Apr 2019 14:15:01 -0700 (PDT)
Received: from simon.songbird.com (simon.songbird.com [72.52.113.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 775911200A0 for <dbound@ietf.org>; Sat, 6 Apr 2019 14:15:01 -0700 (PDT)
Received: from [192.168.1.85] (108-226-162-63.lightspeed.sntcca.sbcglobal.net [108.226.162.63]) (authenticated bits=0) by simon.songbird.com (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id x36LGiAA013613 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sat, 6 Apr 2019 14:16:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dcrocker.net; s=default; t=1554585405; bh=qu8h/bPv6fYl9sLEGrABd1TE+Pv1vtXi0AeXRcCJpJs=; h=Subject:To:References:From:Reply-To:Date:In-Reply-To:From; b=In3Ha2eZkizjo8jRntGsFtAKBMMqFAb8qdBZF39uvFt+/Mk1de0JN1kApABcoZyrY m6/Insdmk4erfKC/w0BnDPNDjxNm5WL4frZNbb+BecZOrIC2e0Itd3RgBDBqhsNbe3 COmTMHg1DEZHTGGDQMoV9VmqgCC6O1bIdG3CjOGc=
To: John Levine <johnl@taugh.com>, dbound@ietf.org
References: <20190406150918.9B9BC2011A23A4@ary.qy>
From: Dave Crocker <dhc@dcrocker.net>
Reply-To: dcrocker@bbiw.net
Organization: Brandenburg InternetWorking
Message-ID: <b71faa8a-8491-1b32-8455-05017a8e6b41@dcrocker.net>
Date: Sat, 06 Apr 2019 14:14:51 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1
MIME-Version: 1.0
In-Reply-To: <20190406150918.9B9BC2011A23A4@ary.qy>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dbound/pAV4l1N9uqWB8h8cPB64yjH3syM>
Subject: Re: [dbound] NXDomain (was: Re: [dmarc-ietf] Fwd: New Version Notification for draft-dcrocker-dns-perimeter-00.txt)
X-BeenThere: dbound@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DNS tree bounds <dbound.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dbound>, <mailto:dbound-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dbound/>
List-Post: <mailto:dbound@ietf.org>
List-Help: <mailto:dbound-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dbound>, <mailto:dbound-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 06 Apr 2019 21:15:03 -0000

On 4/6/2019 8:09 AM, John Levine wrote:
> In article <acb079bc-53d4-780b-2f1c-98072159e7aa@dcrocker.net> you write:
>> My understanding is that it's likely careful use of a resolver library
>> can retrieve the Additional information.  Some calls won't get it;
>> others probably will.
> 
> As I may have said one or two times before, this hack will require
> changes to DNS servers to return additional information that they
> don't return now, 

Since that statement is in the current draft, I'm not clear what insight 
is intended by your multiple repetitions of it here.


> changes to DNS caches to store and pass through
> additional information that they don't store or pass through now, and

Oh?  You are saying that caches do not cache an entire response.   I did 
not find references that support that. Please document.


> changes to DNS client libraries to retrieve the additional information
> that they don't retrieve now.  I will cheerfully bet any amount of
> money that none of these changes ever happen.

That does not match my understanding.  My understanding from a 
knowledgeable source is: "APIs such as those in libresolv that deal in 
raw packets do tend to make the entire packet available.  Others such as 
`getaddrinfo` do not."

Since you appear to be claiming otherwise, please explain.

Worse, I even found an RFC with multiple examples of Additional 
information in an NXDomain response:

    Negative Caching of DNS Queries (DNS NCACHE)

    https://tools.ietf.org/html/rfc2308


> Once again, please compare this proposal to my 2016 proposal that uses

If you wish to do the work of a careful audit of the differences and 
similarities, and pursue a pointed review of the similarities and 
differences, perhaps that will facilitate conversation.  It would 
certainly improve the tone.

d/

d/

-- 
Dave Crocker
Brandenburg InternetWorking
bbiw.net