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>
        
*** 18,27 ****
--- 18,28 ----
   *
   * CDDL HEADER END
   */
  /*
   * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+  * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
   */
  
  #ifndef _MLSVC_LSA_NDL_
  #define _MLSVC_LSA_NDL_
  
*** 36,46 ****
   * Names that do not contain a backslash are known as isolated names.
   * An isolated name may be a single label, such as john, or may be in
   * user principal name (UPN) form, such as john@example.com.
   */
  
! #include "ndrtypes.ndl"
  
  
  #define LSARPC_OPNUM_CloseHandle                        0x00
  #define LSARPC_OPNUM_Delete                             0x01
  #define LSARPC_OPNUM_EnumPrivileges                     0x02
--- 37,47 ----
   * Names that do not contain a backslash are known as isolated names.
   * An isolated name may be a single label, such as john, or may be in
   * user principal name (UPN) form, such as john@example.com.
   */
  
! #include <libmlrpc/ndrtypes.ndl>
  
  
  #define LSARPC_OPNUM_CloseHandle                        0x00
  #define LSARPC_OPNUM_Delete                             0x01
  #define LSARPC_OPNUM_EnumPrivileges                     0x02