[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Apr 24 21:20:02 UTC 2017


The branch, master has been updated
       via  a9fc25f s3-libgpo: Fix the build of the group policy CSEs
      from  5d288a9 tdbtool: Add "storehex" command

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


- Log -----------------------------------------------------------------
commit a9fc25f378f75e44847e43d7709765eb22656deb
Author: Günther Deschner <gd at samba.org>
Date:   Mon Apr 24 13:25:41 2017 +0200

    s3-libgpo: Fix the build of the group policy CSEs
    
    Guenther
    
    Signed-off-by: Guenther Deschner <gd at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Mon Apr 24 23:19:44 CEST 2017 on sn-devel-144

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

Summary of changes:
 source3/libgpo/gpext/registry.c | 2 +-
 source3/libgpo/gpext/scripts.c  | 2 +-
 source3/libgpo/gpext/security.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libgpo/gpext/registry.c b/source3/libgpo/gpext/registry.c
index a24485c..088701a 100644
--- a/source3/libgpo/gpext/registry.c
+++ b/source3/libgpo/gpext/registry.c
@@ -407,7 +407,7 @@ static struct gp_extension_methods registry_methods = {
 /****************************************************************
 ****************************************************************/
 
-NTSTATUS gpext_registry_init(void)
+NTSTATUS gpext_registry_init(TALLOC_CTX *mem_ctx)
 {
 	NTSTATUS status;
 
diff --git a/source3/libgpo/gpext/scripts.c b/source3/libgpo/gpext/scripts.c
index 7471fb8..3f2c514 100644
--- a/source3/libgpo/gpext/scripts.c
+++ b/source3/libgpo/gpext/scripts.c
@@ -462,7 +462,7 @@ static struct gp_extension_methods scripts_methods = {
 /****************************************************************
 ****************************************************************/
 
-NTSTATUS gpext_scripts_init(void)
+NTSTATUS gpext_scripts_init(TALLOC_CTX *mem_ctx)
 {
 	NTSTATUS status;
 
diff --git a/source3/libgpo/gpext/security.c b/source3/libgpo/gpext/security.c
index dda58d3..3650f4c 100644
--- a/source3/libgpo/gpext/security.c
+++ b/source3/libgpo/gpext/security.c
@@ -277,7 +277,7 @@ static struct gp_extension_methods security_methods = {
 /****************************************************************
 ****************************************************************/
 
-NTSTATUS gpext_security_init(void)
+NTSTATUS gpext_security_init(TALLOC_CTX *mem_ctx)
 {
 	NTSTATUS status;
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list