Commit History

Author SHA1 Message Date
  Tal Aloni cef7a6dc29 Moved SMBDialect to a separate class 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 07c4ecfd0c SMBServer v1.1.5 8 years ago
  Tal Aloni 8067925ea2 SMB2: Enable message signing if client request it 8 years ago
  Tal Aloni 3e4d40b7ad SMB2: Retrieve SessionKey from GSS mechanism and store it in SMB2Session 8 years ago
  Tal Aloni 641613ae8e SMB2: Correctly report server start time in SMB2_NEGOTIATE response 8 years ago
  Tal Aloni f693f7ff77 SMB2Command: Implemented signing in GetCommandChainBytes 8 years ago
  Tal Aloni 5d9fa0fb6e IndependentNTLMAuthenticationProvider: Set KeyExchange NTLM flag if client request it 8 years ago
  Tal Aloni 6bb9aa323b SMB2Header: Initalize Signature field on creation, added SignatureOffset constant 8 years ago
  Tal Aloni 832b791fcc IntegratedNTLMAuthenticationProvider: The correct SessionKey will now be returned instead of EncryptedRandomSessionKey 8 years ago
  Tal Aloni f1d65fedd2 IndependentNTLMAuthenticationProvider: Compute and store SessionKey 8 years ago
  Tal Aloni 1d756498f1 IndependentNTLMAuthenticationProvider: ChallengeMessage.NegotiateFlags are now properly set 8 years ago
  Tal Aloni 6325053243 Renamed 2 NTLM NegotiateFlags 8 years ago
  Tal Aloni 481f6d9278 Renamed SigningTests class to NTLMSigningTests 8 years ago
  Tal Aloni 104d18b81b SSPIHelper: Added GetUserName and GetSessionKey methods 8 years ago
  Tal Aloni d3c46361d2 Added SMB2 message signing tests 8 years ago
  Tal Aloni fdf403d424 NTLM: Added session key computation helper method and tests 8 years ago
  Tal Aloni 72a6ac2297 Renamed AuthenticationTests to NTLMAuthenticationTests 8 years ago
  Tal Aloni de6458ca5f Added RC4 encryption implementation 8 years ago
  Tal Aloni 18979ae15f IOCtlHelper: Pass FSCTL_VALIDATE_NEGOTIATE_INFO / FSCTL_QUERY_NETWORK_INTERFACE_INFO to the INTFileStore layer, set response FileId 8 years ago
  Tal Aloni 64702908d9 Workaround to prevent Windows 7 / 8 / 10 from sending ChangeNotify requests infinitely 8 years ago
  Tal Aloni c8b66a16c9 IntegratedNTLMAuthenticationProvider: Bugfix: IsGuest was not always set when the username did not exist 8 years ago
  Tal Aloni eaa8300e11 Pass FSCTL_PIPE_WAIT to the INTFileStore layer 8 years ago
  Tal Aloni 1d532ed758 SMB1: set SMB_CSC_NO_CACHING on IPC share 8 years ago
  Tal Aloni 4390f2e1a0 TreeConnectHelper: Improved code readability 8 years ago
  Tal Aloni 0ed07c27d4 Updated OptionalSupportFlags to include all flags 8 years ago
  Tal Aloni 0bcb921f84 Added additional NTStatus codes 8 years ago
  Tal Aloni f9b923772c SMB2Header: Added IsAsync and IsSigned properties 8 years ago