xp-sp2-fix-plus-20040810
authorJeffrey Altman <jaltman@mit.edu>
Tue, 10 Aug 2004 01:16:34 +0000 (01:16 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 10 Aug 2004 01:16:34 +0000 (01:16 +0000)
commit7a2fea24df9600e5f2f0f46a2a28864b25b34601
tree8600bd9d96d2cf462aeecba77871fab27f8725cd
parent3fd571cb1014f61101e0b82fc9944f9d5285cea1
xp-sp2-fix-plus-20040810

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.
src/WINNT/afsd/afslogon.c
src/WINNT/afsd/smb3.c