forked from samba-team/samba
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s3:rpc_client: Add rpc_pipe_open_local_np()
Helper routine to connect to bind to a locally started rpcd_* process's rpc interface. Based upon local_np_connect() to start samba-dcerpcd on demand if it's not there, designed to replace our internal RPC interfaces where the RPC server runs in the same process. This will be called from winbindd_cm.c and source3/rpc_server/rpc_ncacn_np.c Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Samuel Cabrero <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
- Loading branch information
Showing
2 changed files
with
121 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters