summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-05 12:15:05 +0200
committerGünther Deschner <gd@samba.org>2008-09-05 13:22:59 +0200
commit7c74e379a5f7935203c1a79120824d5f747eef31 (patch)
tree4266ba33bf9f92425307540d4f07d1a7796c0ec7 /source3/librpc/gen_ndr/libnetapi.h
parent3709e377702dd530f083071568d3311ad36b8cfb (diff)
downloadsamba-7c74e379a5f7935203c1a79120824d5f747eef31.tar.gz
samba-7c74e379a5f7935203c1a79120824d5f747eef31.tar.bz2
samba-7c74e379a5f7935203c1a79120824d5f747eef31.zip
re-run make idl.
Guenther (This used to be commit 2e15036bacf717d27d1806bcbdba1e68f2f76aae)
Diffstat (limited to 'source3/librpc/gen_ndr/libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/libnetapi.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h
index f12c076781..0f65774291 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -26,6 +26,7 @@
#define FILTER_WORKSTATION_TRUST_ACCOUNT ( 0x0010 )
#define FILTER_SERVER_TRUST_ACCOUNT ( 0x0020 )
#define TIMEQ_FOREVER ( (uint32_t)-1L )
+#define CSC_MASK ( 0x30 )
enum NET_API_STATUS
#ifndef USE_UINT_ENUMS
{
@@ -640,6 +641,18 @@ struct SHARE_INFO_1004 {
const char * shi1004_remark;
};
+/* bitmap SHARE_INFO_1005_FLAGS */
+#define SHI1005_FLAGS_DFS ( 0x01 )
+#define SHI1005_FLAGS_DFS_ROOT ( 0x02 )
+#define CSC_CACHE_MANUAL_REINT ( 0x00 )
+#define CSC_CACHE_AUTO_REINT ( 0x10 )
+#define CSC_CACHE_VDO ( 0x20 )
+#define CSC_CACHE_NONE ( 0x30 )
+#define SHI1005_FLAGS_RESTRICT_EXCLUSIVE_OPENS ( 0x0100 )
+#define SHI1005_FLAGS_FORCE_SHARED_DELETE ( 0x0200 )
+#define SHI1005_FLAGS_ALLOW_NAMESPACE_CACHING ( 0x0400 )
+#define SHI1005_FLAGS_ACCESS_BASED_DIRECTORY_ENUM ( 0x0800 )
+
struct SHARE_INFO_1005 {
uint32_t shi1005_flags;
};