summaryrefslogtreecommitdiff
path: root/source3/rpc_server/rpc_ep_setup.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-01s3-rpc_server: Rename to rpc service setup.Andreas Schneider1-920/+0
2011-08-01s3-rpc_server: Move the endpoint registration to own file.Andreas Schneider1-322/+63
2011-07-14s3-librpc: Pass messaging context to dcerpc register functions.Andreas Schneider1-0/+1
2011-07-01s3-printing: split out printing migration code into a smaller library.Günther Deschner1-1/+1
Guenther
2011-06-01s3-epmapper: Register ports on IPv4 too.Andreas Schneider1-1/+1
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Jun 1 13:14:53 CEST 2011 on sn-devel-104
2011-06-01s3-rpc_server: Remove guessing of the syntax id.Andreas Schneider1-10/+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-20s3-epmapper: Fixed endpoint registration.Andreas Schneider1-4/+4
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri May 20 12:03:18 CEST 2011 on sn-devel-104
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-33/+33
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett
2011-05-05s3-rpc_server: run minimal_includes.pl.Günther Deschner1-1/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu May 5 03:04:38 CEST 2011 on sn-devel-104
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-0/+1
Guenther
2011-05-02s3-proto: move remaining srvsvc protos to own header file.Günther Deschner1-0/+1
Guenther
2011-05-02s3-proto: move remaining spoolss protos to own header file.Günther Deschner1-0/+1
Guenther
2011-05-02s3-proto: move rpc_srv_register protos and structs to town headerfile.Günther Deschner1-0/+1
Guenther
2011-03-29s3-spoolssd: Start the spoolss service correctly.Andreas Schneider1-6/+16
Signed-off-by: Günther Deschner <gd@samba.org>
2011-03-29s3-epmap: Make rpc_ep_setup_register an internal function.Andreas Schneider1-5/+5
Signed-off-by: Günther Deschner <gd@samba.org>
2011-03-23s3-epmapper: Log error if we can't register the endpoint.Andreas Schneider1-2/+3
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Wed Mar 23 18:06:54 CET 2011 on sn-devel-104
2011-03-23s3-epmapper: Setup epm in smbd to forward np requests.Andreas Schneider1-0/+4
2011-03-23s3-epmapper: Remove unregister on shutdown.Andreas Schneider1-313/+13
This is done automatically now.
2011-03-23s3-rpc_server: Added disconnect callback function.Andreas Schneider1-8/+16
2011-03-23s3-rpc_server: Rename req to subreq.Andreas Schneider1-14/+14
2011-03-23s3-rpc_server: Implement an endpoint monitor loop.Andreas Schneider1-1/+113
2011-03-23s3-rpc_server: Added a memory context to the ep regsiter state.Andreas Schneider1-5/+17
2011-03-23s3-librpc: Leave the epm registration connection open.Andreas Schneider1-10/+22
2011-03-23s3-epmapper: Shutdown the embedded epmapper cleanly.Andreas Schneider1-1/+9
2011-03-09s3-rpc_server: Remove unused _rpc_ep_register.Andreas Schneider1-29/+0
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Mar 9 10:32:32 CET 2011 on sn-devel-104
2011-03-09s3-rpc_server: Use the new endpoint register functions.Andreas Schneider1-14/+14
2011-03-09s3-rpc_server: Add tevent based endpoint setup functions.Andreas Schneider1-0/+121
2011-03-08s3-rpc_server: Added IPv6 support for epmapper.Andreas Schneider1-0/+9
Signed-off-by: Günther Deschner <gd@samba.org>
2011-03-08s3-librpc: Register NCALRPC pipes.Andreas Schneider1-163/+500
Signed-off-by: Günther Deschner <gd@samba.org>
2011-03-08s3-rpc_server: Create the ncalrpc endpoints.Andreas Schneider1-63/+220
Signed-off-by: Günther Deschner <gd@samba.org>
2011-03-08s3-rpc_server: Start the Endpoint Mapper Dameon if enabled.Andreas Schneider1-6/+9
Endpoint Mapper is still disabled by default! Signed-off-by: Günther Deschner <gd@samba.org>
2011-03-08s3-rpc_server: Added tcpip listener for each rpc service.Andreas Schneider1-9/+101
Signed-off-by: Günther Deschner <gd@samba.org>
2011-03-08s3-librpc: Added tcpip support for dcerpc_binding_vector_create.Andreas Schneider1-0/+2
Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-22s3-rpc_server: Let enpoint mapper listen on port 135.Andreas Schneider1-1/+88
*** This is my commit #500 *** Endpoint Mapper is disabled by default. The next steps are to setup a tcpip and ncalrpc listener for each service and register it at epm. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue Feb 22 00:07:45 CET 2011 on sn-devel-104
2011-02-21s3-rpc_server: Added event and msg ctx to _rpc_ep_register.Andreas Schneider1-17/+82
2011-02-21s3-rpc_server: Added port option to _rpc_ep_register.Andreas Schneider1-15/+42
2011-02-21s3-rpc_server: Rename srv_rpc_register.c.Andreas Schneider1-0/+447