[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Nov 17 00:40:02 UTC 2023


The branch, master has been updated
       via  82f021d43de pidl: include scompat headers and servers in s3 server template
      from  1edf9ecaf56 posix_acls.c: prefer capabilities over become_root

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


- Log -----------------------------------------------------------------
commit 82f021d43de1643d06332e152fcaf3e07e51cd1b
Author: Günther Deschner <gd at samba.org>
Date:   Tue Nov 7 01:19:16 2023 +0100

    pidl: include scompat headers and servers in s3 server template
    
    Guenther
    
    Signed-off-by: Guenther Deschner <gd at samba.org>
    Reviewed-by: Samuel Cabrero <scabrero at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Fri Nov 17 00:39:18 UTC 2023 on atb-devel-224

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

Summary of changes:
 pidl/lib/Parse/Pidl/Samba3/Template.pm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/pidl/lib/Parse/Pidl/Samba3/Template.pm b/pidl/lib/Parse/Pidl/Samba3/Template.pm
index ee64aebf365..6c1bbf3725b 100644
--- a/pidl/lib/Parse/Pidl/Samba3/Template.pm
+++ b/pidl/lib/Parse/Pidl/Samba3/Template.pm
@@ -47,7 +47,8 @@ sub Template($)
 
 #include \"includes.h\"
 #include \"ntdomain.h\"
-#include \"../librpc/gen_ndr/srv_$name.h\"
+#include \"librpc/gen_ndr/ndr_$name.h\"
+#include \"librpc/gen_ndr/ndr_$name\_scompat.h\"
 
 ";
 
@@ -80,6 +81,10 @@ $pad"."struct $fname *r)
 ";
 		}
 	}
+$res .=
+"/* include the generated boilerplate */
+#include \"librpc/gen_ndr/ndr_$name\_scompat.c\
+";
 }
 
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list