Fairly large change to printing code.
commit7ba7c04c0e961618c82c2112b9627af114c6cc42
authorGerald Carter <jerry@samba.org>
Fri, 16 Aug 2002 15:36:37 +0000 (16 15:36 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 16 Aug 2002 15:36:37 +0000 (16 15:36 +0000)
treec579bba79bba732abc2d52568326306284feff68
parentbc9e9e3e2e0d861f34de26a9ef8b627a86c9954d
Fairly large change to printing code.

* removed support for PHANTOM_DEVMODE printer data

* s/NT_PRINTER_PARAM/REGISTRY_VALUE/g - This was a good bit
  of work.  Everything seems stable, but is not complete.

* support for printer data keys other than PrinterDriverData
  in the store and fetch routines.  Still needs to be plugged
  into the XxxPrinterDataEx() calls.

Tested against NT4.0 & 2k.  Like I said, it's not done, but doesn't
crash so it shouldn't upset anyone (unless you're trying to build
a Samba printer server off of HEAD).  More work to come.  Should
settle by Monday.

jerry
source/include/nt_printing.h
source/printing/nt_printing.c
source/registry/reg_frontend.c
source/registry/reg_printing.c
source/rpc_parse/parse_spoolss.c
source/rpc_server/srv_spoolss_nt.c