Interact with a server using the SMB 2/3 Protocol

Edit Package python-smbprotocol
https://github.com/jborean93/smbprotocol

SMBv2 and v3 Client for both Python 2 and 3.
This library implements the SMBv2 and SMBv3 protocol.

Features
--------
- Negotiation of the SMB 2.0.2 protocol to SMB 3.1.1 (Windows 10/Server
2016)
- Authentication with both NTLM and Kerberos
- Message signing
- Message encryption (SMB 3.x.x+)
- Connect to a Tree/Share
- Opening of files, pipes and directories
- Set create contexts when opening files
- Read and writing of files and pipes
- Sending IOCTL commands
- Sending of multiple messages in one packet (compounding)

Refresh
Refresh
Source Files
Filename Size Changed
python-smbprotocol-1.8.2.tar.gz 0000187408 183 KB
python-smbprotocol.changes 0000010091 9.85 KB
python-smbprotocol.spec 0000002513 2.45 KB
Revision 25 (latest revision is 43)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 928862 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 25)
- Update to version 1.8.2
  * Add missing FileAttributes enum values
  * Set messages with FileAttributes to be non-strict allowing
    unknown values in the future to be parsed without an error

- Update to version 1.8.1
  * Raises ObjectPathNotFound if a DFS referral is required but
    not referrals are available (#149)

- Update to version 1.8.0
  * Added support for 256bit keyed encryption ciphers
  * Added support for signing with AES GCM
  * Now sends the SMB2_NETNAME_NEGOTIATE_CONTEXT_ID with the
    negotiate request
  * Adds the Python requirement of pykrb5 for Kerberos support on
    non-Windows
  * Fix unpacking security descriptor ACEs with extra data on the
    end
  * Set index_number in FileInternalInformation to be an unsigned
    integer to match the other structures
  * Clear out expired DFS referrals to avoid memory leaks and
    stale DFS information
- Update to version 1.7.0
  * Improve connection health checks to reduce the occurances of
    an infinite deadlock
  * Added more exception error classes
  * Added create_action to the Open object that describes how the
    file was opened
  * Added follow_symlinks option to SMBDirEntry.from_path to
    control whether the entry.
Comments 0
openSUSE Build Service is sponsored by