summaryrefslogtreecommitdiff
path: root/python/samba/ntacls.py
Commit message (Expand)AuthorAgeFilesLines
* pysmbd: add "session_info" arg tp py_smbd_create_file()Ralph Boehme2019-12-201-2/+2
* pysmbd: add "session_info" arg to py_smbd_mkdir()Ralph Boehme2019-12-201-2/+2
* pysmbd: make "session_info" arg to py_smbd_get_nt_acl() mandatoryRalph Boehme2019-12-201-8/+8
* pysmbd: make "session_info" arg to py_smbd_set_nt_acl() mandatoryRalph Boehme2019-12-201-8/+14
* Prevent samba-tool online backup crashDavid Mulder2019-08-171-5/+32
* python/ntacls: use correct "state directory" smb.conf option instead of "stat...Björn Baumbach2019-06-181-1/+3
* python/ntacls: we only need security.SEC_STD_READ_CONTROL in order to get the...Stefan Metzmacher2019-05-281-1/+1
* ntacls: Pass correct use_ntvfs through to setntacl()Tim Beale2019-01-171-1/+2
* s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale2019-01-091-1/+1
* python/ntacls: Convert ntacls to use s3 flagsTim Beale2019-01-071-6/+6
* python/ntacls: remove unused importsDouglas Bagnall2018-10-251-1/+0
* pysmbd: add option to pass a session info to set_nt_acl() functionBjörn Baumbach2018-10-111-2/+11
* PEP8: add spaces after operatorsDouglas Bagnall2018-08-241-1/+1
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-241-1/+3
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+2
* PEP8: fix E228: missing whitespace around modulo operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-5/+5
* PEP8: fix E115: expected an indented block (comment)Joe Guo2018-08-241-1/+1
* ntacls: add session_info arg to setntacl and pass down to set_nt_acl apiJoe Guo2018-07-121-4/+35
* ntacls: reuse predefined SECURITY_SECINFO_FLAGSJoe Guo2018-07-121-3/+3
* ntacls: add functions to backup and restore ntaclsJoe Guo2018-06-281-0/+327
* samba python libs: convert print func to be py2/py3 compatibleNoel Power2018-03-231-2/+3
* samba-tool: add command to dump dosinfo xattr from a fileRalph Boehme2015-09-291-0/+8
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+240