summaryrefslogtreecommitdiff
path: root/testprogs/win32/midltests
AgeCommit message (Collapse)AuthorFilesLines
2011-02-01midltests: add invalid/midltests_pipe_struct_union_01.idlStefan Metzmacher2-0/+296
pipes with unions are not supported by midl, so we don't need to implement them in pidl:-) metze
2011-01-31midltests: add todo/midltests-pipe-sync-ndr32-downgrade-02.idlStefan Metzmacher1-0/+296
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 31 19:45:41 CET 2011 on sn-devel-104
2011-01-31midltests: test encapsulated unions with 'ms_union'Stefan Metzmacher2-0/+228
metze
2011-01-31midltests: test encapsulated unions without 'ms_union'Stefan Metzmacher2-0/+227
metze
2011-01-31midltests: add examples of toplevel vs. embedded unions with mixed 'ms_union'Stefan Metzmacher2-0/+230
metze
2011-01-31midltests: add examples of toplevel vs. embedded unions with global 'ms_union'Stefan Metzmacher2-0/+231
metze
2011-01-31midltests: add examples of toplevel vs. embedded unions without 'ms_union'Stefan Metzmacher2-0/+230
metze
2011-01-31midltests: more union alignment example with ms_unionStefan Metzmacher2-0/+203
metze
2011-01-31midltests: more union alignment example without ms_unionStefan Metzmacher2-0/+202
metze
2011-01-31midltests: union alignment with enum as switch_type and 'ms_union'Stefan Metzmacher2-0/+200
metze
2011-01-31midltests: union alignment with enum as switch_typeStefan Metzmacher2-0/+199
metze
2011-01-31midltests: unions with enum vs. longStefan Metzmacher2-0/+199
metze
2011-01-31midltests: 'ms_unions' with enum vs. longStefan Metzmacher2-0/+200
metze
2011-01-31midltests: explore 'ms_union' option.Stefan Metzmacher2-0/+198
metze
2010-10-24midltests: add more union_align examplesStefan Metzmacher15-24/+816
This demonstrates the difference between NDR32 and NDR64 metze
2010-09-29midltests: add midltests-pipe-sync-ndr32-downgrade-02.idlStefan Metzmacher2-0/+3566
metze
2010-09-29midltests: support for fragmented RPC trafficStefan Metzmacher1-5/+57
metze
2010-09-29midltests: print out the alloc_hint for requests and responsesStefan Metzmacher1-4/+4
metze
2010-09-29midltests: improve NDR64 downgradeStefan Metzmacher1-4/+21
metze
2010-09-29midltests: revert to a simple default midltests.idlStefan Metzmacher1-248/+3
metze
2010-09-29midltests/todo: add some random idl files I had tested month agoStefan Metzmacher8-0/+1014
metze
2010-09-29midltests: add midltests-pipe-sync-ndr32-downgrade-01.idl exampleStefan Metzmacher3-3/+682
metze
2010-09-29midltests: add some usefull defines to midltests.idlStefan Metzmacher1-0/+24
metze
2010-09-29midltests: make it possible to allow downgrades to NDR32Stefan Metzmacher1-4/+8
metze
2010-09-29midltests: add a midltests_tcp.exe toolStefan Metzmacher5-5/+611
This uses a man in the middle approach in order to dump the request and response pdus. It also tests NDR32 and NDR64. metze
2010-09-29midltests: move the current implementation to midltests_simple.exeStefan Metzmacher3-22/+34
metze
2010-08-12testprogs/midltests: add some example IDL files and there midltests.exe outputStefan Metzmacher11-1/+221
metze
2008-10-16testprogs/win32/midltests: add missing MakefileStefan Metzmacher1-0/+27
metze
2008-02-06win32-tests: add a very usefull w32 programm to explore midl featuresStefan Metzmacher8-0/+248
You have to define idl, call the client function and add a server implementation. Then you need to compile midltests.exe and run it, it will dump the generated NDR on the screen. metze (This used to be commit dc15c8833599a1cb8f51c2b5390925410cbf4e12)