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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Tue, 08 Aug 2006 12:36:48 EDT


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

Modified Files:
	afsd_init.c cm_conn.c cm_conn.h 
Log Message:
DELTA windows-restrict-timeouts-to-cifs-20060808
AUTHOR jaltman@secure-endpoints.com

If afsd takes longer than the cifs timeout to complete an operation
the cifs client may break the virtual circuit and create a new one.
this forces all file handles to be closed and locks to be released.
Try to prevent the circuit from being destroyed by allowing the 
CIFS lanmanworkstation SessTimeout value to enforce upper limits
on the Conn and Hard Dead Timeouts.   Permit this automatic configuration
to be disabled by setting specific configuration values for timeouts
in the registry.




--- DELTA config follows ---
windows-restrict-timeouts-to-cifs-20060808 openafs/src/WINNT/afsd/afsd_init.c 1.81 1.82
windows-restrict-timeouts-to-cifs-20060808 openafs/src/WINNT/afsd/cm_conn.c 1.54 1.55
windows-restrict-timeouts-to-cifs-20060808 openafs/src/WINNT/afsd/cm_conn.h 1.15 1.16