summaryrefslogtreecommitdiff
path: root/python/samba/tests/blackbox
AgeCommit message (Expand)AuthorFilesLines
2025-07-10tests: Replace PREFIX_ABS with PREFIXPavel Filipenský1-1/+1
2025-06-05pytests: samba_dnsupdate --use-samba-tool versus existing recordsDouglas Bagnall1-0/+13
2024-07-17python:tests: Fix spelling in to test_samba_dnsupdate_no_changePavel Filipenský1-2/+2
2024-06-11selftest: Add a python blackbox test for some misc (widelink) DFS testsNoel Power1-0/+86
2024-05-22python:tests: Ignore case for group_name comparisonAndreas Schneider1-1/+2
2024-04-29python/samba/tests/blackbox: Add tests for Inherit-only flag propagationyuzu3671-0/+108
2024-04-16python:tests: Replace deprecated method assertRaisesRegexp()Jo Sutton1-1/+1
2024-04-09auth/credentials: Read managed_password.passwords.query_interval only after p...Andrew Bartlett1-1/+1
2024-04-09python/samba/tests: Fix gMSA blackbox test to expect failure to get password ...Andrew Bartlett1-4/+8
2024-04-08selftest: Add new test for testing non-chunk transfer encodingNoel Power1-1/+14
2024-04-08selftest: fix potential reference before assigned errorNoel Power2-2/+2
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-from-silo and groupRob van der Linde1-6/+6
2024-03-28netcmd: auth policy: remove old computer-allowed-to-authenticate-to-silo and ...Rob van der Linde1-6/+7
2024-03-27libcli/http: Handle http chunked transfer encodingNoel Power1-1/+1
2024-03-27tests: add test for chunked encoding with http cli libraryNoel Power1-0/+116
2024-03-27selftest: Add basic content-lenght http testsNoel Power1-0/+95
2024-03-20tests: gmsa blackbox testsRob van der Linde1-0/+202
2024-02-27python/tests: Add test for new krb5 keytab parserAndrew Bartlett1-0/+18
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness force-response'Stefan Metzmacher1-3/+164
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness force-unregi...Stefan Metzmacher1-0/+34
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness {client,shar...Stefan Metzmacher1-5/+212
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness list'Stefan Metzmacher1-0/+477
2024-01-26python/blackbox: add rpcd_witness_samba_only.py testStefan Metzmacher1-0/+459
2023-12-08python:tests: Remove leftover debugging messageJoseph Sutton1-2/+0
2023-12-08python:tests: Remove unnecessary f‐stringsJoseph Sutton1-4/+4
2023-11-30python: Correct Python2 super() calls that called the wrong classAndrew Bartlett1-1/+1
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde10-14/+14
2023-11-30python: get rid of pointless empty overridden methodsRob van der Linde3-9/+0
2023-11-29tests: claims blackbox: add device and server silo restrictions testRob van der Linde1-2/+124
2023-11-29python: tests: claims blackbox tests use ntstatus constantsRob van der Linde1-2/+3
2023-11-29tests: claims blackbox: use raw strings rather than escaping \Rob van der Linde1-5/+5
2023-11-29tests: claims: blackbox device testsRob van der Linde1-1/+167
2023-11-23Claims initial black box testsRob van der Linde1-0/+239
2023-11-20python:tests: Add ndrdump test for GMSA Managed Password blobsJoseph Sutton1-0/+24
2023-11-15python/samba/tests: Add smbcacl tests for save/restoreNoel Power1-0/+205
2023-10-17libcli/util: let win_errstr() fallback to hresult_errstr()Stefan Metzmacher1-1/+1
2023-10-13python:tests: Remove semicolonsJoseph Sutton1-15/+15
2023-08-21python:tests: Fix spellingJoseph Sutton4-4/+4
2023-07-28librpc/idl: Remove DCOM and WMI IDLAndrew Bartlett1-59/+0
2023-07-26mdssvc: reduce pagesize to 50Ralph Boehme1-1/+1
2023-07-21CVE-2023-34968: mdscli: return share relative pathsRalph Boehme1-6/+2
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider2-4/+4
2023-03-31selftest: Add test parsing krb5 PAC claims via ndrdumpAndrew Bartlett1-0/+39
2023-03-31librpc/ndr: Implement lzxpress_huffman() compression in libndr for Kerberos C...Andrew Bartlett1-1/+1
2023-03-31librpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS and renameAndrew Bartlett1-2/+2
2023-02-20python:tests: Tell dns.resolver to not read /etc/resolv.confAndreas Schneider1-1/+3
2022-12-23python:tests: Use system ldbsearch if we built against system libldbAndreas Schneider1-6/+10
2022-12-23python:tests: Use system ldbdump if we build with system ldbAndreas Schneider1-1/+5
2022-09-08pytest/samba_dnsupdate: fix using samba-tool functionDouglas Bagnall1-9/+11
2022-09-06pytest/downgradedatabase: use TestCaseInTempDir.rm_filesDouglas Bagnall1-8/+6