summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain
AgeCommit message (Expand)AuthorFilesLines
2023-10-27python: silos: add support for allowed to authenticate from silo shortcutRob van der Linde2-1/+66
2023-10-26netcmd: silo command uses more consistent naming for tgt argsRob van der Linde1-3/+3
2023-10-26netcmd: silo command uses more consistent naming for policy argsRob van der Linde2-47/+59
2023-10-26netcmd: silo command remove combined --policy which set all 3Rob van der Linde1-26/+6
2023-10-24netcmd: auth policy: add OptionGroup classes for user, service and computer o...Rob van der Linde1-116/+109
2023-10-24python: netcmd: make use of HostOptions for claims and sites commandsRob van der Linde5-80/+60
2023-10-24python: netcmd: make use of required flag on Option for claims commandsRob van der Linde5-69/+19
2023-09-29netcmd: auth: add new SDDL fields to create and modify auth policy commandsRob van der Linde1-4/+65
2023-09-29netcmd: models: add SDDL fields to AuthenticationPolicy modelRob van der Linde1-1/+12
2023-09-29netcmd: models: add SDDL model fieldRob van der Linde1-0/+31
2023-09-29netcmd: models: add FieldError subclass which stores the fieldRob van der Linde2-3/+15
2023-09-29netcmd: models: field to_db_value needs ldb paramRob van der Linde2-15/+23
2023-08-30samba-tool: Remove useless returnJoseph Sutton1-1/+0
2023-08-28samba-tool: Allow LDB URL to be NoneJoseph Sutton1-1/+1
2023-08-21python:netcmd: Add missing newlines to error messagesJoseph Sutton1-2/+2
2023-08-13python/samba/netcmd/domain/schemaupgrade.py: fix missing newlineMichael Tokarev1-1/+1
2023-07-19netcmd: add Subnet and Site modelsRob van der Linde3-0/+92
2023-06-26netcmd: domain: Fix typoJoseph Sutton1-1/+1
2023-06-25netcmd: domain: Fix typoJoseph Sutton1-1/+1
2023-06-25netcmd: domain: add error handling to domain claims commandsRob van der Linde2-15/+42
2023-06-25netcmd: domain: add error handling to domain auth commandsRob van der Linde3-32/+96
2023-06-25netcmd: domain: add model exceptions and error handlingRob van der Linde3-15/+88
2023-06-25netcmd: domain: model stores ldb message for saveRob van der Linde1-3/+9
2023-06-25netcmd: domain: silo member add and remove does not write whole listRob van der Linde2-22/+49
2023-06-25netcmd: domain: remove parse_guid and parse_text as they are no longer usedRob van der Linde1-15/+1
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 Linde2-34/+41
2023-06-25netcmd: domain: claims: make use of AttributeSchema and ClassSchema modelsRob van der Linde2-44/+10
2023-06-25netcmd: domain: add models for ClassSchema and AttributeSchemaRob van der Linde2-0/+125
2023-06-25netcmd: auth silos: remove base classRob van der Linde4-107/+72
2023-06-25netcmd: move get_policy method from base class to the modelRob van der Linde3-23/+71
2023-06-25netcmd: move method print_json to command base classRob van der Linde2-24/+0
2023-06-25netcmd: move ldb_connect method to base classRob van der Linde2-18/+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-06-25netcmd: domain: add authentication silo commandsRob van der Linde6-0/+1077
2023-06-25netcmd: add domain models and basic model layerRob van der Linde9-0/+1167
2023-06-23python:samba:netcmd: Fix code spellingAndreas Schneider4-6/+6
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-29samba-tool domain: Handle new NBT_SERVER_* flagsJoseph Sutton1-0/+2
2023-05-18samba-tool domain: Clean up codeJoseph Sutton1-2/+2
2023-05-18samba-tool domain: Remove unused variablesJoseph Sutton4-33/+24
2023-05-16samba-tool domain: Run in interactive mode if no args are suppliedJoseph Sutton1-1/+1
2023-05-16samba-tool domain: Remove unnecessary variableJoseph Sutton1-9/+9