summaryrefslogtreecommitdiff
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* s3: cmd_vfs: cmd_set_nt_acl(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name...Jeremy Allison2022-04-111-9/+3
* s3: cmd_vfs: cmd_open(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) ...Jeremy Allison2022-04-111-6/+3
* s3: torture: Add 2 new tests SMB2-DEL-ON-CLOSE-NONWRITE-DELETE-NO, SMB2-DEL-O...Jeremy Allison2022-03-243-0/+254
* torture: Add a test to show that full_audit uses a ptr after freeVolker Lendecke2022-02-141-0/+85
* CVE-2021-44141: s3: torture: Change expected error return for samba3.smbtortu...Jeremy Allison2022-01-311-2/+2
* torture3: Align two integer typesVolker Lendecke2022-01-181-9/+7
* smbd: Replace SMB_VFS_CLOSE() calls with fd_close()Volker Lendecke2021-12-301-9/+10
* s3: smbtorture3: Fix POSIX-BLOCKING-LOCK to actually negotiate SMB1+POSIX bef...Jeremy Allison2021-12-111-0/+5
* s3:torture: Initialize pointer with NULLAndreas Schneider2021-12-111-1/+1
* s3: torture: Remove the wildcard unlink test code.Jeremy Allison2021-12-091-69/+0
* s3: torture: In run_smb1_wild_mangle_unlink_test() use a valid pathname for r...Jeremy Allison2021-12-091-1/+1
* s3: torture: In torture_mangle(), use torture_deltree() for setup and cleanup.Jeremy Allison2021-12-091-7/+2
* s3: torture: In test_mask(), use torture_deltree() for setup.Jeremy Allison2021-12-091-2/+1
* s3: torture: In run_streamerror(), use torture_deltree() for setup.Jeremy Allison2021-12-091-2/+1
* s3: torture: In torture_chkpath_test(), use torture_deltree() for setup and c...Jeremy Allison2021-12-091-6/+2
* s3: torture: In torture_casetable(), use torture_deltree() for setup and clea...Jeremy Allison2021-12-091-4/+2
* s3: torture: In torture_utable(), use torture_deltree() for setup.Jeremy Allison2021-12-091-1/+1
* s3: torture: In run_smb1_wild_mangle_rename_test() use torture_deltree() for ...Jeremy Allison2021-12-091-8/+2
* s3: torture: In run_smb1_wild_mangle_unlink_test() use torture_deltree() for ...Jeremy Allison2021-12-091-8/+2
* s3: torture: Add torture_deltree() for setup and teardown.Jeremy Allison2021-12-092-0/+128
* libsmb: Move cli_qfilename() to its only user in torture.cVolker Lendecke2021-11-111-0/+44
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-111-0/+1
* CVE-2020-25717: s3:torture: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* s3: smbtorture3: Add test for setting delete on close on a directory, then cr...Jeremy Allison2021-11-043-0/+141
* vfstest: don't ignore unknown optionsRalph Boehme2021-09-101-2/+10
* pdbtest: don't ignore unknown optionsRalph Boehme2021-09-101-1/+10
* torture: Remove rpc_open_tcp test programVolker Lendecke2021-08-242-119/+0
* s3-torture: give torture test binaries their own wscript_buildGünther Deschner2021-07-211-0/+136
* s3: tests: Add "SMB2-LIST-DIR-ASYNC" test.Jeremy Allison2021-07-153-0/+89
* s3:torture: replace PROTOCOL_SMB2_22 with PROTOCOL_SMB3_00Stefan Metzmacher2021-07-151-4/+4
* s3:lib: add samba_path_matching_regex_sub1_create()Stefan Metzmacher2021-07-013-0/+131
* s3:lib: add a new samba_path_matching* infrastructureStefan Metzmacher2021-07-011-4/+48
* s3:torture: add STR-MATCH-MSWILD test for is_in_path()Stefan Metzmacher2021-07-013-0/+111
* s3: torture: In cmd_getxattr(), SMB_VFS_GETXATTR() -> SMB_VFS_FGETXATTR().Jeremy Allison2021-06-251-4/+21
* s3: torture: Add POSIX-SYMLINK-SETPATHINFO regression test.Jeremy Allison2021-06-163-0/+199
* s3: torture: Add POSIX-SYMLINK-GETPATHINFO regression test.Jeremy Allison2021-06-153-0/+256
* s3: torture: cmd_get_nt_acl(), SMB_VFS_GET_NT_ACL_AT() -> SMB_VFS_FGET_NT_ACL()Jeremy Allison2021-06-091-2/+17
* s3: torture: Change cmd_sys_acl_blob_get_file() to be handle based.Jeremy Allison2021-06-091-5/+27
* s3: torture: cmd_sys_acl_get_file(), SMB_VFS_SYS_ACL_GET_FILE() -> SMB_VFS_SY...Jeremy Allison2021-06-091-2/+22
* VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power2021-06-091-1/+3
* s3: torture: Add regression test for renaming SMB1+POSIX symlinks, dangling a...Jeremy Allison2021-05-243-0/+139
* s3:torture: Migrate pdbtest to new cmdline option parserAndreas Schneider2021-05-201-6/+16
* s3:torture: Migrate vfstest to new cmdline option parserAndreas Schneider2021-05-201-8/+16
* s3: torture: Add test for bug 14708 - POSIX default ACL not mapped into retur...Jeremy Allison2021-05-193-0/+265
* s3: torture: cmd_sys_acl_delete_def_file: Move SMB_VFS_SYS_ACL_DELETE_DEF_FIL...Jeremy Allison2021-05-181-9/+29
* s3: torture: Add samba3.smbtorture_s3.plain.POSIX-SYMLINK-CHMODJeremy Allison2021-04-203-0/+142
* s3: torture: Change cmd_utime to use SMB_VFS_FNTIMES()Samuel Cabrero2021-04-191-1/+1
* s3/torture: Make cmd_chmod now use SMB_VFS_FCHMODNoel Power2021-04-111-6/+16
* s3: torture: Change cmd_removexattr to use SMB_VFS_FREMOVEXATTR().Jeremy Allison2021-04-071-8/+16
* s3: torture: Add an SMB1 POSIX specific test POSIX-SYMLINK-PARENT.Jeremy Allison2021-04-073-0/+183