diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-04 01:25:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:27 -0500 |
commit | 52f7f9b8be118e6db7bb9280b2b48274a3092884 (patch) | |
tree | 472bd4ee2424b63be82b09c83c899a355cc3d16b /source4/librpc/idl | |
parent | 695677f4bb078291c683931d5017f339811abf90 (diff) | |
download | samba-52f7f9b8be118e6db7bb9280b2b48274a3092884.tar.gz samba-52f7f9b8be118e6db7bb9280b2b48274a3092884.tar.xz samba-52f7f9b8be118e6db7bb9280b2b48274a3092884.zip |
r3516: dcerpc_epm_map_binding now checks the endpoints it nows first
and then possibly does a epm_Map call().
ncacn_np now also uses dcerpc_epm_map_binding()
(This used to be commit 77eec3fa18dbbf4d774ccf04c7a38b0887f26ca6)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 3 | ||||
-rw-r--r-- | source4/librpc/idl/mgmt.idl | 1 | ||||
-rw-r--r-- | source4/librpc/idl/remact.idl | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 2bff814a454..e18c24a3cd1 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -36,9 +36,6 @@ interface epmapper const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860"; const string NDR_GUID_VERSION = 2; - const uint32 EPMAPPER_PORT = 135; - const string EPMAPPER_IDENTIFIER = "EPMAPPER"; - typedef struct { GUID uuid; uint16 version; diff --git a/source4/librpc/idl/mgmt.idl b/source4/librpc/idl/mgmt.idl index 8cc409454f7..ac41ff18640 100644 --- a/source4/librpc/idl/mgmt.idl +++ b/source4/librpc/idl/mgmt.idl @@ -7,6 +7,7 @@ [ uuid("afa8bd80-7d8a-11c9-bef4-08002b102989"), version(1.0), + endpoint("ncalrpc:", "ncacn_ip_tcp:[135]", "ncacn_np:[\\pipe\\epmapper]"), helpstring("DCE/RPC Remote Management") ] interface mgmt diff --git a/source4/librpc/idl/remact.idl b/source4/librpc/idl/remact.idl index 8a77240a19d..6065d41bcc0 100644 --- a/source4/librpc/idl/remact.idl +++ b/source4/librpc/idl/remact.idl @@ -10,7 +10,7 @@ [ uuid("4d9f4ab8-7d1c-11cf-861e-0020af6e7c57"), pointer_default(unique), - endpoint("ncalrpc:", "ncacn_ip_tcp:[135]"), + endpoint("ncalrpc:", "ncacn_ip_tcp:[135]", "ncacn_np:[\\pipe\\epmapper]"), depends(dcom) ] interface IRemoteActivation |