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)
commit35b83eb329482ac1b3bc67285854cc47844ff353
tree752737d3209c082ca4bedce975f141af3ff452ef
parent446306f054b27e903c50e1d96d23041e3a8e5705
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
source/include/cli_context.h
source/include/includes.h
source/libcli/auth/gensec_krb5.c
source/libcli/auth/spnego.c
source/libcli/raw/clisession.c
source/libcli/raw/smb_signing.c
source/smb_server/signing.c
source/smb_server/smb_server.h