Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-23 | fixed the handling of value() attributes on scalars in IDL that | Andrew Tridgell | 1 | -5/+5 | |
reference other elements of the same structure (This used to be commit d8d17be290730670bad0fea91188d394160cb879) | |||||
2003-11-23 | ooh, this is fun! | Andrew Tridgell | 1 | -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) |