Path to this page:
./
net/py-smb,
Experimental SMB/CIFS library written in Python
Branch: CURRENT,
Version: 1.2.6,
Package name: py38-smb-1.2.6,
Maintainer: ryoonpysmb is an experimental SMB/CIFS library written in Python. It
implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which
allows your Python application to access and transfer files to/from
SMB/CIFS shared folders like your Windows file sharing and Samba
folders.
Required to run:[
devel/py-setuptools] [
security/py-asn1] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: e54990a6056a87ba205c28efe6fd462c8354d00c
RMD160: 69f30e707521acc6f238c5b94e97194855f6d56b
Filesize: 1248.385 KB
Version history: (Expand)
- (2020-12-09) Updated to version: py38-smb-1.2.6
- (2020-10-21) Updated to version: py37-smb-1.2.5
- (2020-10-12) Updated to version: py37-smb-1.2.4
- (2020-09-10) Updated to version: py37-smb-1.2.2
- (2020-06-20) Updated to version: py37-smb-1.2.1
- (2019-12-11) Updated to version: py37-smb-1.1.28
CVS history: (Expand)
2020-12-09 13:38:32 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-smb: updated to 1.2.6
pysmb-1.2.6, 9 Dec 2020
=======================
- Fix bug in SMB1 store file implmentation which generates SMB_COM_WRITE_ANDX
packets larger than the allowed max buffer size
|
2020-10-21 14:08:16 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-smb: updated to 1.2.5
pysmb-1.2.5
- Fix bug in filename encoding which leads to failure for file retrieval and \
upload operations
- Improve resetFileAttributes() method in SMBConnection class to allow the
new attribute to be specified in the reset operation
|
2020-10-12 13:58:49 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-smb: updated to 1.2.4
pysmb-1.2.4
- Remove dependency on pycrypto as it is no longer under active maintenance
pysmb-1.2.3
- Fix bug in session key generation during session negotiation
- Fix bug in SMB message signing which leads to operation failures with Samba \
services.
|
2020-09-10 11:21:37 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-smb: updated to 1.2.2
pysmb-1.2.2
- Improve SMB URL handlers to support specifying server's machine name and IP
address.
- Improvements to documentation on SMB URLs
|
2020-06-20 18:16:13 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-smb: updated to 1.2.1
pysmb-1.2.1
- Fix bug in deleteFiles() method which can fail for certain search patterns.
pysmb-1.2.0
- Add new parameter, delete_matching_folders, to deleteFiles() method to
support deletion of child folders that match the search pattern.
pysmb-1.1.29
- Fix unhandled exception for short NBNS queries
- Fix wildcard file deletion with servers on SMB2 protocol
|
2019-12-11 11:38:05 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-smb: updated to 1.1.28
pysmb-1.1.28:
- SharedFile instances returned from the listPath() method now has a new
file_id attribute which represents the file reference number given by the SMB \
server.
|
2019-01-08 20:12:49 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-smb: updated to 1.1.27
1.1.27:
Remove support for SMB-2.1 dialect which could be causing compatibility issues \
with Windows 2008 R2.
|
2019-01-07 10:13:13 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-smb: updated to 1.1.26
Version 1.1.26:
Prevents OperationError from being raised when listPath() operation does not \
return any matching file results.
SMBConnection is now a context manager
|