r22055: Port the endpoint mapper (and functions it requires) to Samba 3.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 3 Apr 2007 12:28:40 +0000 (12:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:06 +0000 (12:19 -0500)
commitad981261877e6a2dce0c4f4e71fd9127aa31538a
treea5ea11201c9ccf8fe6bcc2354dbff7a2be92482c
parent9b34cd8d8917bc640c861783e56a1c121c7c47f9
r22055: Port the endpoint mapper (and functions it requires) to Samba 3.
17 files changed:
source/Makefile.in
source/configure.in
source/include/rpc_client.h
source/include/smb.h
source/librpc/gen_ndr/cli_epmapper.c [new file with mode: 0644]
source/librpc/gen_ndr/cli_epmapper.h [new file with mode: 0644]
source/librpc/gen_ndr/epmapper.h [new file with mode: 0644]
source/librpc/gen_ndr/ndr_epmapper.c [new file with mode: 0644]
source/librpc/gen_ndr/ndr_epmapper.h [new file with mode: 0644]
source/librpc/gen_ndr/srv_epmapper.c [new file with mode: 0644]
source/librpc/gen_ndr/srv_epmapper.h [new file with mode: 0644]
source/librpc/gen_ndr/tables.c
source/librpc/idl/epmapper.idl [new file with mode: 0644]
source/librpc/ndr/ndr_basic.c
source/rpc_parse/parse_rpc.c
source/rpc_server/srv_epmapper_nt.c [new file with mode: 0644]
source/rpc_server/srv_pipe.c