OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_21-9-gf9e9d9a

Gerrit Code Review gerrit@openafs.org
Tue, 18 Dec 2012 04:43:19 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit c23664aff7a78010ba462317087e84f7ae3c8518
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.
    
    Change-Id: I96518168d035f3c666761354348bd750718731a1
    Reviewed-on: http://gerrit.openafs.org/8772
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/afskfw.c |   68 +++++++++++++++++++++++++++++++++-------------
 src/WINNT/aklog/aklog.c |    7 ++++-
 2 files changed, 55 insertions(+), 20 deletions(-)

-- 
OpenAFS Master Repository