diff options
author | Gerald Carter <jerry@samba.org> | 2006-09-06 22:08:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:51:08 -0500 |
commit | 82ed0866182afa6b8a2285f46bdd8f326db9032f (patch) | |
tree | 61588031b77049f68b911b71e786edddceedadc5 /source3/libndr/unixinfo.h | |
parent | 34047286866aa0f37dd863c692a3e9efe56a898c (diff) | |
download | samba-82ed0866182afa6b8a2285f46bdd8f326db9032f.tar.gz samba-82ed0866182afa6b8a2285f46bdd8f326db9032f.tar.bz2 samba-82ed0866182afa6b8a2285f46bdd8f326db9032f.zip |
r18193: Not quite to autogenerated NDR but closer thanks to Jelmer's
initial work. I'm including the librpc/gen_ndr directory
in svn temporarily just to get some compile issues straightened
out.
(This used to be commit cf271aa433cfa606be5dbf3ed1d94fe3caf57653)
Diffstat (limited to 'source3/libndr/unixinfo.h')
-rw-r--r-- | source3/libndr/unixinfo.h | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/source3/libndr/unixinfo.h b/source3/libndr/unixinfo.h deleted file mode 100644 index 5d0434ca72..0000000000 --- a/source3/libndr/unixinfo.h +++ /dev/null @@ -1,79 +0,0 @@ -/* header auto-generated by pidl */ - -#ifndef _HEADER_unixinfo -#define _HEADER_unixinfo - -struct unixinfo_GetPWUidInfo { - NTSTATUS status; - const char *homedir;/* [unique,charset(UTF8)] */ - const char *shell;/* [unique,charset(UTF8)] */ -}; - - -struct unixinfo_SidToUid { - struct { - struct dom_sid sid; - } in; - - struct { - uint64_t *uid;/* [ref] */ - NTSTATUS result; - } out; - -}; - - -struct unixinfo_UidToSid { - struct { - uint64_t uid; - } in; - - struct { - struct dom_sid *sid;/* [ref] */ - NTSTATUS result; - } out; - -}; - - -struct unixinfo_SidToGid { - struct { - struct dom_sid sid; - } in; - - struct { - uint64_t *gid;/* [ref] */ - NTSTATUS result; - } out; - -}; - - -struct unixinfo_GidToSid { - struct { - uint64_t gid; - } in; - - struct { - struct dom_sid *sid;/* [ref] */ - NTSTATUS result; - } out; - -}; - - -struct unixinfo_GetPWUid { - struct { - uint32_t *count;/* [ref,range(0 1023)] */ - uint64_t *uids;/* [size_is(*count)] */ - } in; - - struct { - uint32_t *count;/* [ref,range(0 1023)] */ - struct unixinfo_GetPWUidInfo *infos;/* [ref,size_is(*count)] */ - NTSTATUS result; - } out; - -}; - -#endif /* _HEADER_unixinfo */ |