summaryrefslogtreecommitdiff
path: root/python/samba/ntacls.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-17ntacls: Pass correct use_ntvfs through to setntacl()Tim Beale1-1/+2
2019-01-09s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale1-1/+1
2019-01-07python/ntacls: Convert ntacls to use s3 flagsTim Beale1-6/+6
2018-10-25python/ntacls: remove unused importsDouglas Bagnall1-1/+0
2018-10-11pysmbd: add option to pass a session info to set_nt_acl() functionBjörn Baumbach1-2/+11
2018-08-24PEP8: add spaces after operatorsDouglas Bagnall1-1/+1
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+3
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-08-24PEP8: fix E228: missing whitespace around modulo operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-5/+5
2018-08-24PEP8: fix E115: expected an indented block (comment)Joe Guo1-1/+1
2018-07-12ntacls: add session_info arg to setntacl and pass down to set_nt_acl apiJoe Guo1-4/+35
2018-07-12ntacls: reuse predefined SECURITY_SECINFO_FLAGSJoe Guo1-3/+3
2018-06-28ntacls: add functions to backup and restore ntaclsJoe Guo1-0/+327
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power1-2/+3
2015-09-29samba-tool: add command to dump dosinfo xattr from a fileRalph Boehme1-0/+8
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+240