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)
commit0389cad7c492eda5aee590d0396748c7da9b44ff
tree13bb3ae9d118d2eb17e374be0a2a675d03f11ff6
parent4432df38eeffa3f9d63b908ce2d0af8d00297078
r22055: Port the endpoint mapper (and functions it requires) to Samba 3.
(This used to be commit ad981261877e6a2dce0c4f4e71fd9127aa31538a)
17 files changed:
source3/Makefile.in
source3/configure.in
source3/include/rpc_client.h
source3/include/smb.h
source3/librpc/gen_ndr/cli_epmapper.c [new file with mode: 0644]
source3/librpc/gen_ndr/cli_epmapper.h [new file with mode: 0644]
source3/librpc/gen_ndr/epmapper.h [new file with mode: 0644]
source3/librpc/gen_ndr/ndr_epmapper.c [new file with mode: 0644]
source3/librpc/gen_ndr/ndr_epmapper.h [new file with mode: 0644]
source3/librpc/gen_ndr/srv_epmapper.c [new file with mode: 0644]
source3/librpc/gen_ndr/srv_epmapper.h [new file with mode: 0644]
source3/librpc/gen_ndr/tables.c
source3/librpc/idl/epmapper.idl [new file with mode: 0644]
source3/librpc/ndr/ndr_basic.c
source3/rpc_parse/parse_rpc.c
source3/rpc_server/srv_epmapper_nt.c [new file with mode: 0644]
source3/rpc_server/srv_pipe.c