OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1327-g9f77a2d

Gerrit Code Review gerrit@openafs.org
Sat, 25 Jun 2011 16:21:31 -0700 (PDT)


The following commit has been merged in the master branch:
commit 9f77a2d6b3d571a928261563763913c8c6ee2938
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Jun 23 17:51:22 2011 -0400

    Windows: TRANS2_FIND_FIRST2 for _._AFS_IOCTL_._
    
    smb_T2SearchDirSingle() must not fail directory search requests
    for the _._AFS_IOCTL_._ file.  Although this file does not actually
    exist, it is successfully processed by CreateFile operations.
    Therefore, an explicit search for it should return a valid answer.
    
    Change-Id: I9df3443f0bdf0dd05caac74f4de3a0cc64d26800
    Reviewed-on: http://gerrit.openafs.org/4884
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/smb.h        |    5 +-
 src/WINNT/afsd/smb3.c       |  148 +++++++++++++++++++++++++++++++------------
 src/WINNT/afsd/smb_iocons.h |    2 +
 3 files changed, 112 insertions(+), 43 deletions(-)

-- 
OpenAFS Master Repository