Commit History

作者 SHA1 備註 提交日期
  Tal Aloni 512f03f77f SMBServer v1.1.6 8 年之前
  Tal Aloni df4b7e5cef SMBServer: Minor logging improvement 8 年之前
  Tal Aloni 15f09eb751 SMBServer: API: Added GetSessionsInformation method 8 年之前
  Tal Aloni d742a22756 GSS improvements, set context to null after a successfull call to DeleteSecurityContext 8 年之前
  Tal Aloni 900ff25a3c All matching opened files will now be closed during connection termination 8 年之前
  Tal Aloni 9141665ac6 All matching opened files will now be closed during logoff 8 年之前
  Tal Aloni cff82dd4b8 All matching opened files will now be closed during tree disconnect 8 年之前
  Tal Aloni 2c1b59973b Added TreeID parameter to OpenFileObject 8 年之前
  Tal Aloni 241e06c38d SMBServer: TCP KeepAlive is now used to detect dead clients 8 年之前
  Tal Aloni 84affda0ff SMBServer: Each connection now use a dedicaded thread for send operations 8 年之前
  Tal Aloni 30627e72d4 Added ConnectionManager class 8 年之前
  Tal Aloni 644e7d87d5 Independent / Integrated NTLMAuthenticationProvider: bugfix: MachineName was not read from AuthenticationMessage 8 年之前
  Tal Aloni 3325d1842f ConnectionState: Renamed ServerDialect to Dialect 8 年之前
  Tal Aloni 054d537c26 Added MachineName and CreationDT properties to SMB1Session and SMB2Session 8 年之前
  Tal Aloni e3dafa524f SMB1: Retrieve SessionKey from GSS mechanism and store it in SMB1Session 8 年之前
  Tal Aloni 174e43f792 SMBServer: Hid internal methods and classes 8 年之前
  Tal Aloni cef7a6dc29 Moved SMBDialect to a separate class 8 年之前
  Tal Aloni f4fa70a280 SMBServer: Moved socket parameters to the Start method 8 年之前
  Tal Aloni c93bb66152 SMBServer: Added server Start / Stop log events and exception documentation 8 年之前
  Tal Aloni 152f2cdaa0 Minor code refactoring 8 年之前
  Tal Aloni 07c4ecfd0c SMBServer v1.1.5 8 年之前
  Tal Aloni 8067925ea2 SMB2: Enable message signing if client request it 8 年之前
  Tal Aloni 3e4d40b7ad SMB2: Retrieve SessionKey from GSS mechanism and store it in SMB2Session 8 年之前
  Tal Aloni 641613ae8e SMB2: Correctly report server start time in SMB2_NEGOTIATE response 8 年之前
  Tal Aloni f693f7ff77 SMB2Command: Implemented signing in GetCommandChainBytes 8 年之前
  Tal Aloni 5d9fa0fb6e IndependentNTLMAuthenticationProvider: Set KeyExchange NTLM flag if client request it 8 年之前
  Tal Aloni 6bb9aa323b SMB2Header: Initalize Signature field on creation, added SignatureOffset constant 8 年之前
  Tal Aloni 832b791fcc IntegratedNTLMAuthenticationProvider: The correct SessionKey will now be returned instead of EncryptedRandomSessionKey 8 年之前
  Tal Aloni f1d65fedd2 IndependentNTLMAuthenticationProvider: Compute and store SessionKey 8 年之前
  Tal Aloni 1d756498f1 IndependentNTLMAuthenticationProvider: ChallengeMessage.NegotiateFlags are now properly set 8 年之前