Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/22/1997 03:50:01
thorpej
Fri Feb 21 19:47:02 PST 1997
Update of /cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv18490

Modified Files:
	rtsock.c 
Log Message:
Allow non-superuser to open, listen to, and send safe commands on the
routing socket.  Superuser priviledge is required for all commands
but RTM_GET.


thorpej
Fri Feb 21 19:49:32 PST 1997
Update of /cvsroot/src/sbin/route
In directory netbsd1:/var/slash-tmp/cvs-serv18640

Modified Files:
	Makefile 
Log Message:
Now that non-superuser can open the routing socket, this program no
longer needs to be setuid-root.  Superuser status is required to
alter the routing table, but is enforced by the kernel.