OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3109-g0bef315

Gerrit Code Review gerrit@openafs.org
Mon, 12 Nov 2012 10:51:49 -0800 (PST)


The following commit has been merged in the master branch:
commit 0bef3159d3698a941154bd21352eb35bd94edb8c
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.
    
    Change-Id: I14f5f45234ec4beab58751783a25206b3e7eff45
    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>

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

-- 
OpenAFS Master Repository