diff options
author | Stefan Metzmacher <metze@samba.org> | 2016-02-27 03:43:58 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2016-04-12 19:25:26 +0200 |
commit | f65f618e9634d75f0074b2031f856f0ed605d705 (patch) | |
tree | f24c4d2a41372fb875709fff8957db8b2a35fac0 /source3/include/proto.h | |
parent | 8ff6a955f51ccb64cc6679bb457064659f030ab8 (diff) | |
download | samba-f65f618e9634d75f0074b2031f856f0ed605d705.tar.gz |
CVE-2016-2115: docs-xml: add "client ipc signing" option
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11756
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 5b7ceaa9cd7..a6573fbf4ec 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -899,6 +899,7 @@ int lp_client_max_protocol(void); int lp_winbindd_max_protocol(void); int lp_client_ipc_min_protocol(void); int lp_client_ipc_max_protocol(void); +int lp_client_ipc_signing(void); int lp_smb2_max_credits(void); int lp_cups_encrypt(void); bool lp_widelinks(int ); |