[SCM] Samba Shared Repository - branch master updated - f0fd834141b643e79cf3282fbc740578033c1c7c

Günther Deschner gd at samba.org
Wed Oct 15 10:06:01 GMT 2008


The branch, master has been updated
       via  f0fd834141b643e79cf3282fbc740578033c1c7c (commit)
      from  fe46368e0922f8c4d9e037181402080c96445040 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f0fd834141b643e79cf3282fbc740578033c1c7c
Author: Günther Deschner <gd at samba.org>
Date:   Wed Oct 15 12:03:12 2008 +0200

    share ntsvcs.idl.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 {source3/librpc => librpc}/idl/ntsvcs.idl |    0 
 source3/Makefile.in                       |    2 +-
 source4/librpc/idl/ntsvcs.idl             |  128 -----------------------------
 3 files changed, 1 insertions(+), 129 deletions(-)
 rename {source3/librpc => librpc}/idl/ntsvcs.idl (100%)
 delete mode 100644 source4/librpc/idl/ntsvcs.idl


Changeset truncated at 500 lines:

diff --git a/source3/librpc/idl/ntsvcs.idl b/librpc/idl/ntsvcs.idl
similarity index 100%
rename from source3/librpc/idl/ntsvcs.idl
rename to librpc/idl/ntsvcs.idl
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1096e60..865c475 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1206,7 +1206,7 @@ samba3-idl::
 		../librpc/idl/notify.idl librpc/idl/epmapper.idl librpc/idl/messaging.idl \
 		librpc/idl/xattr.idl ../librpc/idl/misc.idl librpc/idl/samr.idl \
 		../librpc/idl/security.idl ../librpc/idl/dssetup.idl librpc/idl/krb5pac.idl \
-		librpc/idl/ntsvcs.idl librpc/idl/libnetapi.idl librpc/idl/drsuapi.idl \
+		../librpc/idl/ntsvcs.idl librpc/idl/libnetapi.idl librpc/idl/drsuapi.idl \
 		librpc/idl/drsblobs.idl librpc/idl/nbt.idl
 
 #####################################################################
