OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Mon, 09 Aug 2004 20:16:35 EDT
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-tree/src/WINNT/afsd
Modified Files:
afslogon.c smb3.c
Log Message:
DELTA xp-sp2-fix-plus-20040810
AUTHOR jaltman@mit.edu
The XP SP2 problem was caused by attempting to call bind() from
within DllMain which is no longer permitted. Added a new function
AfsLogonInit() which is called from every entry point to ensure
that the necessary initializaton is performed.
Cleaned up the prior fix to smb3.c to better test the invalid
conditions.
--- DELTA config follows ---
xp-sp2-fix-plus-20040810 openafs/src/WINNT/afsd/afslogon.c 1.24 1.25
xp-sp2-fix-plus-20040810 openafs/src/WINNT/afsd/smb3.c 1.43 1.44