Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Aidan Cully <aidan@netbsd.org>
List: source-changes
Date: 02/07/1999 13:38:45
Module Name:	src
Committed By:	aidan
Date:		Sun Feb  7 21:38:44 UTC 1999

Modified Files:
	src/libexec/tftpd: tftpd.c
Log Message:
Fix for bin/4637, mostly as discussed on current-users.
Allow relative file writes,
For relative file accesses, no longer continues searching dirlist once we find
_any_ file, even one for which we don't have access,
If no dirlist was given on the command line, apply same permissions check as
with 'absolute' requests before allowing access.