A couple bug reports/patches from Ed Phillips (flaregun@udel.edu)
authorChris Provenzano <proven@mit.edu>
Mon, 12 Jun 1995 21:41:23 +0000 (21:41 +0000)
committerChris Provenzano <proven@mit.edu>
Mon, 12 Jun 1995 21:41:23 +0000 (21:41 +0000)
commit8769dc787edd9043fc3058efa9e302af89c41319
tree56ba86d49607c97169a2ce26282caa5758d860db
parent1ccc93502bbbdb0f3743157b90ccf015230c843b
A couple bug reports/patches from Ed Phillips (flaregun@udel.edu)
* in_tkt_ktb.c (keytab_keyproc()): Fix memory leak.
* recvauth.c (krb5_recvauth()): Don't open a new rcache if
the auth_context already has one.
* auth_con.c (krb5_auth_con_free()): Close rcache is the
auth_context has one set.
* auth_con.c (krb5_auth_con_getrcache()): Return pointer
to the rcache set in the auth_context.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6043 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/auth_con.c
src/lib/krb5/krb/in_tkt_ktb.c
src/lib/krb5/krb/recvauth.c