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>
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
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-6309 Update NT status codes
Update ntstatus.h from [MS-ERREF] October 2015
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
NEX-2667 Wrong error when join domain with wrong password
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Bayard Bell <bayard.bell@nexenta.com>
NEX-2225 Unable to join NexentaStor to 2008 AD
NEX-2286 smbadm join error messages are uninformative
NEX-1810 extended security Kerberos (inbound)
NEX-1638 Updated DC Locator
 Includes work by: matt.barden@nexenta.com, kevin.crowe@nexenta.com

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/smbsrv/libmlsvc/common/libmlsvc.h
          +++ new/usr/src/lib/smbsrv/libmlsvc/common/libmlsvc.h
↓ 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 2015 Nexenta Systems, Inc.  All rights reserved.
       23 + * Copyright 2019 Nexenta Systems, Inc.  All rights reserved.
  24   24   */
  25   25  
  26   26  #ifndef _LIBMLSVC_H
  27   27  #define _LIBMLSVC_H
  28   28  
  29      -#include <uuid/uuid.h>
  30   29  #include <sys/param.h>
  31   30  #include <sys/types.h>
  32   31  #include <sys/uio.h>
  33   32  #include <sys/ksynch.h>
       33 +#include <uuid/uuid.h>
       34 +
  34   35  #include <time.h>
  35   36  #include <stdio.h>
  36   37  #include <string.h>
       38 +#include <syslog.h>
  37   39  #include <netdb.h>
  38   40  #include <libuutil.h>
  39      -#include <smbsrv/wintypes.h>
       41 +
       42 +#include <smb/wintypes.h>
       43 +#include <libmlrpc/libmlrpc.h>
       44 +
  40   45  #include <smbsrv/hash_table.h>
  41   46  #include <smbsrv/smb_token.h>
  42   47  #include <smbsrv/smb_privilege.h>
  43   48  #include <smbsrv/smb_share.h>
  44   49  #include <smbsrv/smb_xdr.h>
  45   50  #include <smbsrv/smb_dfs.h>
  46   51  #include <smbsrv/libsmb.h>
  47      -#include <smbsrv/libmlrpc.h>
  48      -#include <smbsrv/ndl/lsarpc.ndl>
  49   52  
       53 +/*
       54 + * XXX: Some temporary left-overs from the old ntstatus.h
       55 + * Should eliminate uses of these macros when convenient.
       56 + */
       57 +/* This used to OR in the severity bits. */
       58 +#define NT_SC_ERROR(S)          (S)
       59 +/* This used to mask off the severity bits. */
       60 +#define NT_SC_VALUE(S)          (S)
       61 +/* XXX end of temporary left-overs. */
       62 +
  50   63  #ifdef  __cplusplus
  51   64  extern "C" {
  52   65  #endif
  53   66  
  54   67  uint32_t lsa_lookup_name(char *, uint16_t, smb_account_t *);
       68 +uint32_t lsa_lookup_lname(char *, uint16_t, smb_account_t *);
  55   69  uint32_t lsa_lookup_sid(smb_sid_t *, smb_account_t *);
       70 +uint32_t lsa_lookup_lsid(smb_sid_t *, smb_account_t *);
  56   71  
  57   72  /*
  58   73   * SMB domain API to discover a domain controller and obtain domain
  59   74   * information.
  60   75   */
  61   76  
  62   77  extern boolean_t smb_locate_dc(char *, smb_domainex_t *);
  63   78  uint32_t smb_ddiscover_dns(char *, smb_domainex_t *);
  64   79  extern void smb_ddiscover_bad_dc(char *);
  65   80  extern void smb_ddiscover_refresh(void);
  66      -extern int smb_ddiscover_wait(void);
  67   81  
  68   82  extern int dssetup_check_service(void);
  69   83  extern void dssetup_clear_domain_info(void);
  70   84  extern void mlsvc_disconnect(const char *);
  71   85  extern int mlsvc_init(void);
  72   86  extern void mlsvc_fini(void);
  73   87  extern DWORD mlsvc_netlogon(char *, char *);
  74   88  extern void mlsvc_join(smb_joininfo_t *, smb_joinres_t *);
  75   89  
  76   90  extern void smb_logon_domain(smb_logon_t *, smb_token_t *);
↓ open down ↓ 44 lines elided ↑ open up ↑
 121  135   * local resources, such as privileges.  A client will use lookup
 122  136   * functions to translate the LUID to a more general, machine independent
 123  137   * form; such as a string.
 124  138   */
 125  139  typedef struct ms_luid {
 126  140          uint32_t low_part;
 127  141          uint32_t high_part;
 128  142  } ms_luid_t;
 129  143  
 130  144  /*
 131      - * Information about a server as reported by NetServerGetInfo.
 132      - * The SV_PLATFORM and SV_TYPE definitions are in srvsvc.ndl.
 133      - */
 134      -typedef struct srvsvc_server_info {
 135      -        uint32_t        sv_platform_id;
 136      -        char            *sv_name;
 137      -        uint32_t        sv_version_major;
 138      -        uint32_t        sv_version_minor;
 139      -        uint32_t        sv_type;
 140      -        char            *sv_comment;
 141      -        uint32_t        sv_os;
 142      -} srvsvc_server_info_t;
 143      -
 144      -int srvsvc_net_server_getinfo(char *, char *, srvsvc_server_info_t *);
 145      -int srvsvc_net_remote_tod(char *, char *, struct timeval *, struct tm *);
 146      -
 147      -
 148      -/*
 149  145   * A client_t is created while binding a client connection to hold the
 150  146   * context for calls made using that connection.
 151  147   *
 152  148   * Handles are RPC call specific and we use an inheritance mechanism to
 153  149   * ensure that each handle has a pointer to the client_t.  When the top
 154  150   * level (bind) handle is released, we close the connection.
 155  151   */
 156      -typedef struct mlsvc_handle {
 157      -        ndr_hdid_t                      handle;
 158      -        ndr_client_t                    *clnt;
 159      -        srvsvc_server_info_t            svinfo;
 160      -} mlsvc_handle_t;
      152 +typedef struct mlrpc_handle mlsvc_handle_t;
 161  153  
      154 +/* mlsvc_client.c */
 162  155  void ndr_rpc_init(void);
 163  156  void ndr_rpc_fini(void);
 164  157  uint32_t ndr_rpc_bind(mlsvc_handle_t *, char *, char *, char *, const char *);
 165  158  void ndr_rpc_unbind(mlsvc_handle_t *);
 166      -int ndr_rpc_call(mlsvc_handle_t *, int, void *);
 167      -void ndr_rpc_set_nonull(mlsvc_handle_t *);
 168      -const srvsvc_server_info_t *ndr_rpc_server_info(mlsvc_handle_t *);
 169      -uint32_t ndr_rpc_server_os(mlsvc_handle_t *);
 170      -int ndr_rpc_get_ssnkey(mlsvc_handle_t *, unsigned char *, size_t);
 171      -void *ndr_rpc_malloc(mlsvc_handle_t *, size_t);
 172      -ndr_heap_t *ndr_rpc_get_heap(mlsvc_handle_t *);
 173      -void ndr_rpc_release(mlsvc_handle_t *);
 174      -boolean_t ndr_is_null_handle(mlsvc_handle_t *);
 175      -boolean_t ndr_is_bind_handle(mlsvc_handle_t *);
 176      -void ndr_inherit_handle(mlsvc_handle_t *, mlsvc_handle_t *);
 177  159  void ndr_rpc_status(mlsvc_handle_t *, int, uint32_t);
 178  160  
      161 +/* These three get info about the connected client. */
      162 +boolean_t ndr_is_admin(ndr_xa_t *);
      163 +boolean_t ndr_is_poweruser(ndr_xa_t *);
      164 +int32_t ndr_native_os(ndr_xa_t *);
      165 +
      166 +/* SRVSVC */
      167 +int srvsvc_net_remote_tod(char *, char *, struct timeval *, struct tm *);
      168 +
 179  169  /* SVCCTL service */
 180  170  /*
 181  171   * Calculate the wide-char equivalent string length required to
 182  172   * store a string - including the terminating null wide-char.
 183  173   */
 184  174  #define SVCCTL_WNSTRLEN(S)      ((strlen((S)) + 1) * sizeof (smb_wchar_t))
 185  175  
 186  176  /* An AVL-storable node representing each service in the SCM database. */
 187  177  typedef struct svcctl_svc_node {
 188  178          uu_avl_node_t           sn_node;
↓ open down ↓ 111 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX