summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-40/+39
* s4-torture: Added the printername to the AddPrinter comment.Andreas Schneider2010-05-041-2/+4
* s4-torture: Fixed spoolss dsspooler printername test.Andreas Schneider2010-05-041-1/+9
* s4-smbtorture: when comparing PrinterData from DsSpooler and PrinterInfo alsoGünther Deschner2010-04-281-0/+31
* s4-smbtorture: add a test that adds a printer incl. devicemode.Günther Deschner2010-04-281-6/+79
* s4-smbtorture: start on a test to verify how SetPrinter changes DsSpooler Pri...Günther Deschner2010-04-281-0/+88
* s4-smbtorture: also try renaming jobname in test_DoPrintTest_check_jobs().Günther Deschner2010-04-281-0/+37
* s4-smbtorture: allow to pass down spoolss_JobInfoContainer to SetJob functions.Günther Deschner2010-04-281-5/+7
* s4-smbtorture: be more liberal when spoolss_SetJob fails.Günther Deschner2010-04-281-6/+6
* s4-smbtorture: make sure to zero the add driver info 8 struct before adding d...Günther Deschner2010-04-271-0/+2
* s4-smbtorture: upload the full cups driver, otherwise windows will not allow ...Günther Deschner2010-04-271-8/+19
* s4-smbtorture: only compare level 3 for s3 when checking winreg and spoolss_D...Günther Deschner2010-04-271-0/+28
* s4-smbtorture: mention architecture of added drivers in debug output.Günther Deschner2010-04-271-4/+29
* s4-smbtorture: make sure to not attempt to remove a driver file twice.Günther Deschner2010-04-271-0/+6
* s4-smbtorture: setup all members of level 3,4,6,8 driver add.Günther Deschner2010-04-271-19/+28
* s4-smbtorture: use a torture_printer_context and upload own driver for RPC-SP...Günther Deschner2010-04-271-60/+193
* s4-smbtorture: split RPC-SPOOLSS-PRINTER into more tests.Günther Deschner2010-04-271-88/+67
* s4-smbtorture: finally test REG_MULTI_SZ in winreg/driverinfo consistency tests.Günther Deschner2010-04-271-6/+41
* s4-smbtorture: skip tests when no local driver directory is around.Günther Deschner2010-04-231-0/+4
* s4-smbtorture: use server_name for all printerdriver delete and enum operations.Günther Deschner2010-04-231-12/+16
* s4-smbtorture: allow to upload or remove any file belonging to a driver.Günther Deschner2010-04-231-0/+30
* s4-smbtorture: fix test_EnumPrinterDrivers_findone().Günther Deschner2010-04-231-8/+8
* s4-smbtorture: samba currently supports level 3 and 6 driver adds.Günther Deschner2010-04-231-0/+25
* s4-smbtorture: test both 32bit and 64bit driver uploads in RPC-SPOOLSS-DRIVER.Günther Deschner2010-04-231-61/+71
* s4-smbtorture: allow to upload and later remove printer driver files in RPC-S...Günther Deschner2010-04-231-0/+230
* s4-smbtorture: add RPC-SPOOLSS-DRIVER test.Günther Deschner2010-04-231-0/+751
* s4-smbtorture: rework EnumPrinterDrivers tests a bit.Günther Deschner2010-04-231-68/+119
* s4-smbtorture: add spoolss DriverInfo and winreg consistency test.Günther Deschner2010-04-201-7/+238
* s4-smbtorture: add function to get a printserver's environment.Günther Deschner2010-04-201-0/+22
* s4-smbtorture: simplify macros used in PrinterInfo winreg consistency teste.Günther Deschner2010-04-201-22/+22
* s4-smbtorture: refactor test_GetPrinterDriver2().Günther Deschner2010-04-201-36/+64
* s4-smbtorture: add test for csetprinter field behaviour in printer info level 0.Günther Deschner2010-04-201-0/+71
* s4:torture/rpc/spoolss.c: check for NT_STATUS_RPC_* instead of p->last_fault_...Stefan Metzmacher2010-04-151-6/+2
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* s4:tortore/rpc/spoolss: some compilers don't like .foo.bar = 5Stefan Metzmacher2010-04-131-28/+42
* s4:tortore/rpc/spoolss.c: fix declaration after code warningStefan Metzmacher2010-04-121-10/+10
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-1/+1
* s4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS.Günther Deschner2010-04-091-0/+4
* s4-smbtorture: make sure to check for result of spoolss_GetJob tests.Günther Deschner2010-04-091-4/+5
* s4-smbtorture: add test to check for registry symlinks in RPC-SPOOLSS-PRINTER.Günther Deschner2010-04-091-6/+66
* s4-smbtorture: fix build after winreg IDL renames, sorry..Günther Deschner2010-04-091-1/+1
* s4-smbtorture: protect against full UNC paths in winreg printerinfo test.Günther Deschner2010-04-081-2/+26
* s4-smbtorture: add PrinterInfo level 2 / winreg consistency test.Günther Deschner2010-04-081-0/+185
* s4-smbtorture: minor cleanup, use data_blob_talloc_zero() in RPC-SPOOLSS.Günther Deschner2010-04-081-40/+20
* s4-smbtorture: minor typo in SetJob test in RPC-SPOOLSS.Günther Deschner2010-04-071-1/+1
* s4-smbtorture: test for invalid form flags in RPC-SPOOLSS.Günther Deschner2010-04-071-5/+21
* s4-smbtorture: test all types and also use a wellknown builtin form name in R...Günther Deschner2010-04-071-43/+128
* s4-smbtorture: merge badname spoolss openprinter tests.Günther Deschner2010-04-071-9/+34
* s4-smbtorture: avoid passing down a full test_spoolss_context to directoryGünther Deschner2010-04-071-20/+17
* s4-smbtorture: more work on forms tests in RPC-SPOOLSS.Günther Deschner2010-04-061-127/+328