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>
Mon, 7 Jun 2010 13:34:29 +0000 (23:34 +1000)
commit9a747d500fad699038ecf75615c680a9fd9e4cc7
tree7ecdedc0de25c1372afa55b96db270b735b556bf
parentedba46ce94c335411ab337eeb4ef6f88fb3aae80
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