svn commit: samba r3163 - in branches/SAMBA_4_0/source: build/smb_build rpc_server script/tests

jelmer at samba.org jelmer at samba.org
Sun Oct 24 15:48:19 GMT 2004


Author: jelmer
Date: 2004-10-24 15:48:19 +0000 (Sun, 24 Oct 2004)
New Revision: 3163

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=3163&nolog=1

Log:
Add server side support for ncalrpc: and ncacn_unix_stream:

Examples of binding strings are :

ncalrpc:[EPMAPPER]
ncacn_unix_stream:[/tmp/epmapper]

N.B. The unix socket support in lib/socket/ appears to close and remove the 
socket it is listening on after the first client disconnects so until 
that has been fixed, it is only possible to do one ncalrpc: or ncacn_unix_stream: request per instance of smbd :-)

Support for looking up NCALRPC names via the endpoint mapper will be added later.

Added:
   branches/SAMBA_4_0/source/rpc_server/dcerpc_sock.c
Removed:
   branches/SAMBA_4_0/source/rpc_server/dcerpc_tcp.c
Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pl
   branches/SAMBA_4_0/source/rpc_server/config.mk
   branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c
   branches/SAMBA_4_0/source/script/tests/test_binding_string.sh


Changeset:
Sorry, the patch is too large (661 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=3163&nolog=1


More information about the samba-cvs mailing list