OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-8-gac1e6fa

Gerrit Code Review gerrit@openafs.org
Mon, 31 Aug 2009 17:47:54 -0700 (PDT)


The following commit has been merged in the master branch:
commit ac1e6fa1a6f3287e2862e6ea6f4dafea0c92e8cb
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Mon Aug 31 20:10:13 2009 -0400

    Windows: Permit cygwin apps to read from AFS again
    
    For some reason specifying a unique GUID for each open
    file based on the cm_fid results in cygwin apps being
    unable to read from AFS.  ReadFile() calls fail with
    Invalid Device Request errors instead.
    
    While fixing that issue discovered that not all of the
    data was properly set for QueryPathInfoAll operations.
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/388
    Tested-by: Asanka Herath <asanka@secure-endpoints.com>
    Reviewed-by: Asanka Herath <asanka@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/smb3.c |   59 +++++++++++++++++++++++++++++--------------------
 1 files changed, 35 insertions(+), 24 deletions(-)

-- 
OpenAFS Master Repository