Fixed some more client SPOOLSS functions. The following
commit84349394a988213724ca138e9692b3bc44fa0cb8
authorGerald Carter <jerry@samba.org>
Tue, 18 Jul 2000 05:07:28 +0000 (18 05:07 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 18 Jul 2000 05:07:28 +0000 (18 05:07 +0000)
tree3e0118d5d16e7feda55cb75b5b7eb14cde97db0a
parent15b35912713557119aba5d0cd59605997d6b5ee9
Fixed some more client SPOOLSS functions.  The following
functions work now:

  - spoolenum
  - spoolopen
  - spoolgetprinter
  - spoolgetprinterdriver

Items todo:

  - track down memory bug with spoolenumdata
  - fix spoolgetprinterdriverdir
  - fix spoolgetdata
  - fix display_job_info_ctr in spooljobs

All part of the rpcclient work.

Jeremy, this check includes emthods for associating
POLICY_HNDs and client states.  See the RpcHndList_...()
function calls (implemented in lib/util_list.c)

--jerry
source/rpc_client/cli_connect.c
source/rpc_client/cli_spoolss.c
source/rpc_client/msrpc_spoolss.c