summaryrefslogtreecommitdiffstats
path: root/source4/libcli/composite
Commit message (Expand)AuthorAgeFilesLines
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-102-34/+33
* r12079: Fix to the comment for sake of completness...Rafal Szczesniak2007-10-101-1/+1
* r11971: add nbt specific continue wrapperStefan Metzmacher2007-10-101-0/+11
* r11885: Add forgotten filesVolker Lendecke2007-10-101-0/+9
* r11095: Implement wb_getuserdomgroups.Volker Lendecke2007-10-101-0/+7
* r10878: Reply to some comments by tridge and metze:Volker Lendecke2007-10-101-21/+21
* r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke2007-10-101-1/+73
* r10635: Formatting for better readability.Rafal Szczesniak2007-10-101-4/+4
* r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher2007-10-101-6/+0
* r10529: fix a crash bug in full async code the uses the composite_trigger_don...Stefan Metzmacher2007-10-101-0/+6
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-1010-2307/+17
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-101-4/+6
* r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell2007-10-102-11/+27
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-2/+2
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-102-55/+95
* r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter2007-10-101-5/+5
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter2007-10-101-2/+2
* r8788: New monitor messages.Rafal Szczesniak2007-10-101-0/+2
* r8776: fixed SMB connections for IP addresses, even when name resolve orderAndrew Tridgell2007-10-101-4/+11
* r8760: Rework monitor messaging code a bit, as Metze once suggested.Rafal Szczesniak2007-10-101-26/+11
* r8699: removed invalid commentAndrew Bartlett2007-10-101-2/+0
* r7814: Propagate the change in resolve_name_send function.Rafal Szczesniak2007-10-101-1/+1
* 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