summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/savefile.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-11/+11
2007-10-10r4936: moved to a convention where the completion function is only called inAndrew Tridgell1-12/+9
2007-10-10r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell1-4/+6
2007-10-10r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell1-5/+5
2007-10-10r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell1-5/+5
2007-10-10r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell1-29/+23
2007-10-10r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell1-26/+28
2007-10-10r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell1-18/+27
2007-10-10r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell1-0/+284