Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 894 Mark deprecated enctypes when used Preface ETYPE_DEPRECATED enctypes with "DEPRECATED:" in klist output, KDC logs, and kadmin interactions. Also complain in krb5kdc when the stash file has a deprecated enctype or a deprecated enctype is requested with -k. https://github.com/krb5/krb5/commit/8d8e68283b599e680f9fe45eff8af397e827bd6c Author: Robbie Harwood Committer: Greg Hudson Commit: 8d8e68283b599e680f9fe45eff8af397e827bd6c Branch: master src/clients/klist/klist.c | 14 ++++++++++---- src/kadmin/cli/kadmin.c | 6 +++++- src/kdc/kdc_util.c | 9 +++++++++ src/kdc/main.c | 19 +++++++++++++++++++ src/tests/gssapi/t_enctypes.py | 15 +++++++++------ src/tests/t_keyrollover.py | 8 +++++--- src/tests/t_sesskeynego.py | 4 ++-- 7 files changed, 59 insertions(+), 16 deletions(-)