+Fri Jan 26 16:14:38 1996 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * klist.c : Implement -e option for keytabs as well.
+
Fri Sep 15 16:22:45 1995 Theodore Y. Ts'o <tytso@dcl>
* klist.M: Updated the man page to include all of the supported
krb5_context kcontext;
+char * etype_string KRB5_PROTOTYPE((krb5_enctype ));
void show_credential KRB5_PROTOTYPE((char *,
krb5_context,
krb5_creds *));
printf(" ");
}
printf("%s", pname);
+if (show_etype)
+ printf(" (%s) " , etype_string(entry.key.enctype));
if (show_keys) {
printf(" (0x");
{