windows-smb-username-refcount-20060110
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 10 Jan 2006 13:26:41 +0000 (13:26 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 10 Jan 2006 13:26:41 +0000 (13:26 +0000)
commita9df3ca715f483a31c14b72bae3f548a4c9291d4
tree40f5bb02746b79d03196dcf381329c655defd20e
parent5deb4e521b7f1f8741c1f0ceeb8e33b4bf198c6a
windows-smb-username-refcount-20060110

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.
src/WINNT/afsd/cm_ioctl.c
src/WINNT/afsd/smb.c
src/WINNT/afsd/smb.h
src/WINNT/afsd/smb3.c