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:30:03
lukem
Sun Jul  6 19:27:10 PDT 1997
Update of /cvsroot/src/usr.sbin/ypbind
In directory netbsd1:/var/slash-tmp/cvs-serv868

Modified Files:
	Makefile ypbind.8 ypbind.c 
Log Message:
* use _yp_invalid_domain() (from libc) to validate the domainnames
* cleanup for -Wall
* use __RCSID

the following were inspired by openbsd:
* only allow connections from reserved ports
* implement -insecure, which turns off the above restriction (required
  for sunos 3.x and ultrix)
* prevent more than 100 domains from being bound at once, preventing
  a denial of service attacks