summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain/claim
AgeCommit message (Expand)AuthorFilesLines
2024-04-08python: lint: fix pylint R1720 unnecessary "raise" after "else"Rob van der Linde1-2/+2
2024-04-08python: lint: remove unused imports in claims and gmsa commandsRob van der Linde1-1/+1
2024-03-20python: pep8: fix import sorting after moveRob van der Linde2-3/+3
2024-03-20python: move models out of the netcmd packageRob van der Linde2-5/+4
2024-03-01netcmd: models: Create ClaimType in the model layer insteadRob van der Linde1-27/+3
2024-03-01netcmd: claims: tidy up, avoid setting enabled twiceRob van der Linde1-8/+8
2024-03-01netcmd: models: rename lookup methods to find for consistencyRob van der Linde1-5/+4
2024-03-01netcmd: silos: silo and auth policy commands use Query class betterRob van der Linde2-12/+10
2024-03-01netcmd: silos: silo and auth policy commands use printRob van der Linde2-8/+7
2024-02-29samba-tool domain claim: use secrets module for tokenDouglas Bagnall1-4/+2
2024-02-16netcmd: models: stop using LookupError exception and change it to NotFoundRob van der Linde1-2/+2
2023-10-24python: netcmd: make use of HostOptions for claims and sites commandsRob van der Linde2-28/+21
2023-10-24python: netcmd: make use of required flag on Option for claims commandsRob van der Linde2-23/+6
2023-06-25netcmd: domain: add error handling to domain claims commandsRob van der Linde2-15/+42
2023-06-25netcmd: domain: claims: base class is no longer requiredRob van der Linde3-70/+34
2023-06-25netcmd: domain: claims: move claim value type lookup by attribute to modelRob van der Linde1-34/+2
2023-06-25netcmd: domain: claims: make use of AttributeSchema and ClassSchema modelsRob van der Linde2-44/+10
2023-06-25netcmd: move method print_json to command base classRob van der Linde1-12/+0
2023-06-25netcmd: move ldb_connect method to base classRob van der Linde1-9/+0
2023-06-25netcmd: domain: claims: use consistent naming for optionsRob van der Linde2-32/+29
2023-06-25netcmd: domain: claim commands use the model layerRob van der Linde3-239/+93
2023-06-25netcmd: domain: fix claims constant name was wrong should be claim type CNRob van der Linde1-3/+3
2023-03-31netcmd: add claim sub-commands to samba-tool domainRob van der Linde4-0/+770