s3:auth add hooks to indicate if signing or sealing is desired with NTLMSSP
authorAndrew Bartlett <abartlet@samba.org>
Wed, 2 Jun 2010 12:52:56 +0000 (22:52 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jun 2010 11:57:50 +0000 (21:57 +1000)
commit5321d3d65e604299102731ff8306a32c3eb1f944
treed4e24fee7a4d2bacbff04b2f523f4f2862e1e982
parentd00c62c53e29811bf1882a0c29c4bee91b005806
s3:auth add hooks to indicate if signing or sealing is desired with NTLMSSP

This allows the right hooks to be called in GENSEC when s3compat
implements the auth_ntlmssp interface.  Otherwise, we can't do the
signing or sealing as we have not negoitated it's use.

Andrew Bartlett
source3/auth/auth_ntlmssp.c
source3/include/proto.h
source3/rpc_server/srv_pipe.c