summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18971: avoid strndup is a few places. Fixes a minor memory leak, and shouldAndrew Tridgell2-6/+11
2007-10-10r18860: fixed some code that bitrotted while we didn't have the safety checkAndrew Tridgell1-1/+1
2007-10-10r18844: Workaround win2k behaviour (which returns WERR_NO_MORE_ITEMS instead ofGünther Deschner1-3/+5
2007-10-10r18838: make sure we cleanup after SMB2-MAXWRITE (it creates a large file)Andrew Tridgell1-7/+17
2007-10-10r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell1-2/+2
2007-10-10r18822: Automatically remove a forced dfs standard root creation.Günther Deschner1-30/+30
2007-10-10r18821: Correctly name dfs_AddStdRootForced() test.Günther Deschner1-4/+3
2007-10-10r18808: added SMB2-MAXWRITE test and SMB2-DIR testsAndrew Tridgell5-3/+230
2007-10-10r18807: don't overtax the imaginations of servers that can't do mkdir on \\di...Andrew Tridgell1-2/+2
2007-10-10r18800: fix a write behind the buffer bug...Stefan Metzmacher1-4/+2
2007-10-10r18782: Do not send random data to the password change (although that revealsGünther Deschner1-2/+2
2007-10-10r18776: Fill in and test dfs_ManagerInitialize().Günther Deschner1-3/+32
2007-10-10r18766: Getting rid of one test_GetManagerVersion() call and fix the build.Günther Deschner1-5/+3
2007-10-10r18764: Test all standalone DFS root functions in the torture test.Günther Deschner1-0/+237
2007-10-10r18763: Removing old dfs_Add test, will be replaced with another one soon.Günther Deschner1-35/+0
2007-10-10r18759: Do not use "simple" as test password as pointed out by Andrew Bartlett.Günther Deschner1-3/+14
2007-10-10r18757: Disable this for nowSimo Sorce1-1/+1
2007-10-10r18753: expand the test so that it does a growing number of changesRafal Szczesniak1-66/+136
2007-10-10r18751: Check for samr reject codes and their particular order.Günther Deschner2-19/+203
2007-10-10r18741: test dfs_Enum and dfs_EnumEx in the torture test.Günther Deschner1-23/+104
2007-10-10r18740: Some more work around srvsvcSimo Sorce1-14/+253
2007-10-10r18691: Forgot to add copyright info.Rafal Szczesniak1-0/+20
2007-10-10r18683: NET-USERMOD test changed to be able to perform multiple simultaneousRafal Szczesniak3-92/+207
2007-10-10r18668: fix ref pointer related bugs, we should watch the compiler warnings!Stefan Metzmacher1-4/+4
2007-10-10r18658: make the test change fields sequentially each one in turn.Rafal Szczesniak1-16/+39
2007-10-10r18639: Get rid of the keepref supportJelmer Vernooij2-8/+8
2007-10-10r18637: Fix the build. Sorry,Günther Deschner1-1/+0
2007-10-10r18631: correct unintentional commit.Rafal Szczesniak1-1/+1
2007-10-10r18626: fix cleanup function to safely recover after interrupted testRafal Szczesniak1-28/+73
2007-10-10r18625: dfs_GetManagerVersion() returns a version number, not just an existGünther Deschner1-6/+5
2007-10-10r18585: 50 open searches is still too many for some of the build farm hosts,Andrew Tridgell1-1/+1
2007-10-10r18566: fixed the winreg pipe and winreg testsAndrew Tridgell1-1/+17
2007-10-10r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatibleJelmer Vernooij1-0/+7
2007-10-10r18561: Fix [out] pointers in winreg IDLGerald Carter1-4/+4
2007-10-10r18541: with 100 old style searches we can run out of file descriptors on someAndrew Tridgell1-1/+1
2007-10-10r18517: I find it less confusing if tests are run in the order they areAndrew Tridgell1-1/+1
2007-10-10r18516: I'm surprised that compilers allowed this at allAndrew Tridgell1-2/+2
2007-10-10r18498: While passing stack values into torture_tcase_add_test is bad, valuesAndrew Bartlett1-3/+8
2007-10-10r18497: fixed crash bug in irpc test - the torture_tcase_add_test() callAndrew Tridgell1-2/+2
2007-10-10r18421: support --target=samba3, I thought that was already supportedStefan Metzmacher1-2/+4
2007-10-10r18408: Only output a message if the async request fails.Andrew Bartlett1-1/+1
2007-10-10r18406: disable local iconv test as well when iconv:native=falseAndrew Tridgell1-3/+9
2007-10-10r18392: add sidtouid and sidtogid tests to RPC-UNIXINFOStefan Metzmacher1-0/+45
2007-10-10r18391: - match the samba3 protocol for UNIXINFOStefan Metzmacher1-3/+23
2007-10-10r18385: fix crashes in the RPC-UNIXINFO testStefan Metzmacher1-0/+4
2007-10-10r18371: made the directory depth notify test independent of timingAndrew Tridgell1-11/+29
2007-10-10r18358: handle errors in the RPC-LSA async testAndrew Tridgell1-6/+8
2007-10-10r18356: doing 1000 of these requests can take over an hour underAndrew Tridgell1-11/+12
2007-10-10r18355: increase the delays waiting for all events to propogate in theAndrew Tridgell1-4/+4
2007-10-10r18352: printf("%s") is not safe for NULL strings on all platforms, butAndrew Tridgell1-55/+55