svn commit: samba r24559 - in branches/SAMBA_3_2_0/source/librpc: gen_ndr tools

metze at samba.org metze at samba.org
Sun Aug 19 21:24:14 GMT 2007


Author: metze
Date: 2007-08-19 21:24:13 +0000 (Sun, 19 Aug 2007)
New Revision: 24559

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24559

Log:
merge from SAMBA_4_0:
rename 'dcerpc_table_' -> 'ndr_table_'

metze
Modified:
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_dfs.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_dfs.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_echo.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_echo.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_epmapper.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_epmapper.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_eventlog.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_eventlog.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_initshutdown.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_initshutdown.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_lsa.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_lsa.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_netlogon.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_netlogon.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_srvsvc.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_srvsvc.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_svcctl.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_svcctl.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_unixinfo.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_unixinfo.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_winreg.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_winreg.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_wkssvc.c
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_wkssvc.h
   branches/SAMBA_3_2_0/source/librpc/gen_ndr/tables.c
   branches/SAMBA_3_2_0/source/librpc/tools/ndrdump.c


Changeset:
Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_dfs.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_dfs.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_dfs.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -5328,7 +5328,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_netdfs = {
+const struct ndr_interface_table ndr_table_netdfs = {
 	.name		= "netdfs",
 	.syntax_id	= {
 		{0x4fc742e0,0x4a10,0x11cf,{0x82,0x73},{0x00,0xaa,0x00,0x4a,0xe6,0x73}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_dfs.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_dfs.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_dfs.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_NETDFS_VERSION 3.0
 #define DCERPC_NETDFS_NAME "netdfs"
 #define DCERPC_NETDFS_HELPSTRING "Settings for Microsoft Distributed File System"
-extern const struct ndr_interface_table dcerpc_table_netdfs;
+extern const struct ndr_interface_table ndr_table_netdfs;
 NTSTATUS dcerpc_server_netdfs_init(void);
 #define DCERPC_DFS_GETMANAGERVERSION (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_echo.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_echo.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_echo.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -1445,7 +1445,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_rpcecho = {
+const struct ndr_interface_table ndr_table_rpcecho = {
 	.name		= "rpcecho",
 	.syntax_id	= {
 		{0x60a15ec5,0x4de8,0x11d7,{0xa6,0x37},{0x00,0x50,0x56,0xa2,0x01,0x82}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_echo.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_echo.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_echo.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_RPCECHO_VERSION 1.0
 #define DCERPC_RPCECHO_NAME "rpcecho"
 #define DCERPC_RPCECHO_HELPSTRING "Simple echo pipe"
-extern const struct ndr_interface_table dcerpc_table_rpcecho;
+extern const struct ndr_interface_table ndr_table_rpcecho;
 NTSTATUS dcerpc_server_rpcecho_init(void);
 #define DCERPC_ECHO_ADDONE (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_epmapper.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_epmapper.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_epmapper.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -2671,7 +2671,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_epmapper = {
+const struct ndr_interface_table ndr_table_epmapper = {
 	.name		= "epmapper",
 	.syntax_id	= {
 		{0xe1af8308,0x5d1f,0x11c9,{0x91,0xa4},{0x08,0x00,0x2b,0x14,0xa0,0xfa}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_epmapper.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_epmapper.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_epmapper.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_EPMAPPER_VERSION 3.0
 #define DCERPC_EPMAPPER_NAME "epmapper"
 #define DCERPC_EPMAPPER_HELPSTRING "EndPoint Mapper"
-extern const struct ndr_interface_table dcerpc_table_epmapper;
+extern const struct ndr_interface_table ndr_table_epmapper;
 NTSTATUS dcerpc_server_epmapper_init(void);
 #define DCERPC_EPM_INSERT (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_eventlog.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_eventlog.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_eventlog.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -1629,7 +1629,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_eventlog = {
+const struct ndr_interface_table ndr_table_eventlog = {
 	.name		= "eventlog",
 	.syntax_id	= {
 		{0x82273fdc,0xe32a,0x18c3,{0x3f,0x78},{0x82,0x79,0x29,0xdc,0x23,0xea}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_eventlog.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_eventlog.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_eventlog.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_EVENTLOG_VERSION 0.0
 #define DCERPC_EVENTLOG_NAME "eventlog"
 #define DCERPC_EVENTLOG_HELPSTRING "Event Logger"
-extern const struct ndr_interface_table dcerpc_table_eventlog;
+extern const struct ndr_interface_table ndr_table_eventlog;
 NTSTATUS dcerpc_server_eventlog_init(void);
 #define DCERPC_EVENTLOG_CLEAREVENTLOGW (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_initshutdown.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_initshutdown.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_initshutdown.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -414,7 +414,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_initshutdown = {
+const struct ndr_interface_table ndr_table_initshutdown = {
 	.name		= "initshutdown",
 	.syntax_id	= {
 		{0x894de0c0,0x0d55,0x11d3,{0xa3,0x22},{0x00,0xc0,0x4f,0xa3,0x21,0xa1}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_initshutdown.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_initshutdown.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_initshutdown.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_INITSHUTDOWN_VERSION 1.0
 #define DCERPC_INITSHUTDOWN_NAME "initshutdown"
 #define DCERPC_INITSHUTDOWN_HELPSTRING "Init shutdown service"
-extern const struct ndr_interface_table dcerpc_table_initshutdown;
+extern const struct ndr_interface_table ndr_table_initshutdown;
 NTSTATUS dcerpc_server_initshutdown_init(void);
 #define DCERPC_INITSHUTDOWN_INIT (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_lsa.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_lsa.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_lsa.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -11059,7 +11059,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_lsarpc = {
+const struct ndr_interface_table ndr_table_lsarpc = {
 	.name		= "lsarpc",
 	.syntax_id	= {
 		{0x12345778,0x1234,0xabcd,{0xef,0x00},{0x01,0x23,0x45,0x67,0x89,0xab}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_lsa.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_lsa.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_lsa.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_LSARPC_VERSION 0.0
 #define DCERPC_LSARPC_NAME "lsarpc"
 #define DCERPC_LSARPC_HELPSTRING "Local Security Authority"
-extern const struct ndr_interface_table dcerpc_table_lsarpc;
+extern const struct ndr_interface_table ndr_table_lsarpc;
 NTSTATUS dcerpc_server_lsarpc_init(void);
 #define DCERPC_LSA_CLOSE (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_netlogon.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_netlogon.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_netlogon.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -13114,7 +13114,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_netlogon = {
+const struct ndr_interface_table ndr_table_netlogon = {
 	.name		= "netlogon",
 	.syntax_id	= {
 		{0x12345678,0x1234,0xabcd,{0xef,0x00},{0x01,0x23,0x45,0x67,0xcf,0xfb}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_netlogon.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_netlogon.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_netlogon.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_NETLOGON_VERSION 1.0
 #define DCERPC_NETLOGON_NAME "netlogon"
 #define DCERPC_NETLOGON_HELPSTRING NULL
-extern const struct ndr_interface_table dcerpc_table_netlogon;
+extern const struct ndr_interface_table ndr_table_netlogon;
 NTSTATUS dcerpc_server_netlogon_init(void);
 #define DCERPC_NETR_LOGONUASLOGON (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_srvsvc.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_srvsvc.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_srvsvc.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -19554,7 +19554,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_srvsvc = {
+const struct ndr_interface_table ndr_table_srvsvc = {
 	.name		= "srvsvc",
 	.syntax_id	= {
 		{0x4b324fc8,0x1670,0x01d3,{0x12,0x78},{0x5a,0x47,0xbf,0x6e,0xe1,0x88}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_srvsvc.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_srvsvc.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_srvsvc.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_SRVSVC_VERSION 3.0
 #define DCERPC_SRVSVC_NAME "srvsvc"
 #define DCERPC_SRVSVC_HELPSTRING "Server Service"
-extern const struct ndr_interface_table dcerpc_table_srvsvc;
+extern const struct ndr_interface_table ndr_table_srvsvc;
 NTSTATUS dcerpc_server_srvsvc_init(void);
 #define DCERPC_SRVSVC_NETCHARDEVENUM (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_svcctl.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_svcctl.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_svcctl.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -5667,7 +5667,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_svcctl = {
+const struct ndr_interface_table ndr_table_svcctl = {
 	.name		= "svcctl",
 	.syntax_id	= {
 		{0x367abb81,0x9844,0x35f1,{0xad,0x32},{0x98,0xf0,0x38,0x00,0x10,0x03}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_svcctl.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_svcctl.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_svcctl.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_SVCCTL_VERSION 2.0
 #define DCERPC_SVCCTL_NAME "svcctl"
 #define DCERPC_SVCCTL_HELPSTRING "Service Control"
-extern const struct ndr_interface_table dcerpc_table_svcctl;
+extern const struct ndr_interface_table ndr_table_svcctl;
 NTSTATUS dcerpc_server_svcctl_init(void);
 #define DCERPC_SVCCTL_CLOSESERVICEHANDLE (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_unixinfo.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_unixinfo.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_unixinfo.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -511,7 +511,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_unixinfo = {
+const struct ndr_interface_table ndr_table_unixinfo = {
 	.name		= "unixinfo",
 	.syntax_id	= {
 		{0x9c54e310,0xa955,0x4885,{0xbd,0x31},{0x78,0x78,0x71,0x47,0xdf,0xa6}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_unixinfo.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_unixinfo.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_unixinfo.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_UNIXINFO_VERSION 0.0
 #define DCERPC_UNIXINFO_NAME "unixinfo"
 #define DCERPC_UNIXINFO_HELPSTRING "Unixinfo specific stuff"
-extern const struct ndr_interface_table dcerpc_table_unixinfo;
+extern const struct ndr_interface_table ndr_table_unixinfo;
 NTSTATUS dcerpc_server_unixinfo_init(void);
 #define DCERPC_UNIXINFO_SIDTOUID (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_winreg.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_winreg.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_winreg.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -4404,7 +4404,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_winreg = {
+const struct ndr_interface_table ndr_table_winreg = {
 	.name		= "winreg",
 	.syntax_id	= {
 		{0x338cd001,0x2244,0x31f1,{0xaa,0xaa},{0x90,0x00,0x38,0x00,0x10,0x03}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_winreg.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_winreg.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_winreg.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_WINREG_VERSION 1.0
 #define DCERPC_WINREG_NAME "winreg"
 #define DCERPC_WINREG_HELPSTRING "Remote Registry Service"
-extern const struct ndr_interface_table dcerpc_table_winreg;
+extern const struct ndr_interface_table ndr_table_winreg;
 NTSTATUS dcerpc_server_winreg_init(void);
 #define DCERPC_WINREG_OPENHKCR (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_wkssvc.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_wkssvc.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_wkssvc.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -4772,7 +4772,7 @@
 };
 
 
-const struct ndr_interface_table dcerpc_table_wkssvc = {
+const struct ndr_interface_table ndr_table_wkssvc = {
 	.name		= "wkssvc",
 	.syntax_id	= {
 		{0x6bffd098,0xa112,0x3610,{0x98,0x33},{0x46,0xc3,0xf8,0x7e,0x34,0x5a}},

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_wkssvc.h
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_wkssvc.h	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/ndr_wkssvc.h	2007-08-19 21:24:13 UTC (rev 24559)
@@ -10,7 +10,7 @@
 #define DCERPC_WKSSVC_VERSION 1.0
 #define DCERPC_WKSSVC_NAME "wkssvc"
 #define DCERPC_WKSSVC_HELPSTRING "Workstation Service"
-extern const struct ndr_interface_table dcerpc_table_wkssvc;
+extern const struct ndr_interface_table ndr_table_wkssvc;
 NTSTATUS dcerpc_server_wkssvc_init(void);
 #define DCERPC_WKSSVC_NETWKSTAGETINFO (0x00)
 

Modified: branches/SAMBA_3_2_0/source/librpc/gen_ndr/tables.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/gen_ndr/tables.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/gen_ndr/tables.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -21,40 +21,40 @@
 {
 	NTSTATUS status;
 
-	status = librpc_register_interface(&dcerpc_table_netdfs);
+	status = librpc_register_interface(&ndr_table_netdfs);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_rpcecho);
+	status = librpc_register_interface(&ndr_table_rpcecho);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_epmapper);
+	status = librpc_register_interface(&ndr_table_epmapper);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_eventlog);
+	status = librpc_register_interface(&ndr_table_eventlog);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_initshutdown);
+	status = librpc_register_interface(&ndr_table_initshutdown);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_lsarpc);
+	status = librpc_register_interface(&ndr_table_lsarpc);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_netlogon);
+	status = librpc_register_interface(&ndr_table_netlogon);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_srvsvc);
+	status = librpc_register_interface(&ndr_table_srvsvc);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_svcctl);
+	status = librpc_register_interface(&ndr_table_svcctl);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_unixinfo);
+	status = librpc_register_interface(&ndr_table_unixinfo);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_winreg);
+	status = librpc_register_interface(&ndr_table_winreg);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
-	status = librpc_register_interface(&dcerpc_table_wkssvc);
+	status = librpc_register_interface(&ndr_table_wkssvc);
 	if (NT_STATUS_IS_ERR(status)) return status;
 
 

Modified: branches/SAMBA_3_2_0/source/librpc/tools/ndrdump.c
===================================================================
--- branches/SAMBA_3_2_0/source/librpc/tools/ndrdump.c	2007-08-19 21:23:28 UTC (rev 24558)
+++ branches/SAMBA_3_2_0/source/librpc/tools/ndrdump.c	2007-08-19 21:24:13 UTC (rev 24559)
@@ -116,7 +116,7 @@
 		return NULL;
 	}
 
-	symbol = talloc_asprintf(NULL, "dcerpc_table_%s", pipe_name);
+	symbol = talloc_asprintf(NULL, "ndr_table_%s", pipe_name);
 	p = (const struct ndr_interface_table *)dlsym(handle, symbol);
 
 	if (!p) {
@@ -164,7 +164,7 @@
 	};
 
 #if (_SAMBA_BUILD_ >= 4)
-	dcerpc_table_init();
+	ndr_table_init();
 #else
 	/* Initialise samba stuff */
 	load_case_tables();



More information about the samba-cvs mailing list