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: 518 Make AS requests work with no client key If we cannot find a client key while preparing an AS reply, give preauth mechanisms a chance to replace the reply key before erroring out. https://github.com/krb5/krb5/commit/ef58e3e6f899ce60ca97bdb0053f8b912249ed0c Author: Greg Hudson Commit: ef58e3e6f899ce60ca97bdb0053f8b912249ed0c Branch: master src/kdc/do_as_req.c | 36 ++++++++++++++++++++---------------- src/kdc/kdc_preauth.c | 6 ++++++ 2 files changed, 26 insertions(+), 16 deletions(-)