summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/composite.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-13s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce1-4/+4
2010-09-03s4:libcli/composite: remove unused composite_continue_irpc()Stefan Metzmacher1-11/+0
2010-03-12s4:libcli/composite: get rid of composite_continue_rpc()Stefan Metzmacher1-11/+0
2009-08-07fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell1-5/+1
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher1-2/+2
2009-02-01s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-09-23s4-nbt: use ../libcli/nbtGünther Deschner1-1/+1
2008-09-23s4-nbt: use private_data instead of private.Günther Deschner1-1/+1
2008-05-16- added a composite_wait_free() callAndrew Tridgell1-1/+18
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-1/+5
2008-03-21Add my copyrightVolker Lendecke1-0/+1
2008-02-12[PATCH] composite: make it possible to call composite_is_ok() without callbac...Stefan Metzmacher1-18/+13
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-7/+7
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-1/+1
2007-10-10r18243: when setting up a composite continuation, if the context has alreadyAndrew Tridgell1-0/+7
2007-10-10r17317: - add a composite_create() function that allocates and initializeStefan Metzmacher1-0/+28
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+2
2007-10-10r14239: Fix indentation.Rafal Szczesniak1-15/+15
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-10/+10
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell1-34/+31
2007-10-10r12079: Fix to the comment for sake of completness...Rafal Szczesniak1-1/+1
2007-10-10r11971: add nbt specific continue wrapperStefan Metzmacher1-0/+11
2007-10-10r11885: Add forgotten filesVolker Lendecke1-0/+9
2007-10-10r11095: Implement wb_getuserdomgroups.Volker Lendecke1-0/+7
2007-10-10r10878: Reply to some comments by tridge and metze:Volker Lendecke1-21/+21
2007-10-10r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke1-1/+73
2007-10-10r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher1-6/+0
2007-10-10r10529: fix a crash bug in full async code the uses the composite_trigger_don...Stefan Metzmacher1-0/+6
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-2/+2
2007-10-10r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell1-0/+24
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 Tridgell1-1/+1
2007-10-10r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell1-1/+1
2007-10-10r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell1-0/+45