summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/unixinfo.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-06 22:08:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:08 -0500
commit82ed0866182afa6b8a2285f46bdd8f326db9032f (patch)
tree61588031b77049f68b911b71e786edddceedadc5 /source3/librpc/gen_ndr/unixinfo.h
parent34047286866aa0f37dd863c692a3e9efe56a898c (diff)
downloadsamba-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/librpc/gen_ndr/unixinfo.h')
-rw-r--r--source3/librpc/gen_ndr/unixinfo.h82
1 files changed, 82 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/unixinfo.h b/source3/librpc/gen_ndr/unixinfo.h
new file mode 100644
index 0000000000..73e1c8fd6c
--- /dev/null
+++ b/source3/librpc/gen_ndr/unixinfo.h
@@ -0,0 +1,82 @@
+/* header auto-generated by pidl */
+
+#include <core.h>
+
+#ifndef _HEADER_unixinfo
+#define _HEADER_unixinfo
+
+#include "librpc/ndr/security.h"
+struct unixinfo_GetPWUidInfo {
+ NTSTATUS status;/* [keepref] */
+ const char *homedir;/* [unique,keepref,charset(UTF8)] */
+ const char *shell;/* [unique,keepref,charset(UTF8)] */
+};
+
+
+struct unixinfo_SidToUid {
+ struct {
+ struct dom_sid sid;/* [keepref] */
+ } in;
+
+ struct {
+ uint64_t *uid;/* [keepref,ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
+
+struct unixinfo_UidToSid {
+ struct {
+ uint64_t uid;/* [keepref] */
+ } in;
+
+ struct {
+ struct dom_sid *sid;/* [keepref,ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
+
+struct unixinfo_SidToGid {
+ struct {
+ struct dom_sid sid;/* [keepref] */
+ } in;
+
+ struct {
+ uint64_t *gid;/* [keepref,ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
+
+struct unixinfo_GidToSid {
+ struct {
+ uint64_t gid;/* [keepref] */
+ } in;
+
+ struct {
+ struct dom_sid *sid;/* [keepref,ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
+
+struct unixinfo_GetPWUid {
+ struct {
+ uint32_t *count;/* [keepref,ref,range(0 1023)] */
+ uint64_t *uids;/* [keepref,size_is(*count)] */
+ } in;
+
+ struct {
+ uint32_t *count;/* [keepref,ref,range(0 1023)] */
+ struct unixinfo_GetPWUidInfo *infos;/* [keepref,ref,size_is(*count)] */
+ NTSTATUS result;
+ } out;
+
+};
+
+#endif /* _HEADER_unixinfo */