OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3193-g5616b7e

Gerrit Code Review gerrit@openafs.org
Wed, 5 Dec 2012 12:15:15 -0800 (PST)


The following commit has been merged in the master branch:
commit 5616b7e2f91c9cdac1f026b852b8db923de11a10
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Dec 3 13:39:18 2012 -0500

    Windows: fs getcalleraccess
    
    Implement VIOC_GETCALLERACCESS and associated 'fs getcalleraccess'
    for Windows.  Varies from the Unix implementation in the following
    ways:
    
     * getcalleraccess supports the -literal switch to permit
       querying rights of symlinks and mount points
    
     * multiple files can be provided on a single command line
    
    The VIOC_GETCALLERACCESS pioctl returns the user access rights
    and the anyuser access rights.
    
    Change-Id: I75f636956bbafcc91144b44bd2d7729b8643605c
    Reviewed-on: http://gerrit.openafs.org/8598
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_ioctl.c        |   38 +++++++++++++++++++++++
 src/WINNT/afsd/cm_ioctl.h        |    2 +
 src/WINNT/afsd/fs.c              |   61 ++++++++++++++++++++++++++++++++++++++
 src/WINNT/afsd/smb_iocons.h      |    1 +
 src/WINNT/afsd/smb_ioctl.c       |   34 +++++++++++++++++++++
 src/WINNT/afsd/smb_ioctl.h       |    2 +
 src/WINNT/afsrdr/user/RDRIoctl.c |   32 ++++++++++++++++++++
 src/WINNT/afsrdr/user/RDRIoctl.h |    2 +
 8 files changed, 172 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository