OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_19-6-gd3f390a

Gerrit Code Review gerrit@openafs.org
Mon, 12 Nov 2012 13:31:39 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit e3d9d198eb993eccaebdf8a3a5408d626fe0eefe
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun Nov 11 22:00:07 2012 -0500

    afsio: process windows file paths consistently
    
    Windows file paths can use either '\' or '/' as a path
    separator.  libafscp on the other hand requires '/' and argv[0]
    will always use '\'.
    
    Introduce a new function ConvertAFSPath() which converts the
    input path to '/' and converts \\afs to /afs.  A future commit
    should access the registry and make use of the NetbiosName and
    MountRoot values to perform the conversion correctly.
    
    Reviewed-on: http://gerrit.openafs.org/8430
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 0bef3159d3698a941154bd21352eb35bd94edb8c)
    
    Change-Id: I97d570e6c3d46f3290a975f90a3bdf79b9d7167d
    Reviewed-on: http://gerrit.openafs.org/8439
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/venus/afsio.c |   44 +++++++++++++++++++++++++++++++++++---------
 1 files changed, 35 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository