summaryrefslogtreecommitdiffstats
path: root/source/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
commit1a211bafebad8c63d98b5ef275a6272013527c65 (patch)
treec9d66376a1946dbd05d2b87701d2383a788647d1 /source/include/rpc_dce.h
parent717af2d55d4f964c0449a1e502b6e77d1c3f3f30 (diff)
downloadsamba-1a211bafebad8c63d98b5ef275a6272013527c65.tar.gz
samba-1a211bafebad8c63d98b5ef275a6272013527c65.tar.xz
samba-1a211bafebad8c63d98b5ef275a6272013527c65.zip
renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for adding
another RPC authentication system.
Diffstat (limited to 'source/include/rpc_dce.h')
-rw-r--r--source/include/rpc_dce.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/include/rpc_dce.h b/source/include/rpc_dce.h
index 3a2956cb6d4..3b2b3071d25 100644
--- a/source/include/rpc_dce.h
+++ b/source/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 */