r1521: Updates to our SMB signing code.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 16 Jul 2004 02:54:57 +0000 (02:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:57:39 +0000 (12:57 -0500)
commitb3c46674a670ea51607d5c2a73271dff531ae7d6
treec09e07ce443ab9521ff1b0f57e55c8945d7df513
parent526d687cbbdf323dc883bb1298dfd2dc952fecc6
r1521: Updates to our SMB signing code.

- This causes our client and server code to use the same core code,
  with the same debugs etc.
- In turn, this will allow the 'mandetory/fallback' signing algorithms
  to be shared, and only written once.

Updates to the SPNEGO code
- Don't wrap an empty token to the server, if we are actually already finished.

Andrew Bartlett
(This used to be commit 35b83eb329482ac1b3bc67285854cc47844ff353)
source4/include/cli_context.h
source4/include/includes.h
source4/libcli/auth/gensec_krb5.c
source4/libcli/auth/spnego.c
source4/libcli/raw/clisession.c
source4/libcli/raw/smb_signing.c
source4/smb_server/signing.c
source4/smb_server/smb_server.h