summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/unixinfo.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-27 20:03:42 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-27 20:13:45 +0100
commit8c2b6a126c0f6e111d66e17fb46077a76bc81a15 (patch)
treeda1461a44b922d70eddb0e632dcbc2cef414299b /source3/librpc/gen_ndr/unixinfo.h
parent7269a504fdd06fbbe24c2df8e084b41382d71269 (diff)
downloadsamba-8c2b6a126c0f6e111d66e17fb46077a76bc81a15.tar.gz
samba-8c2b6a126c0f6e111d66e17fb46077a76bc81a15.tar.bz2
samba-8c2b6a126c0f6e111d66e17fb46077a76bc81a15.zip
remove unused unixinfo.idl and generated files
The idl in this version uses pidl specific non NDR types... metze (This used to be commit 5dd83aaff325a1d15a0c786cbab42b8fcd6dd5ee)
Diffstat (limited to 'source3/librpc/gen_ndr/unixinfo.h')
-rw-r--r--source3/librpc/gen_ndr/unixinfo.h82
1 files changed, 0 insertions, 82 deletions
diff --git a/source3/librpc/gen_ndr/unixinfo.h b/source3/librpc/gen_ndr/unixinfo.h
deleted file mode 100644
index bfe0934ccd..0000000000
--- a/source3/librpc/gen_ndr/unixinfo.h
+++ /dev/null
@@ -1,82 +0,0 @@
-/* header auto-generated by pidl */
-
-#include <stdint.h>
-
-#include "librpc/gen_ndr/security.h"
-#ifndef _HEADER_unixinfo
-#define _HEADER_unixinfo
-
-struct unixinfo_GetPWUidInfo {
- NTSTATUS status;
- const char * homedir;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
- const char * shell;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
-};
-
-
-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 {
- uint64_t *uids;/* [size_is(*count)] */
- uint32_t *count;/* [ref,range(0,1023)] */
- } in;
-
- struct {
- struct unixinfo_GetPWUidInfo *infos;/* [size_is(*count)] */
- uint32_t *count;/* [ref,range(0,1023)] */
- NTSTATUS result;
- } out;
-
-};
-
-#endif /* _HEADER_unixinfo */