summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2023-12-21python/netcmd: Improve documentation for "samba-tool user getpassword"Andrew Bartlett1-1/+1
2023-12-21python/netcmd: Add "samba-tool user get-kerberos-ticket" to get a ticket for ...Andrew Bartlett4-3/+153
2023-12-21samba-tool: document that -H can be used with gMSA accountsRob van der Linde1-2/+9
2023-12-21samba-tool: fix some grammar in getpassword docstringsRob van der Linde1-5/+5
2023-12-21samba-tool: Make samba-tool user getpassword support a ';previous=1' optionAndrew Bartlett1-11/+32
2023-12-21samba-tool user getpassword: Prepare to support a ;previous=1 option, change ...Andrew Bartlett1-1/+1
2023-12-21samba-tool: Add support for getting the generated unicodePwd for a gMSA accountAndrew Bartlett1-0/+10
2023-12-21netcmd: user: samba-tool support to allow non-windows use of GMSA accounts (s...Rob van der Linde1-3/+13
2023-12-21samba-tool user getpassword: Use UTF16_MUNGED charcnv to map "UTF16" to UTF8Andrew Bartlett2-10/+11
2023-12-21samba-tool: Prepare to allow samba-tool user getpasswords to operate against ...Andrew Bartlett3-29/+32
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