What's Changed
- Fix Impacket logoff session id check by @jborean93 in #291
- Update session id logic by @jborean93 in #293
- Add
smbclient.liststreams
to enumerate ADS streams by @mon in #294 - Add some type annotations, most notably to
smbclient.open_file
by @mon in #295 - Add Python 3.13 support and prepare for release by @jborean93 in #299
1.15.0 - 2024-11-12
- Update session id lookup logic to comply with MS-SMB2 spec
- Remove connection from global connection cache even if failing to close it
- Added smbclient.liststreams as a way to list the Alternate Data Streams in a file/directory
- Added official support for Python 3.13
New Contributors
Full Changelog: v1.14.0...v1.15.0