summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/ChangeLog
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-12-12 06:24:26 +0000
committerChris Provenzano <proven@mit.edu>1995-12-12 06:24:26 +0000
commit00ccda697c93261c196a9987b3a1126698b67b77 (patch)
treefc949d243c4a136722c6d072b6b2117631acdf83 /src/lib/kdb/ChangeLog
parentff48bbd4d3238d881488b303548047eb7c0498a7 (diff)
* kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.
* kdb_dbm.c krb5_dbm_db_set_mkey(), krb5_dbm_db_get_mkey(): Functions for associating a master key (krb5_encrypt_block *) to a krb5_db_context. Currently it associates it to the krb5_context and will be fixed once the krb5_db_context is better defined (Post 1.0). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7201 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kdb/ChangeLog')
-rw-r--r--src/lib/kdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog
index 587f588251..17359f9a50 100644
--- a/src/lib/kdb/ChangeLog
+++ b/src/lib/kdb/ChangeLog
@@ -1,3 +1,13 @@
+
+Tue Dec 12 01:20:02 1995 Chris Provenzano (proven@mit.edu)
+
+ * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.
+ * kdb_dbm.c krb5_dbm_db_set_mkey(), krb5_dbm_db_get_mkey():
+ Functions for associating a master key (krb5_encrypt_block *)
+ to a krb5_db_context. Currently it associates it to the
+ krb5_context and will be fixed once the krb5_db_context
+ is better defined (Post 1.0).
+
Thu Nov 09 17:05:57 1995 Chris Provenzano (proven@mit.edu)
* fetch_mkey.c, kdb_cpw.c, t_kdb.c :