summaryrefslogtreecommitdiff
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-29 00:04:14 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-29 00:04:14 +0000
commit21c89e2f17c51939fd6b53dddbe3072419eb0db2 (patch)
treea532b5b8be551175ab1cd9182148a44e794cfaa6 /source/include/smb.h
parent6e9f817414d6f7bdcb0ea64170d0db34b62651a5 (diff)
downloadsamba-21c89e2f17c51939fd6b53dddbe3072419eb0db2.tar.gz
byteorder.h :
added mode for printing debug array data as chars not uint8/16/32s. only really useful for (uint8) strings or (uint16) unicode strings lsaparse.c smbparse.c smb.h : rpc bind and rpc bind ack structures and parsing and creation functions. ipc.c pipes.c pipenetlog.c pipentlsa.c pipesrvsvc.c : using rpc bind / bind ack parsing routines instead of incorrect use of api_LsarpcTNP1 function. ntclient.c : creation of do_rpc_bind() function. THAT'S IT, FOLKS!
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index f0ab45fb370..24cb279f431 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -606,10 +606,9 @@ typedef struct rpc_hdr_bba_info
} RPC_HDR_BBA;
-/* RPC_HDR_RB - ms req bind header */
-typedef struct rpc_hdr_rb_info
+/* RPC_BIND_REQ - ms req bind */
+typedef struct rpc_bind_req_info
{
- RPC_HDR hdr;
RPC_HDR_BBA bba;
uint32 num_elements; /* the number of elements (0x1) */
@@ -638,7 +637,6 @@ typedef struct rpc_results_info
/* RPC_HDR_BA */
typedef struct rpc_hdr_ba_info
{
- RPC_HDR hdr;
RPC_HDR_BBA bba;
RPC_ADDR_STR addr ; /* the secondary address string, as described earlier */