OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2014-g7e26dfd

Gerrit Code Review gerrit@openafs.org
Thu, 22 Dec 2011 07:10:43 -0800 (PST)


The following commit has been merged in the master branch:
commit 7e26dfd6dc893d14717aad411460fc781acc4001
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Dec 21 21:10:45 2011 -0500

    Windows: Explicit permission check on extent release
    
    When a data extent is released by the afs redirector or the
    afsd_service performs an extent claw back during a cleanup
    operation, perform an explicit permission check before attempting
    to store dirty buffers to the file server.   Instead of waiting
    for the file server to fail the request, fail it immediately.
    
    The permission check is performed using the currently active
    authentication group.
    
    Change-Id: I533f06ec10b8a6f4dbe5e18b1205b20881b5559a
    Reviewed-on: http://gerrit.openafs.org/6395
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsrdr/user/RDRFunction.c |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository