OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2pre1-10-g9b63f04
Gerrit Code Review
gerrit@openafs.org
Fri, 21 Dec 2012 09:56:21 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 9b63f04eff7fe5b0b963172fa4b5b8e1522c999e
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Jun 7 09:27:00 2012 -0400
Windows: handle KRB5KRB_AP_ERR_REPEAT errors
This patchset adds logic to handle a KRB5KRB_AP_ERR_REPEAT error
sent by a KDC for the Windows aklog and the afskfw library. The
KRB5KRB_AP_ERR_REPEAT is sent when the KDC detects a replay.
However, the KDC replay detection is known to generate many false
positives. If KRB5KRB_AP_ERR_REPEAT is received, wait one second
and retry the request.
This patchset does not apply to 'master' due to Kerberos
Compatibility SDK conversion.
Reviewed-on: http://gerrit.openafs.org/8772
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit c23664aff7a78010ba462317087e84f7ae3c8518)
Change-Id: I806a3ede5f0fa6794f3ccaf8f2d514b0c8443ec1
Reviewed-on: http://gerrit.openafs.org/8775
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/WINNT/afsd/afskfw.c | 68 +++++++++++++++++++++++++++++++++-------------
src/WINNT/aklog/aklog.c | 7 ++++-
2 files changed, 55 insertions(+), 20 deletions(-)
--
OpenAFS Master Repository