summaryrefslogtreecommitdiffstats
path: root/source4/pidl/tests/ndr_represent.pl
Commit message (Collapse)AuthorAgeFilesLines
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-71/+0
|
* r26444: Fix pidl tests.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit bc643f1014cef7f0bc66ad0edfa22395c69b8352)
* r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)Stefan Metzmacher2007-12-211-15/+10
| | | | | | | | | | Samba4/NDR/Parser.pm Samba4/NDR/Server.pm Samba3/ServerNDR.pm tests/ metze (This used to be commit 7106f21de8dfc472aa0846b49bfdb7543c63b310)
* r25768: pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-211-2/+2
| | | | | | | Everything but success should be handled as error in the tests. metze (This used to be commit cadb1cc743a19fc16e61f8246b1e8771c806caea)
* r25453: Fix include for NTSTATUS.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 3c2d06d8fc8783362a6ff934e86ea4a4da2c6906)
* r21222: Merge a couple of pidl fixes:Jelmer Vernooij2007-10-101-1/+35
| | | | | | | | | * 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)
* r20548: Remove unnecessary "use lib", fix warnings.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 30d721569fdf33e4784eb1f7c650e75ed1b80527)
* r19868: Fix more tests.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 01a4fb1b22d09f38636c211a93efc4099f4766b3)
* r14690: Support represent_as in headers, enable represent_as() test (which ↵Jelmer Vernooij2007-10-101-10/+4
| | | | | | works now) (This used to be commit 31e847a0844a6871befc6091e813ae017cd6e4b4)
* r14688: More work on represent_as(): output the right function calls, fix test.Jelmer Vernooij2007-10-101-1/+10
| | | | (This used to be commit 7bc72277b37f9d89f6a078e85c14d560fd33a3bb)
* r14687: Start working on support for represent_as() and transmit_as() asJelmer Vernooij2007-10-101-0/+40
an alternative to subcontext() (This used to be commit 744402160d5f994f5440553bb726e95a13033a83)