summaryrefslogtreecommitdiff
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* smbd: use metadata_fsp() with SMB_VFS_FSET_NT_ACL()Ralph Boehme2022-08-231-2/+8
* smbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()Ralph Boehme2022-08-231-1/+1
* s3:g_lock: add some const to the shared array passed via g_lock_dump*()Stefan Metzmacher2022-08-231-6/+6
* vfs: change openat propotype to match linux openat2Volker Lendecke2022-08-061-33/+24
* s3: smbd: Convert cmd_utime() to use filename_convert_dirfsp().Jeremy Allison2022-08-021-6/+8
* s3:dbwrap_watch: allow callers of dbwrap_watched_watch_send/recv() to manage ...Stefan Metzmacher2022-07-261-6/+7
* VFS: NULL dirfsp for openat on stream opensVolker Lendecke2022-07-251-0/+2
* torture3: Fix an error check in torture_delete_fn()Volker Lendecke2022-07-251-1/+1
* Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke2022-04-281-0/+1
* torture: Disable vfs chain test dependant on SMB1David Mulder2022-04-072-2/+8
* torture: Create a base_fsp for a named stream in vfstestVolker Lendecke2022-04-011-0/+16
* torture: Introduce error labels for vfstest's cmd_open()Volker Lendecke2022-04-011-12/+14
* s3: cmd_vfs: cmd_set_nt_acl(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name...Jeremy Allison2022-03-241-9/+3
* s3: cmd_vfs: cmd_open(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) ...Jeremy Allison2022-03-241-6/+3
* s3: torture: Add 2 new tests SMB2-DEL-ON-CLOSE-NONWRITE-DELETE-NO, SMB2-DEL-O...Jeremy Allison2022-03-223-0/+254
* s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().Jeremy Allison2022-03-021-12/+12
* s3: torture: In cmd_vfs, Move two more uses of OpenDir() -> OpenDir_nstatus().Jeremy Allison2022-03-021-7/+18
* vfstest: Align two integer typesVolker Lendecke2022-02-111-2/+4
* torture: Add a test to show that full_audit uses a ptr after freeVolker Lendecke2022-02-101-0/+85
* CVE-2021-44141: s3: torture: Change expected error return for samba3.smbtortu...Jeremy Allison2022-01-311-2/+2
* s3/torture/pdbtest: fix always false conditionDouglas Bagnall2022-01-261-1/+1
* 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