summaryrefslogtreecommitdiff
path: root/python/samba/tests/smb3unix.py
AgeCommit message (Expand)AuthorFilesLines
2025-07-10tests: Rename local variable: prefix_abs -> prefixPavel Filipenský1-2/+2
2025-07-10tests: Replace PREFIX_ABS with PREFIXPavel Filipenský1-1/+1
2025-07-07tests: expand SMB3 POSIX test for Windows illegal characters behaviourRalph Boehme1-2/+19
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
2024-11-27tests: move wire_mode_to_unix() to libsmb.pyRalph Boehme1-7/+0
2024-11-19tests: Use unix_mode_to_wire() in smb3unix testsVolker Lendecke1-2/+8
2024-10-14tests: add test for cli_get_posix_fs_infoJule Anger1-0/+20
2024-09-26pylibsmb: Fix a typoVolker Lendecke1-1/+1
2024-09-26tests: Check that we return the posix type in query_directoryVolker Lendecke1-3/+14
2024-09-26tests: Check that posix extensions return the file typeVolker Lendecke1-1/+13
2024-09-26idl: Rename smb3_posix_cc_info.posix_perms to posix_modeVolker Lendecke1-2/+2
2024-05-14smbd: Test reparse tag in smb3_posix_cc_infoVolker Lendecke1-0/+41
2024-05-14python/tests: Fix nlink test in smb3unix on btrfs filesystemPavel Filipenský1-4/+14
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde1-2/+2
2023-11-13CI/smb3unix: add test_delete_on_closeRalph Boehme1-0/+65
2023-11-05CI: smb3unix.py: check more attributes of test files (and dirs) in test_posix...Ralph Boehme1-5/+27
2023-10-31CI: smb3unix.py: check basic CreateContexts responseRalph Boehme1-0/+59
2023-10-31libsmb: infer posix context from info_levelRalph Boehme1-4/+3
2023-10-31CI: smb3unix.py: use libsmb.SMB2_FIND_POSIX_INFORMATIONRalph Boehme1-2/+2
2023-09-21conf: Remove "smb3 unix extensions" parameterVolker Lendecke1-172/+81
2023-01-26python:tests: Avoid exceptions in cleanup code if a test fails in smb3unix.pyAndreas Schneider1-5/+7
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-10-27tests: Use samba.tests.libsmb.LibsmbTests in smb3unix.pyVolker Lendecke1-26/+10
2022-09-02tests: Test basic handling of SMB2_CREATE_TAG_POSIXVolker Lendecke1-0/+59
2022-09-02tests: Test invalid smb3 unix negotiate contextsVolker Lendecke1-1/+34
2022-09-02tests: Add smb3 posix negotiate testsVolker Lendecke1-0/+70