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-19025 CIFS gets confused with filenames containing enhanced Unicode
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
and: (fix build, check-rtime)
NEX-15558 SMB logon fails during 1st second after service start
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-15558 SMB logon fails during 1st second after service start
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-5273 SMB 3 Encryption
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-3611 CLONE NEX-3550 Replace smb2_enable with max_protocol
Reviewed by: Yuri Pankov <Yuri.Pankov@nexenta.com>
NEX-2346 SMB server debug logging cleanup after NEX-2314
NEX-2314 SMB server debug logging needs improvement
NEX-2286 smbadm join error messages are uninformative
NEX-1404 fixed malformed entries in zone_sun.tab
NEX-1799 Failure to authenticate domain account from Win2003 with NTLM(v1)
NEX-1638 Updated DC Locator
 Includes work by: matt.barden@nexenta.com, kevin.crowe@nexenta.com
SMB-126 Unable to map share from win2003/win2003R2 client ...
SMB-107 Unable to map network drive in workgroup mode using Windows XP...
SMB-68 NTLM(v1) inbound with Extended Session Security
NEX-816 smbadm dumps core during first join attempt
SMB-70 Hang during boot after SMB-50
SMB-56 extended security NTLMSSP, inbound
SMB-50 User-mode SMB server
 Includes work by these authors:
 Thomas Keiser <thomas.keiser@nexenta.com>
 Albert Lee <trisk@nexenta.com>
SFR-56 Identity Management for UNIX (IDMU) authentication support
SUP-513 Unable to join AD domain (with NtlmMinSeverSec set in the registry)
 Implement "Extended Session Security" and "Key Exchange" in NTLMSSP
re #12435 rb3958 r10 is added 2 times to panic info
re #12393 rb3935 Kerberos and smbd disagree about who is our AD server
re #6854 FindFirstFile,FindFirstFileEx,... are not working correctly on Nexenta CIFS-shares

@@ -17,11 +17,11 @@
 #
 # CDDL HEADER END
 #
 #
 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
-# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
+# Copyright 2019 Nexenta Systems, Inc.  All rights reserved.
 #
 
 #
 # MAPFILE HEADER START
 #

@@ -91,10 +91,11 @@
         smb_cache_iterinit;
         smb_cache_num;
         smb_cache_ready;
         smb_cache_refreshing;
         smb_cache_remove;
+        smb_cfg_set_require;
         smb_chk_hostaccess;
         smb_codepage_init;
         smb_common_decode;
         smb_common_encode;
         smb_config_check_protocol;

@@ -127,10 +128,11 @@
         smb_ctxbuf_init;
         smb_ctxbuf_len;
         smb_ctxbuf_printf;
         smb_dlclose;
         smb_dlopen;
+        smb_domain_bad_dc;
         smb_domain_current_dc;
         smb_domain_end_update;
         smb_domain_fini;
         smb_domain_getinfo;
         smb_domain_init;

@@ -264,14 +266,16 @@
         smb_lgrp_strerror;
         smb_load_kconfig;
         smb_logon_decode;
         smb_logon_free;
         smb_logon_xdr;
+        smb_lookup_lname;
+        smb_lookup_lsid;
         smb_lookup_name;
         smb_lookup_sid;
         smb_match_netlogon_seqnum;
-        smb_mbstos;
+        smb_mbstooem;
         smb_mbstowcs;
         smb_mbtowc;
         smb_msgbuf_base;
         smb_msgbuf_decode;
         smb_msgbuf_dword_align;

@@ -306,10 +310,11 @@
         smb_nic_getfirst;
         smb_nic_getnext;
         smb_nic_getnum;
         smb_nic_init;
         smb_notify_dc_changed;
+        smb_oemtombs;
         smb_priv_getbyname;
         smb_priv_getbyvalue;
         smb_priv_presentable_ids;
         smb_priv_presentable_num;
         smb_privset_copy;

@@ -373,11 +378,10 @@
         smb_smf_get_boolean_property;
         smb_smf_maintenance_mode;
         smb_smf_restart_service;
         smb_smf_scf_fini;
         smb_smf_scf_init;
-        smb_stombs;
         smb_strcasecmp;
         smb_string_decode;
         smb_string_encode;
         smb_string_xdr;
         smb_strlwr;