summaryrefslogtreecommitdiffstats
path: root/source4/libcli/composite/loadfile.c
Commit message (Expand)AuthorAgeFilesLines
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-11/+11
* r4936: moved to a convention where the completion function is only called inAndrew Tridgell2007-10-101-12/+9
* r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell2007-10-101-4/+7
* r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell2007-10-101-4/+5
* r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell2007-10-101-6/+6
* r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell2007-10-101-30/+24
* r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell2007-10-101-50/+56
* r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell2007-10-101-24/+35
* r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell2007-10-101-10/+2
* r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell2007-10-101-0/+289