OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_19-59-g5ad617b

Gerrit Code Review gerrit@openafs.org
Wed, 5 Dec 2012 16:19:02 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 02e394a8a7c14d89ca3ff5c604c61f2e1d0707a5
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.
    
    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>
    (cherry picked from commit 5616b7e2f91c9cdac1f026b852b8db923de11a10)
    
    Change-Id: I42b190391a6242e683bc6de6aafd671ddd14b164
    Reviewed-on: http://gerrit.openafs.org/8613
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-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