OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-71-gf77cc39
Gerrit Code Review
gerrit@openafs.org
Thu, 27 Aug 2009 13:15:42 -0700 (PDT)
The following commit has been merged in the master branch:
commit f77cc39801b4ee046f6968616332ef3db5415f97
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Thu Aug 27 03:59:02 2009 -0400
Windows: SMB Server does not support streams, so say that
The SMB server does not support streams. When replying to
NT Create operations with extended responses report that
there are no streams. In addition, add support for Query
Path/File Stream Information and return only the null stream.
Correct the 'totalData' response field in several places
within Trans2QPathInfo and Trans2QFileInfo.
Return CM_ERROR_BADOP for SMB NT Transact operations that
are not supported instead of CM_ERROR_INVAL.
LICENSE MIT
Reviewed-on: http://gerrit.openafs.org/347
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 | 147 +++++++++++++++++++++++++++++++++++++------------
src/WINNT/afsd/smb3.h | 21 +++++++
2 files changed, 132 insertions(+), 36 deletions(-)
--
OpenAFS Master Repository