simple mods to add msrpc pipe redirection. default behaviour: fall back
authorLuke Leighton <lkcl@samba.org>
Mon, 3 Jan 2000 19:19:48 +0000 (19:19 +0000)
committerLuke Leighton <lkcl@samba.org>
Mon, 3 Jan 2000 19:19:48 +0000 (19:19 +0000)
commitfbd17c8dafeefac788f4bc1c41045726825f513f
tree93aea0a144e9f649d32d7340e12ec9965aab6825
parent632b4f806eae15e319b8f62caef5d25634cf720c
simple mods to add msrpc pipe redirection.  default behaviour: fall back
to using internal msrpc code in smbd.
(This used to be commit 8976e26d46cb991710bc77463f7f928ac00dd4d8)
24 files changed:
source3/Makefile.in
source3/configure.developer
source3/include/client.h
source3/include/ntdomain.h
source3/include/proto.h
source3/include/rpc_creds.h [new file with mode: 0644]
source3/include/smb.h
source3/lib/doscalls.c
source3/lib/msrpc-client.c [new file with mode: 0644]
source3/lib/msrpc_use.c [new file with mode: 0644]
source3/lib/util.c
source3/lib/util_array.c [new file with mode: 0644]
source3/lib/util_sid.c
source3/lib/util_sock.c
source3/libsmb/pwd_cache.c
source3/passdb/passdb.c
source3/rpc_parse/parse_creds.c [new file with mode: 0644]
source3/rpc_parse/parse_prs.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_pipe_hnd.c
source3/rpc_server/srv_pipe_srv.c [new file with mode: 0644]
source3/smbd/ipc.c
source3/smbd/pipes.c
source3/smbd/server.c