r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / librpc / gen_ndr / tables.c
blob9a1c5a06d5182f404b54b09b6ebecafff4ae57b0
2 /* Automatically generated by tables.pl. DO NOT EDIT */
4 #include "includes.h"
5 #include "librpc/rpc/dcerpc.h"
6 #include "librpc/rpc/dcerpc_table.h"
7 #include "librpc/gen_ndr/ndr_dfs.h"
8 #include "librpc/gen_ndr/ndr_echo.h"
9 #include "librpc/gen_ndr/ndr_epmapper.h"
10 #include "librpc/gen_ndr/ndr_eventlog.h"
11 #include "librpc/gen_ndr/ndr_initshutdown.h"
12 #include "librpc/gen_ndr/ndr_lsa.h"
13 #include "librpc/gen_ndr/ndr_netlogon.h"
14 #include "librpc/gen_ndr/ndr_srvsvc.h"
15 #include "librpc/gen_ndr/ndr_svcctl.h"
16 #include "librpc/gen_ndr/ndr_unixinfo.h"
17 #include "librpc/gen_ndr/ndr_winreg.h"
18 #include "librpc/gen_ndr/ndr_wkssvc.h"
20 NTSTATUS dcerpc_register_builtin_interfaces(void)
22 NTSTATUS status;
24 status = librpc_register_interface(&dcerpc_table_netdfs);
25 if (NT_STATUS_IS_ERR(status)) return status;
27 status = librpc_register_interface(&dcerpc_table_rpcecho);
28 if (NT_STATUS_IS_ERR(status)) return status;
30 status = librpc_register_interface(&dcerpc_table_epmapper);
31 if (NT_STATUS_IS_ERR(status)) return status;
33 status = librpc_register_interface(&dcerpc_table_eventlog);
34 if (NT_STATUS_IS_ERR(status)) return status;
36 status = librpc_register_interface(&dcerpc_table_initshutdown);
37 if (NT_STATUS_IS_ERR(status)) return status;
39 status = librpc_register_interface(&dcerpc_table_lsarpc);
40 if (NT_STATUS_IS_ERR(status)) return status;
42 status = librpc_register_interface(&dcerpc_table_netlogon);
43 if (NT_STATUS_IS_ERR(status)) return status;
45 status = librpc_register_interface(&dcerpc_table_srvsvc);
46 if (NT_STATUS_IS_ERR(status)) return status;
48 status = librpc_register_interface(&dcerpc_table_svcctl);
49 if (NT_STATUS_IS_ERR(status)) return status;
51 status = librpc_register_interface(&dcerpc_table_unixinfo);
52 if (NT_STATUS_IS_ERR(status)) return status;
54 status = librpc_register_interface(&dcerpc_table_winreg);
55 if (NT_STATUS_IS_ERR(status)) return status;
57 status = librpc_register_interface(&dcerpc_table_wkssvc);
58 if (NT_STATUS_IS_ERR(status)) return status;
62 return NT_STATUS_OK;