freebsd-dev/sys/msdosfs
Bruce Evans d8762fa6a0 Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>
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.
1995-05-09 16:30:45 +00:00
..
bootsect.h
bpb.h
denode.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
direntry.h
fat.h Added declarations, fixed bugs due to missing decls. At least one of them 1994-09-27 20:42:59 +00:00
msdosfs_conv.c Fix timestamps when using Wall CMOS clock, 1995-03-29 18:48:06 +00:00
msdosfs_denode.c Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> 1995-04-11 17:13:17 +00:00
msdosfs_fat.c Submitted by: Wolfgang Solfrank <ws@tools.de> 1995-04-11 16:43:20 +00:00
msdosfs_lookup.c Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> 1995-05-09 16:30:45 +00:00
msdosfs_vfsops.c Fix numerous timestamp bugs. 1994-12-12 12:35:50 +00:00
msdosfs_vnops.c Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> 1995-05-09 16:30:45 +00:00
msdosfsmount.h Added declarations, fixed bugs due to missing decls. At least one of them 1994-09-27 20:42:59 +00:00