summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* s3: spoolss: Extend publish_toggle test to check returned GUID string formatSamuel Cabrero2017-10-111-0/+12
* s4:torture: The teardown function should just returnAndreas Schneider2017-08-241-16/+33
* s4:torture: Delete printer before we remove the driverAndreas Schneider2017-08-241-15/+16
* s4:torture: Use a different driver name for add_driver testsAndreas Schneider2017-08-241-2/+3
* s3:torture: Fix spoolss test to build with -O3Andreas Schneider2017-08-091-5/+6
* s4:torture: Do not segfault in torture_rpc_spoolss_printer_teardown_common()Andreas Schneider2017-06-231-3/+8
* s4: torture: Remove use of local variables that are simply mirroring popt_get...Jeremy Allison2017-05-121-2/+1
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-2/+2
* smbtorture:spoolss: Add a 32bit test for copy_from_directoryAndreas Schneider2017-05-051-2/+17
* smbtorture:spoolss: Rename the copy_from_directory test for 64bitAndreas Schneider2017-05-051-5/+11
* s4-torture: cleanup after printing tests that had to add a driverGünther Deschner2017-01-121-3/+24
* s4-torture: cleanup architecture handling in spoolss driver tests.Andreas Schneider2017-01-121-39/+50
* torture: upload_printer_driver_file xfile->stdioVolker Lendecke2016-12-111-7/+7
* s4-torture: test valid environment in spoolss_EnumMonitors level 2.Günther Deschner2016-11-211-0/+1
* s4:torture: Add tortue test for AddPrinterDriverEx with COPY_FROM_DIRECTORYAndreas Schneider2016-11-201-2/+165
* s4-torture: add test to compare PRINTER_INFO_STRESS version and OSVersionGünther Deschner2016-11-201-0/+53
* s4-torture: Fix test_EnumPrinterDrivers for level 8 printer drivers.Günther Deschner2016-11-111-1/+1
* spoolss: Use correct values for secdesc and devmode pointersGünther Deschner2016-11-111-7/+7
* werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source4/torture...Günther Deschner2016-09-281-10/+10
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/tor...Günther Deschner2016-09-281-30/+30
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/torture/rpc...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_BADFID with WERR_INVALID_HANDLE in source4/torture/rpc/s...Günther Deschner2016-09-281-1/+1
* s4-torture: add new test to compare "ServerSecurityDescriptor" and GetPrinter...Günther Deschner2016-09-221-1/+77
* s4-torture: test spoolss_SetPrinter level 3 on server handle.Günther Deschner2016-09-221-1/+102
* s4-torture: test GetPrinter level 3 on server handle (security descriptor query)Günther Deschner2016-09-221-6/+46
* spoolss: rename RPC_PrintNamedProperty to spoolss_PrintNamedPropertyGünther Deschner2016-09-221-9/+9
* spoolss: rename spoolss_RpcSendRecvBidiData to spoolss_SendRecvBidiDataGünther Deschner2016-09-221-7/+7
* spoolss: rename spoolss_RpcEnumJobNamedProperties to spoolss_EnumJobNamedProp...Günther Deschner2016-09-221-5/+5
* spoolss: rename spoolss_RpcDeleteJobNamedProperty to spoolss_DeleteJobNamedPr...Günther Deschner2016-09-221-5/+5
* spoolss: rename spoolss_RpcSetJobNamedProperty to spoolss_SetJobNamedPropertyGünther Deschner2016-09-221-5/+5
* spoolss: rename spoolss_RpcGetJobNamedPropertyValue to spoolss_GetJobNamedPro...Günther Deschner2016-09-221-5/+5
* spoolss: rename spoolss_EnumPrintProcDataTypes to spoolss_EnumPrintProcessorD...Günther Deschner2016-09-221-27/+27
* s4-torture: also test NULL servername in spoolss_GetPrinterDriverPackagePathGünther Deschner2016-09-111-0/+19
* s4-torture: add test for spoolss_LogJobInfoForBranchOfficeGünther Deschner2016-09-111-0/+58
* s4-torture: test GetPrinterData with server handle and 0 keylength.Günther Deschner2016-09-061-7/+15
* s4-torture: Enable tests for printer driver info level 8Andreas Schneider2016-08-231-3/+0
* s4-torture: add test for spoolss_GetPrinterDriverPackagePath().Günther Deschner2016-08-231-0/+77
* s4-torture: add test for spoolss_CorePrinterDriver().Günther Deschner2016-08-231-0/+111
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* s4:torture/rpc: use dcerpc_secondary_auth_connection with anon credsStefan Metzmacher2015-07-071-4/+7
* Fix the O3 developer buildVolker Lendecke2015-03-031-6/+9
* torture/spoolss: issue GetJob after StartDocPrinterDavid Disseldorp2014-12-191-0/+8
* torture/spoolss: cleanup print_job_enum test jobsDavid Disseldorp2014-10-291-0/+10
* torture/spoolss: test EnumJobs with an invalid levelDavid Disseldorp2014-10-281-0/+71
* torture/spoolss: add werr_expected arg to EnumJobs helperDavid Disseldorp2014-10-281-6/+12
* s4-torture: add print_test_purgeDavid Disseldorp2014-05-221-0/+84
* s4:torture/rpc: avoid using dcecli_connection->binding_stringStefan Metzmacher2014-03-251-5/+3
* s4-torture: add some tests for pre-allocated buffers in enumprinterdrivers call.Günther Deschner2014-03-201-0/+10
* s4-torture: add test_EnumPrinterDrivers_buffers function.Günther Deschner2014-03-201-11/+31
* torture: Fix a torture crash with -O3Volker Lendecke2014-02-281-2/+2