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)
commit294b653f2e9cdc1864ec638ae8b4300df25723cf
tree89bb71ae713de0711fea8f229af0bd15b29d1d04
parentf33e4ca930f8299c00f861215c5231eef9ecef94
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.
source/Makefile.in
source/include/client.h
source/include/proto.h
source/libsmb/clientgen.c
source/libsmb/pwd_cache.c
source/rpc_client/cli_connect.c
source/rpc_client/cli_use.c
source/rpcclient/rpcclient.c
source/utils/smb-agent.c [new file with mode: 0644]