Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -21/+21 |
2007-10-10 | r4951: some of the code dealing with libcli was getting too complex trying to | Andrew Tridgell | 1 | -6/+3 |
2007-10-10 | r4938: allow the caller to supply an existing event_context if they want to | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r4937: simplify the connect code in the same way | Andrew Tridgell | 1 | -15/+12 |
2007-10-10 | r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c after | Andrew Tridgell | 1 | -7/+9 |
2007-10-10 | r4924: continue the effort to simplify and generalise the composite | Andrew Tridgell | 1 | -7/+8 |
2007-10-10 | r4911: make sure we fill in the transport called name on port 445 as well | Andrew Tridgell | 1 | -6/+9 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 1 | -6/+41 |
2007-10-10 | r4795: stronget type checking in composite connect function | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r4791: used the new talloc type safety macros to make the "void *private" | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r4783: got rid of another void* in the composite code. This brings us down to | Andrew Tridgell | 1 | -39/+29 |
2007-10-10 | r4782: volker quite rightly pointed out that there is too much of a | Andrew Tridgell | 1 | -41/+40 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 1 | -65/+23 |
2007-10-10 | r4769: added a smb_composite_connect() function that provides a simple async | Andrew Tridgell | 1 | -0/+409 |