Skip to content

Releases: miketeo/pysmb

pysmb 1.2.9.1

03 Jan 13:08
Compare
Choose a tag to compare

Users have reported issues with installing 1.2.9 from PyPI. 1.2.9.1 was released to fix this issue.

pysmb 1.2.9

25 Dec 13:13
f9a9958
Compare
Choose a tag to compare
  • Add support for tqdm progress display (#205)
  • Fix bug where timeout parameter was not passed to socket.createConnection() (#202)

pysmb 1.2.8

12 Jun 07:28
Compare
Choose a tag to compare
  • Fix issue with listPath based on recommendation in #195
  • Fix embedded MD4 algorithm (#198)
  • Add SMB UTF-16 surrogate exception workaround policy (#186, #187)

pysmb 1.2.7

30 May 07:06
Compare
Choose a tag to compare
  • Fix compatibility issues on file retrievals with Likewise servers (#177)
  • Improve SMBConnection's connect() method to remove the need to provide sock_family
    parameter for IPv6 addresses in Python 3.x (#180)

pysmb 1.2.6

09 Dec 06:50
Compare
Choose a tag to compare

Fix bug in SMB1 store file implmentation which generates SMB_COM_WRITE_ANDX packets larger than the allowed max buffer size (#175)

pysmb 1.2.5

18 Oct 10:19
Compare
Choose a tag to compare
  • Fix bug in filename encoding which leads to failure for file retrieval and upload operations (#170 #171).
  • Improve resetFileAttributes() method in SMBConnection class to allow the new attribute to be specified in the reset operation (#172).

pysmb 1.2.4

06 Oct 11:26
Compare
Choose a tag to compare

Remove dependency on pycrypto (#167)

pysmb 1.2.3

06 Oct 06:08
Compare
Choose a tag to compare
  • Fix bug in session key generation during session negotiation (#166)
  • Fix bug in SMB message signing which leads to operation failures with Samba services.

pysmb 1.2.2

05 Sep 06:36
Compare
Choose a tag to compare
  • Improve SMB URL handlers to support specifying server's machine name and IP address. (#162)
  • Improvements to documentation on SMB URLs (#160)

pysmb 1.2.1

17 May 12:27
Compare
Choose a tag to compare

Fix bug in deleteFiles() method which can fail for certain search patterns.