aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/dbutil/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/kadmin/dbutil/ChangeLog')
-rw-r--r--src/kadmin/dbutil/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/kadmin/dbutil/ChangeLog b/src/kadmin/dbutil/ChangeLog
index 9a309bd..2008272 100644
--- a/src/kadmin/dbutil/ChangeLog
+++ b/src/kadmin/dbutil/ChangeLog
@@ -1,3 +1,45 @@
+2002-08-23 Tom Yu <tlyu@mit.edu>
+
+ * dump.c (dump_db): Update usage comment. Add "-rev" and
+ "-recurse" flags to permit reverse and recursive dumping of the
+ database, respectively. Check for dump filename beginning with
+ "-" to avoid accidental dumps to such filenames.
+
+ * kdb5_util.c (usage): Update to match reality, primarily by
+ updating the "dump" usage, but also showing global options before
+ the command, which is how they were being interpreted anyway.
+
+ * kdb5_util.M: Update to match reality. Document "-mkey_convert",
+ "-new_mkey_file", "-rev", and "-recurse" options to "dump".
+ Document "dump to stdout" behavior. Show global options before
+ the command. Make some formatting fixes. s/binary tree/btree/
+ since the btree back end is actually an n-ary tree.
+
+ [pullups from trunk]
+
+2002-08-12 Tom Yu <tlyu@mit.edu>
+
+ * dump.c (master_key_convert): Iterate over freeing
+ key_data->key_data_contents[j] rather than attempting to free
+ key_data->key_data_contents.
+ [pullup from trunk]
+
+2001-10-23 Tom Yu <tlyu@mit.edu>
+
+ * loadv4.c (fixup_database): Don't set SUPPORT_DESMD5 anymore.
+
+2001-02-05 Tom Yu <tlyu@mit.edu>
+
+ * kdb5_util.M: Fix some formatting nits and document new flags
+ controlling dump formats.
+
+2000-06-30 Tom Yu <tlyu@mit.edu>
+
+ * dump.c: Add a new dump version, r1_3_version, and make it the
+ default; it will be used in krb5-1.3 and will permit a principal's
+ kadm5 data to be dumped. This is an interim measure until we
+ redesign the dump format somewhat.
+
1999-10-26 Tom Yu <tlyu@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,