summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_dfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/srv_dfs.c')
-rw-r--r--source3/librpc/gen_ndr/srv_dfs.c46
1 files changed, 23 insertions, 23 deletions
diff --git a/source3/librpc/gen_ndr/srv_dfs.c b/source3/librpc/gen_ndr/srv_dfs.c
index 6a2eb824b7..6250508ccd 100644
--- a/source3/librpc/gen_ndr/srv_dfs.c
+++ b/source3/librpc/gen_ndr/srv_dfs.c
@@ -1506,29 +1506,29 @@ static BOOL api_dfs_SetInfo2(pipes_struct *p)
/* Tables */
static struct api_struct api_netdfs_cmds[] =
{
- {"DFS_GETMANAGERVERSION", DCERPC_DFS_GETMANAGERVERSION, api_dfs_GetManagerVersion},
- {"DFS_ADD", DCERPC_DFS_ADD, api_dfs_Add},
- {"DFS_REMOVE", DCERPC_DFS_REMOVE, api_dfs_Remove},
- {"DFS_SETINFO", DCERPC_DFS_SETINFO, api_dfs_SetInfo},
- {"DFS_GETINFO", DCERPC_DFS_GETINFO, api_dfs_GetInfo},
- {"DFS_ENUM", DCERPC_DFS_ENUM, api_dfs_Enum},
- {"DFS_RENAME", DCERPC_DFS_RENAME, api_dfs_Rename},
- {"DFS_MOVE", DCERPC_DFS_MOVE, api_dfs_Move},
- {"DFS_MANAGERGETCONFIGINFO", DCERPC_DFS_MANAGERGETCONFIGINFO, api_dfs_ManagerGetConfigInfo},
- {"DFS_MANAGERSENDSITEINFO", DCERPC_DFS_MANAGERSENDSITEINFO, api_dfs_ManagerSendSiteInfo},
- {"DFS_ADDFTROOT", DCERPC_DFS_ADDFTROOT, api_dfs_AddFtRoot},
- {"DFS_REMOVEFTROOT", DCERPC_DFS_REMOVEFTROOT, api_dfs_RemoveFtRoot},
- {"DFS_ADDSTDROOT", DCERPC_DFS_ADDSTDROOT, api_dfs_AddStdRoot},
- {"DFS_REMOVESTDROOT", DCERPC_DFS_REMOVESTDROOT, api_dfs_RemoveStdRoot},
- {"DFS_MANAGERINITIALIZE", DCERPC_DFS_MANAGERINITIALIZE, api_dfs_ManagerInitialize},
- {"DFS_ADDSTDROOTFORCED", DCERPC_DFS_ADDSTDROOTFORCED, api_dfs_AddStdRootForced},
- {"DFS_GETDCADDRESS", DCERPC_DFS_GETDCADDRESS, api_dfs_GetDcAddress},
- {"DFS_SETDCADDRESS", DCERPC_DFS_SETDCADDRESS, api_dfs_SetDcAddress},
- {"DFS_FLUSHFTTABLE", DCERPC_DFS_FLUSHFTTABLE, api_dfs_FlushFtTable},
- {"DFS_ADD2", DCERPC_DFS_ADD2, api_dfs_Add2},
- {"DFS_REMOVE2", DCERPC_DFS_REMOVE2, api_dfs_Remove2},
- {"DFS_ENUMEX", DCERPC_DFS_ENUMEX, api_dfs_EnumEx},
- {"DFS_SETINFO2", DCERPC_DFS_SETINFO2, api_dfs_SetInfo2},
+ {"DFS_GETMANAGERVERSION", NDR_DFS_GETMANAGERVERSION, api_dfs_GetManagerVersion},
+ {"DFS_ADD", NDR_DFS_ADD, api_dfs_Add},
+ {"DFS_REMOVE", NDR_DFS_REMOVE, api_dfs_Remove},
+ {"DFS_SETINFO", NDR_DFS_SETINFO, api_dfs_SetInfo},
+ {"DFS_GETINFO", NDR_DFS_GETINFO, api_dfs_GetInfo},
+ {"DFS_ENUM", NDR_DFS_ENUM, api_dfs_Enum},
+ {"DFS_RENAME", NDR_DFS_RENAME, api_dfs_Rename},
+ {"DFS_MOVE", NDR_DFS_MOVE, api_dfs_Move},
+ {"DFS_MANAGERGETCONFIGINFO", NDR_DFS_MANAGERGETCONFIGINFO, api_dfs_ManagerGetConfigInfo},
+ {"DFS_MANAGERSENDSITEINFO", NDR_DFS_MANAGERSENDSITEINFO, api_dfs_ManagerSendSiteInfo},
+ {"DFS_ADDFTROOT", NDR_DFS_ADDFTROOT, api_dfs_AddFtRoot},
+ {"DFS_REMOVEFTROOT", NDR_DFS_REMOVEFTROOT, api_dfs_RemoveFtRoot},
+ {"DFS_ADDSTDROOT", NDR_DFS_ADDSTDROOT, api_dfs_AddStdRoot},
+ {"DFS_REMOVESTDROOT", NDR_DFS_REMOVESTDROOT, api_dfs_RemoveStdRoot},
+ {"DFS_MANAGERINITIALIZE", NDR_DFS_MANAGERINITIALIZE, api_dfs_ManagerInitialize},
+ {"DFS_ADDSTDROOTFORCED", NDR_DFS_ADDSTDROOTFORCED, api_dfs_AddStdRootForced},
+ {"DFS_GETDCADDRESS", NDR_DFS_GETDCADDRESS, api_dfs_GetDcAddress},
+ {"DFS_SETDCADDRESS", NDR_DFS_SETDCADDRESS, api_dfs_SetDcAddress},
+ {"DFS_FLUSHFTTABLE", NDR_DFS_FLUSHFTTABLE, api_dfs_FlushFtTable},
+ {"DFS_ADD2", NDR_DFS_ADD2, api_dfs_Add2},
+ {"DFS_REMOVE2", NDR_DFS_REMOVE2, api_dfs_Remove2},
+ {"DFS_ENUMEX", NDR_DFS_ENUMEX, api_dfs_EnumEx},
+ {"DFS_SETINFO2", NDR_DFS_SETINFO2, api_dfs_SetInfo2},
};
void netdfs_get_pipe_fns(struct api_struct **fns, int *n_fns)