summaryrefslogtreecommitdiff
path: root/testprogs
AgeCommit message (Collapse)AuthorFilesLines
2010-04-16s4-test: check that a weak password is rejected by kpasswdAndrew Tridgell1-0/+44
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-04-13testprogs/blackbox/test_kinit: reorder arguments to "net time" to fix make testStefan Metzmacher1-1/+1
metze
2010-03-27s4:testprogs Update test to match current HeimdalAndrew Bartlett1-1/+1
2010-03-27s4:testprogs Fix kinit test for updated HeimdalAndrew Bartlett1-2/+2
2010-03-25s4:selftest Add testing of kpasswd password set on servicePrincipalNameAndrew Bartlett1-0/+31
2010-03-15testprogs: add EnumPrinterData test to win32 spoolss test.Günther Deschner2-0/+67
Guenther
2010-03-04testprogs: add test_PrinterDataW.Günther Deschner1-0/+81
Guenther
2010-03-04testprogs: use dump_data in dump_printer_data.Günther Deschner1-12/+4
Guenther
2010-03-04testprogs: add print_printer_dataw and dump_data to printlib.Günther Deschner2-11/+94
Guenther
2010-03-04testprogs: add some multibyte versions of PrinterData calls.Günther Deschner1-0/+130
Guenther
2010-03-03testprogs: fix boolean return code of test_PrinterData.Günther Deschner1-8/+12
Guenther
2010-03-02testprogs: make sure to do the same tests as in smbtorture in ↵Günther Deschner3-23/+58
test_PrinterData(). Guenther
2010-03-02testprogs: fix REG_SZ in print_printer_data.Günther Deschner1-2/+10
Guenther
2010-03-02testprogs: test result of GetPrinterDataEx against SetPrinterDataEx args.Günther Deschner1-7/+28
Guenther
2010-03-01testprogs: better usage text.Günther Deschner1-1/+9
Guenther
2010-03-01testprogs: add very basic PrinterData test for printers.Günther Deschner1-2/+40
This very basically tests SetPrinterDataEx, GetPrinterDataEx and DeletePrinterDataEx. Guenther
2010-03-01testprogs: rename test_PrinterData to test_PrinterData_Server.Günther Deschner1-4/+4
Guenther
2010-03-01testprogs: add SetPrinterDataEx test.Günther Deschner1-0/+27
Guenther
2010-03-01testprogs: add DeletePrinterKey test.Günther Deschner1-0/+23
Guenther
2010-03-01testprogs: add DeletePrinterDataEx test.Günther Deschner1-0/+24
Guenther
2010-03-01testprogs: allow to test a single printer when given on the cmdline.Günther Deschner1-0/+10
2010-03-01testprogs: add RPC_X_NULL_REF_POINTER error codeGünther Deschner1-0/+2
2010-02-26testprogs: print the directory paths as well in spoolss test.Günther Deschner1-0/+8
Guenther
2010-02-20s4:credentials Add hooks to extract a named Kerberos credentials cacheAndrew Bartlett1-1/+6
This allows the integration of external tools that can't be linked into C or python, but need to authenticate as the local machine account. The machineaccountccache script demonstrates this, and debugging has been improved in cli_credentials_set_secrets() by passing back and error string. Andrew Bartlett
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