Schannel, once setup, may be used on *ANY* TCP/IP connection until the
authorAndrew Bartlett <abartlet@samba.org>
Fri, 25 Jul 2003 01:26:19 +0000 (01:26 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 25 Jul 2003 01:26:19 +0000 (01:26 +0000)
commitfa4d7be1619b51aacec37ddf995c940b8100aef9
treec2e7e6cde9dfe959fe3bea1e1bec830053197d88
parentad4dd4909ffa29dbfbbd9a4f234e976fd253846b
Schannel, once setup, may be used on *ANY* TCP/IP connection until the
connection that set it up has been shut down.

(Also, pipes still connected, and reconnections to the same pipe (eg SAMR)
may continue to use that session key until their TCP/IP connection is shut
down)

Allow further testing by printing out the session key, and allowing it's input
into rpcclient.

Next step is automatic storage in a TDB.

Andrew Bartlett
source/rpc_client/cli_pipe.c
source/rpcclient/rpcclient.c