summaryrefslogtreecommitdiffstats
path: root/source4/pidl/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* r21654: Add simple test for print functions.Jelmer Vernooij2007-10-101-2/+22
* r21584: Support for tagged types has landed!Jelmer Vernooij2007-10-103-4/+14
* r21579: Use utility function to determine function names in ejs code.Jelmer Vernooij2007-10-101-2/+7
* r21578: Use utility function for naming pull/push/print functions.Jelmer Vernooij2007-10-102-21/+27
* r21575: Fix handling of is_scalar() for declares.Jelmer Vernooij2007-10-101-1/+3
* r21574: Fix handling of DECLARE.Jelmer Vernooij2007-10-101-1/+7
* r21573: Remove more code that assumed all types are typedefs.Jelmer Vernooij2007-10-102-3/+23
* r21572: More work towards supporting tagged types.Jelmer Vernooij2007-10-103-6/+61
* r21568: More tests.Jelmer Vernooij2007-10-101-3/+140
* r21567: Add some more wireshark tests.Jelmer Vernooij2007-10-101-2/+67