summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2023-12-21netcmd: models: add object sid field to User modelRob van der Linde1-1/+2
2023-12-21netcmd: getpassword: print OK message on stderrRob van der Linde1-1/+1
2023-12-15netcmd: add shell commandRob van der Linde2-0/+75
2023-12-15python: use python3 style super statementsRob van der Linde2-3/+2
2023-12-15netcmd: getpassword: get rid of pointless overridden constructorsRob van der Linde2-4/+0
2023-12-15python: pep257: docstring should use double quotesRob van der Linde6-42/+42
2023-12-14python: Remove unused parameter ‘netlogon’Joseph Sutton1-2/+1
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-22netcmd: fix typo in groups and computer commandsRob van der Linde2-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: add auth silo and policy sub-commands to samba-tool userRob van der Linde4-0/+396
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-15netcmd: user: PEP8 E303 E305: fix too many or too little blank linesRob van der Linde2-2/+1
2023-11-15netcmd: user: PEP8 E225: missing whitespace around operatorRob van der Linde1-1/+1
2023-11-15netcmd: user: PEP8 E221: fix multiple spaces before operatorRob van der Linde2-35/+35
2023-11-15netcmd: user: PEP8 E127: fix hanging indent not lining upRob van der Linde3-7/+7
2023-11-15netcmd: user: PEP8 E502: backslash is redundant between bracketsRob van der Linde1-1/+1
2023-11-15netcmd: user: PEP8 E117: code is overindentedRob van der Linde2-14/+14
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-11-01samba-tool: try to present diagnostics for SDDL errors.Douglas Bagnall1-0/+28
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