mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 02:37:49 +02:00
SMBServer 1.1.7
This commit is contained in:
parent
cceae3adf5
commit
0a0ec793ea
3 changed files with 18 additions and 4 deletions
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.6.0")]
|
[assembly: AssemblyVersion("1.1.7.0")]
|
||||||
[assembly: AssemblyFileVersion("1.1.6.0")]
|
[assembly: AssemblyFileVersion("1.1.7.0")]
|
||||||
|
|
|
@ -123,3 +123,17 @@ Revision History:
|
||||||
SMB1: Retrieve SessionKey from GSS mechanism and store it in SMB1Session.
|
SMB1: Retrieve SessionKey from GSS mechanism and store it in SMB1Session.
|
||||||
Bugfix: Independent / Integrated NTLMAuthenticationProvider: MachineName was not read from AuthenticationMessage.
|
Bugfix: Independent / Integrated NTLMAuthenticationProvider: MachineName was not read from AuthenticationMessage.
|
||||||
GSS: Minor improvements.
|
GSS: Minor improvements.
|
||||||
|
|
||||||
|
1.1.7 - Fixed FormatException.
|
||||||
|
SocketUtils.ReleaseSocket: Improved exception handling.
|
||||||
|
SMB2: Check share permissions before Read / Write.
|
||||||
|
SMB2: FileID related improvements.
|
||||||
|
SMBServer: Hid internal classes
|
||||||
|
SMB2: CloseHelper: An error response will be returned if the underlying file store was not able to close the handle.
|
||||||
|
Renamed ShareCollection to SMBShareCollection.
|
||||||
|
NetBIOS session packet length is now calculated correctly.
|
||||||
|
Added LogWriter implementation to handle log events
|
||||||
|
Workstation and Domain information are now logged during session setup.
|
||||||
|
Write to log when share access was denied.
|
||||||
|
Add share information to log message where applicable.
|
||||||
|
Various Logging related improvements.
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.1.6.0")]
|
[assembly: AssemblyVersion("1.1.7.0")]
|
||||||
[assembly: AssemblyFileVersion("1.1.6.0")]
|
[assembly: AssemblyFileVersion("1.1.7.0")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue