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: 719 Add authentication indicators in AS-REQs Add an auth_indicators parameter to handle_authdata(). In finish_process_as_req(), supply the auth indicators asserted by preauth modules. In handle_authdata(), wrap any supplied auth indicators in CAMMAC and IF-RELEVANT containers and include them in the ticket. https://github.com/krb5/krb5/commit/7601a1c9e103b148d94974bb2ba0c85969055c65 Author: Greg Hudson Commit: 7601a1c9e103b148d94974bb2ba0c85969055c65 Branch: master src/kdc/do_as_req.c | 1 + src/kdc/do_tgs_req.c | 1 + src/kdc/kdc_authdata.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ src/kdc/kdc_util.h | 1 + 4 files changed, 53 insertions(+), 0 deletions(-)