]> git.ipfire.org Git - thirdparty/krb5.git/commit
Change the name of the krb5_dbe_act_mkey_list function to
authorWill Fiveash <will.fiveash@oracle.com>
Thu, 22 Jan 2009 19:48:38 +0000 (19:48 +0000)
committerWill Fiveash <will.fiveash@oracle.com>
Thu, 22 Jan 2009 19:48:38 +0000 (19:48 +0000)
commit6f505e7a4c7dfff3ac49721e416e9da4498a4e47
treeeb70ec993a6d3ed167c8a8f403f18d0ed1857f7d
parent17bd307fa6307cab995c89b9ece7be89607c0b6c
Change the name of the krb5_dbe_act_mkey_list function to
krb5_dbe_act_key_list to indicate it is a generic function of use on any
princ.  I also modified the process_tgs_req function to use the
master_keylist and look up the proper mkey when decrypting the server
key.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/mkey_migrate@21777 dc483132-0cff-0310-8789-dd5450dbe970
src/include/kdb.h
src/kadmin/dbutil/kdb5_mkey.c
src/kdc/do_tgs_req.c
src/lib/kadm5/clnt/libkadm5clnt.exports
src/lib/kadm5/srv/libkadm5srv.exports
src/lib/kadm5/srv/server_kdb.c
src/lib/kdb/kdb5.c
src/lib/kdb/kdb_default.c
src/lib/kdb/libkdb5.exports