Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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




Home | Main Index | Thread Index | Old Index