summaryrefslogtreecommitdiff
path: root/python/samba/ntacls.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-2/+0
2021-03-24netcmd: Fix opening SamDB database for offline backupJoseph Sutton1-4/+1
2020-12-17python/ntacls.py: add SMBHelper.set_acl() helper functionBjörn Baumbach1-0/+14
2020-12-17python/ntacls.py: let SMBHelper.get_acl() use the default values of self.smb_...Stefan Metzmacher1-9/+5
2019-12-20pysmbd: add "session_info" arg tp py_smbd_create_file()Ralph Boehme1-2/+2
2019-12-20pysmbd: add "session_info" arg to py_smbd_mkdir()Ralph Boehme1-2/+2
2019-12-20pysmbd: make "session_info" arg to py_smbd_get_nt_acl() mandatoryRalph Boehme1-8/+8
2019-12-20pysmbd: make "session_info" arg to py_smbd_set_nt_acl() mandatoryRalph Boehme1-8/+14
2019-08-17Prevent samba-tool online backup crashDavid Mulder1-5/+32
2019-06-18python/ntacls: use correct "state directory" smb.conf option instead of "stat...Björn Baumbach1-1/+3
2019-05-28python/ntacls: we only need security.SEC_STD_READ_CONTROL in order to get the...Stefan Metzmacher1-1/+1
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