s3-seal Remove struct smb_srv_trans_enc_ctx
authorAndrew Bartlett <abartlet@samba.org>
Wed, 19 Oct 2011 05:33:04 +0000 (16:33 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Oct 2011 06:50:02 +0000 (08:50 +0200)
commit38de149e9b7e6150d4410bd964548ee22ffe8199
treea996e93c619ebdd9c5a1dc06b7e8d9e2eb389d31
parent0fe419205444f2c4f33581ea77a732e6d069e318
s3-seal Remove struct smb_srv_trans_enc_ctx

This structure added no value, particularly after the move to gensec.

It was added at a time when auth_ntlmssp_state was not available in
the client.  This changed a while back (the wrapper was extended with
client calls), and the move to gensec again reinforced that we do not
need the extra complexity.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/globals.c
source3/smbd/globals.h
source3/smbd/seal.c