diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-24 16:31:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:28 -0500 |
commit | b9956de1b1319f1869efa79d76674484b7f41166 (patch) | |
tree | a23791b99bab84aec03fb24077572fb4da79fa0f /source4/librpc/idl/epmapper.idl | |
parent | 78e5bc76b602f9ccf49e2f139cbd1f20b458def4 (diff) | |
download | samba-b9956de1b1319f1869efa79d76674484b7f41166.tar.gz samba-b9956de1b1319f1869efa79d76674484b7f41166.tar.bz2 samba-b9956de1b1319f1869efa79d76674484b7f41166.zip |
r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nicely :-)
The various interface that support ncalrpc work nicely when tested
with smbtorture and ncalrpc.
Running RPC-SAMR against local smbd here is slightly faster using ncalrpc:
ncalrpc: 1.8 sec
ncacn_ip_tcp: 1.9 sec
ncacn_np: 2.5 sec
(This used to be commit 2cfc8f24ce209f47153d3a5bd7007dd1b0578b26)
Diffstat (limited to 'source4/librpc/idl/epmapper.idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index e0d79a0fe1..cd70ca4431 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -36,6 +36,7 @@ interface epmapper const string NDR_GUID_VERSION = 2; const uint32 EPMAPPER_PORT = 135; + const string EPMAPPER_IDENTIFIER = "EPMAPPER"; typedef struct { GUID uuid; |