summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/connect.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8776: fixed SMB connections for IP addresses, even when name resolve orderAndrew Tridgell1-4/+11
2007-10-10r7814: Propagate the change in resolve_name_send function.Rafal Szczesniak1-1/+1
2007-10-10r7736: Propagate change in resolve_name function. Let's use default methodsRafal Szczesniak1-1/+1
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-2/+3
2007-10-10r7430: Next step in AIX buildVolker Lendecke1-2/+2
2007-10-10r6933: Add a couple of helper functions for creating nbt names.Tim Potter1-6/+2
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-5/+4
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-21/+21
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-6/+3
2007-10-10r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell1-4/+5
2007-10-10r4937: simplify the connect code in the same wayAndrew Tridgell1-15/+12
2007-10-10r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell1-7/+9
2007-10-10r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell1-7/+8
2007-10-10r4911: make sure we fill in the transport called name on port 445 as wellAndrew Tridgell1-6/+9
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell1-6/+41
2007-10-10r4795: stronget type checking in composite connect functionAndrew Tridgell1-2/+4
2007-10-10r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell1-8/+8
2007-10-10r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell1-39/+29
2007-10-10r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell1-41/+40
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-65/+23
2007-10-10r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell1-0/+409