summaryrefslogtreecommitdiffstats
path: root/source4/libcli/composite
Commit message (Expand)AuthorAgeFilesLines
...
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-101-32/+58
* r7736: Propagate change in resolve_name function. Let's use default methodsRafal Szczesniak2007-10-101-1/+1
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-102-3/+4
* r7435: Another little step, sorry for the spam... :-)Volker Lendecke2007-10-101-2/+2
* r7433: Another little AIX one...Volker Lendecke2007-10-101-1/+1
* r7430: Next step in AIX buildVolker Lendecke2007-10-101-2/+2
* r6933: Add a couple of helper functions for creating nbt names.Tim Potter2007-10-101-6/+2
* r6708: Another type of monitor message.Rafal Szczesniak2007-10-101-0/+5
* r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.Andrew Bartlett2007-10-101-1/+1
* r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.Andrew Bartlett2007-10-101-1/+1
* r6614: Basic approach to monitoring messages for composite functions.Rafal Szczesniak2007-10-102-0/+53
* r6352: Two new composite calls:Alexander Bokovoy2007-10-103-0/+548
* r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in theAndrew Bartlett2007-10-101-4/+0
* r6074: fixed non-spnego connections for new credentials codeAndrew Tridgell2007-10-101-1/+5
* 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