summaryrefslogtreecommitdiff
path: root/source4/torture/basic/delete.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-14s4:torture:basic: Fix code spellingAndreas Schneider1-1/+1
2023-01-04torture: Fix whitespaceVolker Lendecke1-267/+267
2022-02-17source4/torture: Avoid unused variableMartin Schwenke1-1/+1
2020-01-30s4:torture: Skip the deltest20 as user rootAndreas Schneider1-0/+4
2018-08-10s4/torture: Add new test for DELETE_ON_CLOSE on non-empty directoriesAnoop C S1-0/+87
2018-03-29s4: torture: Test all combinations of directory open with existing directory ...Jeremy Allison1-0/+66
2018-03-29s4: torture: Test all combinations of directory create to ensure behavior is ...Jeremy Allison1-0/+65
2018-03-29s4: torture: Test all combinations of file open with existing file to ensure ...Jeremy Allison1-0/+68
2018-03-29s4: torture: Test all combinations of file create to ensure behavior is the s...Jeremy Allison1-24/+33
2018-03-29s4: torture: Ensure a failed file create doesn't create the file.Jeremy Allison1-0/+27
2018-02-03selftest: run deltest20 against s3 as wellRalph Boehme1-4/+0
2017-07-28Add a test for unsetting Delete-on-Close before the close by DoC opener.Richard Sharpe1-0/+56
2017-07-28Fix incorrect error messages:unsetting not setting.Richard Sharpe1-2/+2
2017-05-05s4: torture: Add a TALLOC_CTX * to torture_test_delete().Jeremy Allison1-2/+2
2016-05-13s4:torture:basic:delete: fix O3 error unused result of asprintfMichael Adam1-2/+5
2012-08-17s4:torture:basic: add more delete test - variants of deltest16 and deltest17Michael Adam1-0/+622
2012-08-09s4:torture:basic: check the return status of the last open in deltest16Michael Adam1-0/+2
2012-08-09s4:torture:basic: fix a message typo in the delete17 testMichael Adam1-1/+1
2012-08-09s4:torture:basic: fix abundance of spaces in deltest6Michael Adam1-3/+4
2012-08-09s4:torture:basic:delete: fix 4 vs 8 spc tab formatting in check_delete_on_clo...Michael Adam1-4/+4
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-2/+1
2011-03-19source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-2/+1
2010-09-16s3/s4: merge msleep and smb_msleepBjörn Jacke1-1/+1
2009-12-07s4/torture: add delete-on-close test for directoriesAravind Srinivasan1-0/+63
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2008-12-09s4: [2/3] Fix a delete on close divergence from windows and the associated to...Tim Prouty1-5/+18
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-4/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-86/+86
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23104: Add comment explaining the new test.Jeremy Allison1-1/+7
2007-10-10r23103: Add a torture test for the insane semantics Steve's cifsfs clientJeremy Allison1-0/+104
2007-10-10r23099: New interesting delete on close tests :-).Jeremy Allison1-1/+62
2007-10-10r23029: fixed formattingAndrew Tridgell1-3/+3
2007-10-10r21134: Attempt to quieten the build farm for Samba3Volker Lendecke1-0/+4
2007-10-10r20525: Closing a dir with del-on-close set requires the same as files: Don't...Volker Lendecke1-0/+80
2007-10-10r19389: Remove samba3-specific checks: instead, always simply mark these test...Jelmer Vernooij1-7/+5
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-758/+360
2007-10-10r17020: pass the real error to the failing requestsStefan Metzmacher1-1/+1
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke1-3/+3
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher1-1/+3
2007-10-10r16756: Some machines on the build farms sporadically fail the testVolker Lendecke1-0/+4
2007-10-10r16182: Better test the 15 out of 20 tests we right now survive than not test atVolker Lendecke1-5/+7
2007-10-10r15865: using dirname for a variable isn't that good,Stefan Metzmacher1-36/+36
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
2007-10-10r14527: Fix build problems.Jelmer Vernooij1-0/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-2/+2
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-2/+2
2007-10-10r13707: expanded the delete on close test some more, and make it easier toAndrew Tridgell1-47/+70