summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw/composite.c
Commit message (Expand)AuthorAgeFilesLines
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-16/+7
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22969: fix some more places where we could end up with more than one eventAndrew Tridgell2007-10-101-1/+1
* r22579: disable progress printing in the build-farmStefan Metzmacher2007-10-101-8/+16
* r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell2007-10-101-1/+1
* r20647: add cluster codeAndrew Tridgell2007-10-101-1/+1
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-1/+1
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-2/+1
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14527: Fix build problems.Jelmer Vernooij2007-10-101-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13004: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-5/+6
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-2/+2
* r6676: Fix unused variable.Tim Potter2007-10-101-2/+0
* r6352: Two new composite calls:Alexander Bokovoy2007-10-101-0/+187
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-4/+2
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-101-3/+5
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-0/+1
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-5/+5
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r5035: fixed composite test to use --num-ops command line optionAndrew Tridgell2007-10-101-20/+14
* r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke2007-10-101-0/+99
* r4792: use type safety int the test suite tooAndrew Tridgell2007-10-101-6/+7
* r4779: demonstrate doing 50 parallel loadfile operations, with a callback for...Andrew Tridgell2007-10-101-13/+40
* r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell2007-10-101-7/+40
* r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell2007-10-101-0/+77