Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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 <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
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(-)
From: ghudson@mit.edu
Subject: git commit

Add missing newlines to deprecation warnings

Commit 8d8e68283b599e680f9fe45eff8af397e827bd6c omitted newlines in
two warning messages sent to stderr. Add them now.

https://github.com/krb5/krb5/commit/274fee295d1429668b31c6ed898fc5d11a7e3589
Author: Greg Hudson <ghudson@mit.edu>
Commit: 274fee295d1429668b31c6ed898fc5d11a7e3589
Branch: master
src/kdc/main.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Subject: git commit
From: ghudson@mit.edu

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 <ghudson@mit.edu>
Commit: 5ee99b0007f480f01f86340d1c30da51cc80da96
Branch: master
src/kdc/kdc_util.c | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)