]> git.ipfire.org Git - thirdparty/krb5.git/commit
First commit. This project is not completely finished (the list_mkeys,
authorWill Fiveash <will.fiveash@oracle.com>
Fri, 9 Jan 2009 20:11:57 +0000 (20:11 +0000)
committerWill Fiveash <will.fiveash@oracle.com>
Fri, 9 Jan 2009 20:11:57 +0000 (20:11 +0000)
commitdef85286436a4bf95ffce574e83783a76001f7cf
tree3eafc1633b52beed8dbd13dd3296374eca99f170
parent8fc9ca52d343264e9b668c8f81fea3828b0d251c
First commit.  This project is not completely finished (the list_mkeys,
purge_mkeys, sync_stash and update_princ_encryption still need to be
written) so the purpose of this commit is to allow early review of the
addition of support for > 1 master key and the "active" master keylist.
This commit does not include any changes required to sync this level of
the branch with the current level of the trunk.  That will follow this
commit.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/mkey_migrate@21721 dc483132-0cff-0310-8789-dd5450dbe970
36 files changed:
src/include/k5-int.h
src/include/kdb.h
src/include/krb5/krb5.hin
src/kadmin/cli/kadmin.c
src/kadmin/dbutil/Makefile.in
src/kadmin/dbutil/dump.c
src/kadmin/dbutil/kdb5_create.c
src/kadmin/dbutil/kdb5_mkey.c [new file with mode: 0644]
src/kadmin/dbutil/kdb5_util.c
src/kadmin/dbutil/kdb5_util.h
src/kadmin/server/ovsec_kadmd.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/extern.h
src/kdc/kdc_preauth.c
src/kdc/kdc_util.c
src/kdc/main.c
src/lib/kadm5/admin.h
src/lib/kadm5/misc_free.c
src/lib/kadm5/server_internal.h
src/lib/kadm5/srv/libkadm5srv.exports
src/lib/kadm5/srv/server_kdb.c
src/lib/kadm5/srv/svr_principal.c
src/lib/kdb/kdb5.c
src/lib/kdb/kdb5.h
src/lib/kdb/kdb_cpw.c
src/lib/kdb/kdb_default.c
src/lib/kdb/keytab.c
src/lib/kdb/libkdb5.exports
src/lib/krb5/error_tables/kdb5_err.et
src/lib/krb5/krb/kfree.c
src/plugins/kdb/db2/db2_exp.c
src/plugins/kdb/db2/kdb_db2.c
src/plugins/kdb/db2/kdb_db2.h
src/plugins/kdb/ldap/ldap_exp.c
src/plugins/kdb/ldap/libkdb_ldap/kdb_xdr.c