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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Fri, 27 Feb 2004 13:20:34 EST


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

Modified Files:
	afsd_init.c afsd_service.c cm_dnlc.c smb.c smb3.c 
Log Message:
DELTA morgan-patch-20040227
AUTHOR jaltman@mit.edu

* Add error checking and logging for WaitForMultipleObject calls

* Place log file in directory pointed to by TEMP env variable if defined

* Use the platform defined value for MAXIMUM_WAIT_OBJECTS instead of 
  the value 100.  (WinNT.h defines this as 64)

* Add a new registry value "AllSubmount" which can be set to DWORD 0x00
  to disable the automatic creation of the \\AFS\all submount.  This is
  for sites which wish to restrict access to the world.



--- DELTA config follows ---
morgan-patch-20040227 openafs/src/WINNT/afsd/afsd_init.c 1.12 1.13
morgan-patch-20040227 openafs/src/WINNT/afsd/afsd_service.c 1.14 1.15
morgan-patch-20040227 openafs/src/WINNT/afsd/cm_dnlc.c 1.3 1.4
morgan-patch-20040227 openafs/src/WINNT/afsd/smb.c 1.20 1.21
morgan-patch-20040227 openafs/src/WINNT/afsd/smb3.c 1.17 1.18