windows-misc-20080806
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 7 Aug 2008 06:35:36 +0000 (06:35 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 7 Aug 2008 06:35:36 +0000 (06:35 +0000)
commit467ac5e32d5d57056e6e19a47bb69b9d8ac0ba2d
treef1f68a681f89bcaa718957136d15c53500eb8841
parentd0ed34baa0e23b7bb24ea009004a527331baf275
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.
src/WINNT/afsd/cm_scache.c
src/WINNT/afsd/cm_vnodeops.c
src/WINNT/afsd/smb.c
src/WINNT/afsd/smb3.c