]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
CVE-2016-2115(<=4.3): docs-xml: add "client ipc signing" option
authorRalph Boehme <slow@samba.org>
Fri, 18 Mar 2016 08:04:37 +0000 (09:04 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 30 Mar 2016 02:07:59 +0000 (04:07 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11796

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/param/param_table.c

index 9d12b6690214ce7d9d9cb4d652fc4bba9768f299..bce424547fb3e554de339ab4628c05fa667c01bd 100644 (file)
@@ -4508,6 +4508,14 @@ struct parm_struct parm_table[] = {
                .special        = NULL,
                .enum_list      = enum_protocol,
        },
+       {
+               .label          = "client ipc signing",
+               .type           = P_ENUM,
+               .p_class        = P_GLOBAL,
+               .offset         = GLOBAL_VAR(_client_ipc_signing),
+               .special        = NULL,
+               .enum_list      = enum_smb_signing_vals,
+       },
 
        {NULL,  P_BOOL,  P_NONE,  0,  NULL,  NULL,  0}
 };