summaryrefslogtreecommitdiffstats
path: root/source4/libcli/composite
Commit message (Expand)AuthorAgeFilesLines
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-104-49/+37
* r5646: state->loadfile might be NULL after allocation so this is reallyAlexander Bokovoy2007-10-101-1/+1
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-101-1/+0
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-0/+1
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-107-70/+70
* r4957: the fetchfile _recv() function was neglecting to steal the data andAndrew Tridgell2007-10-101-1/+11
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-101-6/+3
* r4950: removed some excessive debugging messagesAndrew Tridgell2007-10-101-8/+0
* r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke2007-10-102-0/+206
* r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell2007-10-101-4/+5
* r4937: simplify the connect code in the same wayAndrew Tridgell2007-10-101-15/+12
* r4936: moved to a convention where the completion function is only called inAndrew Tridgell2007-10-102-24/+18
* r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell2007-10-103-15/+22
* r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell2007-10-104-19/+18
* r4911: make sure we fill in the transport called name on port 445 as wellAndrew Tridgell2007-10-101-6/+9
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-101-6/+41
* r4795: stronget type checking in composite connect functionAndrew Tridgell2007-10-101-2/+4
* 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