OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Tue, 10 Jan 2006 08:26:41 EST
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/WINNT/afsd
Modified Files:
cm_ioctl.c smb.c smb.h smb3.c
Log Message:
DELTA windows-smb-username-refcount-20060110
AUTHOR jaltman@secure-endpoints.com
the smb_username_t objects are reference counted but they were never
released on their own accord. Instead the smb_uid_t objects when
released were also cleaning up the smb_username_t. Since the smb_username_t
is reused, now that smb_user_t objects are being cleaned up, this was
a problem.
--- DELTA config follows ---
windows-smb-username-refcount-20060110 openafs/src/WINNT/afsd/cm_ioctl.c 1.64 1.65
windows-smb-username-refcount-20060110 openafs/src/WINNT/afsd/smb.c 1.97 1.98
windows-smb-username-refcount-20060110 openafs/src/WINNT/afsd/smb.h 1.31 1.32
windows-smb-username-refcount-20060110 openafs/src/WINNT/afsd/smb3.c 1.81 1.82