OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Sun, 15 Jan 2006 21:05:28 EST
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/WINNT/afsd
Modified Files:
afsd_eventlog.c afsd_eventmessages.mc cm_conn.c cm_vnodeops.c
smb.c smb.h smb3.c smb_ioctl.c
Log Message:
DELTA windows-vc-locks-and-more-20060115
AUTHOR jaltman@secure-endpoints.com
This patch fixes several issues:
* the smb virtual circuits can be active and/or dead. this patch
improves the handling of vc's making the transition from active
to dead
* correct the refcounts on the smb_user_t and smb_vc_t objects
* replace the deprecated GetCurrentTime() with GetTickCounts() which
is the new name. This function needs to be replaced with something
else because its return value wraps after 49.7 days
* hold the correct locks when adjusting the scp->fileLocksH queue
* add new event log entries for unexpected session closures and
send packet failures
--- DELTA config follows ---
windows-vc-locks-and-more-20060115 openafs/src/WINNT/afsd/afsd_eventlog.c 1.4 1.5
windows-vc-locks-and-more-20060115 openafs/src/WINNT/afsd/afsd_eventmessages.mc 1.3 1.4
windows-vc-locks-and-more-20060115 openafs/src/WINNT/afsd/cm_conn.c 1.46 1.47
windows-vc-locks-and-more-20060115 openafs/src/WINNT/afsd/cm_vnodeops.c 1.63 1.64
windows-vc-locks-and-more-20060115 openafs/src/WINNT/afsd/smb.c 1.100 1.101
windows-vc-locks-and-more-20060115 openafs/src/WINNT/afsd/smb.h 1.32 1.33
windows-vc-locks-and-more-20060115 openafs/src/WINNT/afsd/smb3.c 1.83 1.84
windows-vc-locks-and-more-20060115 openafs/src/WINNT/afsd/smb_ioctl.c 1.20 1.21