summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/dsacl.py
Commit message (Expand)AuthorAgeFilesLines
* samba-tool: rewrite dsacl.py to use the new sd_utils helpersStefan Metzmacher2023-03-221-73/+36
* samba-tool dsacl: Create common superclass for dsacl commandsChristian Merten2022-09-271-49/+20
* samba-tool dsacl: Create helper functions to remove code duplicationChristian Merten2022-09-271-75/+43
* samba-tool dsacl: Add subcommand to delete ACEsChristian Merten2022-09-271-0/+80
* python: use raw string for regex with escapeDouglas Bagnall2020-02-071-2/+2
* samba-tool dsacl: Mark old and new descriptor output correctlyAndrew Bartlett2019-02-211-4/+7
* Add command "samba-tool dsacl get" This code is very equal to "samba-tool dsa...Martin Krämer2019-02-211-0/+48
* Update dsacl.py - add_ace to handle/verify sddl parameter correctMartin Krämer2019-02-211-14/+17
* python: dsal: Fix possibility of identical ACE's being added.Martin Krämer2019-01-181-1/+1
* PEP8: more space before equalsDouglas Bagnall2018-08-241-1/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-1/+0
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-1/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-13/+13
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-2/+2
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-7/+7
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-3/+3
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+182