summaryrefslogtreecommitdiffstats
path: root/source/utils/net.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-24 10:34:16 +0200
committerGünther Deschner <gd@samba.org>2008-06-24 23:45:09 +0200
commit7541a0103ad22000e94ffc6d057ffd5d33d1a930 (patch)
tree8c51d1357e5d6fa31a2f1eaf4986d2c7a1e7236e /source/utils/net.h
parent3b6352a60e6683963af1641786f9c230d49ebfb5 (diff)
downloadsamba-7541a0103ad22000e94ffc6d057ffd5d33d1a930.tar.gz
samba-7541a0103ad22000e94ffc6d057ffd5d33d1a930.tar.xz
samba-7541a0103ad22000e94ffc6d057ffd5d33d1a930.zip
net: add basic support for sealed RPC connections (using NET_FLAGS_SEAL).
Guenther
Diffstat (limited to 'source/utils/net.h')
-rw-r--r--source/utils/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/utils/net.h b/source/utils/net.h
index aa4f3dbb6d3..941172a8c18 100644
--- a/source/utils/net.h
+++ b/source/utils/net.h
@@ -141,6 +141,8 @@ enum netdom_domain_t { ND_TYPE_NT4, ND_TYPE_AD };
#define NET_FLAGS_PDC 0x00000008 /* PDC only */
#define NET_FLAGS_ANONYMOUS 0x00000010 /* use an anonymous connection */
#define NET_FLAGS_NO_PIPE 0x00000020 /* don't open an RPC pipe */
+#define NET_FLAGS_SIGN 0x00000040 /* sign RPC connection */
+#define NET_FLAGS_SEAL 0x00000080 /* seal RPC connection */
/* net share operation modes */
#define NET_MODE_SHARE_MIGRATE 1