]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-delete-test-file-not-dir-20070131
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 31 Jan 2007 17:03:33 +0000 (17:03 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 31 Jan 2007 17:03:33 +0000 (17:03 +0000)
commitadf41713e8d979ba8059cbb7034e507068726b78
treeb528d6eeb072dd6877dbdac2d6fb90e0453180ae
parent7414591639cd0e90a9503c92b50b123a56544e3c
DEVEL15-windows-delete-test-file-not-dir-20070131

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.

(cherry picked from commit f3c4bbd41a06aeced5536f55e949767169b906d2)
src/WINNT/afsd/cm_access.c
src/WINNT/afsd/cm_scache.c
src/WINNT/afsd/cm_vnodeops.c
src/WINNT/afsd/smb3.c