summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/composite.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-03s4:libcli/composite: remove unused composite_continue_irpc()Stefan Metzmacher1-5/+0
2010-03-12s4:libcli/composite: get rid of composite_continue_rpc()Stefan Metzmacher1-5/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-3/+3
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-0/+2
2008-05-16declare composite_wait_free()Andrew Tridgell1-0/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+36
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-0/+2
2007-10-10r17317: - add a composite_create() function that allocates and initializeStefan Metzmacher1-0/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+2
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+3
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell1-0/+2
2007-10-10r10635: Formatting for better readability.Rafal Szczesniak1-4/+4
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-132/+15
2007-10-10r6614: Basic approach to monitoring messages for composite functions.Rafal Szczesniak1-0/+3
2007-10-10r6352: Two new composite calls:Alexander Bokovoy1-0/+37
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-11/+6
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-2/+2
2007-10-10r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke1-0/+19
2007-10-10r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell1-3/+0
2007-10-10r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell1-4/+2
2007-10-10r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell1-6/+0
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-0/+17
2007-10-10r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell1-0/+28
2007-10-10r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell1-1/+4
2007-10-10r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell1-1/+15
2007-10-10r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell1-0/+72