Print this page
NEX-19057 All zfs/nfs/smb threads in door calls to idle idmap
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-17457 kernel share list fails to be updated after fs import
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
NEX-10098 Disabling SMB server service does not change the sharestate of a smb share to “offline”.
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
NEX-2225 Unable to join NexentaStor to 2008 AD
NEX-1810 extended security Kerberos (inbound)
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/lib/smbsrv/libmlsvc/common/mapfile-vers
+++ new/usr/src/lib/smbsrv/libmlsvc/common/mapfile-vers
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
|
↓ open down ↓ |
12 lines elided |
↑ open up ↑ |
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
23 -# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
23 +# Copyright 2019 Nexenta Systems, Inc. All rights reserved.
24 24 #
25 25
26 26 #
27 27 # MAPFILE HEADER START
28 28 #
29 29 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
30 30 # Object versioning must comply with the rules detailed in
31 31 #
32 32 # usr/src/lib/README.mapfiles
33 33 #
34 34 # You should not be making modifications here until you've read the most current
35 35 # copy of that file. If you need help, contact a gatekeeper for guidance.
36 36 #
37 37 # MAPFILE HEADER END
|
↓ open down ↓ |
4 lines elided |
↑ open up ↑ |
38 38 #
39 39
40 40 $mapfile_version 2
41 41
42 42 SYMBOL_VERSION SUNWprivate {
43 43 global:
44 44 dfs_get_referrals;
45 45 dfs_info_free;
46 46 dssetup_check_service;
47 47 dssetup_clear_domain_info;
48 + lsa_lookup_lname;
49 + lsa_lookup_lsid;
48 50 lsa_lookup_name;
49 51 lsa_lookup_sid;
50 52 mlsvc_disconnect;
51 53 mlsvc_fini;
52 54 mlsvc_init;
53 55 mlsvc_join;
54 56 mlsvc_netlogon;
55 57 smb_autohome_add;
56 58 smb_autohome_remove;
57 59 smb_ddiscover_bad_dc;
58 60 smb_ddiscover_refresh;
59 61 smb_decode_krb5_pac;
60 62 smb_locate_dc;
61 63 smb_logon;
62 64 smb_logon_abort;
63 65 smb_quota_free;
64 66 smb_quota_query;
|
↓ open down ↓ |
7 lines elided |
↑ open up ↑ |
65 67 smb_quota_set;
66 68 smb_shr_add;
67 69 smb_shr_count;
68 70 smb_shr_exec;
69 71 smb_shr_get;
70 72 smb_shr_hostaccess;
71 73 smb_shr_iterate;
72 74 smb_shr_iterinit;
73 75 smb_shr_list;
74 76 smb_shr_load;
77 + smb_shr_load_execinfo;
75 78 smb_shr_modify;
76 79 smb_shr_remove;
77 80 smb_shr_rename;
78 81 smb_shr_sa_csc_name;
79 82 smb_shr_start;
80 83 smb_shr_stop;
84 + smb_shr_unload;
81 85 smb_token_destroy;
82 86 smb_token_log;
83 87 smb_token_setup_common;
84 88 spoolss_register_copyfile;
85 89 local:
86 90 *;
87 91 };
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX