s4:rpc_server: make it possible to specify ncacn_np_secondary_endpoint
authorStefan Metzmacher <metze@samba.org>
Wed, 12 Dec 2018 21:41:56 +0000 (22:41 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 12 Jan 2019 02:13:41 +0000 (03:13 +0100)
commit98d58722933a2929fb8564f9c8526f7ae45f6059
tree22e5e071c3f412a9e1bab2df2ad97712cee69c67
parenta650120d2ecd70ae4a1bc0b29f177db9ff526703
s4:rpc_server: make it possible to specify ncacn_np_secondary_endpoint

Even a connect to \\pipe\lsarpc should return a secondary_address
of '\\pipe\\lsass'. But that will be implemented in a following commit.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_server.h
source4/rpc_server/lsa/dcesrv_lsa.c
source4/rpc_server/remote/dcesrv_remote.c
source4/torture/rpc/spoolss_notify.c