hamano / pysmbc

libsmbclient binding for Python
http://pypi.python.org/pypi/pysmbc
GNU General Public License v2.0
28 stars 27 forks source link

Added utility to parse and compare the xattrs along with test cases to verify setxattr() #62

Closed parthsompura closed 1 year ago

parthsompura commented 1 year ago

PR related to the issue #61

anagda3 commented 1 year ago

ACE mask should be passed as integer instead of hexadecimal: Bug-14303

mkhandhar commented 1 year ago

Added the test cases for the same, which was basically marked with @skipTests previously. Also tested those, which are working fine with the local setup.

hamano commented 1 year ago

released 1.0.24 Thanks.