summaryrefslogtreecommitdiffstats
path: root/source3/librpc/rpc
Commit message (Collapse)AuthorAgeFilesLines
...
* fix return code.Jelmer Vernooij2008-04-171-1/+3
| | | | (This used to be commit d356baae802d36909c3c990b834a4a37aba736f4)
* Actually connect to RPC.Jelmer Vernooij2008-04-172-5/+35
| | | | (This used to be commit 3082534454ff936ac0b78b5a2c72c9b060e21244)
* Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij2008-04-174-0/+2362
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)