Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/07/1997 02:10:04
lukem
Sun Jul  6 19:00:45 PDT 1997
Update of /cvsroot/src/lib/libc/yp
In directory netbsd1:/var/slash-tmp/cvs-serv28514

Modified Files:
	yp_all.c yp_first.c yp_maplist.c yp_master.c yp_match.c 
	yp_order.c ypclnt.3 yplib.c 
Log Message:
* implement _yp_invalid_domain, which returns non-zero if the given
  domainname isn't RFC1035 compliant. Also ensure that the length <=
  YPMAXDOMAIN (which is less than what RFC1035 allows).
* use _yp_invalid_domain in the public front-ends, instead of using
  hand-rolled checks
* fix a typo