Add a command line option (-S on|off|required) to enable signing on client
authorJeremy Allison <jra@samba.org>
Wed, 30 Jul 2003 23:49:29 +0000 (23:49 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 30 Jul 2003 23:49:29 +0000 (23:49 +0000)
commit29ca70cd34d3ba927ea1a9915ebd247f64965bd5
tree6771fb7dbb2efbf224c46cb8ce9010c20f799d15
parentd6ee1d167c81d3b632af0415445745a180d58b3c
Add a command line option (-S on|off|required) to enable signing on client
connections. Overrides smb.conf parameter if set.
Jeremy.
(This used to be commit 879309671df6b530e0bff69559422a417da4a307)
19 files changed:
source3/auth/auth_domain.c
source3/client/client.c
source3/client/smbspool.c
source3/include/popt_common.h
source3/include/smb.h
source3/lib/popt_common.c
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/trusts_util.c
source3/nsswitch/winbindd_cm.c
source3/python/py_common.c
source3/rpcclient/rpcclient.c
source3/smbd/change_trust_pw.c
source3/torture/locktest2.c
source3/torture/torture.c
source3/utils/net.c
source3/utils/net_ads.c
source3/utils/smbcacls.c
source3/utils/smbcquotas.c