Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/30/1997 23:00:02
cjs
Sun Mar 30 14:53:42 PST 1997
Update of /a/cvsroot/src/libexec/ftpd
In directory netbsd1:/var/slash-tmp/cvs-serv6379

Modified Files:
	Makefile ftpcmd.y ftpd.8 ftpd.c 
Log Message:
Changes to make anonymous uploads more secure. For anonymous users:
* Set umask to 707;
* Disable UMASK, CHMOD, DELE, RMD and MKD commands.
Compile-time options let you change that umask and go back to the
old, insecure way if you like.


cjs
Sun Mar 30 14:58:23 PST 1997
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv7598

Modified Files:
	CHANGES 
Log Message:
ftpd(8) modified to make anonymous uploads more secure.