Print this page
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-4272 Allow authenticating computer accounts
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
NEX-2225 Unable to join NexentaStor to 2008 AD

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/netrauth.h
          +++ new/usr/src/uts/common/smbsrv/netrauth.h
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26   */
  27   27  
  28   28  #ifndef _SMBSRV_NETRAUTH_H
  29   29  #define _SMBSRV_NETRAUTH_H
  30   30  
  31   31  /*
  32   32   * NETR remote authentication and logon services.
  33   33   */
  34   34  
  35   35  #include <sys/types.h>
  36      -#include <smbsrv/wintypes.h>
       36 +#include <smb/wintypes.h>
  37   37  #include <smbsrv/netbios.h>
  38   38  #include <smbsrv/smbinfo.h>
  39   39  #include <netdb.h>
  40   40  
  41   41  #ifdef __cplusplus
  42   42  extern "C" {
  43   43  #endif
  44   44  
  45   45  /*
  46   46   * See also netlogon.ndl.
↓ open down ↓ 104 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX