summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2023-01-10tests/krb5: Use Python bindings for LZ77+Huffman compressionJoseph Sutton2-132/+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-12-23python:tests: Use system ldbsearch if we build with system libldbAndreas Schneider1-1/+4
2022-12-22lib/compression: add simple python bindingsDouglas Bagnall1-0/+212
2022-12-21gp: Ensure rsop is tested for every CSEDavid Mulder1-4/+101
2022-12-21gp: Enable gpupdate output when testingDavid Mulder1-0/+1
2022-12-21gp: Ensure policy changes don't leave files behindDavid Mulder1-3/+30
2022-12-21gp: Test that files are re-created if manually removedDavid Mulder1-2/+12
2022-12-21gp: Modify Chromium CSE to use new files applierDavid Mulder1-2101/+17
2022-12-21gp: Modify Machine Scripts CSE to use new files applierDavid Mulder1-0/+1
2022-12-20tests: add a Python test for case insensitive accessRalph Boehme1-0/+52
2022-12-15tests: Show that in smb1 posix we don't treat dirs as case sensitiveVolker Lendecke1-0/+52
2022-12-13CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...Stefan Metzmacher22-73/+82
2022-12-13CVE-2022-37966 param: let "kdc default domain supportedenctypes = 0" mean the...Stefan Metzmacher2-1/+7
2022-12-13CVE-2022-37966 python:tests/krb5: test much more etype combinationsStefan Metzmacher1-14/+139
2022-12-13CVE-2022-37966 python:tests/krb5: add better PADATA_SUPPORTED_ETYPES assert m...Stefan Metzmacher1-2/+2
2022-12-13CVE-2022-37966 python:tests/krb5: add 'force_nt4_hash' for account creation o...Stefan Metzmacher1-6/+32
2022-12-13CVE-2022-37966 python:tests/krb5: ignore empty supplementalCredentials attrib...Stefan Metzmacher1-0/+2
2022-12-13CVE-2022-37966 python:tests/krb5: allow ticket/supported_etypes to be passed ...Stefan Metzmacher1-3/+8
2022-12-13CVE-2022-37966 python:tests/krb5: fix some tests running against Windows 2022Stefan Metzmacher3-7/+39
2022-12-13CVE-2022-37966 selftest: Run S4U tests against FL2003 DCJoseph Sutton1-4/+57
2022-12-13CVE-2022-37966 selftest: Add tests for Kerberos session key behaviour since E...Joseph Sutton7-134/+429
2022-12-13CVE-2022-37966 tests/krb5: Test different preauth etypes with Protected Users...Joseph Sutton1-9/+38
2022-12-13CVE-2022-37967 Add new PAC checksumJoseph Sutton6-17/+215
2022-12-13CVE-2022-37966 tests/krb5: Add a test requesting tickets with various encrypt...Joseph Sutton3-0/+363
2022-12-13CVE-2022-37966 tests/krb5: Add 'etypes' parameter to _tgs_req()Joseph Sutton1-1/+3
2022-12-13CVE-2022-37966 tests/krb5: Split out _tgs_req() into base classJoseph Sutton1-131/+133
2022-12-13CVE-2022-37966 selftest: Allow krb5 tests to run against an IP by using the t...Andrew Bartlett1-1/+2
2022-12-06CVE-2022-44640 selftest: Exclude Heimdal fuzz-inputs from source_chars testAndrew Bartlett1-0/+1
2022-12-05tests: Test error codes for SET_REPARSE_POINTVolker Lendecke1-0/+21
2022-12-05tests: Try setting a 0-sized reparse pointVolker Lendecke1-0/+7
2022-12-05tests: Ignore symlink trusts flags in symlink error returnsVolker Lendecke1-1/+7
2022-12-05tests: Fix use of self.assertRaises()Volker Lendecke2-24/+37
2022-12-05tests: Show that we can write to a reparse point fileVolker Lendecke1-0/+28
2022-12-05tests: Show that a directory with a reparse point can't be populatedVolker Lendecke1-3/+15
2022-12-05tests: IO_REPARSE_TAG_NOT_HANDLED is acceptable for unlinkVolker Lendecke1-0/+1
2022-12-01lib/compression: script to test 3 byte hashDouglas Bagnall1-0/+1
2022-12-01test/source_chars: ignore testdata/compressionDouglas Bagnall1-0/+1
2022-11-29s3: Test that store_smb2_posix_info hides info for '..'David Mulder1-1/+25
2022-11-29tests/s3: Test file/dir permissions with SMB3 posixDavid Mulder1-0/+56
2022-11-29tests/s3: Test case sensitive open with SMB3 posixDavid Mulder1-0/+37
2022-11-29tests/s3: Test delete on close with SMB3 posixDavid Mulder1-0/+22
2022-11-29tests/s3: Test reserved chars in posix filenameDavid Mulder1-0/+29
2022-11-29tests/s3: Test SMB2_FIND_POSIX_INFORMATION dir queryDavid Mulder1-0/+48
2022-11-22tests: Start testing smb2 symlink error returnsVolker Lendecke1-0/+166
2022-11-22tests: Start testing reparsepointsVolker Lendecke1-0/+167
2022-11-22tests: Fix an incorrect commentVolker Lendecke1-1/+1
2022-11-22libsmb: Add "DOMAIN" to authentication credsVolker Lendecke1-0/+1
2022-11-21gp: Test PAM Access with DENY_ALLDavid Mulder1-2/+5