Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.8.3
  • v1.8.2
  • v1.8.1
  • v1.8.0
  • v1.7.0
  • v1.6.2
  • v1.6.1
  • v1.6.0
  • v1.5.1
  • v1.5.0
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.1.0rc2
  • v1.1.0rc1
  • v1.0.1
  • v1.0.0
  • v1.0.0b1
  • v0.2.0
21 results

directory-management.py

Blame
    • Jordan Borean's avatar
      40161522
      Add smbclient for an easy high level API to manage SMB shares (#17) · 40161522
      Jordan Borean authored
      * Added higher level client API
      
      * Fixes after recent pull rebase
      
      * remove utils mention now we use conftest
      
      * Add default timeout to connection
      
      * try and reduce deadlocks in the msg queue processor
      
      * Fix deadlock issue and ensure tests are passing locally
      
      * Try and smooth out transport error handling
      
      * Fix up transport test after change
      
      * Dropped support for Python 3.4
      
      * Added the ability to register and close a session in the pool
      
      * Fix up test and typos
      
      * More typos and minor nit changes
      
      * Set Impersonation as the default Impersonation level
      
      * Fix up listdir and read for pipes
      
      * Add various shutil methods (#16)
      
      * Add various shutil methods
      
      * reworked rmtree, review comments addressed
      
      * renamed copy2 -> copy and copytree -> copytree_copy, copying stats removed
      
      * service side copy moved to _os
      
      * fix pep8 indentation
      
      * review comments in shutil addressed
      
      * Fix up exceptions that can have unicode chars
      
      * Use open_file for copyfile
      
      * Move copyfile to top of file and add more tests
      
      * Use set size for SRV_REQUEST_RESUMT_KEY response output
      
      * Expand shutil and added more tests
      
      * Attempt to get Appveyor working again
      
      * Hopefully the last Appveyor fixes to go in
      
      * Should be last fix for appveyor
      
      * Last Appveyor fixes
      
      * Simplify stat and add ads tests
      
      * Remove ordereddict requirement
      Add smbclient for an easy high level API to manage SMB shares (#17)
      Jordan Borean authored
      * Added higher level client API
      
      * Fixes after recent pull rebase
      
      * remove utils mention now we use conftest
      
      * Add default timeout to connection
      
      * try and reduce deadlocks in the msg queue processor
      
      * Fix deadlock issue and ensure tests are passing locally
      
      * Try and smooth out transport error handling
      
      * Fix up transport test after change
      
      * Dropped support for Python 3.4
      
      * Added the ability to register and close a session in the pool
      
      * Fix up test and typos
      
      * More typos and minor nit changes
      
      * Set Impersonation as the default Impersonation level
      
      * Fix up listdir and read for pipes
      
      * Add various shutil methods (#16)
      
      * Add various shutil methods
      
      * reworked rmtree, review comments addressed
      
      * renamed copy2 -> copy and copytree -> copytree_copy, copying stats removed
      
      * service side copy moved to _os
      
      * fix pep8 indentation
      
      * review comments in shutil addressed
      
      * Fix up exceptions that can have unicode chars
      
      * Use open_file for copyfile
      
      * Move copyfile to top of file and add more tests
      
      * Use set size for SRV_REQUEST_RESUMT_KEY response output
      
      * Expand shutil and added more tests
      
      * Attempt to get Appveyor working again
      
      * Hopefully the last Appveyor fixes to go in
      
      * Should be last fix for appveyor
      
      * Last Appveyor fixes
      
      * Simplify stat and add ads tests
      
      * Remove ordereddict requirement