Dynamic DNS
Irina Goble
irinag at ims.com
Tue Aug 10 20:00:32 UTC 1999
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) {
More information about the dhcp-hackers
mailing list