Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -8/+7 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4945: the te element isn't needed any more | Andrew Tridgell | 1 | -5/+1 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 1 | -9/+1 |
2007-10-10 | r4690: - add support for async rpc server replies | Stefan Metzmacher | 1 | -2/+61 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r4520: added a enum test function to the echo pipe | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r4058: added a type safe version of smb_xmalloc() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3468: split out dcerpc_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2105: added a TestSleep() operation to the echo pipe and extended the | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -6/+3 |
2007-10-10 | r464: a big improvement to the API for writing server-side RPC | Andrew Tridgell | 1 | -6/+2 |
2004-01-08 | This patch adds a better dcerpc server infastructure. | Stefan Metzmacher | 1 | -6/+6 |
2003-12-15 | zero length echo is not an error | Andrew Tridgell | 1 | -0/+4 |
2003-12-14 | added auto-generation of the server side boilerplate code for each | Andrew Tridgell | 1 | -78/+4 |
2003-12-13 | completed the linkage between the endpoint mapper and the dcerpc | Andrew Tridgell | 1 | -1/+1 |
2003-12-13 | dcerpc over tcp in the samba4 server now works to some extent. It | Andrew Tridgell | 1 | -2/+2 |
2003-12-13 | added a basic dcerpc endpoint mapper to Samba4. Currently only | Andrew Tridgell | 1 | -1/+7 |
2003-12-12 | after chatting with jeremy I decided to use a separate directory for | Andrew Tridgell | 1 | -0/+181 |