summaryrefslogtreecommitdiffstats
path: root/testprogs/win32
Commit message (Collapse)AuthorAgeFilesLines
* testprogs/midltests: add some example IDL files and there midltests.exe outputStefan Metzmacher2010-08-1211-1/+221
| | | | metze
* testprogs/win32: add prepare_dcpromo toolStefan Metzmacher2010-06-223-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
* testprogs/win32: make it possible to specify MINGW_CCStefan Metzmacher2010-05-193-3/+7
| | | | metze
* testprogs/win32/spoolss: we don't need absolute pathes to mingw locationsStefan Metzmacher2010-05-191-4/+2
| | | | metze
* testprogs/win32/npecho: use 'rm -f' instead of 'del' on unixStefan Metzmacher2010-05-191-1/+1
| | | | metze
* testprogs/win32: explain how to use nmake with NMakefileStefan Metzmacher2010-05-193-0/+9
| | | | metze
* testprogs/win32/spoolss: rename Makefile.mingw GNUmakefileStefan Metzmacher2010-05-191-0/+0
| | | | metze
* testprogs/win32/spoolss: rename Makefile => NMakefileStefan Metzmacher2010-05-191-0/+0
| | | | metze
* testprogs: update Makefile.mingw (although mingw current cant build it).Günther Deschner2010-05-101-4/+4
| | | | Guenther
* testprogs: update README to reflect the util rename.Günther Deschner2010-05-101-9/+9
| | | | Guenther
* testprogs: add readme for testspoolss.exe.Günther Deschner2010-05-102-1/+65
| | | | | | Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>. Guenther
* testprogs: add vcproj and sln files for testspoolss.exe.Günther Deschner2010-05-102-0/+244
| | | | | | Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>. Guenther
* testprogs: rename spoolss.exe to testspoolss.exe.Günther Deschner2010-05-105-7/+7
| | | | | | Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>. Guenther
* testprogs: add EnumPrinterData test to win32 spoolss test.Günther Deschner2010-03-152-0/+67
| | | | Guenther
* testprogs: add test_PrinterDataW.Günther Deschner2010-03-041-0/+81
| | | | Guenther
* testprogs: use dump_data in dump_printer_data.Günther Deschner2010-03-041-12/+4
| | | | Guenther
* testprogs: add print_printer_dataw and dump_data to printlib.Günther Deschner2010-03-042-11/+94
| | | | Guenther
* testprogs: add some multibyte versions of PrinterData calls.Günther Deschner2010-03-041-0/+130
| | | | Guenther
* testprogs: fix boolean return code of test_PrinterData.Günther Deschner2010-03-031-8/+12
| | | | Guenther
* testprogs: make sure to do the same tests as in smbtorture in ↵Günther Deschner2010-03-023-23/+58
| | | | | | test_PrinterData(). Guenther
* testprogs: fix REG_SZ in print_printer_data.Günther Deschner2010-03-021-2/+10
| | | | Guenther
* testprogs: test result of GetPrinterDataEx against SetPrinterDataEx args.Günther Deschner2010-03-021-7/+28
| | | | Guenther
* testprogs: better usage text.Günther Deschner2010-03-011-1/+9
| | | | Guenther
* testprogs: add very basic PrinterData test for printers.Günther Deschner2010-03-011-2/+40
| | | | | | | This very basically tests SetPrinterDataEx, GetPrinterDataEx and DeletePrinterDataEx. Guenther
* testprogs: rename test_PrinterData to test_PrinterData_Server.Günther Deschner2010-03-011-4/+4
| | | | Guenther
* testprogs: add SetPrinterDataEx test.Günther Deschner2010-03-011-0/+27
| | | | Guenther
* testprogs: add DeletePrinterKey test.Günther Deschner2010-03-011-0/+23
| | | | Guenther
* testprogs: add DeletePrinterDataEx test.Günther Deschner2010-03-011-0/+24
| | | | Guenther
* testprogs: allow to test a single printer when given on the cmdline.Günther Deschner2010-03-011-0/+10
|
* testprogs: add RPC_X_NULL_REF_POINTER error codeGünther Deschner2010-03-011-0/+2
|
* testprogs: print the directory paths as well in spoolss test.Günther Deschner2010-02-261-0/+8
| | | | Guenther
* testprogs: ignore GetJob level 3 and 4 against samba for now.Günther Deschner2010-02-192-1/+3
| | | | Guenther
* testprogs: add tests for GetJob() to spoolss test.Günther Deschner2010-02-181-0/+106
| | | | Guenther
* testprogs: add RPC_S_PROCNUM_OUT_OF_RANGE error.Günther Deschner2010-02-181-0/+2
| | | | Guenther
* testprogs: print SDDL string of printer security descriptorsGünther Deschner2010-02-181-1/+11
|
* testprogs: add rather simple device mode tests to spoolss test.Günther Deschner2010-02-162-1/+127
| | | | Guenther
* testprogs: add "samba3" and "architecture=" options to spoolss tester.Günther Deschner2010-02-152-4/+39
| | | | Guenther
* testprogs: fix EnumJobs debug output in spoolss test.Günther Deschner2010-02-151-1/+1
| | | | | | Found by Kai, thanks! Guenther
* testprogs: print all printerinfo levels in spoolss test.Günther Deschner2010-02-121-2/+26
| | | | Guenther
* testprogs: one more error code for spoolss test.Günther Deschner2010-02-111-0/+2
| | | | Guenther
* testprogs: print secdesc->Control in spoolss test.Günther Deschner2010-02-111-2/+1
| | | | Guenther
* testprogs: use ConvertSidToStringSid in order to print sids in spoolss test.Günther Deschner2010-02-111-12/+16
| | | | Guenther
* testprogs: add more error codes for spoolss test.Günther Deschner2010-02-101-0/+2
| | | | Guenther
* testprogs: regenerate printlib prototypes for spoolss test.Günther Deschner2010-02-091-27/+39
| | | | Guenther
* testprogs: print job info levels in EnumJobs() spoolss tests.Günther Deschner2010-02-092-0/+101
| | | | Guenther
* testprogs: print datatypes info levels in EnumPrintProcessorDatatypes() ↵Günther Deschner2010-02-092-0/+42
| | | | | | spoolss tests. Guenther
* testprogs: print printprocessor info levels in EnumPrintProcessors() spoolss ↵Günther Deschner2010-02-092-0/+35
| | | | | | tests. Guenther
* testprogs: print monitor info levels in EnumMonitors() spoolss tests.Günther Deschner2010-02-092-0/+45
| | | | Guenther
* testprogs: print port info levels in EnumPorts() spoolss tests.Günther Deschner2010-02-092-0/+79
| | | | Guenther
* testprogs: print form info levels in EnumForms(),GetForm() spoolss tests.Günther Deschner2010-02-092-0/+67
| | | | Guenther