[krbdev.mit.edu #5411] SVN Commit

Jeffrey Altman via RT rt-comment at krbdev.mit.edu
Tue Jan 30 12:22:05 EST 2007


	This commit adds a thread safe MEMORY keytab implementation 
	that is compatible with Heimdal 0.7.  Each successful resolve
	returns a handle to a keytab and increases the internal 
	reference count.  Each close invalidates the handle and 
	decreases the reference count.  When the reference count hits
	zero, the keytab is destroyed.

	When a kt_destroy function is added, the automatic destruction
	after close behavior will be removed.


Commit By: jaltman



Revision: 19126
Changed Files:
U   trunk/src/lib/krb5/keytab/Makefile.in
U   trunk/src/lib/krb5/keytab/kt-int.h
A   trunk/src/lib/krb5/keytab/kt_memory.c
U   trunk/src/lib/krb5/keytab/ktbase.c
U   trunk/src/lib/krb5/keytab/ktfr_entry.c




More information about the krb5-bugs mailing list