summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15412: Put the test in a dangerous category.Rafal Szczesniak1-0/+5
2007-10-10r15394: Put initial code for testing async dcerpc binding. CurrentlyRafal Szczesniak3-1/+81
2007-10-10r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2-8/+9
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-38/+7
2007-10-10r15344: Fix shared library buildJelmer Vernooij1-4/+5
2007-10-10r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij1-1/+2
2007-10-10r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij2-9/+9
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij6-6/+2
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-1/+1
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-1/+1
2007-10-10r15259: try to find the place that causes trouble on some build farm hostStefan Metzmacher1-2/+2
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij3-16/+16
2007-10-10r15201: Use abs() rather then ABS()Jelmer Vernooij4-8/+8
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2-8/+10
2007-10-10r15131: Tidy help output. When printing the list of tests, group them by prefixJames Peach1-6/+20
2007-10-10r15122: test what access masks are needed when using the FLAGS2_READ_PERMIT_E...Stefan Metzmacher1-15/+159
2007-10-10r15087: Quick stress test that does more or less what the tool "iometer" does.Volker Lendecke1-0/+87
2007-10-10r15070: test the needed access masks for read/write the differentStefan Metzmacher1-0/+209
2007-10-10r15066: - sync the dir_flags tests with the file_flags testsStefan Metzmacher1-4/+94
2007-10-10r15049: for really efficient oplock handling with thousands of open files weAndrew Tridgell1-8/+10
2007-10-10r15033: expanded the RAW-OPLOCK test to include the different cases where theAndrew Tridgell2-41/+134
2007-10-10r15032: change BENCH-NBENCH to always break to none, rather than accepting aAndrew Tridgell1-2/+3
2007-10-10r15016: add a test for a 2nd open with an exclusive oplock. It does not causeAndrew Tridgell1-1/+7
2007-10-10r15015: add an explanation for this testAndrew Tridgell1-1/+10
2007-10-10r15014: added a simple batch oplock benchmarkAndrew Tridgell3-7/+97
2007-10-10r14980: fixed several IBM checker errors in gentest and masktestAndrew Tridgell2-3/+6
2007-10-10r14969: ensure that even on slow machines we leave plenty of time for a seriesAndrew Tridgell1-1/+1
2007-10-10r14967: load shared module torture test after we know where to search...Stefan Metzmacher1-2/+2
2007-10-10r14956: change the notify search to be much more efficient by using aAndrew Tridgell1-0/+115
2007-10-10r14948: add testing of truncate events, and add truncate support to inotifyAndrew Tridgell1-1/+10
2007-10-10r14942: make the RAW-NOTIFY test check the strange file rename semantics. AlsoAndrew Tridgell1-19/+53
2007-10-10r14935: try to avoid a race condition in the recursion testAndrew Tridgell1-1/+1
2007-10-10r14934: greatly expand the RAW-NOTIFY testing of completion filters. We nowAndrew Tridgell1-0/+185
2007-10-10r14928: demonstrate that the completion filter is only set on the first notifyAndrew Tridgell1-0/+1
2007-10-10r14927: expand the RAW-NOTIFY test to test recursive and rename handlingAndrew Tridgell1-1/+115
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher13-14/+13
2007-10-10r14845: expanded the number of info levels tested for continue in theAndrew Tridgell1-90/+123
2007-10-10r14843: the results of the srvsrv_* calls depends on the user,Stefan Metzmacher1-85/+132
2007-10-10r14826: initialize pid1 and pid2:-)Stefan Metzmacher1-0/+3
2007-10-10r14818: give an error on an unknown testStefan Metzmacher1-0/+1
2007-10-10r14817: rename some testsStefan Metzmacher2-4/+6
2007-10-10r14794: added a test to see what happens when you send a notify request on aAndrew Tridgell1-0/+66
2007-10-10r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij8-15/+13
2007-10-10r14734: this demonstrates that a tcon isn't autoclosed by a ulogoffStefan Metzmacher1-0/+151
2007-10-10r14732: fix typo noticed by derrell, thanks!Stefan Metzmacher1-1/+1
2007-10-10r14728: Install two more headers, fix warningJelmer Vernooij1-1/+1
2007-10-10r14725: Reduce amount of headers, add simple ui implementation (not used yet ...Jelmer Vernooij1-10/+32
2007-10-10r14723: Keep statisticsJelmer Vernooij2-0/+8
2007-10-10r14721: Fix a couple of warnings.Jelmer Vernooij2-0/+2
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij118-162/+192