summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/dsacl.py
AgeCommit message (Expand)AuthorFilesLines
2012-03-13s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider1-2/+0
2012-02-07Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij1-1/+6
2011-10-14samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij1-1/+1
2011-10-13samba-tool: Use self.outf in a few more places.Jelmer Vernooij1-2/+2
2011-09-09samba-tool: Fixed "dsacl" command syntaxGiampaolo Lauria1-1/+1
2011-09-09samba-tool: Added "dsacl" commandGiampaolo Lauria1-3/+5
2011-07-28samba-tool: add -H or --URL where necessaryGiampaolo Lauria1-4/+4
2011-07-21samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria1-6/+1
2011-02-10s4-tools: Added --sddl option, which allows the user to add an ACE to an obje...Nadezhda Ivanova1-4/+8
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-04-08s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij1-1/+1
2010-04-08s4-python: Simplify code, improve formatting.Jelmer Vernooij1-7/+14
2010-04-08s4-net: Simplify SamDB connect code.Jelmer Vernooij1-7/+3
2010-04-03s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij1-9/+10
2010-03-16Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova1-0/+174