summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/netlogon.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-09-08 20:21:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-09-08 22:44:51 +1000
commit1d37a8171ca712ef11c12bde3b1fa9837c602ec2 (patch)
treedbcd5eed7fc9c726c3c2a070fc802a915d365d31 /librpc/gen_ndr/netlogon.h
parenta915575158485debaa0d417d5566c46a0dd77004 (diff)
downloadsamba-1d37a8171ca712ef11c12bde3b1fa9837c602ec2.tar.gz
samba-1d37a8171ca712ef11c12bde3b1fa9837c602ec2.tar.bz2
samba-1d37a8171ca712ef11c12bde3b1fa9837c602ec2.zip
s4:idl Add generated code for netlogon.idl changes
Diffstat (limited to 'librpc/gen_ndr/netlogon.h')
-rw-r--r--librpc/gen_ndr/netlogon.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/librpc/gen_ndr/netlogon.h b/librpc/gen_ndr/netlogon.h
index 931222f27c..0a314e13c5 100644
--- a/librpc/gen_ndr/netlogon.h
+++ b/librpc/gen_ndr/netlogon.h
@@ -1006,6 +1006,13 @@ struct netr_OneDomainInfo {
uint32_t dummy_long4;
};
+/* bitmap netr_SupportedEncTypes */
+#define ENC_CRC32 ( 0x00000001 )
+#define ENC_RSA_MD5 ( 0x00000002 )
+#define ENC_RC4_HMAC_MD5 ( 0x00000004 )
+#define ENC_HMAC_SHA1_96_AES128 ( 0x00000008 )
+#define ENC_HMAC_SHA1_96_AES256 ( 0x00000010 )
+
struct netr_DomainInformation {
struct netr_OneDomainInfo primary_domain;
uint32_t trusted_domain_count;