OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3701-g675cd4b

Gerrit Code Review gerrit@openafs.org
Tue, 9 Apr 2013 10:37:21 -0700 (PDT)


The following commit has been merged in the master branch:
commit 675cd4b2c2e1202f75e42ebb3f0cf898ae5d4661
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Apr 8 23:41:48 2013 -0400

    Windows: DOS Device VolumeInfo max name length
    
    In 1.7.2200 the AFS Redirectory began to return
    
      cellname{%,#}volume
    
    as the volume label in the Volume Information response.  For UNC
    paths this is fine but for DOS devices on Windows 7 and earlier returning
    a volume label that is longer than the NTFS maximum label length (32
    characters) results in the Explorer Shell treating the volume as if it
    does not support long file names.
    
    From this patchset forward if the FileObject->FileName indicates that
    the query is for a DOS Device, only return the AFS volume name and not the
    cell informmation in the Volume Information response.
    
    FIXES 131632
    
    Change-Id: Iee26a00e0042e2594a5e039ee57688b61b10da45
    Reviewed-on: http://gerrit.openafs.org/9751
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
    Reviewed-by: Peter Scott <pscott@kerneldrivers.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSVolumeInfo.cpp   |   58 +++++++++++++++++------
 src/WINNT/afsrdr/kernel/lib/Include/AFSCommon.h |    1 +
 2 files changed, 45 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository