r13402: Make Samba4 pass a nastier RPC-SCHANNEL test.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 9 Feb 2006 02:30:43 +0000 (02:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:53 +0000 (13:51 -0500)
commit5cecce1761c06b0641190cf7bb8e93bff9a88cf4
tree749d647c537a3d7ed2c1081c3bef705d95a26227
parent4c78d1bfa21947f649b061279e7388c478f77fe0
r13402: Make Samba4 pass a nastier RPC-SCHANNEL test.

The new RPC-SCHANNEL test shows that the full credentials state must
be kept in some shared memory, for some length of time.  In
particular, clients will reconnect with SCHANNEL (after loosing all
connections) and expect that the credentials chain will remain in the
same place.

To achive this, we do the server-side crypto in a transaction,
including the fetch/store of the shared state.

Andrew Bartlett
(This used to be commit 982a6aa871c9fce17410a9712cd9fa726025ff90)
source4/auth/gensec/schannel.c
source4/auth/gensec/schannel_sign.c
source4/auth/gensec/schannel_state.c
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/torture/rpc/schannel.c