summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/echo
Commit message (Expand)AuthorAgeFilesLines
* s4:rpc_server/echo: fix compiler warningStefan Metzmacher2010-10-031-1/+1
* s4:echo RPC - make this one "signed-safe"Matthias Dieter Wallnöfer2010-03-021-1/+1
* s4:rpc_server/echo: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21744: Test more talloc failure cases.Andrew Bartlett2007-10-101-1/+6
* r21698: Check for talloc failures.Andrew Bartlett2007-10-101-0/+6
* r20850: Prefix all server calls with dcesrv_Jelmer Vernooij2007-10-101-10/+10
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-1/+1
* r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatibleJelmer Vernooij2007-10-101-1/+1
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-1/+1
* r7634: move TestSleep functions so that all of them are togetherStefan Metzmacher2007-10-101-22/+22
* r7195: - Fix echo pipeJelmer Vernooij2007-10-101-0/+3
* r7159: Improve the messages from pidl's validator module.Jelmer Vernooij2007-10-101-1/+1
* r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij2007-10-101-0/+9
* r5452: Add implementation + torture test for echo_SurroundingJelmer Vernooij2007-10-101-0/+14
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* 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-8/+7
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4945: the te element isn't needed any moreAndrew Tridgell2007-10-101-5/+1
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-2/+1
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-9/+1
* r4690: - add support for async rpc server repliesStefan Metzmacher2007-10-101-2/+61
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-2/+1
* r4520: added a enum test function to the echo pipeAndrew Tridgell2007-10-101-0/+6
* r4058: added a type safe version of smb_xmalloc()Andrew Tridgell2007-10-101-1/+1
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r2105: added a TestSleep() operation to the echo pipe and extended theAndrew Tridgell2007-10-101-0/+5
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-6/+3
* r464: a big improvement to the API for writing server-side RPCAndrew Tridgell2007-10-101-6/+2
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-6/+6
* zero length echo is not an errorAndrew Tridgell2003-12-151-0/+4
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-141-78/+4
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-131-1/+1
* dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell2003-12-131-2/+2
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-1/+7
* after chatting with jeremy I decided to use a separate directory forAndrew Tridgell2003-12-121-0/+181