summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-07-26 21:47:23 +0000
committerLuke Leighton <lkcl@samba.org>1999-07-26 21:47:23 +0000
commitf2e0bbffb5e40df4850b6bd0eae73a8fb0edc6d7 (patch)
tree4760d9aaa51e6049d4b037e24b5e9d9508e5aa13 /source3/include/rpc_dce.h
parent73a0c9f04673499d7248f1b49d59f859649be11b (diff)
downloadsamba-f2e0bbffb5e40df4850b6bd0eae73a8fb0edc6d7.tar.gz
samba-f2e0bbffb5e40df4850b6bd0eae73a8fb0edc6d7.tar.bz2
samba-f2e0bbffb5e40df4850b6bd0eae73a8fb0edc6d7.zip
renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for adding
another RPC authentication system. (This used to be commit 1a211bafebad8c63d98b5ef275a6272013527c65)
Diffstat (limited to 'source3/include/rpc_dce.h')
-rw-r--r--source3/include/rpc_dce.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h
index 3a2956cb6d..3b2b3071d2 100644
--- a/source3/include/rpc_dce.h
+++ b/source3/include/rpc_dce.h
@@ -26,7 +26,6 @@
#include "rpc_misc.h" /* this only pulls in STRHDR */
-
/* DCE/RPC packet types */
enum RPC_PKT_TYPE
@@ -218,13 +217,13 @@ typedef struct rpc_hdr_ba_info
} RPC_HDR_BA;
-/* RPC_AUTH_VERIFIER */
-typedef struct rpc_auth_verif_info
+/* RPC_AUTH_NTLMSSP_VERIFIER */
+typedef struct rpc_auth_ntlmssp_verif_info
{
fstring signature; /* "NTLMSSP" */
uint32 msg_type; /* NTLMSSP_MESSAGE_TYPE (1,2,3) */
-} RPC_AUTH_VERIFIER;
+} RPC_AUTH_NTLMSSP_VERIFIER;
/* this is TEMPORARILY coded up as a specific structure */
/* this structure comes after the bind request */