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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Fri, 01 Aug 2008 09:31:40 EDT


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

Modified Files:
      Tag: openafs-devel-1_5_x
	smb.c smb.h smb3.c 
Log Message:
DELTA DEVEL15-windows-smb-vc-refcount-debugging-20080801
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

define DEBUG_SMB_REFCOUNT in smb.h to activate refcount debugging
versions of the functions that log the file and line number as
well as object and refcount.  This is for use in debugging refcount
leaks.

rename GetPacket and GetNCB to smb_GetPacket and smb_GetNCB, etc.,
to enforce the name space.  Do not confuse with similar Win32 API
functions.

restructure some code that refers to smb_vc_t references in order
to clarify where the refcount is dropped.


--- DELTA config for openafs-devel-1_5_x follows ---
DEVEL15-windows-smb-vc-refcount-debugging-20080801 openafs/src/WINNT/afsd/smb.c 1.118.2.85 1.118.2.86
DEVEL15-windows-smb-vc-refcount-debugging-20080801 openafs/src/WINNT/afsd/smb.h 1.41.2.34 1.41.2.35
DEVEL15-windows-smb-vc-refcount-debugging-20080801 openafs/src/WINNT/afsd/smb3.c 1.95.2.68 1.95.2.69