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 X-RT-Original-Encoding: iso-8859-1 Content-Length: 632 Do not indicate deprecated GSS mechanisms The mechanisms themeselves will continue to work if requested, but will not be included in the gss_indicate_mech() list. This works around a bug in some legacy applications that cannot cope with deprecated mechs being returned. https://github.com/krb5/krb5/commit/8cbfec302659812efee9b67031f5ae0c5400953f Author: Robbie Harwood Committer: Greg Hudson Commit: 8cbfec302659812efee9b67031f5ae0c5400953f Branch: master src/lib/gssapi/mechglue/g_initialize.c | 47 ++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-)