summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain/models
AgeCommit message (Expand)AuthorFilesLines
2023-12-21netcmd: models: add object sid field to User modelRob van der Linde1-1/+2
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 model docstrings and exception textRob van der Linde1-5/+5
2023-11-15netcmd: silo member: rename model methods to grant and revokeRob van der Linde1-3/+3
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: model: User model str method returns username not cnRob van der Linde1-0/+4
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 Linde1-0/+6
2023-10-26netcmd: silo command uses more consistent naming for policy argsRob van der Linde1-3/+3
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-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 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 Linde1-0/+42
2023-06-25netcmd: domain: claims: move claim value type lookup by attribute to modelRob van der Linde1-0/+39
2023-06-25netcmd: domain: add models for ClassSchema and AttributeSchemaRob van der Linde2-0/+125
2023-06-25netcmd: move get_policy method from base class to the modelRob van der Linde1-0/+25
2023-06-25netcmd: add domain models and basic model layerRob van der Linde9-0/+1167