Package Release Info

python-smbprotocol-1.0.1-bp153.1.19

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-smbprotocol
python3-smbprotocol

Change Logs

Version: 1.0.1-bp152.1.13
* Wed Dec 11 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 1.0.1
  * Fix issue when reading a large file that exceeds 65KB and
    raises STATUS_END_OF_FILE.
  * Fix issue where listdir, scandir, walk would only enumerate a
    subset of entries in a directories with lots of sub files/
    folders
* Sat Nov 30 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 1.0.0
  * Dropped support for Python 2.6 and Python 3.4
  * Added the smbclient package that provides a higher level API
    for interactive with SMB servers
  * Deprecated smbprotocol.query_info in favour of
    smbprotocol.file_info, query_info will be removed in the next
    major release
  * Add automatic symlink resolver when a symlink is in the path
    being opened
  * Fix issue when trying to connect to host with IPv6 address
  * Fix response parsing for SMB2 Create Response Lease V1 and V2
  * Added the ability to set the Oplock level when opening a file
  * Revamped the socket listener and message processor to run in a
    separate thread for faster message resolving
  * Added the FileSystemWatcher in change_notify.py to provider a
    way to watch for changes on the SMB filesystem
  * Added the .cancel() method onto a Request to cancel an SMB
    request on the server
* Thu Sep 19 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 0.2.0
  * Fix issue where timeout was not being applied to the new
    connection
  * Fix various deprecated regex escape patterns
  * Simplified the fallback NTLM context object
Version: 0.1.1-bp151.1.2
* Thu Jan 03 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
* Sat Dec 29 2018 mardnh@gmx.de
- Update to version 0.1.1
  * Fix initial negotiate message not setting connection timeout
    value.
  * Fix endless loop when running a compound message that failed.
* Thu Sep 06 2018 mardnh@gmx.de
- Initial package, version 0.1.0