summaryrefslogtreecommitdiff
path: root/libcli/auth/credentials.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-26 15:08:32 +0200
committerGünther Deschner <gd@samba.org>2009-08-27 15:55:18 +0200
commit699266920b23fd9ea6079d8ae8e4682bb5141f0d (patch)
tree2b59bc0a5e8e88e89474238b0d2851264b3e170a /libcli/auth/credentials.h
parent5a1577884819ccaa21741beb6765819cf640cdc9 (diff)
downloadsamba-699266920b23fd9ea6079d8ae8e4682bb5141f0d.tar.gz
samba-699266920b23fd9ea6079d8ae8e4682bb5141f0d.tar.bz2
samba-699266920b23fd9ea6079d8ae8e4682bb5141f0d.zip
libcli/auth: move netlogon_creds_CredentialState out of libcli.
Guenther
Diffstat (limited to 'libcli/auth/credentials.h')
-rw-r--r--libcli/auth/credentials.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libcli/auth/credentials.h b/libcli/auth/credentials.h
index b84b902fa0..7175211fba 100644
--- a/libcli/auth/credentials.h
+++ b/libcli/auth/credentials.h
@@ -21,19 +21,6 @@
#include "librpc/gen_ndr/netlogon.h"
-struct netlogon_creds_CredentialState {
- uint32_t negotiate_flags;
- uint8_t session_key[16];
- uint32_t sequence;
- struct netr_Credential seed;
- struct netr_Credential client;
- struct netr_Credential server;
- uint16_t secure_channel_type;
- const char *computer_name;
- const char *account_name;
- struct dom_sid *sid;
-};
-
/* The 7 here seems to be required to get Win2k not to downgrade us
to NT4. Actually, anything other than 1ff would seem to do... */
#define NETLOGON_NEG_AUTH2_FLAGS 0x000701ff