summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/ntacl.py
AgeCommit message (Expand)AuthorFilesLines
2013-01-08samba-tool Add --service argument to samba-tool ntacl get/setAndrew Bartlett1-6/+10
2012-10-09samba-tool: Some more unifications...Karolin Seeger1-1/+1
2012-10-08samba-tool: Unify usage messages.Karolin Seeger1-4/+4
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-10/+8
2012-09-20Correct command help messageDaniele Dario1-1/+1
2012-09-05samba_tool: Improve samba-tool ntacl get/set to use the local sam.ldb SIDAndrew Bartlett1-19/+53
2012-09-05samba_tool: Fix ntacl get to correctly output in sddlAndrew Bartlett1-3/+3
2012-09-04s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett1-2/+2
2012-08-23s4-samba-tool: Add samba-tool ntacl sysvolcheck commandAndrew Bartlett1-0/+34
2012-08-23s4-samba-tool: Add 'samba-tool ntacl sysvolreset' toolAndrew Bartlett1-1/+73
2012-03-13s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider1-2/+0
2012-02-25ntacl: There is no 'secrets database' configuration option.Jelmer Vernooij1-1/+1
2012-02-07Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij1-1/+12
2011-10-14samba-tool: Add test to make sure all commands have a synopsis set.Jelmer Vernooij1-0/+1
2011-10-14samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij1-2/+2
2011-10-14creds: Remove unnecessary calls to credopts.get_credentials.Jelmer Vernooij1-2/+0
2011-10-13samba-tool: Use self.outf in a few more places.Jelmer Vernooij1-3/+1
2011-09-09samba-tool: Fixed "ntacl" subcommands syntaxGiampaolo Lauria1-2/+2
2011-09-09samba-tool: Added "ntacl" commandGiampaolo Lauria1-5/+9
2011-07-21samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria1-12/+1
2010-11-29s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell1-3/+2
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-04-08s4-python: More cleanups.Jelmer Vernooij1-1/+2
2010-03-16Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova1-1/+1
2010-03-01ntacl: Use existing infrastructure.Jelmer Vernooij1-26/+26
2010-02-11python-s4: use secrets.ldb instead of sam.ldb for reading domain SIDMatthieu Patou1-2/+2
2010-01-21s4: utils recreate in python setntacl and getntaclMatthieu Patou1-0/+119