SMB Server v1.3.5

This commit is contained in:
Tal Aloni 2018-11-30 14:54:23 +02:00
parent 1e40ac4cde
commit ac3fecdccf
3 changed files with 12 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 // 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.3.4.0")] [assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.4.0")] [assembly: AssemblyFileVersion("1.3.5.0")]

View file

@ -382,3 +382,11 @@ Revision History:
Services: Minor improvements to ServerService and WorkstationService structures. Services: Minor improvements to ServerService and WorkstationService structures.
Services: Added UnsupportedOpNumException. Services: Added UnsupportedOpNumException.
Services: ServerService, WorkstationService: Unsupported OpNums and Levels are now reported back to the client instead of NotImplementedException. 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.

View file

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