OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2403-g56a2cbb

Gerrit Code Review gerrit@openafs.org
Sun, 15 Apr 2012 06:57:23 -0700 (PDT)


The following commit has been merged in the master branch:
commit 56a2cbb5fbdcab51bd5f4720e610796abbce5c41
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.
    
    Change-Id: I792bcc89c63871043ce6835a971de284fd754d54
    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>

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

-- 
OpenAFS Master Repository