* dumpv4.c: new file. New command dump_v4db which creates a v4
authorMark Eichin <eichin@mit.edu>
Wed, 16 Nov 1994 06:16:40 +0000 (06:16 +0000)
committerMark Eichin <eichin@mit.edu>
Wed, 16 Nov 1994 06:16:40 +0000 (06:16 +0000)
commitfe432bee3b2148587b9a53789a8d5e976b7641a8
treef84adcc4c1477465f330d99e3a94c0b11084073b
parent833e52da0d52e6b11c4bf148bf72a22c4311fb3e
* 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
src/admin/edit/ChangeLog
src/admin/edit/Makefile.in
src/admin/edit/configure.in
src/admin/edit/dumpv4.c [new file with mode: 0644]
src/admin/edit/kdb5_ed_ct.ct