Subject: CVS commit: src/lib/libc/net
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/27/2004 11:46:34
Module Name:	src
Committed By:	lukem
Date:		Tue Jan 27 11:46:34 UTC 2004

Modified Files:
	src/lib/libc/net: rcmd.c

Log Message:
Retain the euid of the target user whilst reading the
.rhosts file.  This allows it to have a mode of 600
and still function correctly even when used on an NFS
client with uid 0 mapped to another (anonymous) UID.
Patch from Brian Ginsbach <ginsbach@cray.com>,
and fixes [bin/14880] from Darren Reed <darrenr@>.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/lib/libc/net/rcmd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.