Move our DC to implement mandetory signing.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 5 Sep 2008 06:45:10 +0000 (16:45 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 5 Sep 2008 06:45:10 +0000 (16:45 +1000)
commit468bf839c500ed1a26ab9a358ee64a4c0a695797
tree289a04c58b13042c39610c52407a6c5f6f71093b
parenta89f9818180e8fb868975c444c4d0e5aaa8d4e79
Move our DC to implement mandetory signing.

(this does not change the file server role, and only really changes
what 'server signing = auto' means)

Optional signing really isn't any benifit to network security.

In doing so, allow anonymous clients (if permitted by policy) to log
in without signing, as Samba3 does not sign these connections (which
would use an all-zero key, so pointless).

Andrew Bartlett
source/smb_server/smb/sesssetup.c
source/smb_server/smb/signing.c