summaryrefslogtreecommitdiffstats
path: root/source4/libcli/composite/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell2007-10-101-7/+9
* r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell2007-10-101-7/+8
* 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-101-8/+8
* r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell2007-10-101-39/+29
* r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell2007-10-101-41/+40
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-65/+23
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-101-0/+409