OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Tue, 10 Jan 2006 08:28:03 EST
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
cm_ioctl.c smb.c smb.h smb3.c
Log Message:
DELTA STABLE14-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 for openafs-stable-1_4_x follows ---
STABLE14-windows-smb-username-refcount-20060110 openafs/src/WINNT/afsd/cm_ioctl.c 1.33.2.22 1.33.2.23
STABLE14-windows-smb-username-refcount-20060110 openafs/src/WINNT/afsd/smb.c 1.55.2.34 1.55.2.35
STABLE14-windows-smb-username-refcount-20060110 openafs/src/WINNT/afsd/smb.h 1.14.2.15 1.14.2.16
STABLE14-windows-smb-username-refcount-20060110 openafs/src/WINNT/afsd/smb3.c 1.42.2.34 1.42.2.35