windows-misc-20050102
authorJeffrey Altman <jaltman@mit.edu>
Mon, 3 Jan 2005 01:07:56 +0000 (01:07 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 3 Jan 2005 01:07:56 +0000 (01:07 +0000)
commit635abf2d8fb4cfb94ecb396f125e8b65af1d7813
treecd6744ca63c551b512aced1efeeeca3bafbf5aaa
parentd3d4af7795dd7371750bfdb9612b6419561cf32b
windows-misc-20050102

  * 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.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

Include ptuser.h for prototypes.

====================

link to afsutil.lib for hostutil functions
15 files changed:
src/WINNT/afsd/afsd_init.c
src/WINNT/afsd/afsd_service.c
src/WINNT/afsd/afskfw.c
src/WINNT/afsd/afslogon.c
src/WINNT/afsd/afslogon.h
src/WINNT/afsd/cm_cell.c
src/WINNT/afsd/cm_dcache.c
src/WINNT/afsd/cm_rpc.c
src/WINNT/afsd/cm_rpc.h
src/WINNT/afsd/cm_scache.c
src/WINNT/afsd/fs.c
src/WINNT/afsd/fs.h
src/WINNT/afsd/fs_utils.c
src/WINNT/aklog/aklog.c
src/WINNT/client_exp/NTMakefile