summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/dsacl.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-182/+0
* samba-tool: Some more unifications...Karolin Seeger2012-10-091-1/+1
* samba-tool: Unify usage messages.Karolin Seeger2012-10-081-1/+1
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-2/+0
* Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij2012-02-071-1/+6
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-141-1/+1
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-131-2/+2
* samba-tool: Fixed "dsacl" command syntaxGiampaolo Lauria2011-09-091-1/+1
* samba-tool: Added "dsacl" commandGiampaolo Lauria2011-09-091-3/+5
* samba-tool: add -H or --URL where necessaryGiampaolo Lauria2011-07-281-4/+4
* samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria2011-07-211-6/+1
* s4-tools: Added --sddl option, which allows the user to add an ACE to an obje...Nadezhda Ivanova2011-02-101-4/+8
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij2010-04-081-1/+1
* s4-python: Simplify code, improve formatting.Jelmer Vernooij2010-04-081-7/+14
* s4-net: Simplify SamDB connect code.Jelmer Vernooij2010-04-081-7/+3
* s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij2010-04-031-9/+10
* Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova2010-03-161-0/+174