summaryrefslogtreecommitdiff
path: root/python/samba/tests/reparsepoints.py
AgeCommit message (Expand)AuthorFilesLines
2024-11-27tests: test POSIX file type on reparse pointRalph Boehme1-0/+28
2024-11-27tests: check reparse tag and POSIX file type from query-file with POSIX infol...Ralph Boehme1-3/+11
2024-11-27tests: fix test teardown/cleanup of test_create_reparse_directory()Ralph Boehme1-1/+5
2024-11-27tests: prepare reparsepoints.py for using POSIX on the SMB2 connectionRalph Boehme1-1/+5
2024-11-22tests: Reparse point dirs are shown as REPARSE_POINT|DIRECTORYVolker Lendecke1-0/+9
2024-11-22tests: Reparse point files are shown as FILE_ATTRIBUTE_REPARSE_POINTVolker Lendecke1-0/+4
2024-07-12tests: Sockets should be shown as NFS reparse pointsVolker Lendecke1-0/+4
2024-07-12tests: Factor out do_test_nfs_reparseVolker Lendecke1-5/+8
2024-07-12tests: FIFOs should be shown as NFS reparse pointsVolker Lendecke1-0/+37
2024-06-04tests: Check that query_directory lists the reparse tagVolker Lendecke1-0/+20
2024-05-14tests: get TAG_INFORMATIONVolker Lendecke1-0/+24
2024-05-06tests: Test FSCTL_DELETE_REPARSE_POINTVolker Lendecke1-0/+63
2024-05-06tests: Expected failures in reparse point tests should not be errorsVolker Lendecke1-4/+18
2024-05-06tests: Clean up behind ourselves in test_create_reparseVolker Lendecke1-1/+3
2024-05-06tests: Codify IO_REPARSE_TAG_MISMATCH behaviourVolker Lendecke1-2/+8
2024-05-06tests: Clarify a reparse point testVolker Lendecke1-0/+1
2024-05-06selftest: Default to "tmp" share in reparsepoints.pyVolker Lendecke1-1/+3
2023-10-13python:tests: Remove semicolonsJoseph Sutton1-5/+5
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: Fix use of self.assertRaises()Volker Lendecke1-4/+9
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-11-22tests: Start testing reparsepointsVolker Lendecke1-0/+167