summaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-12 14:17:55 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-12 14:17:55 +0000
commita6f8de6815e0b85bb23b302980730501ac0b87e5 (patch)
tree8d7e9f414597e0bab846928d9d1e749e5f3645e6 /source/include
parent946d73cf838976b905550288cac3aea7c43959f6 (diff)
downloadsamba-a6f8de6815e0b85bb23b302980730501ac0b87e5.tar.gz
ipc.c:
debugging info. found that data = NULL because of short packet length indicated from the ntlsaRPC pipe _royally_ stuffs NT's packet handling. maybe this should go down as a service denial bug to the ntbugtraq list. pipes.c lsaparse.c smbparse.c : added more debug stuff. added length of header to data_len in MSRPC fragment_length field (0x18 bytes short) which caused the above bug from NT 4.0. oops.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index d9b6ca157ba..1ac4132807e 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -837,7 +837,7 @@ char* smb_io_id_info1(BOOL io, DOM_ID_INFO_1 *id, char *q, char *base, int align
char* smb_io_sam_info(BOOL io, DOM_SAM_INFO *sam, char *q, char *base, int align);
char* smb_io_gid(BOOL io, DOM_GID *gid, char *q, char *base, int align);
char* smb_io_rpc_hdr(BOOL io, RPC_HDR *rpc, char *q, char *base, int align);
-char* smb_io_pol_hnd(BOOL io, LSA_POL_HND *pol, char *q, char *base, int align);
+char* smb_io_pol_hnd(BOOL io, LSA_POL_HND *pol, char *q, char *base, int align, int depth);
char* smb_io_dom_query_3(BOOL io, DOM_QUERY_3 *d_q, char *q, char *base, int align);
char* smb_io_dom_query_5(BOOL io, DOM_QUERY_3 *d_q, char *q, char *base, int align);
char* smb_io_dom_query(BOOL io, DOM_QUERY *d_q, char *q, char *base, int align);