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-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>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/smbsrv/libmlsvc/common/lsalib.h
          +++ new/usr/src/lib/smbsrv/libmlsvc/common/lsalib.h
↓ open down ↓ 44 lines elided ↑ open up ↑
  45   45  
  46   46  #ifdef __cplusplus
  47   47  extern "C" {
  48   48  #endif
  49   49  
  50   50  typedef struct mslsa_sid lsa_sid_t;
  51   51  
  52   52  /*
  53   53   * lsalib.c
  54   54   */
  55      -uint32_t lsa_lookup_name(char *, uint16_t, smb_account_t *);
  56      -uint32_t lsa_lookup_sid(smb_sid_t *, smb_account_t *);
  57   55  DWORD lsa_query_primary_domain_info(char *, char *, smb_domain_t *);
  58   56  DWORD lsa_query_account_domain_info(char *, char *, smb_domain_t *);
  59   57  DWORD lsa_query_dns_domain_info(char *, char *, smb_domain_t *);
  60   58  DWORD lsa_enum_trusted_domains(char *, char *, smb_trusted_domains_t *);
  61   59  DWORD lsa_enum_trusted_domains_ex(char *, char *, smb_trusted_domains_t *);
  62   60  
  63   61  /*
  64   62   * lsar_open.c
  65   63   */
  66   64  DWORD lsar_open(char *, char *, char *, mlsvc_handle_t *);
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX