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: 634 Fix spurious clock skew caused by preauth delay Commit 37b0e55e21926c7875b7176e24e13005920915a6 (#7063) prevented clock skew caused by preauth delay by recording the time of the initial request. However, it failed to take into account delay between requests due to prompting during preauthentication. Fix this by recording the request time for each request. https://github.com/krb5/krb5/commit/3b1b31a57cd932eda928932e67f5f2857929f429 Author: Greg Hudson Commit: 3b1b31a57cd932eda928932e67f5f2857929f429 Branch: master src/lib/krb5/krb/get_in_tkt.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)