Irina Goble: Re: Dynamic DNS

Ted Lemon Ted_Lemon at isc.org
Tue Aug 10 20:29:52 UTC 1999


Can any of you guys take a look at this?

------- Forwarded Message

From: Irina Goble <irinag at ims.com>
Reply-To: Irina Goble <irinag at ims.com>
Subject: Re: Dynamic DNS
To: dhcp-hackers at isc.org
MIME-Version: 1.0
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: Y4xTnhbCK/mq3DPknd+rKA==
X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4m sparc 
X-original-sender: irinag at ims.com
Precedence: bulk
List-unsubscribe: <mailto:dhcp-hackers-request at isc.org?Subject=unsubscribe>

Hello,

	To the "wildcards and NXDOMAIN" subject. With the following patch
a prerequisite "NXRRSET" might be changed to the right value - "NXDOMAIN".
Here is a patch for bind/8.2.1/src/bin/named/ns_update.c:

*** ns_update.c Tue Aug 10 12:04:43 1999
- --- ns_update.c.orig    Tue Aug 10 11:11:07 1999
***************
*** 547,553 ****
        }
        htp = hashtab;
        np = nlookup(dname, &htp, &fname, 0);
!       if (np != NULL && NAME(*np)[0] == '*')
                np = NULL;      /* Matching by wildcard not allowed here. */
        if (class == C_ANY) {
                if (rdp->d_size) {
- --- 547,553 ----
        }
        htp = hashtab;
        np = nlookup(dname, &htp, &fname, 0);
!       if (fname != dname)
                np = NULL;      /* Matching by wildcard not allowed here. */
        if (class == C_ANY) {
                if (rdp->d_size) {



------- End of Forwarded Message



More information about the bind-workers mailing list