summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2024-06-06python:netcmd: Only put regular files into the tarballAndreas Schneider1-1/+1
2024-05-22samba-tool: let 'samba-tool domain exportkeytab' take an --only-current-keys ...Stefan Metzmacher1-2/+7
2024-04-23s4:ldap_server: add support for tls channel bindingsStefan Metzmacher1-0/+10
2024-04-10samba-tool domain backup: Use new ldb.disconnect() method to force-close file...Andrew Bartlett1-0/+2
2024-04-09python: Use OpenPolicyFallback() in trust.pyAndreas Schneider1-28/+84
2024-04-09python:samba: Rename trust_utils.py to lsa_utils.pyAndreas Schneider1-1/+1
2024-04-08netcmd: fix broken shell command missing ModelRob van der Linde1-1/+0
2024-04-08python: lint: fix pylint R1720 unnecessary "raise" after "else"Rob van der Linde3-6/+6
2024-04-08python: lint: remove unused imports in claims and gmsa commandsRob van der Linde4-7/+4
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-from-silo and...Rob van der Linde1-57/+0
2024-03-28netcmd: auth policy: add service-allowed-to-authenticate-from subcommandsRob van der Linde2-0/+128
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-from-silo and groupRob van der Linde1-42/+0
2024-03-28netcmd: auth policy: add user-allowed-to-authenticate-from subcommandsRob van der Linde2-0/+128
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-to-silo and g...Rob van der Linde1-42/+0
2024-03-28netcmd: auth policy: add service-allowed-to-authenticate-to subcommandsRob van der Linde2-0/+128
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-to-silo and groupRob van der Linde1-42/+0
2024-03-28netcmd: auth policy: add user-allowed-to-authenticate-to subcommandsRob van der Linde2-0/+130
2024-03-28netcmd: auth policy: remove old computer-allowed-to-authenticate-to-silo and ...Rob van der Linde1-42/+0
2024-03-28netcmd: auth policy: add computer-allowed-to-authenticate-to subcommandsRob van der Linde2-0/+130
2024-03-28netcmd: auth policy: extract policy base commands into policy.pyRob van der Linde2-648/+679
2024-03-28netcmd: auth policy: turn policy.py into moduleRob van der Linde1-0/+0
2024-03-28netcmd: auth silo: extract silo base commands into silo.pyRob van der Linde2-363/+393
2024-03-28netcmd: auth silo: move silo_member.py into silo moduleRob van der Linde2-1/+1
2024-03-28netcmd: auth silo: turn silo.py into moduleRob van der Linde1-0/+0
2024-03-28netcmd: gmsa: improve descriptions of --dns-host-name and match docsRob van der Linde1-2/+2
2024-03-28python: domain: models: MODELS lookup does need to include base Model for she...Rob van der Linde1-0/+1
2024-03-20python: fix json encoder should handle ExceptionRob van der Linde1-1/+1
2024-03-20python: pep8: fix import sorting after moveRob van der Linde11-24/+18
2024-03-20python: move models out of the netcmd packageRob van der Linde30-2448/+26
2024-03-20netcmd: gmsa: show viewers also works if SID is not foundRob van der Linde1-4/+5
2024-03-20netcmd: gmsa: add and remove don't fetch trustee if it is a SIDRob van der Linde1-10/+10
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-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-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-12samba-tool: add "samba-tool user list --locked-only"Jule Anger1-1/+12
2024-03-04samba-tool: tidy up uncaught insufficient rights LdbErrorDouglas Bagnall1-1/+4
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 Linde3-18/+18