Age | Commit message (Collapse) | Author | Files | Lines |
|
this allows us to remove a dependency on the dcerpc_server from code
that uses rpc forwarding
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
It is to be used when caller wants to explicitly
specify the timeout for the call
|
|
dcesrv_irpc_forward_rpc_call()
metze
|
|
I should remember to run script/minimal_includes.pl more often
|
|
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
|