summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cli_spoolss.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from 2.2.Gerald Carter2001-03-271-3/+3
|
* reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-191-1/+1
|
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-0/+106
|
* added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter2001-03-151-2/+94
|
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-8/+217
| | | | | enumprinters so that it works as well. Couple of other misc fixes while we're working on rpcclient.
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-1/+1
| | | | to be filled in one at a time.
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-32/+24
| | | | | | | | | | | | | | | | | back to working order. The main change is that the cli_*() RPC functions from libsmb/*.c now should accept a struct cli_state*. The reason for this is that rpcclient should establish the connection to the server at startup so that it is not necessary to keep the clear test or password hash in memory for each command. enumports and enumprinters now works as well. lsa* functions have been tested. SAMR calls may or may not work (one of the core dumps I know), but it compiles :-) jerry
* Missed some prs_inits.Jeremy Allison2001-03-091-11/+11
| | | | Jeremy.
* Added init functions, cli_spoolss_open_printer_ex(),Tim Potter2001-01-101-0/+538
cli_spoolss_closeprinter(), cli_spoolss_enum_printers(), cli_spoolss_enum_ports() and cli_spoolss_getprinter()