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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Wed, 26 Jul 2006 09:01:55 EDT


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

Modified Files:
	cm_daemon.c smb.c smb.h smb3.c 
Log Message:
DELTA windows-cifs-rewrite-20060726
AUTHOR jaltman@secure-endpoints.com

 delta windows-cifs-rewrite-20060717 introduced a bug in Tran2SetFileInfo
 which would cause data loss by inappropriately truncating the file 
 instead of setting the file length.

 this commit adds a new smb_SetSMBParmLong() function

 fix smb_ReceiveCoreWrite to check for locks before truncation and
 adds much debugging

 fix CIFS protocol negotiation and declares support for large readx
 and writex

 updates debugging strings for Tran2 functions

 configures the windows firewall before sleeping in cm_Daemon()
 


--- DELTA config follows ---
windows-cifs-rewrite-20060726 openafs/src/WINNT/afsd/cm_daemon.c 1.18 1.19
windows-cifs-rewrite-20060726 openafs/src/WINNT/afsd/smb.c 1.130 1.131
windows-cifs-rewrite-20060726 openafs/src/WINNT/afsd/smb.h 1.46 1.47
windows-cifs-rewrite-20060726 openafs/src/WINNT/afsd/smb3.c 1.107 1.108