]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-misc-20080806
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 7 Aug 2008 06:37:18 +0000 (06:37 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 7 Aug 2008 06:37:18 +0000 (06:37 +0000)
commit7ce3171aa12086ee663e1ccab557738b1fbcfe5b
treeb3e2ca64dfa07aafda79cda388a916b6a53bd66b
parent20be4f29580536e8263b3b5b08bfb977d5b7abe7
DEVEL15-windows-misc-20080806

LICENSE MIT

Return CM_ERROR_READONLY if the caller wants PRSFS_DELETE and the
volume is readonly.

In cm_CheckNTDelete() do not call cm_SyncOpDone if cm_SyncOp failed

Do not force the use of fake directory data if the user does not
have PRSFS_READ on the directory.  Let the bulkstatus call take
place now that it is actually being used efficiently.

In ApplyV3SearchDirPatches, use cm_SyncOp(CM_SCACHESYNC_GETSTATUS)
to obtain the status info for Freelance entries instead of the
bulkstatus call.

Fix the truncation of 8.3 names in directory search responses.

(cherry picked from commit 467ac5e32d5d57056e6e19a47bb69b9d8ac0ba2d)
src/WINNT/afsd/cm_scache.c
src/WINNT/afsd/cm_vnodeops.c
src/WINNT/afsd/smb.c
src/WINNT/afsd/smb3.c