[SCM] Samba Shared Repository - branch master updated - d9070ab7bc2b17d85d911bbc754d00dd63d2315b

Günther Deschner gd at samba.org
Wed Oct 15 09:29:21 GMT 2008


The branch, master has been updated
       via  d9070ab7bc2b17d85d911bbc754d00dd63d2315b (commit)
       via  3cb281e48f9943a5188f040d941bb1e0fc32cdad (commit)
       via  6afcd9e1bce78a71721de24f6b79c80d6253078f (commit)
      from  d6e5204807fcd5a84b8b3b5d3717d352f6852b22 (commit)

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


- Log -----------------------------------------------------------------
commit d9070ab7bc2b17d85d911bbc754d00dd63d2315b
Author: Günther Deschner <gd at samba.org>
Date:   Wed Oct 15 11:27:19 2008 +0200

    s3-build: add regenerated files.
    
    Guenther

commit 3cb281e48f9943a5188f040d941bb1e0fc32cdad
Author: Günther Deschner <gd at samba.org>
Date:   Wed Oct 15 11:26:33 2008 +0200

    s3-libgpo: fix build for security cse.
    
    Guenther

commit 6afcd9e1bce78a71721de24f6b79c80d6253078f
Author: Günther Deschner <gd at samba.org>
Date:   Wed Oct 15 11:25:32 2008 +0200

    s3-build: fix make samba3-idl.
    
    Guenther

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

Summary of changes:
 source3/Makefile.in                 |    2 +-
 source3/libgpo/gpext/security.c     |    2 +-
 source3/librpc/gen_ndr/ndr_notify.c |    2 +-
 source3/librpc/gen_ndr/notify.h     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 0329b9e..9bbabe9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1205,7 +1205,7 @@ samba3-idl::
 		librpc/idl/eventlog.idl librpc/idl/wkssvc.idl librpc/idl/netlogon.idl \
 		../librpc/idl/notify.idl librpc/idl/epmapper.idl librpc/idl/messaging.idl \
 		librpc/idl/xattr.idl ../librpc/idl/misc.idl librpc/idl/samr.idl \
-		librpc/idl/security.idl ../librpc/idl/dssetup.idl librpc/idl/krb5pac.idl \
+		../librpc/idl/security.idl ../librpc/idl/dssetup.idl librpc/idl/krb5pac.idl \
 		librpc/idl/ntsvcs.idl librpc/idl/libnetapi.idl librpc/idl/drsuapi.idl \
 		librpc/idl/drsblobs.idl librpc/idl/nbt.idl
 
diff --git a/source3/libgpo/gpext/security.c b/source3/libgpo/gpext/security.c
index 1d746da..6aeb354 100644
--- a/source3/libgpo/gpext/security.c
+++ b/source3/libgpo/gpext/security.c
@@ -249,7 +249,7 @@ static struct gp_extension_methods security_methods = {
 /****************************************************************
 ****************************************************************/
 
-static NTSTATUS gpext_security_init(void)
+NTSTATUS gpext_security_init(void)
 {
 	NTSTATUS status;
 
diff --git a/source3/librpc/gen_ndr/ndr_notify.c b/source3/librpc/gen_ndr/ndr_notify.c
index b4be9a8..dfa72d8 100644
--- a/source3/librpc/gen_ndr/ndr_notify.c
+++ b/source3/librpc/gen_ndr/ndr_notify.c
@@ -3,7 +3,7 @@
 #include "includes.h"
 #include "librpc/gen_ndr/ndr_notify.h"
 
-#include "librpc/gen_ndr/ndr_misc.h"
+#include "librpc/gen_ndr/ndr_security.h"
 _PUBLIC_ enum ndr_err_code ndr_push_notify_entry(struct ndr_push *ndr, int ndr_flags, const struct notify_entry *r)
 {
 	if (ndr_flags & NDR_SCALARS) {
diff --git a/source3/librpc/gen_ndr/notify.h b/source3/librpc/gen_ndr/notify.h
index 8b2eca5..46a7e24 100644
--- a/source3/librpc/gen_ndr/notify.h
+++ b/source3/librpc/gen_ndr/notify.h
@@ -2,7 +2,7 @@
 
 #include <stdint.h>
 
-#include "librpc/gen_ndr/misc.h"
+#include "librpc/gen_ndr/security.h"
 #ifndef _HEADER_notify
 #define _HEADER_notify
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list