summaryrefslogtreecommitdiff
path: root/pidl/tests/ndr_string.pl
AgeCommit message (Collapse)AuthorFilesLines
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.
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-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
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-0/+90