summaryrefslogtreecommitdiff
path: root/source4/torture/basic/delete.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r13370: Added deltest21 - pull the rug out from a connection by socketJeremy Allison1-81/+90
2007-10-10r13346: use private proto header files for the torture testsStefan Metzmacher1-0/+2
2007-10-10r13297: It's a good thing the shipment of function headers tridgeJeremy Allison1-221/+404
2007-10-10r13277: print a useful error message when test 17 failsAndrew Tridgell1-2/+2
2007-10-10r13275: With a liberal sprinkling of smb_raw_exit thisJeremy Allison1-9/+70
2007-10-10r13272: Re-arrange so all the normal tests we can pass come first.Jeremy Allison1-90/+92
2007-10-10r13271: Do the same tests with directories.Jeremy Allison1-2/+161
2007-10-10r13270: Add tests for even more insane delete-on-close semantics.Jeremy Allison1-0/+142
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12154: Torture test for bug # 3303.Volker Lendecke1-0/+125
2007-10-10r12150: ReformattingVolker Lendecke1-8/+15
2007-10-10r9431: Check an error code in BASE-DELETE.Volker Lendecke1-2/+13
2007-10-10r8185: Delete on close on directories:Volker Lendecke1-0/+137