Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-27 | s4/irpc: Add security token to the binding handle when doing irp call forwarding | Anatoliy Atanasov | 1 | -0/+7 | |
2010-09-16 | s4-irpc: Add 'timeout' param for dcesrv_irpc_forward_rpc_call() call | Kamen Mazdrashki | 1 | -3/+7 | |
It is to be used when caller wants to explicitly specify the timeout for the call | |||||
2010-09-03 | s4:rpc_server/common: use irpc_binding_handle_by_name() in ↵ | Stefan Metzmacher | 1 | -16/+25 | |
dcesrv_irpc_forward_rpc_call() metze | |||||
2009-09-19 | s4-rpc: remove some unnecessary #include lines | Andrew Tridgell | 1 | -4/+0 | |
I should remember to run script/minimal_includes.pl more often | |||||
2009-09-15 | s4-rpc: added a module for forwarding RPC requests | Andrew Tridgell | 1 | -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 |