]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-cifs-rewrite-20060726
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 26 Jul 2006 14:04:08 +0000 (14:04 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 26 Jul 2006 14:04:08 +0000 (14:04 +0000)
commit19b4ef7a598ec19f62fe8810fbf7710ae248c534
tree227e72a4b51a92e4a55cb34d3b096331082c36ba
parent04379cf3498c6ab9786e2fd95030c9d590fbbf4d
DEVEL15-windows-cifs-rewrite-20060726

 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()

(cherry picked from commit d42394946fc8c4da27361e3ad39766f83b659fd1)
src/WINNT/afsd/cm_daemon.c
src/WINNT/afsd/smb.c
src/WINNT/afsd/smb.h
src/WINNT/afsd/smb3.c