Skip to content

Initial SMB Python bindings changes

Tim Beale requested to merge catalyst-samba/samba:tim-pysmb-1 into master

This is the first set of patches to rework the SMB Python bindings. Basically they are:

  • Metze's patches to rework the s3 bindings to handle non-multithreaded, SMBv2 connections.
  • Extending the existing (s4) SMB Python bindings tests to cover more.

The next step is to port the s4 APIs into the s3 Python bindings. The WIP branch for this is catalyst-samba:tim-pysmb-2. I've added most of the s4 APIs that the tests use. I still need to add deltree() and generally clean the patches up a bit.

Edited by Tim Beale

Merge request reports