summaryrefslogtreecommitdiffstats
path: root/source4/libcli/composite
Commit message (Expand)AuthorAgeFilesLines
* r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell2007-10-104-23/+23
* r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell2007-10-105-114/+88
* r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell2007-10-105-130/+131
* r4778: I forgot to set the session key for the spnego path. Fixed.Andrew Tridgell2007-10-101-0/+1
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-103-65/+443
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-102-0/+437
* r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell2007-10-104-44/+67
* r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell2007-10-104-11/+346
* r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell2007-10-102-0/+361