summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/ndr_deprecations.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21430: Support tagged types without typedef. This means:Jelmer Vernooij1-2/+0
struct foo { ... }; in IDL will now work. This is the first step towards nested types and using typedefs for partial types (such as "typedef int *bar;"), a requirement for complex uses of represent_as(). (This used to be commit a716aa70f0c90898e6fcf57d63a2cf4c40e7d4df)
2007-10-10r21222: Merge a couple of pidl fixes:Jelmer Vernooij1-0/+28
* Pidl will now warn when trying to use pointers as integers in expressions. * "subcontext()" is now marked as deprecated. The alternatives, transmit_as() / represent_as() should be available soon. * More tests. * Remove some unused code in smbtorture. (This used to be commit 37c0da541e3962164d5af3e3c9560803a733f3b7)