summaryrefslogtreecommitdiff
path: root/source3/rpc_server/rpc_server.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-07rpcserver: fix useless declaration warningBjörn Jacke1-1/+0
issues by irix compiler
2011-08-21s3-rpc_server: Add create_dcerpc_ncalrpc_socket().Andreas Schneider1-0/+1
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
2011-08-21rpc_server: Add forward declaration for dcerpc_transport_t.Andreas Schneider1-0/+1
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
2011-08-21s3-rpc_server: Move config helpers in one place.Simo Sorce1-21/+0
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
2011-08-21s3-rpc_server: Add helper to define/retrieve daemons configurationSimo Sorce1-0/+21
Wtith this set of helper functions we make it easy to configure if we want to use an embedded rpc server, or if we want to fork one. Or even just disable it and let a third party server be used when the service is configured as "external". Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
2011-08-21s3-rpc_server: Make dcerpc_ncacn_accept() public.Andreas Schneider1-0/+9
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
2011-08-10s3-rpc_server: add termination functionSimo Sorce1-1/+4
This way we can act when a client disconnects. Signed-off-by: Andreas Schneider <asn@samba.org>
2011-08-10s3-rpc: Expose some internal functionsSimo Sorce1-0/+4
This will allow to hook the prefork socket handlers to the rpc service. Signed-off-by: Andreas Schneider <asn@samba.org>
2011-07-18s3-rpc_server: Fixed segfaults in rpc daemons.Andreas Schneider1-1/+2
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Jul 18 14:01:02 CEST 2011 on sn-devel-104
2011-06-01s3-rpc_server: Remove guessing of the syntax id.Andreas Schneider1-2/+0
This is only a wild guess. We don't know to which rpc service the client wants to talk until we read the the rpc bind packet.
2011-05-02s3-rpc_server: add pipes_struct forward declaration.Günther Deschner1-0/+2
Guenther
2011-03-23s3-rpc_server: Added disconnect callback function.Andreas Schneider1-1/+4
2011-03-08s3-rpc_server: Added prototype to setup a ncalrpc socket.Andreas Schneider1-0/+5
Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-21s3-rpc_server: Added function to setup tcpip listener!Andreas Schneider1-0/+6
2010-09-15s3-rpc_server: Added initial generic RPC server infrastructure.Simo Sorce1-1/+3
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-07-28s3-rpc_server: Use struct pipes_struct.Andreas Schneider1-2/+2
2010-07-17s3-dcerpc: Move mere processing functions from srv_pipe_hnd.c to srv_pipe.cSimo Sorce1-0/+26