summaryrefslogtreecommitdiff
path: root/pidl/tests
AgeCommit message (Collapse)AuthorFilesLines
2013-10-09pidl-wireshark: fix trailing white space in the HF definitionMatthieu Patou1-1/+1
Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2012-06-12pidl/tests: fix use of a non-existent word (existant)Michael Adam1-2/+2
2011-09-08pidl: adjust expected output for new flag checkingAndrew Tridgell1-2/+4
2011-02-01pidl:NDR: add support for 'ms_union' property.Stefan Metzmacher1-19/+20
metze
2010-09-28pidl: add support for pointers in typedefsStefan Metzmacher1-0/+4
metze
2010-08-26pidl:Samba3/ClientNDR: remove unused ParseOutputArgument functionStefan Metzmacher1-10/+2
metze
2010-08-16Fix a typoVolker Lendecke1-2/+2
2010-08-12pidl:Samba3/ClientNDR: implement rpccli_ stubs on top of dcerpc_ stubsStefan Metzmacher1-81/+21
metze
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-12/+6
2010-03-18charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell1-6/+6
We had a crash bug where a cached copy of a iconv convenience pointer was used after being freed when loadparm asked for iconv to reload. This could happen if a python module used a iconv based function before loadparm was completed. The fix is to ensure that any use of this pointer remains valid, by reusing the pointer itself when it has already been initialised, but filling in the child elements with the updated values.
2010-02-02Change uint_t to unsigned int in pidlMatt Kraai1-1/+0
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-11-26pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher1-1/+1
foo / 5 * sizeof(bar)' isn't the same as '(foo / 2) * sizeof(bar)'. metze
2009-11-09pidl: Fix selftest after s3 code changedVolker Lendecke1-59/+27
2009-10-07pidl: update PIDL tests for uint1632 enumsAndrew Tridgell1-1/+1
2009-10-02pidl: fixed unit tests for trailer alignmentAndrew Tridgell1-0/+2
2009-10-02pid: update ndr testsuite for new union alignmentAndrew Tridgell1-1/+2
2009-09-19pidl: update expected output for NDR64 changesAndrew Tridgell1-1/+1
2009-09-13Fix string-wchar-fixed-array-03 test (when libndr is available).Jelmer Vernooij1-2/+2
2009-09-13Fix string-wchar-fixed-array-02 test (when libndr is available).Jelmer Vernooij1-2/+2
2009-09-13Fix string-wchar-fixed-array-01 test (when libndr is available).Jelmer Vernooij1-4/+4
2009-09-13pidl: Remove unnecessary _GNU_SOURCE define.Jelmer Vernooij1-1/+0
2009-08-12pidl: fix parse_idl test after idl.yp changesStefan Metzmacher1-28/+103
We now generate 'FILE' and 'LINE' elements for each layer. This change makes the expected PIDL trees human readable:-) metze
2009-08-12pidl: fix samba3-cli test after the async function were addedStefan Metzmacher1-2/+212
metze
2009-07-27pidl: add support for [string] on fixed size arrays.Stefan Metzmacher1-1/+109
midl also supports this: struct { long l1; [string] wchar_t str[16]; long l2; }; Where the wire size of str is encoded like a length_is() header: 4-byte offset == 0; 4-byte array length; The strings are zero terminated. metze
2009-07-03pidl: Don't run compile tests inside the tree, won't work yet.Jelmer Vernooij1-4/+8
2009-06-05pidl Fix samba4.pidl.typelist test after addition of 'double'Andrew Bartlett1-0/+1
2009-06-02Add support for double type in pidl.Brad Hards2-2/+9
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2009-01-30pidl: fix samba3-cli test after change to cli->dispatch()Stefan Metzmacher1-2/+2
metze
2008-12-23pidl: Fix typelist test after addition of type origin tracking.Jelmer Vernooij1-0/+1
2008-12-12Remove EJS backend for PIDL, as we don't have EJS anymore.Jelmer Vernooij1-37/+0
2008-10-10Fix executability of samba3-srv.Jelmer Vernooij1-0/+0
2008-09-17Move pidl to top-level directory.Jelmer Vernooij27-0/+3441