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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 02 Jan 2005 20:05:08 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_init.c afsd_service.c afskfw.c afslogon.c afslogon.h 
	cm_cell.c cm_dcache.c cm_rpc.c cm_rpc.h cm_scache.c fs.c fs.h 
	fs_utils.c 
Log Message:
DELTA windows-misc-20050102
AUTHOR jaltman@mit.edu

  * The AFS Service needs to respond to SERVICE_ACCEPT_SHUTDOWN messages
    in addition to SERVICE_ACCEPT_STOP.

  * Move RPC shutdown until after the SMB and RX shutdown procedures 
    complete.  Block until RPC shutdown is complete.

  * Modify afslogon.dll (integrated logon) to wait for service if its
    state is START_PENDING.  If the timeout period occurs, reset to 
    the retry interval and not the sleep interval.

  * When renewing the server list for a cell obtained via DNS AFSDB
    records, the cm_cell_t entry must be removed from the list of all 
    cells.  Otherwise, the list of cells will be corrupted.
 
  * In the dcache and scache modules, use the cm_scache_t dataVersion
    instead of the cm_fakeDirVersion.  

  * Synchronize fs.c with the unix version.



--- DELTA config follows ---
windows-misc-20050102 openafs/src/WINNT/afsd/afsd_init.c 1.53 1.54
windows-misc-20050102 openafs/src/WINNT/afsd/afsd_service.c 1.38 1.39
windows-misc-20050102 openafs/src/WINNT/afsd/afskfw.c 1.14 1.15
windows-misc-20050102 openafs/src/WINNT/afsd/afslogon.c 1.28 1.29
windows-misc-20050102 openafs/src/WINNT/afsd/afslogon.h 1.5 1.6
windows-misc-20050102 openafs/src/WINNT/afsd/cm_cell.c 1.15 1.16
windows-misc-20050102 openafs/src/WINNT/afsd/cm_dcache.c 1.14 1.15
windows-misc-20050102 openafs/src/WINNT/afsd/cm_rpc.c 1.6 1.7
windows-misc-20050102 openafs/src/WINNT/afsd/cm_rpc.h 1.3 1.4
windows-misc-20050102 openafs/src/WINNT/afsd/cm_scache.c 1.20 1.21
windows-misc-20050102 openafs/src/WINNT/afsd/fs.c 1.20 1.21
windows-misc-20050102 openafs/src/WINNT/afsd/fs.h 1.3 1.4
windows-misc-20050102 openafs/src/WINNT/afsd/fs_utils.c 1.7 1.8