diff options
| author | Richard Basch <probe@mit.edu> | 1996-03-06 21:37:24 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1996-03-06 21:37:24 +0000 |
| commit | b23f955bcf38b07919bcbc22bb51e735b0dd7081 (patch) | |
| tree | b0a808d7cbcda8294596bd52437c8de93b57455b /src/admin/edit/ChangeLog | |
| parent | 66b60913edde7f4585f23955c804abf2117f881f (diff) | |
* dumpv4.c:
The V4 master key & schedule was never initialized,
so the dump created by dump_v4db was garbage. Read the V4
master key from /.k or prompt for the V4 master key password.
If there is no V4-salt key in the database, but there is a DES
key, include it in the V4 dump, in case it is merely a random
service key for which there is no associated password.
Skip over K/M in the V5 database (use the entered V4 master key).
Both krbtgt and afs keys often have domain-qualifed instances.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7596 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/edit/ChangeLog')
| -rw-r--r-- | src/admin/edit/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/admin/edit/ChangeLog b/src/admin/edit/ChangeLog index 9c2a77fde..7cf8b1c72 100644 --- a/src/admin/edit/ChangeLog +++ b/src/admin/edit/ChangeLog @@ -1,3 +1,18 @@ +Wed Mar 6 16:17:20 1996 Richard Basch <basch@lehman.com> + + * dumpv4.c: The V4 master key & schedule was never initialized, + so the dump created by dump_v4db was garbage. Read the V4 + master key from /.k or prompt for the V4 master key password. + If there is no V4-salt key in the database, but there is a DES + key, include it in the V4 dump, in case it is merely a random + service key for which there is no associated password. + Skip over K/M in the V5 database (use the entered V4 master key). + Both krbtgt and afs keys often have domain-qualifed instances. + +Tue Mar 5 12:18:22 1996 Richard Basch <basch@lehman.com> + + * dump.c: POSIX locking requires that the file be opened read-write. + Mon Feb 26 22:42:09 1996 Mark Eichin <eichin@cygnus.com> * kdb5_edit.c: new command line option -f stashfile. |
