Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/10/2000 21:59:01
Module Name:	basesrc
Committed By:	thorpej
Date:		Thu Aug 10 18:59:01 UTC 2000

Modified Files:
	basesrc/crypto/dist/heimdal/lib/krb5: mcache.c

Log Message:
- Reference count MCC IDs, and garbage-collect them in destroy if
  the ref count is 0, and in close if the ref count is 0 and the
  ID is dead (i.e. has been previously destroyed).
- Don't use temp files to generate unique MCC names; use ASCII
  representations of pointers to the malloc'd IDs, which is
  unique enough for our purposes.
- Dead IDs cause an ENOENT error, as would a dead FCC ID.

Per discussion w/ Johan Danielsson <joda@pdc.kth.se>.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/heimdal/lib/krb5/mcache.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.