Print this page
12513 SMB 3.1.1 support for server

*** 20,29 **** --- 20,30 ---- */ /* * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2017 by Delphix. All rights reserved. * Copyright 2019 Nexenta by DDN, Inc. All rights reserved. + * Copyright 2020 RackTop Systems, Inc. */ /* * General Structures Layout * -------------------------
*** 2076,2085 **** --- 2077,2087 ---- sv->sv_cfg.skc_print_enable = ioc->print_enable; sv->sv_cfg.skc_traverse_mounts = ioc->traverse_mounts; sv->sv_cfg.skc_max_protocol = ioc->max_protocol; sv->sv_cfg.skc_min_protocol = ioc->min_protocol; sv->sv_cfg.skc_encrypt = ioc->encrypt; + sv->sv_cfg.skc_encrypt_cipher = ioc->encrypt_cipher; sv->sv_cfg.skc_execflags = ioc->exec_flags; sv->sv_cfg.skc_negtok_len = ioc->negtok_len; sv->sv_cfg.skc_version = ioc->version; sv->sv_cfg.skc_initial_credits = ioc->initial_credits; sv->sv_cfg.skc_maximum_credits = ioc->maximum_credits;