summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain/level.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-29samba-tool domain level: avoid using assertDouglas Bagnall1-4/+8
2023-08-30samba-tool: Remove useless returnJoseph Sutton1-1/+0
2023-08-28samba-tool: Allow LDB URL to be NoneJoseph Sutton1-1/+1
2023-06-21samba-tool: let 'domain level raise' call check_and_update_fl() in a transactionStefan Metzmacher1-2/+22
2023-06-21samba-tool: move some parts of 'domain level [show|raise]' in to subfunctionsStefan Metzmacher1-4/+17
2023-06-21samba-tool: move some parts of 'domain level [show|raise]' in to try/exceptStefan Metzmacher1-47/+50
2023-06-21samba-tool: let 'domain level raise --domain-level' use the correct crossRef dnStefan Metzmacher1-3/+8
2023-06-21samba-tool: check for invalid 'domain level' subcommands firstStefan Metzmacher1-2/+3
2023-06-21samba-tool: Fix missing import for "domain level raise --forest-level=2016"Andrew Bartlett1-1/+1
2023-05-16python: Move helper functions for functional levels into a new fileAndrew Bartlett1-5/+8
2023-03-31netcmd: domain: move level command to domain/level.pyRob van der Linde1-0/+206