summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/unixinfo.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-16 23:47:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:50 -0500
commitf598135c6b3dabd1435ea7eed5d8ab69dac97407 (patch)
tree26fe2a0c291715762b9eb55772866bd57b530c5e /source4/librpc/idl/unixinfo.idl
parentdc36f294762c0821542ad4b777e4295230ba03b9 (diff)
downloadsamba-f598135c6b3dabd1435ea7eed5d8ab69dac97407.tar.gz
samba-f598135c6b3dabd1435ea7eed5d8ab69dac97407.tar.bz2
samba-f598135c6b3dabd1435ea7eed5d8ab69dac97407.zip
r11105: Warn if conformant arrays are not at the end of a struct
Support conformant [string] arrays Eliminate utf8string This breaks xattr binary compatibility with previous versions - is that a problem? (This used to be commit 7596c708ba6642473319a1b699a5a910a639e50d)
Diffstat (limited to 'source4/librpc/idl/unixinfo.idl')
-rw-r--r--source4/librpc/idl/unixinfo.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/unixinfo.idl b/source4/librpc/idl/unixinfo.idl
index e740368875..ac75430532 100644
--- a/source4/librpc/idl/unixinfo.idl
+++ b/source4/librpc/idl/unixinfo.idl
@@ -40,10 +40,10 @@
[out] dom_sid *sid
);
- typedef struct {
- NTSTATUS status;
- utf8string homedir;
- utf8string shell;
+ typedef struct {
+ NTSTATUS status;
+ [string,charset(UTF8)] uint8 *homedir;
+ [string,charset(UTF8)] uint8 *shell;
} unixinfo_GetPWUidInfo;
/******************/