[222] in Kerberos
Re: file locking
daemon@TELECOM.MIT.EDU (steiner@ATHENA.MIT.EDU)
Thu Oct 22 13:47:43 1987
From: steiner@ATHENA.MIT.EDU
To: <raeburn@ATHENA.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU, kerberos@ATHENA.MIT.EDU
In-Reply-To: Your message of Thu, 22 Oct 87 13:06:24 -0400.
The new Kerberos library has the following routines for
manipulating ticket files:
* tf_init opens the ticket file and locks it.
*
* tf_get_pname returns the principal's name.
*
* tf_get_pinst returns the principal's instance (may be null).
*
* tf_get_cred returns the next CREDENTIALS record.
*
* tf_close closes the ticket file and releases the lock.
Jennifer