aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/dbutil/kdb5_util.h
diff options
context:
space:
mode:
authorWill Fiveash <will.fiveash@oracle.com>2009-01-09 20:11:57 +0000
committerWill Fiveash <will.fiveash@oracle.com>2009-01-09 20:11:57 +0000
commitdef85286436a4bf95ffce574e83783a76001f7cf (patch)
tree3eafc1633b52beed8dbd13dd3296374eca99f170 /src/kadmin/dbutil/kdb5_util.h
parent8fc9ca52d343264e9b668c8f81fea3828b0d251c (diff)
downloadkrb5-def85286436a4bf95ffce574e83783a76001f7cf.zip
krb5-def85286436a4bf95ffce574e83783a76001f7cf.tar.gz
krb5-def85286436a4bf95ffce574e83783a76001f7cf.tar.bz2
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
Diffstat (limited to 'src/kadmin/dbutil/kdb5_util.h')
-rw-r--r--src/kadmin/dbutil/kdb5_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kadmin/dbutil/kdb5_util.h b/src/kadmin/dbutil/kdb5_util.h
index 69dfba9..62c927a 100644
--- a/src/kadmin/dbutil/kdb5_util.h
+++ b/src/kadmin/dbutil/kdb5_util.h
@@ -82,6 +82,8 @@ extern void dump_v4db (int argc, char **argv);
extern void kdb5_create (int argc, char **argv);
extern void kdb5_destroy (int argc, char **argv);
extern void kdb5_stash (int argc, char **argv);
+extern void kdb5_add_mkey (int argc, char **argv);
+extern void kdb5_use_mkey (int argc, char **argv);
extern void update_ok_file (char *file_name);