Merge from HEAD the SMB signing patch that I developed a couple of weeks
authorAndrew Bartlett <abartlet@samba.org>
Sat, 27 Mar 2004 07:33:59 +0000 (07:33 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 27 Mar 2004 07:33:59 +0000 (07:33 +0000)
commite27b5cbe75d89ec839dafd52dd33101885a4c263
tree14d332d623c02300615ee3ed4abe2d02094c04e9
parent01fff20e6e0212e9f70a5a66c3e46f7079b342f1
Merge from HEAD the SMB signing patch that I developed a couple of weeks
ago.

This patch re-adds support for 'optional' SMB signing.  It also ensures that
we are much more careful about when we enable signing, particularly with
on-the-fly smb.conf reloads.

The client code will now attempt to use smb signing by default, and disable
it if the server doesn't correctly support it.

Andrew Bartlett
source/include/smb.h
source/lib/util_sock.c
source/libsmb/cliconnect.c
source/libsmb/clientgen.c
source/libsmb/smb_signing.c
source/smbd/password.c
source/smbd/sesssetup.c