summaryrefslogtreecommitdiff
path: root/source4/torture/raw/composite.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14527: Fix build problems.Jelmer Vernooij1-0/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13004: fix compiler warningsStefan Metzmacher1-2/+2
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-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-5/+6
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-2/+2
2007-10-10r6676: Fix unused variable.Tim Potter1-2/+0
2007-10-10r6352: Two new composite calls:Alexander Bokovoy1-0/+187
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-4/+2
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij1-3/+5
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-5/+5
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r5035: fixed composite test to use --num-ops command line optionAndrew Tridgell1-20/+14
2007-10-10r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke1-0/+99
2007-10-10r4792: use type safety int the test suite tooAndrew Tridgell1-6/+7
2007-10-10r4779: demonstrate doing 50 parallel loadfile operations, with a callback for...Andrew Tridgell1-13/+40
2007-10-10r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell1-7/+40
2007-10-10r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell1-0/+77