Add simple implementation of several functions in the Samba 4 RPC
authorJelmer Vernooij <jelmer@samba.org>
Tue, 15 Apr 2008 15:55:44 +0000 (17:55 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 17 Apr 2008 08:58:10 +0000 (10:58 +0200)
commit350177824239343365d5c99ad4efd71e3b2ed6fa
tree1206f13bf1825f982a9a2d3634ea7168410b5b8e
parent2cbe5a006a6df79c38f4aaa68d498cd6d5a34dba
Add simple implementation of several functions in the Samba 4 RPC
library on top of the Samba 3 RPC library:

 * dcerpc_pipe_connect
 * dcerpc_ndr_request_recv
 * dcerpc_ndr_request_send

These are the main functions used by the generated client calls in Samba
4.
source/Makefile.in
source/include/includes.h
source/librpc/rpc/binding.c [new file with mode: 0644]
source/librpc/rpc/dcerpc.c [new file with mode: 0644]
source/librpc/rpc/dcerpc.h [new file with mode: 0644]
source/librpc/rpc/dcerpc_util.c [new file with mode: 0644]