summaryrefslogtreecommitdiff
path: root/source4/rpc_server/common/forward.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-19s4-rpc: remove some unnecessary #include linesAndrew Tridgell1-4/+0
I should remember to run script/minimal_includes.pl more often
2009-09-15s4-rpc: added a module for forwarding RPC requestsAndrew Tridgell1-0/+112
dcesrv_irpc_forward_rpc_call() can be used to forward an arbitrary RPC request to another task in Samba4, with the return being handled asynchronously. This is useful for forwarding DRS requests to the repl or kcc tasks