diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-29 00:04:14 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-29 00:04:14 +0000 |
commit | fe0a702322bdf3c76a517e2fd7e92a05219c49dd (patch) | |
tree | 517889b5f9f942d48b323607b6d4c0f998942e04 /source3/pipentlsa.c | |
parent | ecb952f913e0532e4570753e479f8b8de14b0988 (diff) | |
download | samba-fe0a702322bdf3c76a517e2fd7e92a05219c49dd.tar.gz samba-fe0a702322bdf3c76a517e2fd7e92a05219c49dd.tar.bz2 samba-fe0a702322bdf3c76a517e2fd7e92a05219c49dd.zip |
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!
(This used to be commit 21c89e2f17c51939fd6b53dddbe3072419eb0db2)
Diffstat (limited to 'source3/pipentlsa.c')
-rw-r--r-- | source3/pipentlsa.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/pipentlsa.c b/source3/pipentlsa.c index 9cf670e464..ef0f1b3a12 100644 --- a/source3/pipentlsa.c +++ b/source3/pipentlsa.c @@ -355,13 +355,6 @@ BOOL api_ntLsarpcTNP(int cnum,int uid, char *param,char *data, smb_io_rpc_hdr_rr(True, &hdr, data, data, 4, 0); - if (hdr.hdr.pkt_type == RPC_BIND) /* RPC BIND */ - { - DEBUG(4,("lsarpc rpc bind %x\n", hdr.hdr.pkt_type)); - LsarpcTNP1(data,rdata,rdata_len); - return True; - } - DEBUG(4,("lsarpc TransactNamedPipe op %x\n",hdr.opnum)); switch (hdr.opnum) |