summaryrefslogtreecommitdiff
path: root/source4/libcli/composite
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7814: Propagate the change in resolve_name_send function.Rafal Szczesniak1-1/+1
2007-10-10r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett1-32/+58
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 Tridgell2-3/+4
2007-10-10r7435: Another little step, sorry for the spam... :-)Volker Lendecke1-2/+2
2007-10-10r7433: Another little AIX one...Volker Lendecke1-1/+1
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-10r6708: Another type of monitor message.Rafal Szczesniak1-0/+5
2007-10-10r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.Andrew Bartlett1-1/+1
2007-10-10r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.Andrew Bartlett1-1/+1
2007-10-10r6614: Basic approach to monitoring messages for composite functions.Rafal Szczesniak2-0/+53
2007-10-10r6352: Two new composite calls:Alexander Bokovoy3-0/+548
2007-10-10r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in theAndrew Bartlett1-4/+0
2007-10-10r6074: fixed non-spnego connections for new credentials codeAndrew Tridgell1-1/+5
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett4-49/+37
2007-10-10r5646: state->loadfile might be NULL after allocation so this is reallyAlexander Bokovoy1-1/+1
2007-10-10r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell1-1/+0
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell7-70/+70
2007-10-10r4957: the fetchfile _recv() function was neglecting to steal the data andAndrew Tridgell1-1/+11
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-6/+3
2007-10-10r4950: removed some excessive debugging messagesAndrew Tridgell1-8/+0
2007-10-10r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke2-0/+206
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-10r4936: moved to a convention where the completion function is only called inAndrew Tridgell2-24/+18
2007-10-10r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell3-15/+22
2007-10-10r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell4-19/+18
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 Tridgell4-23/+23
2007-10-10r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell5-114/+88
2007-10-10r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell5-130/+131
2007-10-10r4778: I forgot to set the session key for the spnego path. Fixed.Andrew Tridgell1-0/+1
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell3-65/+443
2007-10-10r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2-0/+437
2007-10-10r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell4-44/+67
2007-10-10r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell4-11/+346
2007-10-10r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell2-0/+361