Add the capability to set "smb encrypt = required"
authorJeremy Allison <jra@samba.org>
Fri, 28 Dec 2007 07:51:03 +0000 (23:51 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 28 Dec 2007 07:51:03 +0000 (23:51 -0800)
commitafce2b245a8ff137a4ecea547c3cfb65ab58dc15
tree56c8f1258e0f042977b2f0defef53f96b9f6bfe8
parent33f01360e0a40f6d1fa03035979d816ff9198d85
Add the capability to set "smb encrypt = required"
on a share (or global) and have the server reply with
ACCESS_DENIED for all non-encrypted traffic (except
that used to query encryption requirements and set
encryption state).
Jeremy.
(This used to be commit d241bfa57729bb934ada6beabf842a2ca7b4f8a2)
source3/client/client.c
source3/include/smb.h
source3/smbd/process.c
source3/smbd/service.c
source3/smbd/trans2.c