OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_9-34-g9f298ea

Gerrit Code Review gerrit@openafs.org
Sun, 15 Apr 2012 10:36:40 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 9f298ea19909ae3761e8f5e12d16b0e07a2f02d1
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Apr 14 09:43:48 2012 -0400

    Windows: pioctl use GetFileAttributes
    
    Instead of attempting to CreateFile(OPEN_EXISTING) the _._AFS_IOCTL_._
    file, try using GetFileAttributes() to obtain the attributes of the
    file.  The file doesn't exist in the directory listing but the
    afs redirector and the afs smb server will respond to the request.
    Perhaps the SMB servers in the broken printers will fail it.
    
    Reviewed-on: http://gerrit.openafs.org/7210
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    (cherry picked from commit 56a2cbb5fbdcab51bd5f4720e610796abbce5c41)
    
    Change-Id: I438416c3166beaca965fc3c07e7f279c2a78a95e
    Reviewed-on: http://gerrit.openafs.org/7216
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/sys/pioctl_nt.c |  106 +++++++++++++++++++-------------------------------
 1 files changed, 40 insertions(+), 66 deletions(-)

-- 
OpenAFS Master Repository