Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 976 Add tabular dump capability to kdb5_util This new kdb5_util tabdump command provides a reporting-friendly tabular dump format for the KDC database. This format is also suitable for importing into relational databases for queries. Output is in tab-separated or CSV format. The user can select an output table with a fixed number of columns. Currently, this only provides tables for a subset of the available principal data. This includes making visible some data that is hidden in hexadecimal strings in the tl_data of the ordinary dump format. https://github.com/krb5/krb5/commit/899fe672b88d59902986baec42c4e42fc5af4d03 Author: Tom Yu Commit: 899fe672b88d59902986baec42c4e42fc5af4d03 Branch: master src/kadmin/dbutil/Makefile.in | 6 +- src/kadmin/dbutil/kdb5_util.c | 2 + src/kadmin/dbutil/kdb5_util.h | 2 + src/kadmin/dbutil/tabdump.c | 663 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 671 insertions(+), 2 deletions(-)