Rev 11734: Fix header installation, remove proto header with a single prototype. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Tue Mar 13 20:42:41 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11734
revision-id: jelmer at samba.org-20070313204224-ssn7l16ctkr5p0w0
parent: svn-v2:21829 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Tue 2007-03-13 21:42:24 +0100
message:
  Fix header installation, remove proto header with a single prototype.
modified:
  source/headermap.txt           svn-v2:14481 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fheadermap.txt
  source/lib/registry/config.mk  svn-v2:851 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flib%2fregistry%2fconfig.mk
  source/lib/registry/registry.h svn-v2:10026 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flib%2fregistry%2fregistry.h
  source/torture/config.mk       svn-v2:860 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fconfig.mk
=== modified file 'source/headermap.txt'
--- a/source/headermap.txt	2007-02-12 12:12:12 +0000
+++ b/source/headermap.txt	2007-03-13 20:42:24 +0000
@@ -33,8 +33,6 @@
 gtk/common/select.h: gtk/select.h
 librpc/ndr/libndr.h: ndr.h
 lib/registry/registry.h: registry.h
-lib/registry/reg_backend_rpc.h: registry_rpc.h
-lib/registry/registry_proto.h: registry/proto.h
 libcli/util/nterr.h: core/nterr.h
 libcli/util/doserr.h: core/doserr.h
 libcli/util/nt_status.h: core/ntstatus.h

=== modified file 'source/lib/registry/config.mk'
--- a/source/lib/registry/config.mk	2007-03-13 20:08:44 +0000
+++ b/source/lib/registry/config.mk	2007-03-13 20:42:24 +0000
@@ -52,7 +52,6 @@
 # Start MODULE registry_rpc
 [MODULE::registry_rpc]
 INIT_FUNCTION = registry_rpc_init
-PUBLIC_PROTO_HEADER = reg_backend_rpc.h
 OUTPUT_TYPE = INTEGRATED
 SUBSYSTEM = registry
 OBJ_FILES = \

=== modified file 'source/lib/registry/registry.h'
--- a/source/lib/registry/registry.h	2007-03-13 20:08:44 +0000
+++ b/source/lib/registry/registry.h	2007-03-13 20:42:24 +0000
@@ -188,6 +188,11 @@
 				struct auth_session_info *session_info, 
 				struct cli_credentials *credentials);
 
+_PUBLIC_ WERROR reg_open_remote(struct registry_context **ctx, 
+								struct auth_session_info *session_info, 
+								struct cli_credentials *credentials, 
+								const char *location, struct event_context *ev);
+
 _PUBLIC_ NTSTATUS registry_register(const void *_hive_ops);
 _PUBLIC_ NTSTATUS registry_init(void);
 _PUBLIC_ BOOL reg_has_backend(const char *backend);
@@ -232,4 +237,6 @@
 _PUBLIC_ struct reg_diff *reg_diff_load(TALLOC_CTX *ctx, const char *fn);
 _PUBLIC_ BOOL reg_diff_apply (const struct reg_diff *diff, struct registry_context *ctx);
 
+NTSTATUS registry_rpc_init(void);
+
 #endif /* _REGISTRY_H */

=== modified file 'source/torture/config.mk'
--- a/source/torture/config.mk	2007-03-05 22:26:38 +0000
+++ b/source/torture/config.mk	2007-03-13 20:42:24 +0000
@@ -161,7 +161,7 @@
 PUBLIC_DEPENDENCIES = \
 		NDR_TABLE RPC_NDR_UNIXINFO dcerpc_samr RPC_NDR_WINREG RPC_NDR_INITSHUTDOWN \
 		RPC_NDR_OXIDRESOLVER RPC_NDR_EVENTLOG RPC_NDR_ECHO RPC_NDR_SVCCTL \
-		dcerpc_mgmt RPC_NDR_NETLOGON dcerpc_atsvc RPC_NDR_DRSUAPI \
+		RPC_NDR_NETLOGON dcerpc_atsvc RPC_NDR_DRSUAPI \
 		RPC_NDR_LSA RPC_NDR_EPMAPPER RPC_NDR_DFS RPC_NDR_SPOOLSS \
 		RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_ROT RPC_NDR_DSSETUP \
 		RPC_NDR_REMACT RPC_NDR_OXIDRESOLVER WB_HELPER LIBSAMBA-NET \



More information about the samba-cvs mailing list