summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/ntacls.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-240/+0
2013-01-07pysmbd: Change to keyword based argumentsAndrew Bartlett1-4/+4
2013-01-07scripting-ntacls: Optionally allow the service to be specified.Andrew Bartlett1-6/+6
2012-12-03s4:python/ntacl: add 'as_sddl' option to dsacl2fsacl()Stefan Metzmacher1-1/+4
2012-12-03s4:python/ntacl: allow string or objects for sd/sid in setntacl()Stefan Metzmacher1-3/+14
2012-11-14scripting ntacls: Do not place a SACL in the GPO filesystem ACLAndrew Bartlett1-1/+0
2012-11-06provision: Make dsacl2fsacl() take a security.dom_sid, not strAndrew Bartlett1-2/+1
2012-10-25python-ntacls: Cope with ACL revision 4Andrew Bartlett1-0/+2
2012-10-09samba-tool: skip chown in sysvolreset when it would fail on a GIDAndrew Bartlett1-2/+35
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-9/+9
2012-09-04s4-samba-tool: Ensure we also sync the SACL as well as the DACL during sysvol...Andrew Bartlett1-1/+1
2012-08-23s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snumAndrew Bartlett1-1/+1
2012-08-23s4-scripting: Redefine getntacl() as accessing via the smbd VFS or directlyAndrew Bartlett1-4/+9
2012-08-23s4-provision: set POSIX ACLs to for use with the smbd file server (s3fs)Andrew Bartlett1-31/+39
2012-04-19s4-python: Ensure we handle the no-eadb case for system xattrs in get/setntaclAndrew Bartlett1-0/+1
2012-04-18s4-python: Add python wrapper for xattr_tdb format xattr storageAndrew Bartlett1-13/+23
2012-03-13s4-python: Remove env from non-executable samba scripts.Andreas Schneider1-2/+0
2010-11-29s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell1-2/+2
2010-11-28s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij1-0/+3
2010-11-26s4-provision: fixed eadb automatic and manual setting in provisionAndrew Tridgell1-16/+15
2010-11-17s4-provision: don't test for xattrs if posix:eadb is setAndrew Tridgell1-0/+1
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-13s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij1-1/+1
2010-06-11s4-python: Fix formatting.Jelmer Vernooij1-8/+13
2010-04-08s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij1-8/+11
2010-04-08s4-python: More cleanups.Jelmer Vernooij1-7/+15
2010-03-01More formatting fixes, pointed out by pylint.Jelmer Vernooij1-5/+5
2010-03-01General cleanups of python code, hinted by pyflakes.Jelmer Vernooij1-116/+111
2010-02-24python: ntacls, fix a leftover that is not in the try/except branchMatthieu Patou1-1/+0
2010-01-21s4: utils recreate in python setntacl and getntaclMatthieu Patou1-5/+5
2010-01-21s4: update setntacl and getntacl to select the adaquate backend (fs/tdb) for ...Matthieu Patou1-0/+158