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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 29 May 2005 23:52:53 EDT


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

Modified Files:
      Tag: openafs-stable-1_4_x
	NTMakefile afsd_init.c afskfw.c afskfw.h afslogon.c 
	afslogon.def cm_buf.c cm_config.c cm_dcache.c cm_ioctl.c 
Added Files:
      Tag: openafs-stable-1_4_x
	afscpcc.c afscpcc.rc 
Log Message:
DELTA STABLE14-windows-stuff-20050529
AUTHOR jaltman@secure-endpoints.com

(1) Replace all calls to getenv() with GetEnvironment().  getenv() does
not read from the real environment but instead from a copy created by
the C RTL.

(2) Add support for preserving Kerberos 5 tickets during the Integrated
Logon process.   Now when Integrated Logon is used, the tickets will
be stored into the default ccache within the user session.

(3) Stress testing at MIT uncovered two code paths that could leave
threads in a permanent sleep state under heavy load.   Calls to
cm_SyncOpDone were added to plug this hole.



--- DELTA config for openafs-stable-1_4_x follows ---
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/afscpcc.c /dev/null 1.1.2.2
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/afscpcc.rc /dev/null 1.1.2.2
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/NTMakefile 1.27.2.8 1.27.2.9
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/afsd_init.c 1.40.2.19 1.40.2.20
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/afskfw.c 1.8.2.11 1.8.2.12
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/afskfw.h 1.2.2.1 1.2.2.2
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/afslogon.c 1.24.2.9 1.24.2.10
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/afslogon.def 1.3.2.1 1.3.2.2
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/cm_buf.c 1.13.2.8 1.13.2.9
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/cm_config.c 1.20.2.2 1.20.2.3
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/cm_dcache.c 1.11.2.8 1.11.2.9
STABLE14-windows-stuff-20050529 openafs/src/WINNT/afsd/cm_ioctl.c 1.33.2.11 1.33.2.12