summaryrefslogtreecommitdiffstats
path: root/testprogs/win32/midltests
Commit message (Collapse)AuthorAgeFilesLines
* midltests: add tests with v1_enum and NDR64Stefan Metzmacher2014-01-072-0/+93
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* midltests: add invalid/midltests_pipe_struct_union_01.idlStefan Metzmacher2011-02-012-0/+296
| | | | | | | pipes with unions are not supported by midl, so we don't need to implement them in pidl:-) metze
* midltests: add todo/midltests-pipe-sync-ndr32-downgrade-02.idlStefan Metzmacher2011-01-311-0/+296
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 31 19:45:41 CET 2011 on sn-devel-104
* midltests: test encapsulated unions with 'ms_union'Stefan Metzmacher2011-01-312-0/+228
| | | | metze
* midltests: test encapsulated unions without 'ms_union'Stefan Metzmacher2011-01-312-0/+227
| | | | metze
* midltests: add examples of toplevel vs. embedded unions with mixed 'ms_union'Stefan Metzmacher2011-01-312-0/+230
| | | | metze
* midltests: add examples of toplevel vs. embedded unions with global 'ms_union'Stefan Metzmacher2011-01-312-0/+231
| | | | metze
* midltests: add examples of toplevel vs. embedded unions without 'ms_union'Stefan Metzmacher2011-01-312-0/+230
| | | | metze
* midltests: more union alignment example with ms_unionStefan Metzmacher2011-01-312-0/+203
| | | | metze
* midltests: more union alignment example without ms_unionStefan Metzmacher2011-01-312-0/+202
| | | | metze
* midltests: union alignment with enum as switch_type and 'ms_union'Stefan Metzmacher2011-01-312-0/+200
| | | | metze
* midltests: union alignment with enum as switch_typeStefan Metzmacher2011-01-312-0/+199
| | | | metze
* midltests: unions with enum vs. longStefan Metzmacher2011-01-312-0/+199
| | | | metze
* midltests: 'ms_unions' with enum vs. longStefan Metzmacher2011-01-312-0/+200
| | | | metze
* midltests: explore 'ms_union' option.Stefan Metzmacher2011-01-312-0/+198
| | | | metze
* midltests: add more union_align examplesStefan Metzmacher2010-10-2415-24/+816
| | | | | | This demonstrates the difference between NDR32 and NDR64 metze
* midltests: add midltests-pipe-sync-ndr32-downgrade-02.idlStefan Metzmacher2010-09-292-0/+3566
| | | | metze
* midltests: support for fragmented RPC trafficStefan Metzmacher2010-09-291-5/+57
| | | | metze
* midltests: print out the alloc_hint for requests and responsesStefan Metzmacher2010-09-291-4/+4
| | | | metze
* midltests: improve NDR64 downgradeStefan Metzmacher2010-09-291-4/+21
| | | | metze
* midltests: revert to a simple default midltests.idlStefan Metzmacher2010-09-291-248/+3
| | | | metze
* midltests/todo: add some random idl files I had tested month agoStefan Metzmacher2010-09-298-0/+1014
| | | | metze
* midltests: add midltests-pipe-sync-ndr32-downgrade-01.idl exampleStefan Metzmacher2010-09-293-3/+682
| | | | metze
* midltests: add some usefull defines to midltests.idlStefan Metzmacher2010-09-291-0/+24
| | | | metze
* midltests: make it possible to allow downgrades to NDR32Stefan Metzmacher2010-09-291-4/+8
| | | | metze
* midltests: add a midltests_tcp.exe toolStefan Metzmacher2010-09-295-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
* midltests: move the current implementation to midltests_simple.exeStefan Metzmacher2010-09-293-22/+34
| | | | metze
* testprogs/midltests: add some example IDL files and there midltests.exe outputStefan Metzmacher2010-08-1211-1/+221
| | | | metze
* testprogs/win32/midltests: add missing MakefileStefan Metzmacher2008-10-161-0/+27
| | | | metze
* win32-tests: add a very usefull w32 programm to explore midl featuresStefan Metzmacher2008-02-068-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)