mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-21 08:45:54 +02:00
SMBServer v1.0.8
This commit is contained in:
parent
11bc00ec57
commit
39b89ba355
3 changed files with 12 additions and 6 deletions
|
@ -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")]
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue