summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2025-02-17python:lsa_utils: Don't use optional arguments for OpenPolicyFallback()Andreas Schneider4-5/+9
2025-02-14pytests: test pysmbd with relative path names via samba-tool ntaclBjörn Baumbach1-0/+61
2025-02-14pytests: test pysmbd with non-existent fileBjörn Baumbach1-0/+19
2025-02-14python:tests/krb5: only expect compressed claims if the compression reduces t...Stefan Metzmacher1-9/+27
2025-02-14python:tests: add ClaimsTransformationTests to security.pyStefan Metzmacher1-2/+462
2025-02-13pytest: add ndr packing tests for security descriptorsDouglas Bagnall1-0/+623
2025-02-08security.idl: change ORGANISATION into ORGANIZATIONStefan Metzmacher1-1/+1
2025-02-08python:tests: let lsa_utils.py use valid netbios namesStefan Metzmacher1-2/+2
2025-02-08samba-tool contact: remove useless versionopts referencesDouglas Bagnall1-14/+1
2025-02-08py:get_opts:VersionOptions prints version in --helpDouglas Bagnall1-2/+2
2025-02-08samba-tool: --version shortcircuits option evaluationDouglas Bagnall1-2/+5
2025-02-08samba-tool: all subcommands know --versionDouglas Bagnall2-7/+33
2025-02-08samba-tool: do not complain of no sub-command with '-V'Douglas Bagnall1-1/+2
2025-02-08pytest: samba-tool --version testsDouglas Bagnall1-0/+31
2025-02-04provision: always use a large transaction index cacheDouglas Bagnall1-6/+3
2025-02-04netcmd: Increase the transaction_index_cache_size to 200k for schemaupgradeAndréas Leroux1-1/+5
2025-01-29python:tests/dcerpc/lsa: add tests for invalid LookupSids2 combinationsStefan Metzmacher1-2/+224
2025-01-24s3/mdssvc: add option "elasticsearch:force_substring_search = yes | no" (defa...Ralph Boehme1-0/+34
2025-01-23samba-tool user disable: add new --remove-supplemental-groups optionBjörn Baumbach3-14/+193
2025-01-23samba-tool user disable: make sure that filter matches only one userBjörn Baumbach1-0/+11
2025-01-23samba-tool user disable: rename filter variable to search_filterBjörn Baumbach1-7/+10
2025-01-23samba-tool user disable: set proper --filter option descriptionBjörn Baumbach1-1/+3
2025-01-23samba-tool group removemembers: avoid python backtrace on errorBjörn Baumbach1-1/+1
2025-01-23python/samdb: no need to set member_base_dn multiple timesBjörn Baumbach1-3/+3
2025-01-23python/samdb: fix group member removal by SIDBjörn Baumbach1-4/+28
2025-01-23python/samdb: fix check which checks if user is already member of groupBjörn Baumbach1-1/+1
2025-01-23python/samdb: rename filter variable to search_filterBjörn Baumbach1-2/+2
2025-01-23python/samdb: add missing function parameter descriptionBjörn Baumbach1-0/+3
2025-01-23python/samdb: fix attribute name in parameter descriptionBjörn Baumbach1-6/+6
2025-01-15python:tests/krb5: let netlogon.py check for NETLOGON_NTLMV2_ENABLEDStefan Metzmacher1-0/+22
2025-01-13python:tests: let s3_net_join.py avoid kerberos_state=DONT_USE_KERBEROSStefan Metzmacher1-2/+1
2025-01-13python:tests: let auth_log.py also test --option=clientusekrb5netlogon=yesStefan Metzmacher1-0/+97
2025-01-13python:tests: let auth_log.py explicitly use --option=clientusekrb5netlogon=noStefan Metzmacher1-12/+99
2025-01-13python:tests: let auth_log.py use self.assertIn(received, [4, 5]Stefan Metzmacher1-22/+11
2025-01-08python:tests/krb5: let netlogon.py test referral ticket for SEC_CHAN_DNS_DOMAINStefan Metzmacher1-2/+21
2025-01-08python:tests/krb5: allow get_service_ticket to accept a trust referral ticket...Stefan Metzmacher1-0/+2
2025-01-08python:tests/krb5: allow tickets without a kvnoStefan Metzmacher1-1/+5
2025-01-08python:tests/krb5: let netlogon.py export changed passwords to keytabStefan Metzmacher1-0/+14
2025-01-08python:tests/krb5: add domain trust tests to netlogon.pyStefan Metzmacher1-26/+176
2025-01-08python:tests/krb5: add a create_trust() helper function to test trusted domainsStefan Metzmacher1-2/+292
2025-01-08python:tests/krb5: allow exporting a keytab file of the accounts used by the ...Stefan Metzmacher2-1/+197
2025-01-08python:tests/krb5: add KerberosCredentials.[g|s]et_trust_{incoming,outgoing,a...Stefan Metzmacher1-0/+25
2025-01-08python:tests/krb5: let netlogon.py run the tests also as rodcStefan Metzmacher1-1/+14
2025-01-08python:tests/krb5: allow netlogon.py tests to work against a KDC with claims ...Stefan Metzmacher1-4/+8
2025-01-08python:tests/krb5: allow get_mock_rodc_krbtgt_creds(preserve=False) to create...Stefan Metzmacher2-19/+89
2025-01-08python:tests/krb5: fix etypes_to_test values in RawKerberosTestStefan Metzmacher1-2/+2
2025-01-07tests: test SMB3 POSIX append-IO behaviourRalph Boehme1-0/+46
2025-01-07tests: add a test for copy-chunk on a POSIX handleRalph Boehme1-0/+33
2025-01-07tests: use libsmb.unix_mode_to_wire() in smb3unix.pyRalph Boehme1-10/+19
2025-01-07tests: use clean_file() from our superclass in smb3unix.pyRalph Boehme1-14/+6