]> git.ipfire.org Git - thirdparty/samba.git/commit
argh! smb-agent redirection client reusage is a nightmare!
authorLuke Leighton <lkcl@samba.org>
Fri, 3 Dec 1999 23:36:53 +0000 (23:36 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 3 Dec 1999 23:36:53 +0000 (23:36 +0000)
commite9e5a34de8e8f9a69e817aceb8c16284334d4642
treef69f55a3e1cf53b9127cbce37d0ac661afe11539
parentd54a64ae3ab7cdc1ac67fb49f7255e6a106d624e
argh!  smb-agent redirection client reusage is a nightmare!
moved smb-agent over to a single-process model instead of fork()
in order to reuse client connections.  except, of course, you
can't do a select() on the same socket connections!  argh!
source/libsmb/clientgen.c
source/libsmb/pwd_cache.c
source/rpc_client/cli_use.c
source/utils/smb-agent.c