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