From owner-cvs-sys Tue May 9 09:30:50 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA18601 for cvs-sys-outgoing; Tue, 9 May 1995 09:30:50 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA18591 ; Tue, 9 May 1995 09:30:46 -0700 Date: Tue, 9 May 1995 09:30:46 -0700 From: Bruce Evans Message-Id: <199505091630.JAA18591@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/msdosfs msdosfs_lookup.c msdosfs_vnops.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/05/09 09:30:46 Modified: sys/msdosfs msdosfs_lookup.c msdosfs_vnops.c Log: Submitted by: Mike Pritchard msdosfs_lookup() did no validation to see if the caller was validated to delete/rename/create files. msdosfs_setattr() did no validation to see if the caller was allowed to change the file permissions (turn on/off the write bit) or update the file modification time (utimes). The routines were fixed to validate the calls just like ufs does.