]> git.michaelhowe.org Git - packages/o/openafs.git/commit
windows-delete-test-file-not-dir-20070131
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 31 Jan 2007 17:02:02 +0000 (17:02 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 31 Jan 2007 17:02:02 +0000 (17:02 +0000)
commitf3c4bbd41a06aeced5536f55e949767169b906d2
tree0b65e17096256a79a0c96172019bebd7e53b98e2
parent908918a89d40605cad738a35f9938aa9d7488a3d
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.
src/WINNT/afsd/cm_access.c
src/WINNT/afsd/cm_scache.c
src/WINNT/afsd/cm_vnodeops.c
src/WINNT/afsd/smb3.c