1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/pidl/tests
Stefan Metzmacher 7ccc9a6ef5 pidl: add support for [string] on fixed size arrays.
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-27 17:51:32 +02:00
..
cutil.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
dump.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
header.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_align.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_alloc.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_array.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_compat.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_deprecations.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_fullptr.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_refptr.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_represent.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_simple.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr_string.pl pidl: add support for [string] on fixed size arrays. 2009-07-27 17:51:32 +02:00
ndr_tagtype.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
ndr.pl Add support for double type in pidl. 2009-06-02 18:05:42 +02:00
parse_idl.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
samba3-cli.pl pidl: fix samba3-cli test after change to cli->dispatch() 2009-01-30 13:24:26 +01:00
samba3-srv.pl Fix executability of samba3-srv. 2008-10-10 15:00:30 +02:00
samba-ndr.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
tdr.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
test_util.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
typelist.pl pidl Fix samba4.pidl.typelist test after addition of 'double' 2009-06-05 10:29:46 +10:00
util.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
Util.pm pidl: Don't run compile tests inside the tree, won't work yet. 2009-07-03 00:58:48 +02:00
wireshark-conf.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00
wireshark-ndr.pl Move pidl to top-level directory. 2008-09-17 17:12:27 +02:00