summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/ndr_tagtype.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)Stefan Metzmacher1-3/+3
Samba4/NDR/Parser.pm Samba4/NDR/Server.pm Samba3/ServerNDR.pm tests/ metze (This used to be commit 7106f21de8dfc472aa0846b49bfdb7543c63b310)
2007-12-21r25768: pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()Stefan Metzmacher1-3/+3
Everything but success should be handled as error in the tests. metze (This used to be commit cadb1cc743a19fc16e61f8246b1e8771c806caea)
2007-12-21r25766: pidl: fix bugs in ndr_tagtype tests found by compiler warningsStefan Metzmacher1-7/+7
metze (This used to be commit 34af31cfb3b69d1028027da1bceb06b41103e7aa)
2007-10-10r23677: When I removed data_blob_equal, I clearly didn't test the PIDL code.Andrew Bartlett1-3/+3
Fix these to use the new data_blob_cmp() Andrew Bartlett (This used to be commit d2fba8faf03c18f4c79e83d5847e5420377d811b)
2007-10-10r21578: Use utility function for naming pull/push/print functions.Jelmer Vernooij1-2/+2
(This used to be commit e0f626b79c43eb59ad3c6e3fb6c267504764bfef)
2007-10-10r21572: More work towards supporting tagged types.Jelmer Vernooij1-1/+40
(This used to be commit 4d28396f0928444406334888f4bc345e74a380df)
2007-10-10r21430: Support tagged types without typedef. This means:Jelmer Vernooij1-11/+1
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-10r20967: Allow pidl tests to work with gcovJelmer Vernooij1-1/+1
(This used to be commit 9da63e362c9d590388c77d882f9dbf54b0aa78cc)
2007-10-10r20548: Remove unnecessary "use lib", fix warnings.Jelmer Vernooij1-1/+0
(This used to be commit 30d721569fdf33e4784eb1f7c650e75ed1b80527)
2007-10-10r14727: Update pidls' TODO, add test that demonstrates the desired behaviourJelmer Vernooij1-0/+38
(This used to be commit c2f510d38be6b4387120d7477ddd200b9bec13e5)