summaryrefslogtreecommitdiff
path: root/testprogs/win32
AgeCommit message (Collapse)AuthorFilesLines
2010-02-26testprogs: print the directory paths as well in spoolss test.Günther Deschner1-0/+8
Guenther
2010-02-19testprogs: ignore GetJob level 3 and 4 against samba for now.Günther Deschner2-1/+3
Guenther
2010-02-18testprogs: add tests for GetJob() to spoolss test.Günther Deschner1-0/+106
Guenther
2010-02-18testprogs: add RPC_S_PROCNUM_OUT_OF_RANGE error.Günther Deschner1-0/+2
Guenther
2010-02-18testprogs: print SDDL string of printer security descriptorsGünther Deschner1-1/+11
2010-02-16testprogs: add rather simple device mode tests to spoolss test.Günther Deschner2-1/+127
Guenther
2010-02-15testprogs: add "samba3" and "architecture=" options to spoolss tester.Günther Deschner2-4/+39
Guenther
2010-02-15testprogs: fix EnumJobs debug output in spoolss test.Günther Deschner1-1/+1
Found by Kai, thanks! Guenther
2010-02-12testprogs: print all printerinfo levels in spoolss test.Günther Deschner1-2/+26
Guenther
2010-02-11testprogs: one more error code for spoolss test.Günther Deschner1-0/+2
Guenther
2010-02-11testprogs: print secdesc->Control in spoolss test.Günther Deschner1-2/+1
Guenther
2010-02-11testprogs: use ConvertSidToStringSid in order to print sids in spoolss test.Günther Deschner1-12/+16
Guenther
2010-02-10testprogs: add more error codes for spoolss test.Günther Deschner1-0/+2
Guenther
2010-02-09testprogs: regenerate printlib prototypes for spoolss test.Günther Deschner1-27/+39
Guenther
2010-02-09testprogs: print job info levels in EnumJobs() spoolss tests.Günther Deschner2-0/+101
Guenther
2010-02-09testprogs: print datatypes info levels in EnumPrintProcessorDatatypes() ↵Günther Deschner2-0/+42
spoolss tests. Guenther
2010-02-09testprogs: print printprocessor info levels in EnumPrintProcessors() spoolss ↵Günther Deschner2-0/+35
tests. Guenther
2010-02-09testprogs: print monitor info levels in EnumMonitors() spoolss tests.Günther Deschner2-0/+45
Guenther
2010-02-09testprogs: print port info levels in EnumPorts() spoolss tests.Günther Deschner2-0/+79
Guenther
2010-02-09testprogs: print form info levels in EnumForms(),GetForm() spoolss tests.Günther Deschner2-0/+67
Guenther
2010-01-31testprogs: also print printer info during GetPrinter spoolss test.Günther Deschner1-0/+4
Guenther
2010-01-25testprogs: print all driver info levels in spoolss testsuite.Günther Deschner3-0/+172
Guenther
2010-01-18testprogs: add tests for GetPrinterData{Ex} and EnumPrinterDataEx.Günther Deschner4-18/+261
Guenther
2010-01-18testprogs: add tests for GetForm.Günther Deschner1-0/+48
Guenther
2010-01-18testprogs: pass down LPPRINTER_DEFAULTS in spoolss test.Günther Deschner1-8/+20
Guenther
2010-01-12testprogs: remove unused test_EachDriver from spoolss test.Günther Deschner1-20/+0
Guenther
2010-01-12testprogs: add EnumPrinterKey test to spoolss test.Günther Deschner4-4/+62
Guenther
2010-01-11testprogs: fix driver levels in spoolss test.Günther Deschner1-4/+4
Guenther
2010-01-11testprogs: test each printer, do not abort after first failure.Günther Deschner1-3/+3
Guenther
2010-01-11testprogs: fix EnumPrintProcessorDatatypes spoolss test.Günther Deschner1-5/+4
Guenther
2010-01-11testprogs: add more error codes to spoolss test.Günther Deschner1-0/+4
Guenther
2010-01-08testprogs: add support for "print" option in win32 spoolss torture test.Günther Deschner6-4/+666
Guenther
2010-01-08testprogs: pass down architecture in spoolss test.Günther Deschner1-28/+37
Guenther
2010-01-08testprogs: add win32 spoolss testsuite.Günther Deschner11-0/+1277
Guenther
2009-02-09testprogs/win32: add an option to trigger small reads in npecho_client2.cStefan Metzmacher1-7/+76
metze
2009-02-09testprogs/win32: make it possible to run in byte or message mode in ↵Stefan Metzmacher2-5/+26
npecho_server2 metze
2009-02-09testprogs/win32: add npecho_*2.cStefan Metzmacher4-11/+127
This exlores some details of message type named pipes. metze
2008-10-16testprogs/win32/midltests: add missing MakefileStefan Metzmacher1-0/+27
metze
2008-08-27Fix the build on Win32, and use NEGOTIATE security (to allow kerberos)Andrew Bartlett2-2/+2
(This used to be commit f0bde093d76fe9d17a0709cf01fa7b70f1985c6b)
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)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell5-15/+10
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r10577: Fix error in ReadFile()Jelmer Vernooij1-3/+3
(This used to be commit 04b8c473d7d55d4d802631074843e43fe7d9cfea)
2007-10-10r10576: Add testprog for named pipes. Also add GNUmakefile's for ↵Jelmer Vernooij5-0/+98
cross-compilation using mingw32 (This used to be commit 30ba8fdc3dc8dba543686591a27b819b8f9444db)
2007-10-10r7161: - Add support for "aliases" for pidls scalar types and add a few aliases.Jelmer Vernooij1-19/+15
- Define __PIDL__ when preprocessing IDL files. - Remove a couple of useless defines from rpcecho.idl rpcecho.idl now works in both pidl and midl (althought pidl is a bit pedantic and gives two warnings) (This used to be commit 6731e0a6548ac24d561ba48c8e9611d0034e662f)
2007-10-10r6611: Add mailslot test programJelmer Vernooij2-0/+90
(This used to be commit fae95f740dde0d5c7268367a35d6f042e9f5f724)
2007-10-10r6541: added double pointer test to win32 echo clientAndrew Tridgell2-0/+19
(This used to be commit cb4e07744d87970719c69f8553900efa507589ce)
2007-10-10r6306: Add simple WMI client test scriptJelmer Vernooij1-0/+10
(This used to be commit 690a7d71d8d7c98d2002ab04c289c57ccac835c4)
2007-10-10r6019: Add IDL and server side code for Test_DoublePointerJelmer Vernooij2-0/+14
(This used to be commit 0559f22bbe854b7d5e15db471e51264cce413e6f)
2007-10-10r6018: Add idl and server side for Test_SurroundingJelmer Vernooij3-4/+17
(This used to be commit ed11601aef11df35f30b10e422e7113976dc6f26)
2007-10-10r6015: Add testprogs/ directory and original rpcecho sourcesJelmer Vernooij7-0/+811
( from tridges junkcode at http://samba.org/ftp/unpacked/junkcode/rpcecho-win32 ) (This used to be commit e33397f383342d91326a5c2939c5213a5fc5d9cd)