mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-28 12:30:38 +02:00
SMB Server v1.3.5
This commit is contained in:
parent
1e40ac4cde
commit
ac3fecdccf
3 changed files with 12 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
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.3.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.4.0")]
|
||||
[assembly: AssemblyVersion("1.3.5.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.5.0")]
|
||||
|
|
|
@ -382,3 +382,11 @@ Revision History:
|
|||
Services: Minor improvements to ServerService and WorkstationService structures.
|
||||
Services: Added UnsupportedOpNumException.
|
||||
Services: ServerService, WorkstationService: Unsupported OpNums and Levels are now reported back to the client instead of NotImplementedException.
|
||||
|
||||
1.3.5 - FileStreamInformation: WriteBytes: Set the value NextEntryOffset for each FileStreamEntry.
|
||||
NTFileSystemAdapter: Set CasePreservedNamed flag when querying FileFsAttributeInformation.
|
||||
NTFileSystemAdapter: ToNTStatus: Return STATUS_OBJECT_PATH_INVALID when Win32 error code is ERROR_BAD_PATHNAME.
|
||||
NTFileSystemAdapter: Bugfix: Do not make up a short name.
|
||||
NTFileSystemAdapter: Assume FileNotFoundException or DirectoryNotFoundException will be thrown if file does not exists.
|
||||
NTFileSystemAdapter: When querying FileAlternateNameInformation return STATUS_OBJECT_NAME_NOT_FOUND.
|
||||
NTFileSystemAdapter: Added support for alternate data streams.
|
||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.3.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.4.0")]
|
||||
[assembly: AssemblyVersion("1.3.5.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.5.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue