Age | Commit message (Expand) | Author | Files | Lines |
2010-03-02 | testprogs: fix REG_SZ in print_printer_data. | Günther Deschner | 1 | -2/+10 |
2010-03-02 | testprogs: test result of GetPrinterDataEx against SetPrinterDataEx args. | Günther Deschner | 1 | -7/+28 |
2010-03-01 | testprogs: better usage text. | Günther Deschner | 1 | -1/+9 |
2010-03-01 | testprogs: add very basic PrinterData test for printers. | Günther Deschner | 1 | -2/+40 |
2010-03-01 | testprogs: rename test_PrinterData to test_PrinterData_Server. | Günther Deschner | 1 | -4/+4 |
2010-03-01 | testprogs: add SetPrinterDataEx test. | Günther Deschner | 1 | -0/+27 |
2010-03-01 | testprogs: add DeletePrinterKey test. | Günther Deschner | 1 | -0/+23 |
2010-03-01 | testprogs: add DeletePrinterDataEx test. | Günther Deschner | 1 | -0/+24 |
2010-03-01 | testprogs: allow to test a single printer when given on the cmdline. | Günther Deschner | 1 | -0/+10 |
2010-03-01 | testprogs: add RPC_X_NULL_REF_POINTER error code | Günther Deschner | 1 | -0/+2 |
2010-02-26 | testprogs: print the directory paths as well in spoolss test. | Günther Deschner | 1 | -0/+8 |
2010-02-19 | testprogs: ignore GetJob level 3 and 4 against samba for now. | Günther Deschner | 2 | -1/+3 |
2010-02-18 | testprogs: add tests for GetJob() to spoolss test. | Günther Deschner | 1 | -0/+106 |
2010-02-18 | testprogs: add RPC_S_PROCNUM_OUT_OF_RANGE error. | Günther Deschner | 1 | -0/+2 |
2010-02-18 | testprogs: print SDDL string of printer security descriptors | Günther Deschner | 1 | -1/+11 |
2010-02-16 | testprogs: add rather simple device mode tests to spoolss test. | Günther Deschner | 2 | -1/+127 |
2010-02-15 | testprogs: add "samba3" and "architecture=" options to spoolss tester. | Günther Deschner | 2 | -4/+39 |
2010-02-15 | testprogs: fix EnumJobs debug output in spoolss test. | Günther Deschner | 1 | -1/+1 |
2010-02-12 | testprogs: print all printerinfo levels in spoolss test. | Günther Deschner | 1 | -2/+26 |
2010-02-11 | testprogs: one more error code for spoolss test. | Günther Deschner | 1 | -0/+2 |
2010-02-11 | testprogs: print secdesc->Control in spoolss test. | Günther Deschner | 1 | -2/+1 |
2010-02-11 | testprogs: use ConvertSidToStringSid in order to print sids in spoolss test. | Günther Deschner | 1 | -12/+16 |
2010-02-10 | testprogs: add more error codes for spoolss test. | Günther Deschner | 1 | -0/+2 |
2010-02-09 | testprogs: regenerate printlib prototypes for spoolss test. | Günther Deschner | 1 | -27/+39 |
2010-02-09 | testprogs: print job info levels in EnumJobs() spoolss tests. | Günther Deschner | 2 | -0/+101 |
2010-02-09 | testprogs: print datatypes info levels in EnumPrintProcessorDatatypes() spool... | Günther Deschner | 2 | -0/+42 |
2010-02-09 | testprogs: print printprocessor info levels in EnumPrintProcessors() spoolss ... | Günther Deschner | 2 | -0/+35 |
2010-02-09 | testprogs: print monitor info levels in EnumMonitors() spoolss tests. | Günther Deschner | 2 | -0/+45 |
2010-02-09 | testprogs: print port info levels in EnumPorts() spoolss tests. | Günther Deschner | 2 | -0/+79 |
2010-02-09 | testprogs: print form info levels in EnumForms(),GetForm() spoolss tests. | Günther Deschner | 2 | -0/+67 |
2010-01-31 | testprogs: also print printer info during GetPrinter spoolss test. | Günther Deschner | 1 | -0/+4 |
2010-01-25 | testprogs: print all driver info levels in spoolss testsuite. | Günther Deschner | 3 | -0/+172 |
2010-01-18 | testprogs: add tests for GetPrinterData{Ex} and EnumPrinterDataEx. | Günther Deschner | 4 | -18/+261 |
2010-01-18 | testprogs: add tests for GetForm. | Günther Deschner | 1 | -0/+48 |
2010-01-18 | testprogs: pass down LPPRINTER_DEFAULTS in spoolss test. | Günther Deschner | 1 | -8/+20 |
2010-01-12 | testprogs: remove unused test_EachDriver from spoolss test. | Günther Deschner | 1 | -20/+0 |
2010-01-12 | testprogs: add EnumPrinterKey test to spoolss test. | Günther Deschner | 4 | -4/+62 |
2010-01-11 | testprogs: fix driver levels in spoolss test. | Günther Deschner | 1 | -4/+4 |
2010-01-11 | testprogs: test each printer, do not abort after first failure. | Günther Deschner | 1 | -3/+3 |
2010-01-11 | testprogs: fix EnumPrintProcessorDatatypes spoolss test. | Günther Deschner | 1 | -5/+4 |
2010-01-11 | testprogs: add more error codes to spoolss test. | Günther Deschner | 1 | -0/+4 |
2010-01-08 | testprogs: add support for "print" option in win32 spoolss torture test. | Günther Deschner | 6 | -4/+666 |
2010-01-08 | testprogs: pass down architecture in spoolss test. | Günther Deschner | 1 | -28/+37 |
2010-01-08 | testprogs: add win32 spoolss testsuite. | Günther Deschner | 11 | -0/+1277 |
2009-02-09 | testprogs/win32: add an option to trigger small reads in npecho_client2.c | Stefan Metzmacher | 1 | -7/+76 |
2009-02-09 | testprogs/win32: make it possible to run in byte or message mode in npecho_se... | Stefan Metzmacher | 2 | -5/+26 |
2009-02-09 | testprogs/win32: add npecho_*2.c | Stefan Metzmacher | 4 | -11/+127 |
2008-10-16 | testprogs/win32/midltests: add missing Makefile | Stefan Metzmacher | 1 | -0/+27 |
2008-08-27 | Fix the build on Win32, and use NEGOTIATE security (to allow kerberos) | Andrew Bartlett | 2 | -2/+2 |
2008-02-06 | win32-tests: add a very usefull w32 programm to explore midl features | Stefan Metzmacher | 8 | -0/+248 |