r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transports.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 24 Oct 2004 14:57:16 +0000 (14:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:02:27 +0000 (13:02 -0500)
commit40c5a1d99fba2144fc3b5d4d8ed5959a269600ca
tree886aeb4afd4ed010aa3f562d3b6b90909054ea3c
parent62e58ea7180e265ffe79b998e7488f20909d3fa0
r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transports.

ncalrpc uses the new config option "ncalrpc dir" for creating unix sockets.
(This used to be commit b15cfbe2512961a199ecb069730d9a19787579f5)
18 files changed:
source4/build/smb_build/makefile.pl
source4/dynconfig.c
source4/include/dynconfig.h
source4/librpc/config.m4
source4/librpc/idl/atsvc.idl
source4/librpc/idl/browser.idl
source4/librpc/idl/echo.idl
source4/librpc/idl/epmapper.idl
source4/librpc/idl/lsa.idl
source4/librpc/idl/oxidresolver.idl
source4/librpc/idl/samr.idl
source4/librpc/idl/svcctl.idl
source4/librpc/idl/winreg.idl
source4/librpc/rpc/dcerpc_sock.c [new file with mode: 0644]
source4/librpc/rpc/dcerpc_tcp.c [deleted file]
source4/librpc/rpc/dcerpc_util.c
source4/param/loadparm.c
source4/torture/rpc/epmapper.c