Add simple implementation of several functions in the Samba 4 RPC
commit3db2249886bf19be4c357a0966d9efa2f2e692f6
authorJelmer Vernooij <jelmer@samba.org>
Tue, 15 Apr 2008 15:55:44 +0000 (15 17:55 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 17 Apr 2008 08:58:10 +0000 (17 10:58 +0200)
tree5717d007a72156d344bf1b0741177494af666152
parentb666ead6e4131e07d83aa17c2feed5b828984b3c
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.
(This used to be commit 350177824239343365d5c99ad4efd71e3b2ed6fa)
source3/Makefile.in
source3/include/includes.h
source3/librpc/rpc/binding.c [new file with mode: 0644]
source3/librpc/rpc/dcerpc.c [new file with mode: 0644]
source3/librpc/rpc/dcerpc.h [new file with mode: 0644]
source3/librpc/rpc/dcerpc_util.c [new file with mode: 0644]