summaryrefslogtreecommitdiffstats
path: root/source4/pidl/tests/samba-ndr.pl
Commit message (Collapse)AuthorAgeFilesLines
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-296/+0
|
* pidl/NDR::Parser: pass $ndr to ->PRINT_FN_BLOB()Stefan Metzmacher2008-08-201-3/+6
| | | | | metze (This used to be commit a143806364051141604ebb40eb5a4ef72958b55f)
* pidl/NDR::Parser: pass $ndr to ->PUSH_FN_BLOB()Stefan Metzmacher2008-08-201-2/+2
| | | | | metze (This used to be commit 71b0d64866eb1a4f6dc73eeb57b5f0fe5d8a5780)
* Add test for authservice struct.Jelmer Vernooij2008-04-061-1/+15
| | | | (This used to be commit da8b8364b06a79a10d4ebdc0e451463b3105730e)
* pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because ↵Jelmer Vernooij2008-01-141-49/+2
| | | | | | they only work with the structures generated by that file. (This used to be commit 9aeb7f31b0fc3b9679e5af07e65e79bc8073c4e1)
* r22462: Fix test suite for ndr parser without using 'our'Jelmer Vernooij2007-10-101-16/+17
| | | | (This used to be commit d491e60c70de8d78c333b317a143919c1a68c6d9)
* r21654: Add simple test for print functions.Jelmer Vernooij2007-10-101-2/+22
| | | | (This used to be commit 3c9df011a85aa8178a26d66faaaed5c88757800e)
* r21578: Use utility function for naming pull/push/print functions.Jelmer Vernooij2007-10-101-19/+25
| | | | (This used to be commit e0f626b79c43eb59ad3c6e3fb6c267504764bfef)
* r21484: Fix Needed* for nested datastructures.Jelmer Vernooij2007-10-101-16/+22
| | | | (This used to be commit ec3c9ebfd0de287411ce399967409f902653d5c6)
* r21459: Remove name argument, more refactoring.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit fad03f6c51b40bca2b60036835b998056fec0faa)
* r21455: Fix a bug in our handling of conformant arrays. The conformant array wasJelmer Vernooij2007-10-101-2/+40
| | | | | | | always pushed, even if just the buffers part of a struct had to be pushed. Pull was not affected. (This used to be commit ffe387920473fb365f740942098085eb40299c84)
* r21440: Support different variables in environments.Jelmer Vernooij2007-10-101-5/+12
| | | | (This used to be commit 1702a663ba4ce6f5803e265a969f2be564fce1e3)
* r21430: Support tagged types without typedef. This means:Jelmer Vernooij2007-10-101-7/+7
| | | | | | | | | | | 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)
* r21428: Handle representation types in Needed().Jelmer Vernooij2007-10-101-8/+26
| | | | (This used to be commit 34517c69e67d7eafa00e6fe0072bd04f074cdbde)
* r21427: Add tests for Needed*(), in preparation of refactoring.Jelmer Vernooij2007-10-101-2/+58
| | | | (This used to be commit a21e7b22ac99c66e2b23d0fa694a8a2ea6e7994e)
* r21332: Fix bug in pidl that prevented value(0) from working. Bug reported ↵Jelmer Vernooij2007-10-101-2/+22
| | | | | | by metze. (This used to be commit 8212a3b8e0d3d59264f659c3f657b165ececefeb)
* r21253: Merge some pidl fixes:Jelmer Vernooij2007-10-101-2/+21
| | | | | | | | * Add tests for wireshark dissector generator * Add tests for the header code * Some cleanups * Fix handling of elements without [in] or [out] (This used to be commit 1aecba7100685ed291ea13b0ae47fb0cf9e6a6c8)
* r20638: Check for NULL pointers (where possible) in print functions. Fixes ↵Jelmer Vernooij2007-10-101-8/+8
| | | | | | | #4218, but without reintroducing coverity warnings. (This used to be commit a0e2e30d570f246d646f88d7f81ab08208b96131)
* r20637: Don't check for NULL pointers when the pointer is guaranteed to not ↵Jelmer Vernooij2007-10-101-0/+135
be NULL (if it is a ref pointer). (This used to be commit 419547df76c38fde1f54b06dc633832523ad3394)