diff --git a/admin/dump.c b/admin/dump.c index d3e5f23c5..e4b40ae73 100644 --- a/admin/dump.c +++ b/admin/dump.c @@ -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) { diff --git a/kadmin/dump.c b/kadmin/dump.c index d3e5f23c5..e4b40ae73 100644 --- a/kadmin/dump.c +++ b/kadmin/dump.c @@ -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) {