]> git.ipfire.org Git - thirdparty/krb5.git/commit
Preserve cred order in memory ccache type 1144/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 15 Dec 2020 17:56:18 +0000 (12:56 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 22 Dec 2020 19:29:24 +0000 (14:29 -0500)
commit722b77ba31ea4e2937e6820f0fe4a19a7445e8fc
tree39ece14e40d19a73c97b19c2264fb9b7ec574d42
parent0d56740ab9fcc40dc7f46c6fbebdf8f1214f9d96
Preserve cred order in memory ccache type

In the memory credential cache type, add new creds to the tail of the
list so that iteration does not reverse the order.
src/lib/krb5/ccache/cc_memory.c
src/lib/krb5/ccache/t_cc.c