Releases: drudge/node-smb2
Releases · drudge/node-smb2
Release list
v1.3.5
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.