Fixed some more client SPOOLSS functions. The following
commit381aba2c9a63faa53728f0520ac316478bc7a1c3
authorGerald Carter <jerry@samba.org>
Tue, 18 Jul 2000 05:16:30 +0000 (18 05:16 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 18 Jul 2000 05:16:30 +0000 (18 05:16 +0000)
treeb2a1112a60b603a834c7eab82f8b088f39f9aaa6
parentf7bc6df3befb8d0981dbd96f353039a5913321d7
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 ongoing rpcclient work.

Also included a new generic list ADT.  Cleaner and simplier
than the stuff in util_array.c i think (but then that's why I wrote it).

--jerry
source/include/includes.h
source/include/ntdomain.h
source/include/proto.h
source/include/rpc_creds.h
source/include/rpc_dce.h
source/include/rpc_misc.h
source/include/rpc_spoolss.h
source/include/util_list.h [new file with mode: 0644]