s4-rpc: added a module for forwarding RPC requests
commitf80363c90a60a4496309a50d760ca05ac4b59e4f
authorAndrew Tridgell <tridge@samba.org>
Wed, 16 Sep 2009 03:50:30 +0000 (15 20:50 -0700)
committerAndrew Tridgell <tridge@samba.org>
Wed, 16 Sep 2009 03:50:30 +0000 (15 20:50 -0700)
tree35e0975936dab33b1eee47940b59e4c846c4e32e
parent5d2dfd12cf779c410e041a1815e5e3edf0ea38d8
s4-rpc: added a module for forwarding RPC requests

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
source4/rpc_server/common/common.h
source4/rpc_server/common/forward.c [new file with mode: 0644]
source4/rpc_server/config.mk