]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
xattr.idl: Don't generate an interface table
authorVolker Lendecke <vl@samba.org>
Tue, 15 Aug 2017 06:25:34 +0000 (08:25 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 22 Oct 2017 19:40:16 +0000 (21:40 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Sun Oct 22 21:40:16 CEST 2017 on sn-devel-144

librpc/idl/wscript_build
librpc/idl/xattr.idl
source4/librpc/wscript_build

index e19f1a8c1d8e8c8238ab9d879be31b5efc68ae0f..75eba7d54a5c483d0b530e2cef044092d8c753fb 100644 (file)
@@ -6,7 +6,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
                        audiosrv.idl dfsblobs.idl dsbackup.idl eventlog.idl file_id.idl keysvc.idl
                        msgsvc.idl ntsvcs.idl remact.idl security.idl smb_acl.idl unixinfo.idl wzcsvc.idl
                        browser.idl dfs.idl dssetup.idl frsapi.idl krb5pac.idl
-                       named_pipe_auth.idl orpc.idl rot.idl spoolss.idl w32time.idl xattr.idl
+                       named_pipe_auth.idl orpc.idl rot.idl spoolss.idl w32time.idl
                        dbgidl.idl dnsserver.idl echo.idl frsrpc.idl lsa.idl nbt.idl dns.idl
                        oxidresolver.idl samr.idl server_id.idl srvsvc.idl winreg.idl dcerpc.idl
                        drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl
@@ -24,7 +24,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
                     output_dir='../gen_ndr')
 
 bld.SAMBA_PIDL_LIST('PIDL',
-                    'idmap.idl messaging.idl',
+                    'idmap.idl messaging.idl xattr.idl',
                     options='--header --ndr-parser --client --python',
                     output_dir='../gen_ndr')
 
index 0098b89afa5176c907f52950172bbb730bb76fa6..38d32fd85b15ebb36c98dfccc289e9ebbd2f8d43 100644 (file)
@@ -11,7 +11,6 @@
 import "security.idl";
 
 [
-  uuid("12345778-1234-abcd-0001-00000002"),
   version(0.0),
   helper("../librpc/ndr/ndr_xattr.h"),
   pyhelper("librpc/ndr/py_xattr.c"),
@@ -105,10 +104,6 @@ interface xattr
                [switch_is(version)] xattr_DosInfo info;
        } xattr_DOSATTRIB;
 
-       void xattr_parse_DOSATTRIB(
-               [in] xattr_DOSATTRIB x
-       );
-
        /* we store DOS style extended attributes in a DosEAs xattr */
        const char *XATTR_DOSEAS_NAME = "user.DosEAs";
 
index 024e17682a64782aefb24e90b24d8825dfcee1bd..1c3f8dedd15212c02e3107fef0bcc34b609babfc 100644 (file)
@@ -93,7 +93,6 @@ bld.SAMBA_SUBSYSTEM('ndr-table',
                     NDR_TRKWKS
                     NDR_KEYSVC
                     ndr-krb5pac
-                    NDR_XATTR
                     NDR_SCHANNEL
                     NDR_ROT
                     NDR_DRSBLOBS