From 35e0d02c87f4c5133151540b925e805aef6a2c22 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 23 Jul 1997 05:13:13 +0000 Subject: [PATCH] Add comment about current dump format. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2538 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/dump.c | 22 ++++++++++++++++++++++ kadmin/dump.c | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) 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) {