Add comment about current dump format.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2538 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-23 05:13:13 +00:00
parent 2ca165b0cd
commit 35e0d02c87
2 changed files with 44 additions and 0 deletions

View File

@@ -40,6 +40,28 @@
RCSID("$Id$");
/*
This is the present contents of a dump line. This might change at
any time. Fields are separated by white space.
principal
keyblock
kvno
keys...
mkvno (unused)
keytype
keyvalue
salt (- means use normal salt)
creation date and principal
modification date and principal
principal valid from date (not used)
principal valid end date (not used)
principal key expires (not used)
max ticket life
max renewable life
flags
*/
static void
append_hex(char *str, krb5_data *data)
{