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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 06 Nov 2008 14:18:32 EST


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

Modified Files:
	afsd_service.c cm_daemon.c cm_utils.c cm_utils.h 
Log Message:
DELTA windows-afsd-hook-20081106
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

When loading the afsdhook.dll require that it be in the same directory
as afsd_service.exe.  This prevents LoadLibrary() from searching the PATH
environment variable if it cannot be found.   If the PATH environment 
variable contains a path in AFS, the library will fail to load and take
a very long time doing so.



--- DELTA config follows ---
windows-afsd-hook-20081106 openafs/src/WINNT/afsd/afsd_service.c 1.82 1.83
windows-afsd-hook-20081106 openafs/src/WINNT/afsd/cm_daemon.c 1.47 1.48
windows-afsd-hook-20081106 openafs/src/WINNT/afsd/cm_utils.c 1.29 1.30
windows-afsd-hook-20081106 openafs/src/WINNT/afsd/cm_utils.h 1.8 1.9