summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawdcerpc.c
AgeCommit message (Collapse)AuthorFilesLines
2003-11-04added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell1-2/+139
successfully used SourceData with 200M of data in rpcecho (This used to be commit a9aa7954fe84c925bb158af8b73aa71b7ea84e2b)
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell1-177/+38
successful LSA OpenPolicy using smbtorture (This used to be commit e925c315f55905060fcca1b188ae1f7e40baf514)
2003-10-28A fix for making transfer syntax a pointer instead of an array of pointersTim Potter1-2/+2
in struct p_ctx_list. (This used to be commit e99e28aa36f31e862e89cef246b50a34b5115af9)
2003-10-28Initial version of raw dcerpc client support.Tim Potter1-0/+222
(This used to be commit 34a2cc10992953897268ca864f2851f4c2d99e1e)