[SCM] Samba Shared Repository - branch master updated - 7baaa87b93717f3762ae1f96677272fdb941f2bf

Günther Deschner gd at samba.org
Tue Sep 23 23:21:46 GMT 2008


The branch, master has been updated
       via  7baaa87b93717f3762ae1f96677272fdb941f2bf (commit)
       via  ed23c66bf717ec7cbd4a9950c984342a27576394 (commit)
      from  508527890adc7bedd47522a7dae0c96d2b2e4bae (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7baaa87b93717f3762ae1f96677272fdb941f2bf
Author: Günther Deschner <gd at samba.org>
Date:   Wed Sep 24 01:13:51 2008 +0200

    libcli: add autogenerated libcli netlogon helper protos.
    
    Guenther

commit ed23c66bf717ec7cbd4a9950c984342a27576394
Author: Günther Deschner <gd at samba.org>
Date:   Wed Sep 24 01:11:38 2008 +0200

    s4: remove autogeneration of libcli/netlogon protos.
    
    we do need to have them around for samba3.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 libcli/ndr_netlogon_proto.h |   24 ++++++++++++++++++++++++
 libcli/netlogon_proto.h     |   32 ++++++++++++++++++++++++++++++++
 source4/libcli/config.mk    |    6 ------
 3 files changed, 56 insertions(+), 6 deletions(-)
 create mode 100644 libcli/ndr_netlogon_proto.h
 create mode 100644 libcli/netlogon_proto.h


Changeset truncated at 500 lines:

diff --git a/libcli/ndr_netlogon_proto.h b/libcli/ndr_netlogon_proto.h
new file mode 100644
index 0000000..ca61c16
--- /dev/null
+++ b/libcli/ndr_netlogon_proto.h
@@ -0,0 +1,24 @@
+#ifndef _____LIBCLI_NDR_NETLOGON_PROTO_H__
+#define _____LIBCLI_NDR_NETLOGON_PROTO_H__
+
+#undef _PRINTF_ATTRIBUTE
+#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
+/* This file was automatically generated by mkproto.pl. DO NOT EDIT */
+
+/* this file contains prototypes for functions that are private 
+ * to this subsystem or library. These functions should not be 
+ * used outside this particular subsystem! */
+
+
+/* The following definitions come from ../libcli/ndr_netlogon.c  */
+
+enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_REQUEST(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_REQUEST *r);
+enum ndr_err_code ndr_pull_NETLOGON_SAM_LOGON_REQUEST(struct ndr_pull *ndr, int ndr_flags, struct NETLOGON_SAM_LOGON_REQUEST *r);
+enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_RESPONSE_EX *r);
+enum ndr_err_code ndr_pull_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags(struct ndr_pull *ndr, int ndr_flags, struct NETLOGON_SAM_LOGON_RESPONSE_EX *r,
+								     uint32_t nt_version_flags);
+#undef _PRINTF_ATTRIBUTE
+#define _PRINTF_ATTRIBUTE(a1, a2)
+
+#endif /* _____LIBCLI_NDR_NETLOGON_PROTO_H__ */
+
diff --git a/libcli/netlogon_proto.h b/libcli/netlogon_proto.h
new file mode 100644
index 0000000..905feed
--- /dev/null
+++ b/libcli/netlogon_proto.h
@@ -0,0 +1,32 @@
+#ifndef _____LIBCLI_NETLOGON_PROTO_H__
+#define _____LIBCLI_NETLOGON_PROTO_H__
+
+#undef _PRINTF_ATTRIBUTE
+#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
+/* This file was automatically generated by mkproto.pl. DO NOT EDIT */
+
+/* this file contains prototypes for functions that are private 
+ * to this subsystem or library. These functions should not be 
+ * used outside this particular subsystem! */
+
+
+/* The following definitions come from ../libcli/netlogon.c  */
+
+NTSTATUS push_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
+					 struct smb_iconv_convenience *iconv_convenience,
+					 struct netlogon_samlogon_response *response);
+NTSTATUS pull_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
+					 struct smb_iconv_convenience *iconv_convenience,
+					 struct netlogon_samlogon_response *response);
+void map_netlogon_samlogon_response(struct netlogon_samlogon_response *response);
+NTSTATUS push_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
+				    struct smb_iconv_convenience *iconv_convenience,
+				    struct nbt_netlogon_response *response);
+NTSTATUS pull_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
+					 struct smb_iconv_convenience *iconv_convenience,
+					 struct nbt_netlogon_response *response);
+#undef _PRINTF_ATTRIBUTE
+#define _PRINTF_ATTRIBUTE(a1, a2)
+
+#endif /* _____LIBCLI_NETLOGON_PROTO_H__ */
+
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index bb426ca..1a7dcde 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -55,24 +55,18 @@ LIBCLI_NBT_OBJ_FILES = $(addprefix ../$(libclisrcdir)/nbt/, \
 	namerefresh.o \
 	namerelease.o)
 
-$(eval $(call proto_header_template,../$(libclisrcdir)/nbt/nbt_proto.h,$(LIBCLI_NBT_OBJ_FILES:.o=.c)))
-
 [SUBSYSTEM::LIBCLI_NDR_NETLOGON]
 PUBLIC_DEPENDENCIES = LIBNDR  \
 	NDR_SECURITY 	
 
 LIBCLI_NDR_NETLOGON_OBJ_FILES = $(addprefix ../$(libclisrcdir)/, ndr_netlogon.o)
 
-$(eval $(call proto_header_template,../$(libclisrcdir)/ndr_netlogon_proto.h,$(LIBCLI_NDR_NETLOGON_OBJ_FILES:.o=.c)))
-
 [SUBSYSTEM::LIBCLI_NETLOGON]
 PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL LIBCLI_NDR_NETLOGON
 
 LIBCLI_NETLOGON_OBJ_FILES = $(addprefix ../$(libclisrcdir)/, \
 	netlogon.o)
 
-$(eval $(call proto_header_template,../$(libclisrcdir)/netlogon_proto.h,$(LIBCLI_NETLOGON_OBJ_FILES:.o=.c)))
-
 [SUBSYSTEM::LIBCLI_DRSBLOBS]
 PUBLIC_DEPENDENCIES = LIBNDR 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list