]> git.ipfire.org Git - thirdparty/krb5.git/commit
Save the full residual for keyring caches
authorSimo Sorce <simo@redhat.com>
Wed, 7 Aug 2013 21:47:16 +0000 (17:47 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 15 Aug 2013 19:55:32 +0000 (15:55 -0400)
commit559b84214cfefb9accc320a13590684ce1cd0592
tree866f98af6adf760b990b32f5f3e4014059fb49b3
parent7c48819629390927c89f13e2f6c976dc9a2d0ff6
Save the full residual for keyring caches

krb5_cc_get_name() should allow the caller to reconstruct the full
cache name.  That is not possible if thread: and process: are omitted
here.  (The saved name is not used by anything except
krb5_krcc_get_name, so this change is safe.)

[ghudson@mit.edu: proofread and clarified commit message]

ticket: 7692 (new)
src/lib/krb5/ccache/cc_keyring.c