Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
drudge
/
node-smb2
Public
forked from
awo00/smb2
Notifications
You must be signed in to change notification settings
Fork
4
Star
5
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 21, 2025
fix: correct NTLMv2 hash per MS-NLMP specification
Show description for 6ba4d54
drudge
committed
6ba4d54
View commit details
Copy full SHA for 6ba4d54
Browse repository at this point
fix: correct NTLMv2 hash username casing per spec
Show description for bc7d6ee
drudge
committed
bc7d6ee
View commit details
Copy full SHA for bc7d6ee
Browse repository at this point
Commits on May 21, 2025
fix deprecated timeout type
awo00
committed
fcf2944
View commit details
Copy full SHA for fcf2944
Browse repository at this point
types issues
awo00
committed
6905096
View commit details
Copy full SHA for 6905096
Browse repository at this point
update version
awo00
committed
3e206df
View commit details
Copy full SHA for 3e206df
Browse repository at this point
Commits on May 20, 2025
Merge pull request #8 from mastodon0/patch-1
Show description for 8a7fb39
awo00
authored
8a7fb39
View commit details
Copy full SHA for 8a7fb39
Browse repository at this point
Commits on Feb 27, 2025
feat: add NTLM version selection and fix sharing violations
Show description for b3d8657
drudge
and
claude
committed
b3d8657
View commit details
Copy full SHA for b3d8657
Browse repository at this point
Commits on Feb 22, 2025
bump version
drudge
committed
c0a8239
View commit details
Copy full SHA for c0a8239
Browse repository at this point
fix: rename
drudge
committed
a1b0aa1
View commit details
Copy full SHA for a1b0aa1
Browse repository at this point
add support for ntlmv2
drudge
committed
e7e847e
View commit details
Copy full SHA for e7e847e
Browse repository at this point
Commits on Feb 17, 2025
fix: minimize rename permissions required
drudge
committed
ccd4de1
View commit details
Copy full SHA for ccd4de1
Browse repository at this point
fork repo
drudge
committed
446fd26
View commit details
Copy full SHA for 446fd26
Browse repository at this point
Commits on Feb 12, 2025
fix: use clientGuid on negotiation
mastodon0
authored
abe567f
View commit details
Copy full SHA for abe567f
Browse repository at this point
Commits on Aug 28, 2024
fix version
awo00
committed
19b491b
View commit details
Copy full SHA for 19b491b
Browse repository at this point
Commits on Mar 20, 2024
Merge pull request #7 from miguel-cagide/feature/file-read-write-streams
Show description for ab51182
awo00
authored
ab51182
View commit details
Copy full SHA for ab51182
Browse repository at this point
Commits on Jan 8, 2024
Update FileWriteStream.ts
Show description for c8ca9fa
miguel-cagide
authored
c8ca9fa
View commit details
Copy full SHA for c8ca9fa
Browse repository at this point
Update README.md
Show description for eeaff9e
miguel-cagide
authored
eeaff9e
View commit details
Copy full SHA for eeaff9e
Browse repository at this point
chore: revert to original package.json
miguel-cagide
committed
135ffd8
View commit details
Copy full SHA for 135ffd8
Browse repository at this point
Awo00 master (#10)
Show description for 4f7e507
miguel-cagide
and
awo00
authored
4f7e507
View commit details
Copy full SHA for 4f7e507
Browse repository at this point
fix: fixed subarray positions when chunk bigger than maxWriteChunkLength (#6)
miguel-cagide
authored
b948e2a
View commit details
Copy full SHA for b948e2a
Browse repository at this point
Commits on Jan 5, 2024
Merge branch 'master' of https://github.com/awo00/smb2
awo00
committed
cfd674f
View commit details
Copy full SHA for cfd674f
Browse repository at this point
version
awo00
committed
7ab7a79
View commit details
Copy full SHA for 7ab7a79
Browse repository at this point
Merge pull request #6 from awo00/prevent-throwing-on-disconnect
Show description for 765b635
awo00
authored
765b635
View commit details
Copy full SHA for 765b635
Browse repository at this point
stop emit error on close
awo00
committed
658b522
View commit details
Copy full SHA for 658b522
Browse repository at this point
Commits on Jan 4, 2024
chore: bump version (#5)
miguel-cagide
authored
bc0bcf7
View commit details
Copy full SHA for bc0bcf7
Browse repository at this point
chore: version bump (#4)
miguel-cagide
authored
40059f7
View commit details
Copy full SHA for 40059f7
Browse repository at this point
chore: version bump (#3)
miguel-cagide
authored
e92e58f
View commit details
Copy full SHA for e92e58f
Browse repository at this point
Fix/streams fixes (#2)
Show description for 6badb6b
miguel-cagide
authored
6badb6b
View commit details
Copy full SHA for 6badb6b
Browse repository at this point
Feature/stream read write (#1)
Show description for 0097871
miguel-cagide
and
Miguel Angel Cagide Fagin
authored
0097871
View commit details
Copy full SHA for 0097871
Browse repository at this point
Commits on Dec 21, 2023
add missing deps
awo00
committed
ed46861
View commit details
Copy full SHA for ed46861
Browse repository at this point
class type changes
awo00
committed
17fa590
View commit details
Copy full SHA for 17fa590
Browse repository at this point
fix type errors
awo00
committed
c498c2c
View commit details
Copy full SHA for c498c2c
Browse repository at this point
added types
awo00
committed
faaeb9d
View commit details
Copy full SHA for faaeb9d
Browse repository at this point
add build step
awo00
committed
e75d930
View commit details
Copy full SHA for e75d930
Browse repository at this point
update author
awo00
committed
5e6f91f
View commit details
Copy full SHA for 5e6f91f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.