summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain
AgeCommit message (Expand)AuthorFilesLines
2024-02-16netcmd: models: SDDLField parses to object instead of stringRob van der Linde1-16/+13
2024-02-08netcmd: models: mark some hidden fields on the base Model as readonlyRob van der Linde1-5/+5
2024-02-08netcmd: models: add new NtTimeField model fieldRob van der Linde1-0/+26
2024-02-08netcmd: models: model field DateTimeField returns datetime in UTCRob van der Linde1-4/+5
2024-02-08netcmd: models: move enum import to correct placeRob van der Linde1-2/+1
2024-02-08netcmd: models: fix build_expression on SIDField handles security.dom_sidRob van der Linde1-0/+5
2024-02-08netcmd: models: fix build_expression did not work with EnumFieldRob van der Linde1-0/+4
2024-02-08netcmd: models: fix BooleanField filtering didn't work on FALSE valueRob van der Linde1-0/+8
2024-02-08netcmd: models: move expression code to Field classRob van der Linde2-3/+7
2024-02-08netcmd: models: add AccountType enum to User modelRob van der Linde1-1/+3
2024-02-08netcmd: models: add AccountType IntFlag fieldRob van der Linde2-0/+42
2024-02-08netcmd: models: EnumField now also supports IntFlagRob van der Linde1-2/+2
2024-02-08netcmd: models: check for None in build_expression insteadRob van der Linde1-1/+1
2024-02-08netcmd: models: change import style to use bracketsRob van der Linde1-6/+7
2024-02-08netcmd: models: enums and constants also brought forwardRob van der Linde2-5/+6
2024-02-08netcmd: models: fix docstring was missing paramRob van der Linde1-1/+1
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