SMB Server v1.2.5

This commit is contained in:
Tal Aloni 2017-09-01 10:59:24 +03:00
parent b56f96d557
commit 70c61ab449
3 changed files with 23 additions and 4 deletions

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.4.0")]
[assembly: AssemblyFileVersion("1.2.4.0")]
[assembly: AssemblyVersion("1.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]

View file

@ -206,3 +206,22 @@ Revision History:
Bugfix: Check share-level write access on the new file name before sending FileRenameInformation to the object store.
Minor logging improvements.
Minor code refactoring.
1.2.5 - IOCtlHelper: Improved compliance with the specifications.
Added FSCTL_PIPE_WAIT Request implementation.
Pass TRANS_WAIT_NMPIPE requests to the underlying object store.
Corrected StringComparison type.
NamedPipeStore: Added support for FSCTL_PIPE_WAIT.
IOControlCode: Added additional values.
NTStatus: Added STATUS_PRIVILEGE_NOT_HELD.
SMBServer: SMB1: Fixed unhandled NullReferenceException when an Invalid FID was specified for a Read / ReadAndX request.
SMB2: Improved LockRequest implementation.
SMB2: LockElement: Added SharedLock / ExclusiveLock / Unlock / FailImmediately properties.
INTFileStore: Added LockFile and UnlockFile methods.
SMB2: LockElement: Fixed a bug in ReadLockList / WriteLockList.
Pass lock / unlock requests to the underlying object store.
NTDirectoryFileSystem: Pass-through LockFile / UnlockFile requests.
Corrected FileStreamInformation implementation.
Corrected FileFullEaInformation implementation.
SMBServer: SMB1: Added support for SMB_FIND_FILE_ID_FULL_DIRECTORY_INFO and SMB_FIND_FILE_ID_BOTH_DIRECTORY_INFO.
Logging improvements.

View file

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.2.4.0")]
[assembly: AssemblyFileVersion("1.2.4.0")]
[assembly: AssemblyVersion("1.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]