diff --git a/source4/librpc/idl/ntsvcs.idl b/source4/librpc/idl/ntsvcs.idl
deleted file mode 100644
index 9c7bdae..0000000
--- a/source4/librpc/idl/ntsvcs.idl
+++ /dev/null
@@ -1,128 +0,0 @@
-/*
-  plug and play services
-*/
-
-[
-  uuid("8d9f4e40-a03d-11ce-8f69-08003e30051b"),
-  version(1.0),
-  helpstring("Plug and Play services")
-]
-interface ntsvcs
-{
-	[todo] void PNP_Disconnect();
-	[todo] void PNP_Connect();
-	[todo] void PNP_GetVersion();
-	[todo] void PNP_GetGlobalState();
-	[todo] void PNP_InitDetection();
-	[todo] void PNP_ReportLogOn();
-	[todo] void PNP_ValidateDeviceInstance();
-	[todo] void PNP_GetRootDeviceInstance();
-	[todo] void PNP_GetRelatedDeviceInstance();
-	[todo] void PNP_EnumerateSubKeys();
-	[todo] void PNP_GetDeviceList();
-	/******************/
-	/* Function: 0x0b */
-
-	WERROR PNP_GetDeviceListSize(
-		[in,unique] [string,charset(UTF16)] uint16 *devicename,
-		[out,ref] uint32 *size,
-		[in] uint32 flags
-		);
-
-	[todo] void PNP_GetDepth();
-	/******************/
-	/* Function: 0x0d */
-
-	const int DEV_REGPROP_DESC = 1;
-
-	WERROR PNP_GetDeviceRegProp(
-		[in,ref] [string,charset(UTF16)] uint16 *devicepath,
-		[in] uint32 property,
-		[in,out,ref] uint32 *unknown1,
-		[out,ref] [size_is(*buffer_size)] [length_is(*buffer_size)] uint8 *buffer,
-		[in,out,ref] uint32 *buffer_size,
-		[in,out,ref] uint32 *needed,
-		[in] uint32 unknown3
-		);
-
-	[todo] void PNP_SetDeviceRegProp();
-	[todo] void PNP_GetClassInstance();
-	[todo] void PNP_CreateKey();
-	[todo] void PNP_DeleteRegistryKey();
-	[todo] void PNP_GetClassCount();
-	[todo] void PNP_GetClassName();
-	[todo] void PNP_DeleteClassKey();
-	[todo] void PNP_GetInterfaceDeviceAlias();
-	[todo] void PNP_GetInterfaceDeviceList();
-	[todo] void PNP_GetInterfaceDeviceListSize();
-	[todo] void PNP_RegisterDeviceClassAssociation();
-	[todo] void PNP_UnregisterDeviceClassAssociation();
-	[todo] void PNP_GetClassRegProp();
-	[todo] void PNP_SetClassRegProp();
-	[todo] void PNP_CreateDevInst();
-	[todo] void PNP_DeviceInstanceAction();
-	[todo] void PNP_GetDeviceStatus();
-	[todo] void PNP_SetDeviceProblem();
-	[todo] void PNP_DisableDevInst();
-	[todo] void PNP_UninstallDevInst();
-	[todo] void PNP_AddID();
-	[todo] void PNP_RegisterDriver();
-	[todo] void PNP_QueryRemove();
-	[todo] void PNP_RequestDeviceEject();
-	[todo] void PNP_IsDockStationPresent();
-	[todo] void PNP_RequestEjectPC();
-	/******************/
-	/* Function: 0x28 */
-
-	WERROR PNP_HwProfFlags(
-		[in] uint32 unknown1,
-		[in,ref] [string,charset(UTF16)] uint16 *devicepath,
-		[in] uint32 unknown2,
-		[in,out,ref] uint32 *unknown3,
-		[in,out,unique] uint16 *unknown4,
-		[in,unique] [string,charset(UTF16)] uint16 *unknown5,
-		[out,unique] [string,charset(UTF16)] uint16 **unknown5a,
-		[in] uint32 unknown6,
-		[in] uint32 unknown7
-		);
-
-	/******************/
-	/* Function: 0x29 */
-
-	typedef struct {
-		uint32 unknown1;
-		uint16 unknown2[160];
-		uint32 unknown3;
-	} PNP_HwProfInfo;
-
-	WERROR PNP_GetHwProfInfo(
-		[in] uint32 idx,
-		[in,out,ref] PNP_HwProfInfo *info,
-		[in] uint32 unknown1,
-		[in] uint32 unknown2
-		);
-
-	[todo] void PNP_AddEmptyLogConf();
-	[todo] void PNP_FreeLogConf();
-	[todo] void PNP_GetFirstLogConf();
-	[todo] void PNP_GetNextLogConf();
-	[todo] void PNP_GetLogConfPriority();
-	[todo] void PNP_AddResDes();
-	[todo] void PNP_FreeResDes();
-	[todo] void PNP_GetNextResDes();
-	[todo] void PNP_GetResDesData();
-	[todo] void PNP_GetResDesDataSize();
-	[todo] void PNP_ModifyResDes();
-	[todo] void PNP_DetectResourceLimit();
-	[todo] void PNP_QueryResConfList();
-	[todo] void PNP_SetHwProf();
-	[todo] void PNP_QueryArbitratorFreeData();
-	[todo] void PNP_QueryArbitratorFreeSize();
-	[todo] void PNP_RunDetection();
-	[todo] void PNP_RegisterNotification();
-	[todo] void PNP_UnregisterNotification();
-	[todo] void PNP_GetCustomDevProp();
-	[todo] void PNP_GetVersionInternal();
-	[todo] void PNP_GetBlockedDriverInfo();
-	[todo] void PNP_GetServerSideDeviceInstallFlags();
-}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list