Received: from smtp.thursby.com (smtp.thursby.com [208.7.44.13]) by krbdev.mit.edu (8.9.3p2) with ESMTP id RAA07241; Tue, 21 Sep 2004 17:29:02 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by smtp.thursby.com (Postfix) with ESMTP id 0944A674BF8 for ; Tue, 21 Sep 2004 21:28:57 +0000 (GMT) Received: from smtp.thursby.com ([127.0.0.1]) by localhost (smtp.thursby.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08480-10 for ; Tue, 21 Sep 2004 16:28:56 -0500 (CDT) Received: from [208.7.44.100] (paul0.thursby.com [208.7.44.100]) by smtp.thursby.com (Postfix) with ESMTP id 1B465674BF5 for ; Tue, 21 Sep 2004 16:28:56 -0500 (CDT) User-Agent: Microsoft-Entourage/11.0.0.040405 Date: Tue, 21 Sep 2004 16:28:54 -0500 Subject: Re: [krbdev.mit.edu #2684] res_search in krb 1.3.x From: Paul Nelson To: Message-Id: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at thursby.com RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 729 Thanks. > From: Tom Yu via RT > Reply-To: > Date: Tue, 21 Sep 2004 17:23:45 -0400 (EDT) > To: > Cc: > Subject: [krbdev.mit.edu #2684] res_search in krb 1.3.x > > [nelson@thursby.com - Fri Aug 27 16:58:30 2004]: > >> I have a customer that has an Active Directory domain with 200 domain >> controllers. When the MIT Kerberos library uses res_search to look up >> _kerberos._udp.XXX.COM, the result exceeds the 2048 buffer size. The > actual >> size is around 9500 bytes. >> >> This code is in src/lib/krb5/os/dnssrv.c > > This should be fixed in code checked into the trunk, which implements a > DNS resolver glue layer. >