summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain
AgeCommit message (Expand)AuthorFilesLines
2023-12-21netcmd: models: add object sid field to User modelRob van der Linde1-1/+2
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-16/+16
2023-11-27samba-tool: Improve help messages for "samba-tool domain auth policy"Andrew Bartlett1-17/+19
2023-11-27netcmd: auth: set better metavar that matches the docsRob van der Linde2-21/+42
2023-11-22netcmd: auth policy: add allowed-to-authenticate-from-device-group attributesRob van der Linde1-0/+36
2023-11-22netcmd: auth policy: fix missing 'by' in help stringRob van der Linde1-2/+2
2023-11-22netcmd: auth policy: add allowed-to-authenticate-to-by-group attributesRob van der Linde1-1/+56
2023-11-22netcmd: auth policy: rename "from silo" to "from device silo"Rob van der Linde1-23/+23
2023-11-22netcmd: auth policy: add allowed to authenticate to by silo attributesRob van der Linde1-0/+66
2023-11-22netcmd: models: add a Group modelRob van der Linde2-0/+43
2023-11-22netcmd: models: make systemFlags and systemOnly fields readonlyRob van der Linde3-5/+5
2023-11-22netcmd: models: ensure that backlinks are always readonlyRob van der Linde2-2/+7
2023-11-22netcmd: models: add readonly attribute on fields to exclude it from saveRob van der Linde2-3/+6
2023-11-22netcmd: models: get_base_dn returns default rather than be abstractRob van der Linde1-2/+1
2023-11-22netcmd: models: add SIDField fieldRob van der Linde1-0/+25
2023-11-22netcmd: models: use correct SDDL for authentication silosRob van der Linde1-2/+2
2023-11-15netcmd: silo member: update docstrings comments and print statements for gran...Rob van der Linde1-6/+6
2023-11-15netcmd: silo member: update command line options help text for grant + revokeRob van der Linde1-2/+2
2023-11-15netcmd: silo member: rename add and remove commands to grant and revokeRob van der Linde1-5/+5
2023-11-15netcmd: silo member: update model docstrings and exception textRob van der Linde1-5/+5
2023-11-15netcmd: silo member: rename model methods to grant and revokeRob van der Linde2-5/+5
2023-11-15netcmd: silo member: rename exceptions to grant and revokeRob van der Linde2-5/+5
2023-11-15netcmd: models: fix incorrect return type should not be UserRob van der Linde1-1/+1
2023-11-15netcmd: models: Model.query method makes use of Query classRob van der Linde1-25/+5
2023-11-15netcmd: models: add Query class to replace simple generatorRob van der Linde1-0/+81
2023-11-15netcmd: silo member: Make output consistent with user commandRob van der Linde1-3/+17
2023-11-15netcmd: model: User model str method returns username not cnRob van der Linde1-0/+4
2023-11-15netcmd: silo member uses consistent output with other commandsRob van der Linde1-4/+4
2023-11-15netcmd: silo member add and remove should not set assigned_siloRob van der Linde1-10/+2
2023-11-15netcmd: silo member: make use of User.find functionRob van der Linde1-15/+2
2023-11-15netcmd: model: add a find method to User model to avoid repeating codeRob van der Linde1-0/+15
2023-11-15netcmd: model: add missing assigned_policy field on User modelRob van der Linde1-0/+1
2023-11-09netcmd: Disallow device‐specific attributes and operators for allowed‐to...Joseph Sutton1-2/+2
2023-11-09netcmd: Add ‘allow_device_in_sddl’ parameter to SDDLField()Joseph Sutton1-3/+19
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