From 39b89ba355a66f8c12fa63bbebed704af1b6b8fd Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Tue, 10 Jan 2017 15:50:25 +0200 Subject: [PATCH] SMBServer v1.0.8 --- SMBLibrary/Properties/AssemblyInfo.cs | 6 +++--- SMBLibrary/RevisionHistory.txt | 6 ++++++ SMBServer/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index b8de4f1..9e1a239 100644 --- a/SMBLibrary/Properties/AssemblyInfo.cs +++ b/SMBLibrary/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Tal Aloni")] [assembly: AssemblyProduct("SMBLibrary")] -[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2016")] +[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.0.7.0")] -[assembly: AssemblyFileVersion("1.0.7.0")] +[assembly: AssemblyVersion("1.0.8.0")] +[assembly: AssemblyFileVersion("1.0.8.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index e9ea8f7..65a076c 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -22,3 +22,9 @@ Revision History: 1.0.7 - Improved connection buffer implementation. Improved compliance with MS-SMB when NTTransactIOCTLRequest.IsFsctl is set to false. Report STATUS_SHARING_VIOLATION instead of STATUS_FILE_LOCK_CONFLICT on IOException when deleting a file. + +1.0.8 - Bugfix: Honor FILE_DELETE_ON_CLOSE flag. + Bugfix: SMB_COM_SESSION_SETUP_ANDX Extended Request: NativeOS and NativeLanMan were not properly read. + Improved Transaction2Subcommands implementation. + Added support for GSSAPI SPNEGO tokens. + API: Added SMBServer.OnLogEntry event. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 6e28e68..ea8d49d 100644 --- a/SMBServer/Properties/AssemblyInfo.cs +++ b/SMBServer/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Tal Aloni")] [assembly: AssemblyProduct("SMBServer")] -[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2016")] +[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.0.7.0")] -[assembly: AssemblyFileVersion("1.0.7.0")] +[assembly: AssemblyVersion("1.0.8.0")] +[assembly: AssemblyFileVersion("1.0.8.0")]