summaryrefslogtreecommitdiffstats
path: root/source4/libcli/composite/savefile.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/+6
* r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell2007-10-101-5/+5
* r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell2007-10-101-5/+5
* r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell2007-10-101-29/+23
* r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell2007-10-101-26/+28
* r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell2007-10-101-18/+27
* r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell2007-10-101-0/+284