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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/smbsrv/libmlsvc/common/dssetup_svc.c
          +++ new/usr/src/lib/smbsrv/libmlsvc/common/dssetup_svc.c
↓ 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  /*
  23   23   * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
       24 + * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  24   25   */
  25   26  
  26   27  /*
  27   28   * Active Directory Setup RPC interface used by Windows 2000.
  28   29   */
  29   30  
  30   31  #include <synch.h>
  31   32  #include <strings.h>
  32   33  #include <stdlib.h>
  33   34  #include <netdb.h>
  34   35  
       36 +#include <libmlrpc/libmlrpc.h>
  35   37  #include <smbsrv/libsmb.h>
  36      -#include <smbsrv/libmlrpc.h>
  37   38  #include <smbsrv/libmlsvc.h>
  38   39  #include <smbsrv/ndl/dssetup.ndl>
  39   40  #include <smbsrv/smbinfo.h>
  40   41  #include <smbsrv/nmpipes.h>
  41   42  
  42   43  int dssetup_get_domain_info(ds_primary_domain_info_t *);
  43   44  
  44   45  static int dssetup_DsRoleGetPrimaryDomainInfo(void *, ndr_xa_t *);
  45   46  static uint32_t dssetup_member_server(ds_primary_domain_info_t *, ndr_xa_t *);
  46   47  static uint32_t dssetup_standalone_server(ds_primary_domain_info_t *,
↓ open down ↓ 187 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX