summaryrefslogtreecommitdiffstats
path: root/source/libcli/composite
Commit message (Expand)AuthorAgeFilesLines
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2005-12-082-34/+33
* r12079: Fix to the comment for sake of completness...Rafal Szczesniak2005-12-051-1/+1
* r11971: add nbt specific continue wrapperStefan Metzmacher2005-11-301-0/+11
* r11885: Add forgotten filesVolker Lendecke2005-11-231-0/+9
* r11095: Implement wb_getuserdomgroups.Volker Lendecke2005-10-161-0/+7
* r10878: Reply to some comments by tridge and metze:Volker Lendecke2005-10-101-21/+21
* r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke2005-10-091-1/+73
* r10635: Formatting for better readability.Rafal Szczesniak2005-09-291-4/+4
* r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher2005-09-271-6/+0
* r10529: fix a crash bug in full async code the uses the composite_trigger_don...Stefan Metzmacher2005-09-271-0/+6
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2005-09-2610-2307/+17
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2005-09-221-4/+6
* r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell2005-09-132-11/+27
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2005-08-291-2/+2
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2005-08-232-55/+95
* r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter2005-08-091-5/+5
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function Tim Potter2005-08-091-2/+2
* r8788: New monitor messages.Rafal Szczesniak2005-07-261-0/+2
* r8776: fixed SMB connections for IP addresses, even when name resolve orderAndrew Tridgell2005-07-261-4/+11
* r8760: Rework monitor messaging code a bit, as Metze once suggested.Rafal Szczesniak2005-07-251-26/+11
* r8699: removed invalid commentAndrew Bartlett2005-07-221-2/+0
* r7814: Propagate the change in resolve_name_send function.Rafal Szczesniak2005-06-211-1/+1
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2005-06-191-32/+58
* r7736: Propagate change in resolve_name function. Let's use default methodsRafal Szczesniak2005-06-181-1/+1
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2005-06-162-3/+4
* r7435: Another little step, sorry for the spam... :-)Volker Lendecke2005-06-091-2/+2
* r7433: Another little AIX one...Volker Lendecke2005-06-091-1/+1
* r7430: Next step in AIX buildVolker Lendecke2005-06-091-2/+2
* r6933: Add a couple of helper functions for creating nbt names.Tim Potter2005-05-221-6/+2
* r6708: Another type of monitor message.Rafal Szczesniak2005-05-101-0/+5
* r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.Andrew Bartlett2005-05-101-1/+1
* r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.Andrew Bartlett2005-05-101-1/+1
* r6614: Basic approach to monitoring messages for composite functions.Rafal Szczesniak2005-05-042-0/+53
* r6352: Two new composite calls:Alexander Bokovoy2005-04-153-0/+548
* r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in theAndrew Bartlett2005-03-271-4/+0
* r6074: fixed non-spnego connections for new credentials codeAndrew Tridgell2005-03-261-1/+5
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2005-03-244-49/+37
* r5646: state->loadfile might be NULL after allocation so this is reallyAlexander Bokovoy2005-03-031-1/+1
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2005-02-111-1/+0
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2005-02-031-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2005-02-031-0/+1
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2005-01-317-70/+70
* r4957: the fetchfile _recv() function was neglecting to steal the data andAndrew Tridgell2005-01-241-1/+11
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2005-01-241-6/+3
* r4950: removed some excessive debugging messagesAndrew Tridgell2005-01-241-8/+0
* r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke2005-01-232-0/+206
* r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell2005-01-231-4/+5
* r4937: simplify the connect code in the same wayAndrew Tridgell2005-01-231-15/+12
* r4936: moved to a convention where the completion function is only called inAndrew Tridgell2005-01-232-24/+18
* r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell2005-01-233-15/+22