mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-13 02:39:18 +02:00
SMB Server v1.2.5
This commit is contained in:
parent
b56f96d557
commit
70c61ab449
3 changed files with 23 additions and 4 deletions
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.2.4.0")]
|
[assembly: AssemblyVersion("1.2.5.0")]
|
||||||
[assembly: AssemblyFileVersion("1.2.4.0")]
|
[assembly: AssemblyFileVersion("1.2.5.0")]
|
||||||
|
|
|
@ -206,3 +206,22 @@ Revision History:
|
||||||
Bugfix: Check share-level write access on the new file name before sending FileRenameInformation to the object store.
|
Bugfix: Check share-level write access on the new file name before sending FileRenameInformation to the object store.
|
||||||
Minor logging improvements.
|
Minor logging improvements.
|
||||||
Minor code refactoring.
|
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.
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.2.4.0")]
|
[assembly: AssemblyVersion("1.2.5.0")]
|
||||||
[assembly: AssemblyFileVersion("1.2.4.0")]
|
[assembly: AssemblyFileVersion("1.2.5.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue