summaryrefslogtreecommitdiffstats
path: root/source3/librpc/rpc/binding.c
Commit message (Collapse)AuthorAgeFilesLines
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-121-709/+0
|
* s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner2008-09-231-1/+1
| | | | Guenther
* Attempt to fix the build on IRIX: Bug 5420Volker Lendecke2008-04-301-0/+1
| | | | (This used to be commit ebca5fd7625e3ff3d76ab4e6c245ba3297ca03b4)
* Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij2008-04-171-0/+708
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)