summaryrefslogtreecommitdiffstats
path: root/source4/pidl/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for INCLUDE command.Jelmer Vernooij2008-02-191-2/+4
* Add simple test for ETT_FIELD.Jelmer Vernooij2008-02-131-1/+4
* Fix test count after pointer_default_top() removal.Jelmer Vernooij2008-02-091-1/+1
* pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2008-02-071-10/+10
* pidl: get the pointer types correct when an element has multiple pointersStefan Metzmacher2008-02-071-7/+282
* pidl: remove 'pointer_default_top()' supportStefan Metzmacher2008-02-041-6/+0
* pidl: revert changes it didn't want to push...sorry!Stefan Metzmacher2008-02-021-282/+7
* WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2008-02-011-10/+10
* LOOKS OK... pidl: get the pointer types correct when an element has multiple ...Stefan Metzmacher2008-02-011-7/+282
* pidl: be consistent and always ask pkg-config only for 'ndr'Stefan Metzmacher2008-01-301-1/+1
* pidl: Add simple test for ServerNDR.Jelmer Vernooij2008-01-161-3/+7
* pidl: Fix imported function for ServerNDR and add test to make sure it doesn'...Jelmer Vernooij2008-01-161-0/+14
* pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because they...Jelmer Vernooij2008-01-143-52/+55
* pidl: Avoid accidently filling in empty body for types without body.Jelmer Vernooij2008-01-132-2/+13
* pidl/ejs: Fix bug that filled in the body for types without body.Jelmer Vernooij2008-01-121-3/+10
* pidl: Add function for determining whether a type has a body.Jelmer Vernooij2008-01-122-3/+10
* pidl: Add more parsing tests.Jelmer Vernooij2008-01-121-1/+17
* pidl: Remove declare tests, add more tests for typedef.Jelmer Vernooij2008-01-122-4/+10
* pidl: Move tests for the CUtil module to a separate file.Jelmer Vernooij2008-01-122-11/+23
* pidl: Fix samba3-cli test after Günthers formatting fixes.Jelmer Vernooij2008-01-101-25/+44
* r26444: Fix pidl tests.Jelmer Vernooij2007-12-219-43/+46
* r26262: Add test for WERROR return code handling for Samba 3 client code.Jelmer Vernooij2007-12-211-1/+40
* r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)Stefan Metzmacher2007-12-219-56/+51
* r25795: whitespace cleanup...Stefan Metzmacher2007-12-211-15/+15
* r25768: pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-219-34/+34
* r25767: pidl: make it easier to debug errors in pidl testsStefan Metzmacher2007-12-211-22/+47
* r25766: pidl: fix bugs in ndr_tagtype tests found by compiler warningsStefan Metzmacher2007-12-211-7/+7
* r25765: pidl: fix compiler warning in ndr_align testStefan Metzmacher2007-12-211-2/+2
* r25453: Fix include for NTSTATUS.Jelmer Vernooij2007-10-101-2/+2
* r25185: Check that can_contain_deferred returns true if one of the members of...Jelmer Vernooij2007-10-101-1/+3
* r25166: Simplify can_contain_deferred and add tests for it.Jelmer Vernooij2007-10-101-2/+15
* r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij2007-10-101-1/+4
* r24815: Support cpp_quote().Jelmer Vernooij2007-10-102-2/+13
* r24812: Fix headers for external users.Jelmer Vernooij2007-10-101-1/+1
* r24592: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher2007-10-101-1/+1
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-101-1/+1
* r24493: - it turns out thatStefan Metzmacher2007-10-101-3/+29
* r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr treeStefan Metzmacher2007-10-102-4/+8
* r24447: fix samba3-cli pidl testsStefan Metzmacher2007-10-101-5/+9
* r23677: When I removed data_blob_equal, I clearly didn't test the PIDL code.Andrew Bartlett2007-10-102-8/+8
* r23071: print the command on failure onlyStefan Metzmacher2007-10-101-1/+1
* r23069: print out the command, to find out the problem on host 'tridge'Stefan Metzmacher2007-10-101-0/+1
* r22520: Fix the TYPE command.Jelmer Vernooij2007-10-101-6/+41
* r22462: Fix test suite for ndr parser without using 'our'Jelmer Vernooij2007-10-102-17/+19
* r22457: Fix tests for Samba3 client generator.Jelmer Vernooij2007-10-101-4/+5
* r22456: Merge wireshark and ejs test improvements.Jelmer Vernooij2007-10-102-82/+81
* r22453: Fix TDR testsuite without using our.Jelmer Vernooij2007-10-101-13/+14
* r22357: Don't use 'our'Jelmer Vernooij2007-10-101-1/+1
* r21690: Test use of typedef /and/ struct nameJelmer Vernooij2007-10-102-2/+6
* r21681: Fix bug in the parsing code that parsed "struct foo;" the same asJelmer Vernooij2007-10-102-2/+22