Skip to content

Releases: drudge/node-smb2

Release list

v1.3.5

Choose a tag to compare

@drudge drudge released this 21 Oct 21:51

Fixed

  • Critical NTLMv2 authentication bug: Fixed domain casing in NTLMv2 hash calculation per MS-NLMP specification
    • Username is now correctly uppercased, domain keeps original case
    • Resolves authentication failures with Windows SMB shares (error codes 3221225485 and 3221225581)
    • Verified against Microsoft test vectors

Merged from Upstream (awo00/smb2)

  • Fixed deprecated timeout types
  • Fixed TypeScript type issues
  • Added clientGuid negotiation improvements

Notes

This release fixes the "Logon Failure" errors reported in drudge/n8n-nodes-smb2#2

The implementation is now fully compliant with the Microsoft MS-NLMP specification.

v1.2.0

Choose a tag to compare

@drudge drudge released this 18 Feb 00:44
  • Improve rename permissions