OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Wed, 31 Jan 2007 12:02:04 EST
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/WINNT/afsd
Modified Files:
cm_access.c cm_scache.c cm_vnodeops.c smb3.c
Log Message:
DELTA windows-delete-test-file-not-dir-20070131
AUTHOR jaltman@secure-endpoints.com
the cm_CheckNTDelete function was testing the permissions of the
directory and not the permissions of the file being deleted.
This resulted in inconsistencies between the attributes of the
file and the ability to delete it.
this patch also adds a large amount of trace log entries as there
was none in this section of the code before.
--- DELTA config follows ---
windows-delete-test-file-not-dir-20070131 openafs/src/WINNT/afsd/cm_access.c 1.17 1.18
windows-delete-test-file-not-dir-20070131 openafs/src/WINNT/afsd/cm_scache.c 1.59 1.60
windows-delete-test-file-not-dir-20070131 openafs/src/WINNT/afsd/cm_vnodeops.c 1.92 1.93
windows-delete-test-file-not-dir-20070131 openafs/src/WINNT/afsd/smb3.c 1.124 1.125