summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain
AgeCommit message (Expand)AuthorFilesLines
2025-05-26samba-tool: Fix code spellingJennifer Sutton1-1/+1
2025-05-26python: Fix logging callJennifer Sutton1-1/+1
2025-03-29samba-tool backup restore: cope with no sysvolDouglas Bagnall1-2/+5
2025-03-26samba-tool domain backup: add --no-sysvol optionThomas Karlsson1-9/+13
2025-02-17python:lsa_utils: Fix fallback to OpenPolicy2Stefan Metzmacher1-50/+42
2025-02-17python:lsa_utils: Don't use optional arguments for OpenPolicyFallback()Andreas Schneider1-0/+1
2025-02-04netcmd: Increase the transaction_index_cache_size to 200k for schemaupgradeAndréas Leroux1-1/+5
2024-12-10samba-tool/backup: set the right permissions on our root dirBjörn Jacke1-0/+2
2024-11-06samba-tool:: s/the the\b/the/ in docstringDouglas Bagnall1-1/+1
2024-10-04netcmd:domain:policy: Fix missing conversion from tgt_lifetime minutes to 10^...Andréas Leroux1-6/+12
2024-08-04python:netcmd: Explicitly delete samdb variablesJo Sutton1-2/+2
2024-06-12samba-tool domain trust: avoid useless use of string_to_byte_arrayDouglas Bagnall1-4/+4
2024-06-06python:netcmd: Create a SHA256SUM file with checksumsAndreas Schneider1-0/+25
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-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-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 Linde2-3/+2
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-20python: pep8: fix import sorting after moveRob van der Linde5-10/+9
2024-03-20python: move models out of the netcmd packageRob van der Linde24-2434/+13
2024-03-20netcmd: gmsa: add_trustee and remove_trustee change argument to sidRob van der Linde1-5/+8
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-14samba-tool domain exportkeytab: Add support for -H to point to a different sa...Andrew Bartlett1-2/+10
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 Linde2-16/+16