OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1732-g59169e0

Gerrit Code Review gerrit@openafs.org
Sat, 1 Oct 2011 12:15:39 -0700 (PDT)


The following commit has been merged in the master branch:
commit 59169e0ac73fe44ddd7d28f3985cfc5549938cb8
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.
    
    Change-Id: Ib009beb81d841fb3bbbd35b1eb0faec2c40eaf4e
    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>

 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