summaryrefslogtreecommitdiff
path: root/librpc/idl/dcerpc.idl
AgeCommit message (Collapse)AuthorFilesLines
2010-04-09dcerpc.idl: fix typo DERPC_ => DCERPC_Stefan Metzmacher1-47/+47
metze
2010-03-23dcerpc.idl: add nca_s_* status codes from the DCE 1.1 specificationStefan Metzmacher1-1/+50
metze
2010-02-14a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell1-0/+3
The last change broke net vampire against w2k8r2
2010-02-13s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell1-4/+0
Cope with a wider range of auth padding in dcerpc bind_ack and alter_context packets. We now use a helper function that calculates the right auth padding.
2009-03-24move dcerpc.idl to main directory.Günther Deschner1-0/+306
Guenther