Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-21 | s3-rpc_server: Add create_dcerpc_ncalrpc_socket(). | Andreas Schneider | 1 | -0/+1 | |
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2011-08-21 | rpc_server: Add forward declaration for dcerpc_transport_t. | Andreas Schneider | 1 | -0/+1 | |
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2011-08-21 | s3-rpc_server: Move config helpers in one place. | Simo Sorce | 1 | -21/+0 | |
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2011-08-21 | s3-rpc_server: Add helper to define/retrieve daemons configuration | Simo Sorce | 1 | -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-21 | s3-rpc_server: Make dcerpc_ncacn_accept() public. | Andreas Schneider | 1 | -0/+9 | |
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2011-08-10 | s3-rpc_server: add termination function | Simo Sorce | 1 | -1/+4 | |
This way we can act when a client disconnects. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-08-10 | s3-rpc: Expose some internal functions | Simo Sorce | 1 | -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-18 | s3-rpc_server: Fixed segfaults in rpc daemons. | Andreas Schneider | 1 | -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-01 | s3-rpc_server: Remove guessing of the syntax id. | Andreas Schneider | 1 | -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-02 | s3-rpc_server: add pipes_struct forward declaration. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-03-23 | s3-rpc_server: Added disconnect callback function. | Andreas Schneider | 1 | -1/+4 | |
2011-03-08 | s3-rpc_server: Added prototype to setup a ncalrpc socket. | Andreas Schneider | 1 | -0/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-21 | s3-rpc_server: Added function to setup tcpip listener! | Andreas Schneider | 1 | -0/+6 | |
2010-09-15 | s3-rpc_server: Added initial generic RPC server infrastructure. | Simo Sorce | 1 | -1/+3 | |
Signed-off-by: Andreas Schneider <asn@cynapses.org> | |||||
2010-07-28 | s3-rpc_server: Use struct pipes_struct. | Andreas Schneider | 1 | -2/+2 | |
2010-07-17 | s3-dcerpc: Move mere processing functions from srv_pipe_hnd.c to srv_pipe.c | Simo Sorce | 1 | -0/+26 | |