From b7779be06aa6fd16d24545c10c1a57ef04360617 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 13 Aug 2004 01:31:11 +0000 Subject: r1799: List more uuids. From http://www.hsc.fr/ressources/articles/win_net_srv (This used to be commit 8d36dbed8c5bdc82176083b2c6f8d989ae903ba5) --- source4/librpc/idl/dfs.idl | 53 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl/dfs.idl') diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 16c1974474..6f564c4d4a 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -11,7 +11,7 @@ { /******************/ /* Function: 0x00 */ - void dfs_Exist( + void dfs_GetManagerVersion( [out,ref] uint32 *exist_flag ); @@ -171,4 +171,55 @@ [in] uint32 *unknown, [in,out] uint32 *total ); + + /* Function 0x06 */ + WERROR dfs_Rename(); + + /* Function 0x07 */ + WERROR dfs_Move(); + + /* Function 0x08 */ + WERROR dfs_ManagerGetConfigInfo(); + + /* Function 0x09 */ + WERROR dfs_ManagerSendSiteInfo(); + + /* Function 0x0a */ + WERROR dfs_AddFtRoot(); + + /* Function 0x0b */ + WERROR dfs_RemoveFtRoot(); + + /* Function 0x0c */ + WERROR dfs_AddStdRoot(); + + /* Function 0x0d */ + WERROR dfs_RemoveStdRoot(); + + /* Function 0x0e */ + WERROR dfs_ManagerInitialize(); + + /* Function 0x0f */ + WERROR dfs_AddStdRootForced(); + + /* Function 0x10 */ + WERROR dfs_GetDcAddress(); + + /* Function 0x11 */ + WERROR dfs_SetDcAddress(); + + /* Function 0x12 */ + WERROR dfs_FlushFtTable(); + + /* Function 0x13 */ + WERROR dfs_Add2(); + + /* Function 0x14 */ + WERROR dfs_Remove2(); + + /* Function 0x15 */ + WERROR dfs_EnumEx(); + + /* Function 0x16 */ + WERROR dfs_SetInfo2(); } -- cgit