From 965d76150a65bf4533e98a3e138a88eaedc96653 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Sat, 16 Sep 2017 19:27:14 +0300 Subject: [PATCH] SMB Server v1.2.8 --- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 8 +++++++- SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index b642e72..e81c010 100644 --- a/SMBLibrary/Properties/AssemblyInfo.cs +++ b/SMBLibrary/Properties/AssemblyInfo.cs @@ -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.7.0")] -[assembly: AssemblyFileVersion("1.2.7.0")] +[assembly: AssemblyVersion("1.2.8.0")] +[assembly: AssemblyFileVersion("1.2.8.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 9496724..41d822e 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -277,5 +277,11 @@ Revision History: NTStatus: Added STATUS_DELETE_PENDING, STATUS_BAD_DEVICE_TYPE and STATUS_BAD_NETWORK_NAME. SocketUtils: Improved ReleaseSocket implementation. Logging and documentation improvements. - SMB1 Client: Added Login implementation using NTLM authentication. + SMB1Client: Added Login implementation using NTLM authentication. SMB1Client: Additional client functions implemented. + +1.2.8 - SMB1: Improved FindInformation implementation and corrected reading of FindInformation entries from buffer. + SMB1: Added ParametersLength definition to several Transaction2Subcommands. + SMB1: Transaction2SetFileInformationRequest: SetInformation method will now set InformationLevel. + Client: ServerServiceHelper: ListShares: Added support for NetrShareEnumResponse spanning more than one RPC PDU and improved error handling. + Client: SMB1FileStore: Added native QueryDirectory, GetFileInformation, GetFileSystemInformation and SetFileInformation implementations. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index d0f425e..2d921f4 100644 --- a/SMBServer/Properties/AssemblyInfo.cs +++ b/SMBServer/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.2.7.0")] -[assembly: AssemblyFileVersion("1.2.7.0")] +[assembly: AssemblyVersion("1.2.8.0")] +[assembly: AssemblyFileVersion("1.2.8.0")]