OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-11-g2bc3505

Gerrit Code Review gerrit@openafs.org
Mon, 10 Oct 2011 21:05:36 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 2bc35050d5b906856bd2b7e04968e380b5eb29c6
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Oct 1 14:05:31 2011 -0400

    Windows: Explorer Shell Extension enhancements
    
    Redesign the AFS Volume Tab to report:
    
     . Volume name
     . Volume ID
     . Cell
     . Server
     . Availability
     . Quota
     . Partition Info
     . Replica Server List
    
    Properly handle multiple selections to report the volume info
    of the parent object and not the actively selected object.
    
    When a mount point is selected, display the volume information
    for the target volume.
    
    Remove file server from AFS tab.
    
    Modify the AFS tab to better handle multiple selections including
    mount points.
    
    Extend many gui2fs functions to implement a poor man's "follow"
    option.  This really should be done with the pioctl 'literal'
    capability but this is an improvement.  The pioctl modifications
    will require a major redesign of gui2fs.c and all of the dialogs.
    
    Reviewed-on: http://gerrit.openafs.org/5531
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    (cherry picked from commit 59169e0ac73fe44ddd7d28f3985cfc5549938cb8)
    
    Change-Id: I5f42f4de74fdf6da68628301dbd60e090ae6e29b
    Reviewed-on: http://gerrit.openafs.org/5584
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/client_exp/PropACL.cpp               |    2 +
 src/WINNT/client_exp/PropFile.cpp              |  101 +++++++++++++++++-------
 src/WINNT/client_exp/PropFile.h                |    1 +
 src/WINNT/client_exp/PropVolume.cpp            |   73 ++++++++++--------
 src/WINNT/client_exp/gui2fs.cpp                |   59 ++++++++++----
 src/WINNT/client_exp/gui2fs.h                  |   12 ++--
 src/WINNT/client_exp/lang/en_US/afs_shl_ext.rc |   84 ++++++++++----------
 src/WINNT/client_exp/resource.h                |   16 ++--
 src/WINNT/client_exp/volume_inf.h              |    1 +
 9 files changed, 214 insertions(+), 135 deletions(-)

-- 
OpenAFS Master Repository