diff options
| author | Mark Eichin <eichin@mit.edu> | 1994-11-16 06:16:40 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1994-11-16 06:16:40 +0000 |
| commit | fe432bee3b2148587b9a53789a8d5e976b7641a8 (patch) | |
| tree | f84adcc4c1477465f330d99e3a94c0b11084073b /src/admin/edit/ChangeLog | |
| parent | 833e52da0d52e6b11c4bf148bf72a22c4311fb3e (diff) | |
| download | krb5-fe432bee3b2148587b9a53789a8d5e976b7641a8.tar.gz krb5-fe432bee3b2148587b9a53789a8d5e976b7641a8.tar.xz krb5-fe432bee3b2148587b9a53789a8d5e976b7641a8.zip | |
* dumpv4.c: new file. New command dump_v4db which creates a v4
slave dump out of a v5 database, leaving out any keys which aren't
using v4 salt, and any keys that aren't for the current
realm. Reencrypts using v4 master key, synthesizes arbitrary
master key version number.
* configure.in: use WITH_KRB4 for dump support.
* kdb5_ed_ct.ct: add new dump_v4 command.
* Makefile.in: link in dumpv4.
I've successfully used this to convert a full database and compared it with
the original by hand -- the only differences were
1) leading zeros on the new database
2) k.m date didn't match
3) mkvno's didn't match (but were consistent)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4663 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/edit/ChangeLog')
| -rw-r--r-- | src/admin/edit/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/admin/edit/ChangeLog b/src/admin/edit/ChangeLog index e910255ce..0a39b2fe5 100644 --- a/src/admin/edit/ChangeLog +++ b/src/admin/edit/ChangeLog @@ -1,3 +1,14 @@ +Wed Nov 16 01:03:42 1994 Mark Eichin (eichin@cygnus.com) + + * dumpv4.c: new file. New command dump_v4db which creates a v4 + slave dump out of a v5 database, leaving out any keys which aren't + using v4 salt, and any keys that aren't for the current + realm. Reencrypts using v4 master key, synthesizes arbitrary + master key version number. + * configure.in: use WITH_KRB4 for dump support. + * kdb5_ed_ct.ct: add new dump_v4 command. + * Makefile.in: link in dumpv4. + Fri Oct 14 23:31:49 1994 Theodore Y. Ts'o (tytso@dcl) * dump.c (load_db): When scanning a database entry, read |
