summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell1-1/+130
2007-10-10r3030: added testing of lock cancel, and some more special offsets (locksAndrew Tridgell1-17/+235
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell2-20/+107
2007-10-10r3026: - added automatic retry to messages when the servers listen queue isAndrew Tridgell1-8/+11
2007-10-10r3023: added immediate send of messages when they are first queued. This make...Andrew Tridgell1-6/+1
2007-10-10r3021: under heavy load the listen queue for messaging unix domain socket can...Andrew Tridgell1-12/+24
2007-10-10r3019: make the LOCAL-MESSAGING test a 2 process testAndrew Tridgell1-13/+47
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell3-2/+97
2007-10-10r3011: separated the locktest code into a separate module in smbtortureAndrew Tridgell3-899/+927
2007-10-10r2997: Added delete on close tests for readonly files.Jeremy Allison1-0/+58
2007-10-10r2992: drsuapi uses WERROR not NTSTATUSStefan Metzmacher1-21/+125
2007-10-10r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture testStefan Metzmacher1-2/+84
2007-10-10r2983: report a failure if a server doesn't update the write time at allAndrew Tridgell1-1/+8
2007-10-10r2982: added a test that shows the amount of time a server takes to updateAndrew Tridgell1-0/+84
2007-10-10r2971: fix DsBind idlStefan Metzmacher1-1/+2
2007-10-10r2970: - give somefields names and typdef enums for the possible valuesStefan Metzmacher1-11/+144
2007-10-10r2969: inet_ntoa() takes an address in network byte order, so now that weAndrew Tridgell1-1/+1
2007-10-10r2952: add idl and torture test for DsCrackNamesStefan Metzmacher1-0/+38
2007-10-10r2938: Use IDL to dissect the RHS of floors in protocol towersJelmer Vernooij1-28/+18
2007-10-10r2929: longhorn does not produce sorted directory listings! This isAndrew Tridgell1-2/+1
2007-10-10r2921: Add a few more protocols and fix the numbers associated with some ofJelmer Vernooij1-24/+36
2007-10-10r2912: Test for the sort-of weird file stamp semantics. The last_write seems ...Volker Lendecke1-54/+92
2007-10-10r2910: I noticed that the samr torture test was doing its own DOS->UNIXAndrew Tridgell1-10/+1
2007-10-10r2909: fix some RAW-SEARCH torture mem leaksAndrew Tridgell1-4/+5
2007-10-10r2896: Add torture test for EnumValue()Jelmer Vernooij1-24/+25
2007-10-10r2895: Another nut to crack, not sure how hard: The statinfo on a file does o...Volker Lendecke1-0/+103
2007-10-10r2888: - add 'Ds' prefix to Bind and Unbind call on drsuapiStefan Metzmacher2-20/+20
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell4-19/+65
2007-10-10r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca...Andrew Tridgell3-0/+76
2007-10-10r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher2-0/+198
2007-10-10r2833: - added a call to SamrQueryGroupMember for every group, and fix theAndrew Tridgell1-1/+25
2007-10-10r2799: removed one last occurance of torture_ldb_alloc()Andrew Tridgell1-3/+3
2007-10-10r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell1-21/+109
2007-10-10r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ...Andrew Tridgell1-2/+3
2007-10-10r2785: call init_iconv() in smbtorture to ensure we have no memory allocatedAndrew Tridgell1-0/+1
2007-10-10r2774: get rid of the lanman specific code in masktest, and add a -l optionAndrew Tridgell1-99/+8
2007-10-10r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell1-20/+300
2007-10-10r2742: - fixed a bug in talloc_unreference()Andrew Tridgell1-41/+113
2007-10-10r2738: free up the session information as soon as it is invalidated in theAndrew Tridgell1-1/+1
2007-10-10r2735: More DCOM updates:Jelmer Vernooij2-0/+2
2007-10-10r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell1-17/+121
2007-10-10r2711: added a simple talloc speed tester. I get the following on my laptop:Andrew Tridgell1-0/+55
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell7-18/+47
2007-10-10r2709: finally solved the talloc reference problem.Andrew Tridgell3-9/+126
2007-10-10r2699: Correct handle ServerAlive() and ServerAlive2() + add torture testsJelmer Vernooij1-0/+117
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell3-11/+3
2007-10-10r2676: add a test of the reference counting logic in the SAMR server into theAndrew Tridgell1-86/+31
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2-3/+6
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2-5/+17
2007-10-10r2659: removed some extraneous debug msgsAndrew Tridgell1-3/+0