Content-Disposition: inline X-RT-Interface: API Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary Subject: git commit From: ghudson@mit.edu X-Mailer: MIME-tools 5.507 (Entity 5.507) MIME-Version: 1.0 X-RT-Original-Encoding: ascii RT-Message-ID: Content-Length: 609 Log unknown enctypes as unsupported in KDC Commit 8d8e68283b599e680f9fe45eff8af397e827bd6c logs both invalid and deprecated enctypes as "DEPRECATED:". An invalid enctype might be too old or marginal to be supported (like single-DES) or too new to be recognized. For clarity, prefix invalid enctypes with "UNSUPPORTED:" instead. https://github.com/krb5/krb5/commit/5ee99b0007f480f01f86340d1c30da51cc80da96 Author: Greg Hudson Commit: 5ee99b0007f480f01f86340d1c30da51cc80da96 Branch: master src/kdc/kdc_util.c | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-)