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 RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 743 Add kdcpreauth callback for auth indicators Add a new kdcpreauth callback add_auth_indicator, which adds an authentication indicator string. This commit doesn't do anything with the asserted authentication indicators; they are tracked in the auth_indicators field of struct as_req_state to be used later. https://github.com/krb5/krb5/commit/dd95e18f5cfa426db0f265172202debd257f3cdb Author: Greg Hudson Commit: dd95e18f5cfa426db0f265172202debd257f3cdb Branch: master src/include/krb5/kdcpreauth_plugin.h | 6 ++++++ src/kdc/do_as_req.c | 3 +++ src/kdc/kdc_preauth.c | 10 +++++++++- src/kdc/kdc_util.h | 1 + 4 files changed, 19 insertions(+), 1 deletions(-)