Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-01 | midltests: add invalid/midltests_pipe_struct_union_01.idl | Stefan Metzmacher | 2 | -0/+296 | |
pipes with unions are not supported by midl, so we don't need to implement them in pidl:-) metze | |||||
2011-01-31 | midltests: add todo/midltests-pipe-sync-ndr32-downgrade-02.idl | Stefan Metzmacher | 1 | -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-31 | midltests: test encapsulated unions with 'ms_union' | Stefan Metzmacher | 2 | -0/+228 | |
metze | |||||
2011-01-31 | midltests: test encapsulated unions without 'ms_union' | Stefan Metzmacher | 2 | -0/+227 | |
metze | |||||
2011-01-31 | midltests: add examples of toplevel vs. embedded unions with mixed 'ms_union' | Stefan Metzmacher | 2 | -0/+230 | |
metze | |||||
2011-01-31 | midltests: add examples of toplevel vs. embedded unions with global 'ms_union' | Stefan Metzmacher | 2 | -0/+231 | |
metze | |||||
2011-01-31 | midltests: add examples of toplevel vs. embedded unions without 'ms_union' | Stefan Metzmacher | 2 | -0/+230 | |
metze | |||||
2011-01-31 | midltests: more union alignment example with ms_union | Stefan Metzmacher | 2 | -0/+203 | |
metze | |||||
2011-01-31 | midltests: more union alignment example without ms_union | Stefan Metzmacher | 2 | -0/+202 | |
metze | |||||
2011-01-31 | midltests: union alignment with enum as switch_type and 'ms_union' | Stefan Metzmacher | 2 | -0/+200 | |
metze | |||||
2011-01-31 | midltests: union alignment with enum as switch_type | Stefan Metzmacher | 2 | -0/+199 | |
metze | |||||
2011-01-31 | midltests: unions with enum vs. long | Stefan Metzmacher | 2 | -0/+199 | |
metze | |||||
2011-01-31 | midltests: 'ms_unions' with enum vs. long | Stefan Metzmacher | 2 | -0/+200 | |
metze | |||||
2011-01-31 | midltests: explore 'ms_union' option. | Stefan Metzmacher | 2 | -0/+198 | |
metze | |||||
2010-12-23 | testprogs: testspoolss.exe: pretty print FILETIME in driver info 6 and 8. | Günther Deschner | 2 | -3/+101 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Dec 23 23:40:21 CET 2010 on sn-devel-104 | |||||
2010-10-24 | midltests: add more union_align examples | Stefan Metzmacher | 15 | -24/+816 | |
This demonstrates the difference between NDR32 and NDR64 metze | |||||
2010-10-01 | testprogs: print architecture used in win32 spoolss testsuite. | Günther Deschner | 1 | -5/+9 | |
Guenther | |||||
2010-09-29 | midltests: add midltests-pipe-sync-ndr32-downgrade-02.idl | Stefan Metzmacher | 2 | -0/+3566 | |
metze | |||||
2010-09-29 | midltests: support for fragmented RPC traffic | Stefan Metzmacher | 1 | -5/+57 | |
metze | |||||
2010-09-29 | midltests: print out the alloc_hint for requests and responses | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-09-29 | midltests: improve NDR64 downgrade | Stefan Metzmacher | 1 | -4/+21 | |
metze | |||||
2010-09-29 | midltests: revert to a simple default midltests.idl | Stefan Metzmacher | 1 | -248/+3 | |
metze | |||||
2010-09-29 | midltests/todo: add some random idl files I had tested month ago | Stefan Metzmacher | 8 | -0/+1014 | |
metze | |||||
2010-09-29 | midltests: add midltests-pipe-sync-ndr32-downgrade-01.idl example | Stefan Metzmacher | 3 | -3/+682 | |
metze | |||||
2010-09-29 | midltests: add some usefull defines to midltests.idl | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2010-09-29 | midltests: make it possible to allow downgrades to NDR32 | Stefan Metzmacher | 1 | -4/+8 | |
metze | |||||
2010-09-29 | midltests: add a midltests_tcp.exe tool | Stefan Metzmacher | 5 | -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-29 | midltests: move the current implementation to midltests_simple.exe | Stefan Metzmacher | 3 | -22/+34 | |
metze | |||||
2010-09-29 | testprogs/win32: add vs2010-metze.cmd | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2010-09-17 | testprogs: skip two tests in spoolss tester. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-08-12 | testprogs/midltests: add some example IDL files and there midltests.exe output | Stefan Metzmacher | 11 | -1/+221 | |
metze | |||||
2010-06-22 | testprogs/win32: add prepare_dcpromo tool | Stefan Metzmacher | 3 | -0/+1111 | |
This tool can set the DOMAIN-SID and nextRid counter in the local SAM on windows servers (tested with w2k8r2) dcpromo will use this values for the ad domain it creates. This might be useful for upgrades from a Samba3 domain. metze | |||||
2010-05-19 | testprogs/win32: make it possible to specify MINGW_CC | Stefan Metzmacher | 3 | -3/+7 | |
metze | |||||
2010-05-19 | testprogs/win32/spoolss: we don't need absolute pathes to mingw locations | Stefan Metzmacher | 1 | -4/+2 | |
metze | |||||
2010-05-19 | testprogs/win32/npecho: use 'rm -f' instead of 'del' on unix | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-05-19 | testprogs/win32: explain how to use nmake with NMakefile | Stefan Metzmacher | 3 | -0/+9 | |
metze | |||||
2010-05-19 | testprogs/win32/spoolss: rename Makefile.mingw GNUmakefile | Stefan Metzmacher | 1 | -0/+0 | |
metze | |||||
2010-05-19 | testprogs/win32/spoolss: rename Makefile => NMakefile | Stefan Metzmacher | 1 | -0/+0 | |
metze | |||||
2010-05-10 | testprogs: update Makefile.mingw (although mingw current cant build it). | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2010-05-10 | testprogs: update README to reflect the util rename. | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2010-05-10 | testprogs: add readme for testspoolss.exe. | Günther Deschner | 2 | -1/+65 | |
Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>. Guenther | |||||
2010-05-10 | testprogs: add vcproj and sln files for testspoolss.exe. | Günther Deschner | 2 | -0/+244 | |
Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>. Guenther | |||||
2010-05-10 | testprogs: rename spoolss.exe to testspoolss.exe. | Günther Deschner | 5 | -7/+7 | |
Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>. Guenther | |||||
2010-03-15 | testprogs: add EnumPrinterData test to win32 spoolss test. | Günther Deschner | 2 | -0/+67 | |
Guenther | |||||
2010-03-04 | testprogs: add test_PrinterDataW. | Günther Deschner | 1 | -0/+81 | |
Guenther | |||||
2010-03-04 | testprogs: use dump_data in dump_printer_data. | Günther Deschner | 1 | -12/+4 | |
Guenther | |||||
2010-03-04 | testprogs: add print_printer_dataw and dump_data to printlib. | Günther Deschner | 2 | -11/+94 | |
Guenther | |||||
2010-03-04 | testprogs: add some multibyte versions of PrinterData calls. | Günther Deschner | 1 | -0/+130 | |
Guenther | |||||
2010-03-03 | testprogs: fix boolean return code of test_PrinterData. | Günther Deschner | 1 | -8/+12 | |
Guenther | |||||
2010-03-02 | testprogs: make sure to do the same tests as in smbtorture in ↵ | Günther Deschner | 3 | -23/+58 | |
test_PrinterData(). Guenther |