mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
xattr.idl: Don't generate an interface table
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
This commit is contained in:
parent
0bd5d7bcbe
commit
c3a1348371
@ -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')
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
@ -93,7 +93,6 @@ bld.SAMBA_SUBSYSTEM('ndr-table',
|
||||
NDR_TRKWKS
|
||||
NDR_KEYSVC
|
||||
ndr-krb5pac
|
||||
NDR_XATTR
|
||||
NDR_SCHANNEL
|
||||
NDR_ROT
|
||||
NDR_DRSBLOBS
|
||||
|
Loading…
Reference in New Issue
Block a user