r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need
commit92a3721bc7a28d521090b10eb3b1eed089036432
authorStefan Metzmacher <metze@samba.org>
Sat, 2 Apr 2005 06:51:54 +0000 (2 06:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:23 +0000 (10 13:11 -0500)
tree5b50360b82f0c99ac6b5c3815026dd996d01e65c
parentd92100fcc2066454df441a1ea2c7b9940fa19fa1
r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need
  a handle as parameter,

  EnumPorts
  EnumPrinterDrivers
  EnumMonitors
  EnumPrintProcessors
  EnumPrinters

  we now do cross checks between the different info levels
  and sore the results in a global context,
  so that we later can add cross checks between the different object types

- add idl for EnumMonitors and EnumPrintProcessors

metze
source/include/structs.h
source/librpc/idl/spoolss.idl
source/librpc/ndr/ndr_spoolss_buf.c
source/torture/rpc/spoolss.c