- Add getAttributes() method to SMBConnection and SMBProtocolFactory class - Add isReadOnly property to SharedFile class
1.1.9
=======================
- Add support for domains in smb:// URLs - Fix a bug which fails to test for the correct GSS security provider OID values
1.1.8
========================
- Fix a bug in storeFile() method when the destination file is not overwritten if it exists in SMB1 communication - Fix a SMB1 authentication problem when extended negotation is not carried out because the remote server has specified its support for extended security in the payload, instead of in the message flags2.
1.1.7
========================
- Improve listShares() function which can fail with the listing response is separated into multiple SMB packets for large number of shares. - Fix bug in python3 implementation where session connection can fail when remote server supports message signing.
1.1.6
========================
- Fix bug where the status of the SMB_COM_NEGOTIATE reply is not checked for error before allowing further processing.
1.1.5
=========================
- Adds support for Direct hosting of SMB over TCP/IP (TCP port: 445)