ABOUT TIME!!!!!!!!
authorLuke Leighton <lkcl@samba.org>
Wed, 8 Dec 1999 21:43:03 +0000 (21:43 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 8 Dec 1999 21:43:03 +0000 (21:43 +0000)
commit30c7fdd6ef10ecd35594311c1b250b95ff895489
tree0eef964462f04360126253f57fa326923c1882ef
parent2245b0c6d13c7c5886e81f9137b05df883598c26
ABOUT TIME!!!!!!!!

damn, this one is bad.

started, at least two days ago, to add an authentication mechanism to
the smbd<->msrpc redirector/relay, such that sufficient unix / nt
information could be transferred across the unix socket to do a
become_user() on the other side of the socket.

it is necessary that the msrpc daemon inherit the same unix and nt
credentials as the smbd process from which it was spawned, until
such time as the msrpc daemon receives an authentication request
of its own, whereupon the msrpc daemon is responsible for authenticating
the new credentials and doing yet another become_user() etc sequence.
22 files changed:
source/Makefile.in
source/include/client.h
source/include/proto.h
source/include/rpcclient.h
source/include/smb.h
source/lib/domain_namemap.c
source/lib/msrpc-agent.c
source/lib/msrpc-client.c
source/lib/msrpc_use.c
source/libsmb/clientgen.c
source/lsarpcd/lsarpcd_process.c
source/rpc_client/cli_connect.c
source/rpc_client/cli_lsarpc.c
source/rpc_client/cli_use.c
source/rpc_parse/parse_prs.c
source/rpc_server/srv_pipe.c
source/rpcclient/cmd_netlogon.c
source/rpcclient/cmd_samr.c
source/rpcclient/cmd_spoolss.c
source/rpcclient/rpcclient.c
source/smbd/server.c
source/utils/smb-agent.c