Explorar el Código

SMBServer v1.1.0

Tal Aloni hace 8 años
padre
commit
cbe4160675

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

+ 10 - 0
SMBLibrary/RevisionHistory.txt

@@ -36,3 +36,13 @@ Revision History:
         Improved connected trees management logic.
         Remove connected user from connection state on Logoff.
         Bugfix: Transaction2Open2Response: Incorrect value was set as default CreationTime.
+
+1.1.0 - Improved session management logic.
+        Improved open-search management.
+        Set DeletePending if FILE_DELETE_ON_CLOSE has been set.
+        Properly handle NegotiateRequest.
+        DerEncodingHelper: Fixed incorrect length calculation.
+        Now Returning accept-completed at the final stage of a GSS authentication.
+        LoginAPI: Properly handle ERROR_ACCOUNT_DISABLED.
+        NTLM: improved compatibility with clients.
+        Improved logging.

+ 2 - 2
SMBServer/Properties/AssemblyInfo.cs

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