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