Commit History

Author SHA1 Message Date
  Tal Aloni 82f308b576 Renamed ShareCollection to SMBShareCollection 8 years ago
  Tal Aloni f71ef6b232 SMB2: FileID related improvements 8 years ago
  Tal Aloni 8e07373185 Minor logging improvement 8 years ago
  Tal Aloni df4b7e5cef SMBServer: Minor logging improvement 8 years ago
  Tal Aloni 15f09eb751 SMBServer: API: Added GetSessionsInformation method 8 years ago
  Tal Aloni 241e06c38d SMBServer: TCP KeepAlive is now used to detect dead clients 8 years ago
  Tal Aloni 84affda0ff SMBServer: Each connection now use a dedicaded thread for send operations 8 years ago
  Tal Aloni 30627e72d4 Added ConnectionManager class 8 years ago
  Tal Aloni 3325d1842f ConnectionState: Renamed ServerDialect to Dialect 8 years ago
  Tal Aloni 174e43f792 SMBServer: Hid internal methods and classes 8 years ago
  Tal Aloni f4fa70a280 SMBServer: Moved socket parameters to the Start method 8 years ago
  Tal Aloni c93bb66152 SMBServer: Added server Start / Stop log events and exception documentation 8 years ago
  Tal Aloni 152f2cdaa0 Minor code refactoring 8 years ago
  Tal Aloni 641613ae8e SMB2: Correctly report server start time in SMB2_NEGOTIATE response 8 years ago
  Tal Aloni 6b56e2a8ca Improved code readability and exception messages 8 years ago
  Tal Aloni 36ca529f79 Fixed infinite loop condition 8 years ago
  Tal Aloni a84226abb9 GSS-style authentication, additional IGSSMechanism implementations can be provided 8 years ago
  Tal Aloni 217451d18f Improved NTLM authentication API 8 years ago
  Tal Aloni c4b6d9a08b Use FileId of previous request in request chain if operations are related 8 years ago
  Tal Aloni 1679629b47 Fixed InvalidCastException during SMB 2.002 connection 8 years ago
  Tal Aloni 55b83add4e Added SMB 2.0 / 2.1 server implementation 8 years ago
  Tal Aloni 11bc00ec57 Removed DEBUG specific behavior when SMB1 message is invalid 8 years ago
  Tal Aloni 74e92f2e2b Added SMBServer.OnLogEntry event 8 years ago
  Tal Aloni 08717b5358 Added a new ConnectionState class, SMB1 specific functionality will reside in SMB1ConnectionState 8 years ago
  Tal Aloni 8ba4f012f1 Moved SMB1 specific server functionality to SMBServer.SMB1 8 years ago
  Tal Aloni b0bb9e399f Moved SMB1 response helpers from Server\ResponseHelpers\ to Server\SMB1\ 8 years ago
  Tal Aloni 3aa7825d1c Renamed SMBConnectionReceiveBuffer to NBTConnectionReceiveBuffer 8 years ago
  Tal Aloni bc167316a2 Renamed StateObject to SMB1ConnectionState 8 years ago
  Tal Aloni 241eafc732 Improved SMB1Message implementation 8 years ago
  Tal Aloni 6700166f5a Renamed SMBMessage to SMB1Message 8 years ago