Print this page
1575 untangle libmlrpc ... (smbsrv)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/ndl/dssetup.ndl
          +++ new/usr/src/uts/common/smbsrv/ndl/dssetup.ndl
↓ open down ↓ 13 lines elided ↑ open up ↑
  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 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + *
       25 + * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  24   26   */
  25   27  
  26   28  #ifndef _DSSETUP_NDL_
  27   29  #define _DSSETUP_NDL_
  28   30  
  29   31  /*
  30   32   * Active Directory Service Setup
  31   33   *
  32   34   * Originally this interface contained a number of operations, as listed
  33   35   * below, but due to a buffer overflow security issue, all operations
  34   36   * except DsRoleGetPrimaryDomainInfo have been deprecated (MS04-011).
  35   37   */
  36   38  
  37      -#include "ndrtypes.ndl"
       39 +#include <libmlrpc/ndrtypes.ndl>
  38   40  
  39   41  
  40   42  #define DSSETUP_OPNUM_DsRoleGetPrimaryDomainInfo        0x00
  41   43  #define DSSETUP_OPNUM_DsRoleDnsNameToFlatName           0x01
  42   44  #define DSSETUP_OPNUM_DsRoleDcAsDc                      0x02
  43   45  #define DSSETUP_OPNUM_DsRoleDcAsReplica                 0x03
  44   46  #define DSSETUP_OPNUM_DsRoleDemoteDc                    0x04
  45   47  #define DSSETUP_OPNUM_DsRoleGetDcOperationProgress      0x05
  46   48  #define DSSETUP_OPNUM_DsRoleGetDcOperationResults       0x06
  47   49  #define DSSETUP_OPNUM_DsRoleCancel                      0x07
↓ open down ↓ 123 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX