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: 644 Add client_keyblock kdcpreauth callback Add a new kdcpreauth callback which gets the selected client key. This callback can be used by preauth mechs which need to use the singular reply key in a challenge sent by the KDC, now that we send only one etype-info entry in PREAUTH_REQUIRED errors. https://github.com/krb5/krb5/commit/7b12eb4757f8dd05b79c9b49d4289f0caf1f6eec Author: Greg Hudson Commit: 7b12eb4757f8dd05b79c9b49d4289f0caf1f6eec Branch: master src/include/krb5/kdcpreauth_plugin.h | 15 ++++++++++++++- src/kdc/kdc_preauth.c | 11 +++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-)