summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2024-03-20netcmd: gmsa: add_trustee and remove_trustee change argument to sidRob van der Linde2-7/+10
2024-03-20netcmd: gmsa: fix typo if trustee is not foundRob van der Linde1-2/+2
2024-03-20netcmd: gmsa: create should allow custom SDDLRob van der Linde1-1/+6
2024-03-20netcmd: models: improve Computer constructor adding "$" handlingRob van der Linde1-8/+29
2024-03-20netcmd: models: allow scope to be overridden in queryRob van der Linde1-2/+4
2024-03-20netcmd: models: add User.get_sid_for_principal helperRob van der Linde1-0/+17
2024-03-20netcmd: models: User.find also tries object_sidRob van der Linde1-3/+7
2024-03-20python: samdb: Make connecting_user_sid a propertyRob van der Linde2-1/+4
2024-03-20python: samdb: Move get_connecting_user_sid to samdbRob van der Linde2-2/+6
2024-03-14selftest: Add tests of samba-tool domain export-keytab --keep-stale-entries b...Andrew Bartlett1-0/+201
2024-03-14selftest: Add tests for "samba-tool domain exportkeytab" with existing files"Andrew Bartlett1-8/+75
2024-03-14samba-tool domain exportkeytab: Raise a proper CommandErrorAndrew Bartlett1-6/+9
2024-03-14samba-tool: Add option --keep-stale-entries to "samba-tool domain exportkeytab"Andrew Bartlett1-2/+7
2024-03-14python/tests: Add test that gMSA keytab export works and matches direct keyta...Andrew Bartlett1-4/+123
2024-03-14auth/credentials: Make cli_credentials_get_aes256_key into generic key accessAndrew Bartlett1-1/+1
2024-03-14auth/credentials: Use salt on credentials object for Creds.get_aes256_key()Andrew Bartlett1-1/+2
2024-03-14samba-tool domain exportkeytab: Add support for -H to point to a different sa...Andrew Bartlett1-2/+10
2024-03-14python: Explain strange enable_net_export_keytab() behaviour is no longer due...Andrew Bartlett1-2/+2
2024-03-12selftest: add tests for "samba-tool user list --locked-only"Jule Anger1-0/+25
2024-03-12samba-tool: add "samba-tool user list --locked-only"Jule Anger1-1/+12
2024-03-05dsdb: Remove calls to ldb.set_opaque_integer()Andrew Bartlett2-10/+10
2024-03-05python/samba/provision: Ensure KDS root key is usable as soon as provision is...Andrew Bartlett1-1/+11
2024-03-05selftest: Assert that the provision KDS root key is already valid for useAndrew Bartlett1-2/+12
2024-03-04pytest:samba-tool domain kds root-key: test with normal userDouglas Bagnall1-0/+105
2024-03-04samba-tool: tidy up uncaught insufficient rights LdbErrorDouglas Bagnall1-1/+4
2024-03-03pyldb: Remove unused and broken Python access to LDB module APIAndrew Bartlett1-4/+0
2024-03-01netcmd: models: Create ClaimType in the model layer insteadRob van der Linde2-27/+51
2024-03-01netcmd: models: ClaimType: move all dunder methods to the top for consistencyRob van der Linde1-3/+3
2024-03-01netcmd: claims: tidy up, avoid setting enabled twiceRob van der Linde1-8/+8
2024-03-01netcmd: models: rename lookup methods to find for consistencyRob van der Linde5-16/+12
2024-03-01netcmd: models: Rename username to account_name for consistencyRob van der Linde9-56/+56
2024-03-01netcmd: models: Add optional base_dn argument to Model.query methodRob van der Linde1-2/+4
2024-03-01netcmd: models: Add Person and OrganizationalPersonRob van der Linde3-5/+44
2024-03-01netcmd: models: Add a repr method to Query for help in the shellRob van der Linde1-0/+4
2024-03-01netcmd: models: Rename method to Query._from_message for consistencyRob van der Linde1-6/+6
2024-03-01netcmd: models: Model.from_message should be internalRob van der Linde2-4/+4
2024-03-01netcmd: silos: silo and auth policy commands use Query class betterRob van der Linde4-24/+18
2024-03-01netcmd: silos: silo and auth policy commands use printRob van der Linde4-16/+15
2024-03-01netcmd: models: move remove trustee code to the GMSA modelRob van der Linde2-6/+13
2024-03-01netcmd: models: move add trustee code to the GMSA modelRob van der Linde2-12/+20
2024-03-01netcmd: tests: add tests for service-account commandsRob van der Linde1-0/+333
2024-03-01netcmd: gmsa: cli commands for managing group msa membershipRob van der Linde2-0/+233
2024-03-01netcmd: gmsa: base cli commands for group managed service accountsRob van der Linde3-0/+261
2024-03-01python: models: Computer constructor automatically adds "$" to account nameRob van der Linde2-2/+41
2024-03-01selftest: aces: fix mutable default args in assemble_aceRob van der Linde1-1/+4
2024-03-01selftest: aces: use constant from samba.securityRob van der Linde1-1/+1
2024-03-01python: sd_utils: pep8 import sortingRob van der Linde1-6/+4
2024-03-01python: sd_utils: remove redundant brackets around simple assert statementsRob van der Linde1-3/+3
2024-03-01python: sd_utils: pep8 fix spacing aroundRob van der Linde1-16/+16
2024-03-01netcmd: properly show command name in show helpRob van der Linde1-1/+1