summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dcerpc.idl
AgeCommit message (Collapse)AuthorFilesLines
2003-11-26added a link to opengroup PDU definitionsAndrew Tridgell1-0/+3
(This used to be commit 939d832e5eb49abf392cfee39631a157fc2168a4)
2003-11-26Add bind nak to dcerpc_payload.Tim Potter1-0/+1
(This used to be commit 0deb9179f07dead11e2fff247efe9e3d0879da58)
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell1-0/+9
the servers endpoint mapper (This used to be commit 4abf5376b00f580eb69196e55a792cc7eb4c9880)
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-14/+56
* moved ntlmssp code into libcli/auth/, and updated to latest ntlmssp code from samba3 (thanks Andrew! the new interface is great) * added signing/ntlmssp support in the dcerpc code * added a dcerpc_auth.c module for the various dcerpc auth mechanisms (This used to be commit c18c9b5585a3e5f7868562820c14f7cb529cdbcd)
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell1-1/+2
test suite. The test suite dumps all of the interfaces available on all pipes. There sure are a lot more interfaces on w2k3 than w2k ! (This used to be commit f94bc079902d725b63155d8d2de5bf408c6e7335)
2003-11-23fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell1-5/+5
reference other elements of the same structure (This used to be commit d8d17be290730670bad0fea91188d394160cb879)
2003-11-23ooh, this is fun!Andrew Tridgell1-0/+112
I have recoded the core dcerpc packet structures (all the PDUs etc) in terms of IDL, which means we now use pidl to generate all the code for handling the most basic dcerpc packets. This is not normally possible as it isn't completely valid NDR, but pidl has a number of extensions that make it quite easy. This also means we get the server side dcerpc marshalling/unmarshalling code for free. (This used to be commit 92bcad02587c3c1b31b523ee9fa46658a6cef9ff)