summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/delegation.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-16netcmd: delegation: don't use assert but raise CommandErrorRob van der Linde1-7/+14
2024-02-16netcmd: delegation: initial value not required because of raise belowRob van der Linde1-1/+0
2024-02-16netcmd: delegation: move line down where it gets usedRob van der Linde1-1/+1
2024-02-16netcmd: delegation: pep8 fix blank linesRob van der Linde1-1/+0
2023-10-25python: Remove unnecessary f‐stringsJoseph Sutton1-2/+2
2022-03-28samba-tool: Check specified domain and realm against our ownJoseph Sutton1-10/+14
2022-03-28samba-tool delegation: Clarify msDS-AllowedToDelegateTo delegation command do...Joseph Sutton1-2/+2
2022-03-28samba-tool delegation: Add commands to add/remove principals for RBCDJoseph Sutton1-1/+275
2022-03-28samba-tool delegation show: Display information for RBCDJoseph Sutton1-2/+22
2022-03-28samba-tool delegation: Add function to display security descriptor for RBCDJoseph Sutton1-0/+77
2018-08-24PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo1-5/+5
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-11/+11
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-11/+11
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-4/+4
2013-09-23s4-openldap: Added an -H option to delegation scriptNadezhda Ivanova1-11/+63
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+263