فهرست منبع

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")]