14
0
Commit Graph

5 Commits

Author SHA256 Message Date
Tomáš Chvátal
7da2ffd675 Accepting request 752660 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/752660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=10
2019-12-02 07:40:31 +00:00
Tomáš Chvátal
5984add100 Accepting request 732010 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/732010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=7
2019-09-20 09:56:00 +00:00
Tomáš Chvátal
476e0b0961 Accepting request 662560 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/662560
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=5
2019-01-03 06:46:51 +00:00
50eea1e3f1 Accepting request 662055 from home:mnhauke
- 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.

OBS-URL: https://build.opensuse.org/request/show/662055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=3
2018-12-30 09:35:54 +00:00
c6637ec761 Accepting request 633777 from home:mnhauke
Initial package for python-smbprotocol

OBS-URL: https://build.opensuse.org/request/show/633777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=1
2018-09-07 21:40:44 +00:00