]> git.ipfire.org Git - thirdparty/samba.git/commit
cool! a unix socket smb redirector. code based on smbfilter and
authorLuke Leighton <lkcl@samba.org>
Fri, 3 Dec 1999 18:16:08 +0000 (18:16 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 3 Dec 1999 18:16:08 +0000 (18:16 +0000)
commit7d01f964ff3c1a11bd72d987312f9826fee1c124
tree74a89a0a240cd6fd8389efd569e7ba9a3415018a
parent69683dc27a8eab7a97f580050c71ab64f1d58987
cool!  a unix socket smb redirector.  code based on smbfilter and
ideas from ssh-agent.

the intent is to be able to share smb sessions using cli_net_use_add()
across multiple processes, where one process knows the target server
name, user name and domain, but not the smb password.
(This used to be commit 294b653f2e9cdc1864ec638ae8b4300df25723cf)
source3/Makefile.in
source3/include/client.h
source3/include/proto.h
source3/libsmb/clientgen.c
source3/libsmb/pwd_cache.c
source3/rpc_client/cli_connect.c
source3/rpc_client/cli_use.c
source3/rpcclient/rpcclient.c
source3/utils/smb-agent.c [new file with mode: 0644]