Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-14 | s3-librpc: Pass messaging context to dcerpc register functions. | Andreas Schneider | 1 | -0/+1 | |
2011-07-01 | s3-printing: split out printing migration code into a smaller library. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-06-01 | s3-epmapper: Register ports on IPv4 too. | Andreas Schneider | 1 | -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-01 | s3-rpc_server: Remove guessing of the syntax id. | Andreas Schneider | 1 | -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-20 | s3-epmapper: Fixed endpoint registration. | Andreas Schneider | 1 | -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-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -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-05 | s3-rpc_server: run minimal_includes.pl. | Günther Deschner | 1 | -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-02 | s3: include ntdomain.h before including generated srv_ headers. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-02 | s3-proto: move remaining srvsvc protos to own header file. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-02 | s3-proto: move remaining spoolss protos to own header file. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-02 | s3-proto: move rpc_srv_register protos and structs to town headerfile. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-29 | s3-spoolssd: Start the spoolss service correctly. | Andreas Schneider | 1 | -6/+16 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-29 | s3-epmap: Make rpc_ep_setup_register an internal function. | Andreas Schneider | 1 | -5/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-23 | s3-epmapper: Log error if we can't register the endpoint. | Andreas Schneider | 1 | -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-23 | s3-epmapper: Setup epm in smbd to forward np requests. | Andreas Schneider | 1 | -0/+4 | |
2011-03-23 | s3-epmapper: Remove unregister on shutdown. | Andreas Schneider | 1 | -313/+13 | |
This is done automatically now. | |||||
2011-03-23 | s3-rpc_server: Added disconnect callback function. | Andreas Schneider | 1 | -8/+16 | |
2011-03-23 | s3-rpc_server: Rename req to subreq. | Andreas Schneider | 1 | -14/+14 | |
2011-03-23 | s3-rpc_server: Implement an endpoint monitor loop. | Andreas Schneider | 1 | -1/+113 | |
2011-03-23 | s3-rpc_server: Added a memory context to the ep regsiter state. | Andreas Schneider | 1 | -5/+17 | |
2011-03-23 | s3-librpc: Leave the epm registration connection open. | Andreas Schneider | 1 | -10/+22 | |
2011-03-23 | s3-epmapper: Shutdown the embedded epmapper cleanly. | Andreas Schneider | 1 | -1/+9 | |
2011-03-09 | s3-rpc_server: Remove unused _rpc_ep_register. | Andreas Schneider | 1 | -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-09 | s3-rpc_server: Use the new endpoint register functions. | Andreas Schneider | 1 | -14/+14 | |
2011-03-09 | s3-rpc_server: Add tevent based endpoint setup functions. | Andreas Schneider | 1 | -0/+121 | |
2011-03-08 | s3-rpc_server: Added IPv6 support for epmapper. | Andreas Schneider | 1 | -0/+9 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-librpc: Register NCALRPC pipes. | Andreas Schneider | 1 | -163/+500 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Create the ncalrpc endpoints. | Andreas Schneider | 1 | -63/+220 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Start the Endpoint Mapper Dameon if enabled. | Andreas Schneider | 1 | -6/+9 | |
Endpoint Mapper is still disabled by default! Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Added tcpip listener for each rpc service. | Andreas Schneider | 1 | -9/+101 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-librpc: Added tcpip support for dcerpc_binding_vector_create. | Andreas Schneider | 1 | -0/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-22 | s3-rpc_server: Let enpoint mapper listen on port 135. | Andreas Schneider | 1 | -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-21 | s3-rpc_server: Added event and msg ctx to _rpc_ep_register. | Andreas Schneider | 1 | -17/+82 | |
2011-02-21 | s3-rpc_server: Added port option to _rpc_ep_register. | Andreas Schneider | 1 | -15/+42 | |
2011-02-21 | s3-rpc_server: Rename srv_rpc_register.c. | Andreas Schneider | 1 | -0/+447 | |