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)
commite9a7e67e01c115328f95690cbf63ca1ef0b4d408
treebe092cb1c743c040fe51f7684a562f7cc875d7ac
parent59572d1297ca5c11067e98a8a01199d5f49c02f8
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
(This used to be commit e27b5cbe75d89ec839dafd52dd33101885a4c263)
source3/include/smb.h
source3/lib/util_sock.c
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/smb_signing.c
source3/smbd/password.c
source3/smbd/sesssetup.c