]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add code to refetch master key list if the matching mkey to decrypt a
authorWill Fiveash <will.fiveash@oracle.com>
Wed, 28 Jan 2009 20:15:53 +0000 (20:15 +0000)
committerWill Fiveash <will.fiveash@oracle.com>
Wed, 28 Jan 2009 20:15:53 +0000 (20:15 +0000)
commit51049b194ad6d4c6ef088d9c277b59129888c1a9
treefcce42300a5c3769235b1ea371c4f89bfd472149
parent925c342c94fdd75dab0888c1c28c57063cf63a4f
Add code to refetch master key list if the matching mkey to decrypt a
princ isn't found on the current mkey list.  This is useful if the mkey
princ has a new key but the running krb5kdc/kamind was started prior to
that.

Fix another issue related to nentries and krb5_db_get_principal() in
kdb5_mkey.c.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/mkey_migrate@21821 dc483132-0cff-0310-8789-dd5450dbe970
src/kadmin/dbutil/kdb5_mkey.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/kdc_preauth.c
src/kdc/kdc_util.c
src/lib/kadm5/srv/server_kdb.c
src/lib/kadm5/srv/svr_principal.c
src/lib/kdb/kdb5.c
src/lib/kdb/kdb_default.c