Date: Mon, 10 Aug 1998 12:43:34 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ypserv yp_dnslookup.c Message-ID: <199808101943.MAA14835@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1998/08/10 12:43:33 PDT
Modified files:
usr.sbin/ypserv yp_dnslookup.c
Log:
DNS lookups for partially qualified hosts didn't work right. I was trying
to be clever by avoiding the 'check all domains in the search list'
cycle in certain cases, but this would lose if handed a name like
"foo.ctr" which refers to an FQDN of "foo.ctr.columbia.edu". If
"columbia.edu" is in the search list in /etc/resolv.conf then the
DNS lookup code should resolve it, but it didn't.
Revision Changes Path
1.15 +2 -5 src/usr.sbin/ypserv/yp_dnslookup.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808101943.MAA14835>
