summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/composite.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/composite: correctly finish composite smb and smb2 requestsStefan Metzmacher2014-09-191-0/+8
* s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-131-4/+4
* s4:libcli/composite: remove unused composite_continue_irpc()Stefan Metzmacher2010-09-031-11/+0
* s4:libcli/composite: get rid of composite_continue_rpc()Stefan Metzmacher2010-03-121-11/+0
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-5/+1
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* s4-nbt: use ../libcli/nbtGünther Deschner2008-09-231-1/+1
* s4-nbt: use private_data instead of private.Günther Deschner2008-09-231-1/+1
* - added a composite_wait_free() callAndrew Tridgell2008-05-161-1/+18
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-1/+5
* Add my copyrightVolker Lendecke2008-03-211-0/+1
* [PATCH] composite: make it possible to call composite_is_ok() without callbac...Stefan Metzmacher2008-02-121-18/+13
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-7/+7
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-1/+1
* r18243: when setting up a composite continuation, if the context has alreadyAndrew Tridgell2007-10-101-0/+7
* r17317: - add a composite_create() function that allocates and initializeStefan Metzmacher2007-10-101-0/+28
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+2
* r14239: Fix indentation.Rafal Szczesniak2007-10-101-15/+15
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-10/+10
* 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-101-34/+31
* 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
* 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-101-2/+2
* r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell2007-10-101-0/+24
* 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-101-1/+1
* r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell2007-10-101-1/+1
* r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell2007-10-101-0/+45