OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 07 Aug 2008 01:35:37 EDT


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/WINNT/afsd

Modified Files:
	cm_scache.c cm_vnodeops.c smb.c smb3.c 
Log Message:
DELTA windows-misc-20080806
AUTHOR jaltman@secure-endpoints.com
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.



--- DELTA config follows ---
windows-misc-20080806 openafs/src/WINNT/afsd/cm_scache.c 1.114 1.115
windows-misc-20080806 openafs/src/WINNT/afsd/cm_vnodeops.c 1.154 1.155
windows-misc-20080806 openafs/src/WINNT/afsd/smb.c 1.211 1.212
windows-misc-20080806 openafs/src/WINNT/afsd/smb3.c 1.166 1.167