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: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 591 Implement 32-bit keytab kvno extension Heimdal and Shishi support a 32-bit kvno at the end of a keytab entry, overriding the 8-bit version if present. Implement this in the FILE keytab type and document it in keytab_file_format.rst. https://github.com/krb5/krb5/commit/54b4ccf510b67140caec76b12fff4b30462e7e50 Author: Greg Hudson Commit: 54b4ccf510b67140caec76b12fff4b30462e7e50 Branch: master doc/formats/keytab_file_format.rst | 10 +++++----- src/lib/krb5/keytab/kt_file.c | 26 +++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 6 deletions(-)