浏览代码

SMBServer 1.0.9

Tal Aloni 8 年之前
父节点
当前提交
73af59314c
共有 3 个文件被更改,包括 12 次插入4 次删除
  1. 2 2
      SMBLibrary/Properties/AssemblyInfo.cs
  2. 8 0
      SMBLibrary/RevisionHistory.txt
  3. 2 2
      SMBServer/Properties/AssemblyInfo.cs

+ 2 - 2
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.0.8.0")]
-[assembly: AssemblyFileVersion("1.0.8.0")]
+[assembly: AssemblyVersion("1.0.9.0")]
+[assembly: AssemblyFileVersion("1.0.9.0")]

+ 8 - 0
SMBLibrary/RevisionHistory.txt

@@ -28,3 +28,11 @@ Revision History:
         Improved Transaction2Subcommands implementation.
         Added support for GSSAPI SPNEGO tokens.
         API: Added SMBServer.OnLogEntry event.
+
+1.0.9 - Improved SID / TID / FID / UID allocation mechanisms.
+        API: More control over which users are permitted access via the guest user account if the normal authentication process fails.
+        Improved NTLM authentication API and implementation.
+        Added authentication related logging.
+        Improved connected trees management logic.
+        Remove connected user from connection state on Logoff.
+        Bugfix: Transaction2Open2Response: Incorrect value was set as default CreationTime.

+ 2 - 2
SMBServer/Properties/AssemblyInfo.cs

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