summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/savefile.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell1-5/+5
pointers in the composite code type safe. This is a bit of an experiement, I'd be interested in comments on whether we should use this more widely. (This used to be commit 0e1da827b380998355f75f4ef4f424802059c278)
2007-10-10r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell1-29/+23
the minimal level I think (one private pointer for the composite function, and one private pointer for the caller) (This used to be commit 0240bf928163e32e7c69be88fe3ed4987dd18778)
2007-10-10r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell1-26/+28
proliferation of void* in the composite code. This removes two of the void* pointers from the main composite structure. (This used to be commit 5a89a5ed0fa022fb380bf72065904633270f34aa)
2007-10-10r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell1-18/+27
have composite functions that are not made up of functions that operate on smbcli_request structures. (This used to be commit 4f6055b4fb7e287a29544ff1ca4e22f698efc478)
2007-10-10r4710: added a smb_composite_savefile() function, and expanded the test ↵Andrew Tridgell1-0/+284
suite a little (This used to be commit ef4dbc443dbdebc4160209ed3f23cbb97109c414)