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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/ndl/winreg.ndl
          +++ new/usr/src/uts/common/smbsrv/ndl/winreg.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 2010 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 _MLSVC_WINREG_NDL_
  27   29  #define _MLSVC_WINREG_NDL_
  28   30  
  29   31  /*
  30   32   * Windows Registry (WINREG) RPC interface definition.
  31   33   *
  32   34   * The Windows registry is split into a number of hives, which are divided
  33   35   * by function.  The hive names are abbreviated and prefixed by HKEY or HK.
↓ open down ↓ 2 lines elided ↑ open up ↑
  36   38   * HKEY_CURRENT_USER     (HKCU) Settings for the current logged in user.
  37   39   * HKEY_LOCAL_MACHINE    (HKLM) Settings for all users on the computer.
  38   40   * HKEY_USERS            (HKU)  HKEY_CURRENT_USER subkeys for user accounts.
  39   41   * HKEY_CURRENT_CONFIG   (HKCC) Runtime configuration information.
  40   42   * HKEY_PERFORMANCE_DATA (HKPD) Runtime performance data.
  41   43   * HKEY_DYN_DATA         (HKDD) Runtime data for Windows 9x applications.
  42   44   * HKEY_PERFORMANCE_TEXT (HKPT) Runtime performance information.
  43   45   * HKEY_PERFORMANCE_NLS  (HKPN) Runtime performance information.
  44   46   */
  45   47  
  46      -#include "ndrtypes.ndl"
       48 +#include <libmlrpc/ndrtypes.ndl>
  47   49  
  48   50  /* Windows NT */
  49   51  #define WINREG_OPNUM_OpenHKCR           0x00
  50   52  #define WINREG_OPNUM_OpenHKCU           0x01
  51   53  #define WINREG_OPNUM_OpenHKLM           0x02
  52   54  #define WINREG_OPNUM_OpenHKPD           0x03
  53   55  #define WINREG_OPNUM_OpenHKUsers        0x04
  54   56  #define WINREG_OPNUM_Close              0x05
  55   57  #define WINREG_OPNUM_CreateKey          0x06
  56   58  #define WINREG_OPNUM_DeleteKey          0x07
↓ open down ↓ 422 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX